linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-10-02 01:17:44 to 2024-10-08 07:55:04 UTC [more...]

[PATCH v8 00/14] Consolidate IO memcpy functions
 2024-10-08  7:50 UTC  (14+ messages)
` [PATCH v8 01/14] Consolidate IO memcpy/memset into iomap_copy.c
` [PATCH v8 03/14] csky: Use generic IO memcpy/memset
` [PATCH v8 04/14] loongarch: "
` [PATCH v8 05/14] m68k: Align prototypes of "
` [PATCH v8 06/14] alpha: "
` [PATCH v8 07/14] parisc: "
` [PATCH v8 08/14] sh: "
` [PATCH v8 09/14] arm: Align prototype of IO memset
` [PATCH v8 10/14] powerpc: Align prototypes of IO memcpy and memset
` [PATCH v8 11/14] s390: Add wrappers around zpci_memcpy/zpci_memset
` [PATCH v8 12/14] bus: mhi: ep: Add HAS_IOMEM || INDIRECT_IOMEM dependency
` [PATCH v8 13/14] mtd: "
` [PATCH v8 14/14] sound: Make CONFIG_SND depend on INDIRECT_IOMEM instead of UML

[PATCH 00/33] riscv control-flow integrity for usermode
 2024-10-08  6:27 UTC  (17+ messages)
` [PATCH 07/33] riscv: zicfilp / zicfiss in dt-bindings (extensions.yaml)
` [PATCH 16/33] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH 33/33] kselftest/riscv: kselftest for user mode cfi

[PATCH] ftrace: Make ftrace_regs abstract from direct use
 2024-10-08  6:24 UTC  (3+ messages)

[PATCH v4 0/8] x86/module: use large ROX pages for text allocations
 2024-10-08  6:19 UTC  (11+ messages)
` [PATCH v4 1/8] mm: vmalloc: group declarations depending on CONFIG_MMU together
` [PATCH v4 2/8] mm: vmalloc: don't account for number of nodes for HUGE_VMAP allocations
` [PATCH v4 3/8] asm-generic: introduce text-patching.h
` [PATCH v4 4/8] module: prepare to handle ROX allocations for text
` [PATCH v4 5/8] arch: introduce set_direct_map_valid_noflush()
` [PATCH v4 6/8] x86/module: perpare module loading for ROX allocations of text
` [PATCH v4 7/8] execmem: add support for cache of large ROX pages
` [PATCH v4 8/8] x86/module: enable ROX caches for module text

[RFC PATCH v3 00/10] Add support for shared PTEs across processes
 2024-10-08  1:37 UTC  (25+ messages)
` [RFC PATCH v3 06/10] mm/mshare: Add vm flag for shared PTEs
` [RFC PATCH v3 08/10] mm/mshare: Add basic page table sharing support
` [RFC PATCH v3 09/10] mm: create __do_mmap() to take an mm_struct * arg

[PATCH 03/11] PCI: of_property: Sanitize 32 bit PCI address parsed from DT
 2024-10-08  1:08 UTC  (4+ messages)

[PATCH v6 0/5] treewide: Remove I/O port accessors for HAS_IOPORT=n
 2024-10-07 21:09 UTC  (11+ messages)
` [PATCH v6 1/5] hexagon: Don't select GENERIC_IOMAP without HAS_IOPORT support
` [PATCH v6 2/5] Bluetooth: add HAS_IOPORT dependencies
` [PATCH v6 3/5] drm: handle "
` [PATCH v6 4/5] tty: serial: "
` [PATCH v6 5/5] asm-generic/io.h: Remove I/O port accessors for HAS_IOPORT=n

[PATCH v2 0/6] Add AutoFDO and Propeller support for Clang build
 2024-10-07 19:21 UTC  (27+ messages)
` [PATCH v2 1/6] Add AutoFDO "
` [PATCH v2 2/6] objtool: Fix unreachable instruction warnings for weak funcitons
` [PATCH v2 3/6] Change the symbols order when --ffuntion-sections is enabled
` [PATCH v2 4/6] AutoFDO: Enable -ffunction-sections for the AutoFDO build
` [PATCH v2 5/6] AutoFDO: Enable machine function split optimization for AutoFDO
` [PATCH v2 6/6] Add Propeller configuration for kernel build

[PATCH v1] asm-generic: introduce be56 unaligned accessors
 2024-10-07 17:08 UTC  (7+ messages)

[PATCH 0/5] Add new headers for Hyper-V Dom0
 2024-10-07 16:26 UTC  (15+ messages)
` [PATCH 1/5] hyperv: Move hv_connection_id to hyperv-tlfs.h
` [PATCH 2/5] hyperv: Remove unnecessary #includes
` [PATCH 3/5] hyperv: Add new Hyper-V headers
` [PATCH 4/5] hyperv: Add hv_defs.h to conditionally include hyperv-tlfs.h or hvhdk.h
` [PATCH 5/5] hyperv: Use hvhdk.h instead of hyperv-tlfs.h in Hyper-V code

[PATCH v3 0/2] vdso: Use only headers from the vdso/ namespace
 2024-10-07 16:23 UTC  (13+ messages)
` [PATCH v3 1/2] drm: Fix fault format
` [PATCH v3 2/2] vdso: Introduce vdso/page.h

[RFC PATCH 0/4] implement lightweight guard pages
 2024-10-07 15:30 UTC  (5+ messages)
` [RFC PATCH 3/4] mm: madvise: implement lightweight guard page mechanism

[PATCH 1/1] x86: SMP broken on Xen PV DomU since 6.9
 2024-10-07 12:12 UTC  (5+ messages)

[PATCH v7 00/10] Consolidate IO memcpy functions
 2024-10-07  8:06 UTC  (12+ messages)
` [PATCH v7 01/10] Consolidate IO memcpy/memset into iomap_copy.c
` [PATCH v7 06/10] alpha: Align prototypes of IO memcpy/memset
` [PATCH v7 07/10] parisc: "
` [PATCH v7 09/10] um: Add dummy implementation for "

[PATCH v2 00/15] timers: Cleanup delay/sleep related mess
 2024-10-06 21:49 UTC  (5+ messages)
` [PATCH v2 05/15] timers: Update function descriptions of sleep/delay related functions

[RFC PATCH 00/28] x86: Rely on toolchain for relocatable code
 2024-10-06 19:38 UTC  (20+ messages)
` [RFC PATCH 05/28] x86: Define the stack protector guard symbol explicitly
` [RFC PATCH 25/28] x86: Use PIE codegen for the core kernel

[viro-vfs:work.xattr2] [fs/xattr] 64d47e878a: xfstests.xfs.046.fail
 2024-10-06 14:59 UTC  (2+ messages)

[PATCH 0/5] asm-generic: clean up asm/mman.h
 2024-10-05 17:15 UTC  (5+ messages)
` [PATCH 3/5] asm-generic: use asm-generic/mman-common.h on mips and xtensa
` [PATCH 4/5] asm-generic: use asm-generic/mman-common.h on parisc and alpha

[PATCH v4 0/4] simplify do_div() with constant divisor
 2024-10-04 22:47 UTC  (7+ messages)
` [PATCH v4 1/4] lib/math/test_div64: add some edge cases relevant to __div64_const32()
` [PATCH v4 2/4] asm-generic/div64: optimize/simplify __div64_const32()
` [PATCH v4 3/4] ARM: div64: improve __arch_xprod_64()
` [PATCH v4 4/4] __arch_xprod64(): make __always_inline when optimizing for performance

[PATCH v13 00/40] arm64/gcs: Provide support for GCS in userspace
 2024-10-04 13:52 UTC  (13+ messages)
` [PATCH v13 16/40] KVM: arm64: Manage GCS access and registers for guests
` [PATCH v13 18/40] arm64/hwcap: Add hwcap for GCS
` [PATCH v13 22/40] arm64/gcs: Ensure that new threads have a GCS
` (subset) [PATCH v13 00/40] arm64/gcs: Provide support for GCS in userspace

[PATCH 22/33] riscv: signal: abstract header saving for setup_sigcontext
 2024-10-04  1:20 UTC  (2+ messages)

[RFC PATCH 0/3] Enable measuring the kernel's Source-based Code Coverage and MC/DC with Clang
 2024-10-03 23:29 UTC  (9+ messages)
` [PATCH v2 0/4] "
  ` [PATCH v2 3/4] x86: disable llvm-cov instrumentation
  ` [PATCH v2 4/4] x86: enable llvm-cov support

[PATCH v2 2/4] llvm-cov: add Clang's MC/DC support
 2024-10-03  3:14 UTC  (2+ messages)

[arnd-asm-generic:asm-generic] BUILD SUCCESS f822712a2c69154f9a0a009f8e18fe394eb7766f
 2024-10-03  2:47 UTC 

[RFC][PATCHES] asm/unaligned.h removal
 2024-10-03  0:04 UTC  (12+ messages)
` [PATCH 1/3] parisc: get rid of private asm/unaligned.h
` [PATCH 2/3] arc: "
    ` [git pull] asm/unaligned.h removal

[PATCH RFC v3 1/2] mm: Add personality flag to limit address to 47 bits
 2024-10-02 14:26 UTC  (2+ messages)


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).