linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-06-01 10:36:30 to 2022-06-08 09:26:18 UTC [more...]

Cache maintenance for non-coherent DMA in arch_sync_dma_for_device()
 2022-06-08  8:49 UTC  (8+ messages)

[PATCH 0/6] phase out CONFIG_VIRT_TO_BUS
 2022-06-08  8:19 UTC  (15+ messages)
` [PATCH 1/6] vme: remove ca91cx42 Universe-II support
` [PATCH 2/6] vme: move back to staging
` [PATCH 3/6] media: sta2x11: remove VIRT_TO_BUS dependency
` [PATCH 4/6] scsi: dpt_i2o: drop stale "
` [PATCH 6/6] arch/*/: remove CONFIG_VIRT_TO_BUS
  ` [PATCH 5/6] scsi: remove stale BusLogic driver

[PATCH 0/6] bitops: let optimize out non-atomic bitops on compile-time constants
 2022-06-07 16:28 UTC  (23+ messages)
` [PATCH 1/6] ia64, processor: fix -Wincompatible-pointer-types in ia64_get_irr()
` [PATCH 2/6] bitops: always define asm-generic non-atomic bitops
` [PATCH 3/6] bitops: define gen_test_bit() the same way as the rest of functions
` [PATCH 4/6] bitops: unify non-atomic bitops prototypes across architectures
` [PATCH 5/6] bitops: wrap non-atomic bitops with a transparent macro
` [PATCH 6/6] bitops: let optimize out non-atomic bitops on compile-time constants

[PATCH] LoongArch: Fix the !CONFIG_SMP build
 2022-06-04 15:06 UTC 

[PATCH] LoongArch: Fix copy_thread() build error
 2022-06-04  9:04 UTC  (3+ messages)

[PATCH V15 00/24] arch: Add basic LoongArch support
 2022-06-04  6:38 UTC  (36+ messages)
` [PATCH V15 01/24] irqchip: Adjust Kconfig for Loongson
` [PATCH V15 02/24] irqchip/loongson-liointc: Fix build error for LoongArch
` [PATCH V15 03/24] Documentation: LoongArch: Add basic documentations
` [PATCH V15 04/24] Documentation/zh_CN: Add basic LoongArch documentations
` [PATCH V15 05/24] LoongArch: Add ELF-related definitions
` [PATCH V15 06/24] LoongArch: Add writecombine support for drm
` [PATCH V15 07/24] LoongArch: Add build infrastructure
` [PATCH V15 08/24] LoongArch: Add CPU definition headers
` [PATCH V15 09/24] LoongArch: Add atomic/locking headers
` [PATCH V15 10/24] LoongArch: Add other common headers
` [PATCH V15 11/24] LoongArch: Add boot and setup routines
` [PATCH V15 12/24] LoongArch: Add exception/interrupt handling
` [PATCH V15 13/24] LoongArch: Add process management
` [PATCH V15 14/24] LoongArch: Add memory management
` [PATCH V15 15/24] LoongArch: Add system call support
` [PATCH V15 16/24] LoongArch: Add signal handling support
` [PATCH V15 17/24] LoongArch: Add ELF and module support
` [PATCH V15 18/24] LoongArch: Add misc common routines
` [PATCH V15 19/24] LoongArch: Add some library functions
` [PATCH V15 20/24] LoongArch: Add VDSO and VSYSCALL support
` [PATCH V15 21/24] LoongArch: Add multi-processor (SMP) support
` [PATCH V15 22/24] LoongArch: Add Non-Uniform Memory Access (NUMA) support
` [PATCH V15 23/24] LoongArch: Add Loongson-3 default config file
` [PATCH V15 24/24] MAINTAINERS: Add maintainer information for LoongArch

[GIT PULL] Add partial Loongarch architecture code
 2022-06-04  6:25 UTC  (3+ messages)

(Non-) Ctrl Dependency in litmus-tests.txt?
 2022-06-03 14:48 UTC  (2+ messages)

[PATCH V14 00/24] arch: Add basic LoongArch support
 2022-06-03 13:01 UTC  (40+ messages)
` [PATCH V14 01/24] irqchip: Adjust Kconfig for Loongson
` [PATCH V14 02/24] irqchip/loongson-liointc: Fix build error for LoongArch
` [PATCH V14 03/24] Documentation: LoongArch: Add basic documentations
` [PATCH V14 04/24] Documentation/zh_CN: Add basic LoongArch documentations
` [PATCH V14 05/24] LoongArch: Add ELF-related definitions
` [PATCH V14 06/24] LoongArch: Add writecombine support for drm
` [PATCH V14 07/24] LoongArch: Add build infrastructure
` [PATCH V14 08/24] LoongArch: Add CPU definition headers
` [PATCH V14 09/24] LoongArch: Add atomic/locking headers
` [PATCH V14 10/24] LoongArch: Add other common headers
` [PATCH V14 11/24] LoongArch: Add boot and setup routines
  ` Steps forward for the LoongArch UEFI bringup patch? (was: Re: [PATCH V14 11/24] LoongArch: Add boot and setup routines)
` [PATCH V14 12/24] LoongArch: Add exception/interrupt handling
` [PATCH V14 13/24] LoongArch: Add process management
` [PATCH V14 14/24] LoongArch: Add memory management
` [PATCH V14 15/24] LoongArch: Add system call support
` [PATCH V14 16/24] LoongArch: Add signal handling support
` [PATCH V14 17/24] LoongArch: Add ELF and module support
` [PATCH V14 18/24] LoongArch: Add misc common routines
` [PATCH V14 19/24] LoongArch: Add some library functions
` [PATCH V14 20/24] LoongArch: Add VDSO and VSYSCALL support
` [PATCH V14 21/24] LoongArch: Add multi-processor (SMP) support
` [PATCH V14 22/24] LoongArch: Add Non-Uniform Memory Access (NUMA) support
` [PATCH V14 23/24] LoongArch: Add Loongson-3 default config file
` [PATCH V14 24/24] MAINTAINERS: Add maintainer information for LoongArch

[arnd-asm-generic:asm-generic] BUILD SUCCESS 8cc5b032240ae5220b62c689c20459d3e1825b2d
 2022-06-03  4:57 UTC 

[GIT PULL] asm-generic fixes for 5.19, part 1
 2022-06-02 22:36 UTC  (2+ messages)

[PATCH] riscv: Wire up memfd_secret in UAPI header
 2022-06-02 13:03 UTC  (3+ messages)

[PATCH v3 00/46] Add KernelMemorySanitizer infrastructure
 2022-06-02 11:20 UTC  (20+ messages)
` [PATCH v3 05/46] x86: asm: instrument usercopy in get_user() and __put_user_size()
` [PATCH v3 28/46] kmsan: entry: handle register passing from uninstrumented code

[PATCH V13 00/24] arch: Add basic LoongArch support
 2022-06-02 10:19 UTC  (25+ messages)
` [PATCH V13 01/24] irqchip: Adjust Kconfig for Loongson
` [PATCH V13 02/24] irqchip/loongson-liointc: Fix build error for LoongArch
` [PATCH V13 03/24] Documentation: LoongArch: Add basic documentations
` [PATCH V13 04/24] Documentation/zh_CN: Add basic LoongArch documentations
` [PATCH V13 05/24] LoongArch: Add ELF-related definitions
` [PATCH V13 06/24] LoongArch: Add writecombine support for drm
` [PATCH V13 07/24] LoongArch: Add build infrastructure
` [PATCH V13 08/24] LoongArch: Add CPU definition headers
` [PATCH V13 09/24] LoongArch: Add atomic/locking headers
` [PATCH V13 10/24] LoongArch: Add other common headers
` [PATCH V13 11/24] LoongArch: Add boot and setup routines
` [PATCH V13 12/24] LoongArch: Add exception/interrupt handling
` [PATCH V13 13/24] LoongArch: Add process management
` [PATCH V13 14/24] LoongArch: Add memory management
` [PATCH V13 15/24] LoongArch: Add system call support
` [PATCH V13 16/24] LoongArch: Add signal handling support
` [PATCH V13 17/24] LoongArch: Add ELF and module support
` [PATCH V13 18/24] LoongArch: Add misc common routines
` [PATCH V13 19/24] LoongArch: Add some library functions
` [PATCH V13 20/24] LoongArch: Add VDSO and VSYSCALL support
` [PATCH V13 21/24] LoongArch: Add multi-processor (SMP) support
` [PATCH V13 22/24] LoongArch: Add Non-Uniform Memory Access (NUMA) support
` [PATCH V13 23/24] LoongArch: Add Loongson-3 default config file
` [PATCH V13 24/24] MAINTAINERS: Add maintainer information for LoongArch

[GIT PULL] asm-generic changes for 5.19
 2022-06-02 10:02 UTC  (17+ messages)
          ` [musl] "

[PATCH V12 00/24] arch: Add basic LoongArch support
 2022-06-02  9:26 UTC  (48+ messages)
` [PATCH V12 01/24] irqchip: Adjust Kconfig for Loongson
` [PATCH V12 02/24] irqchip/loongson-liointc: Fix build error for LoongArch
` [PATCH V12 03/24] Documentation: LoongArch: Add basic documentations
` [PATCH V12 04/24] Documentation/zh_CN: Add basic LoongArch documentations
` [PATCH V12 05/24] LoongArch: Add ELF-related definitions
` [PATCH V12 06/24] LoongArch: Add writecombine support for drm
` [PATCH V12 07/24] LoongArch: Add build infrastructure
` [PATCH V12 08/24] LoongArch: Add CPU definition headers
` [PATCH V12 09/24] LoongArch: Add atomic/locking headers
` [PATCH V12 10/24] LoongArch: Add other common headers
` [PATCH V12 11/24] LoongArch: Add boot and setup routines
` [PATCH V12 12/24] LoongArch: Add exception/interrupt handling
` [PATCH V12 15/24] LoongArch: Add system call support
` [PATCH V12 17/24] LoongArch: Add ELF and module support
` [PATCH V12 18/24] LoongArch: Add misc common routines
` [PATCH V12 19/24] LoongArch: Add some library functions
` [PATCH V12 21/24] LoongArch: Add multi-processor (SMP) support
` [PATCH V12 22/24] LoongArch: Add Non-Uniform Memory Access (NUMA) support
` [PATCH V12 24/24] MAINTAINERS: Add maintainer information for LoongArch

[PATCH V4 5/5] riscv: atomic: Optimize LRSC-pairs atomic ops with .aqrl annotation
 2022-06-02  5:59 UTC  (2+ messages)

[PATCH v3 00/13] Introduce sv48 support without relocatable kernel
 2022-06-02  3:43 UTC  (2+ messages)

[PATCH 00/35] Shadow stacks for userspace
 2022-06-01 19:27 UTC  (17+ messages)

[RFC v2 00/39] Kconfig: Introduce HAS_IOPORT config option
 2022-06-01 12:25 UTC  (3+ messages)
` [RFC v2 29/39] rtc: add HAS_IOPORT dependencies


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).