linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-10-06 14:21:15 to 2024-10-09 18:10:35 UTC [more...]

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

ARC: Use __force to suppress per-CPU cmpxchg complaints
 2024-10-09 17:55 UTC 

[PATCH v2 0/2] ftrace: Make ftrace_regs abstract and consolidate code
 2024-10-09 15:31 UTC  (10+ messages)
` [PATCH v2 1/2] ftrace: Make ftrace_regs abstract from direct use
` [PATCH v2 2/2] ftrace: Consolidate ftrace_regs accessor functions for archs using pt_regs

provide generic page_to_phys and phys_to_page implementations
 2024-10-09 14:37 UTC  (4+ messages)
` [PATCH] asm-generic: "

[PATCH 0/5] asm-generic: clean up asm/mman.h
 2024-10-09 14:32 UTC  (11+ messages)
` [PATCH 1/5] asm-generic: cosmetic updates to uapi/asm/mman.h
` [PATCH 2/5] asm-generic: move MAP_* flags from mman-common.h to mman.h
` [PATCH 4/5] asm-generic: use asm-generic/mman-common.h on parisc and alpha
` [PATCH 5/5] [RFC] mm: Remove MAP_UNINITIALIZED support

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

[PATCH v6 00/33] riscv control-flow integrity for usermode
 2024-10-09 13:36 UTC  (44+ messages)
` [PATCH v6 01/33] mm: Introduce ARCH_HAS_USER_SHADOW_STACK
` [PATCH v6 02/33] mm: helper `is_shadow_stack_vma` to check shadow stack vma
` [PATCH v6 03/33] riscv: Enable cbo.zero only when all harts support Zicboz
` [PATCH v6 04/33] riscv: Add support for per-thread envcfg CSR values
` [PATCH v6 05/33] riscv: Call riscv_user_isa_enable() only on the boot hart
` [PATCH v6 06/33] riscv/Kconfig: enable HAVE_EXIT_THREAD for riscv
` [PATCH v6 07/33] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml)
` [PATCH v6 08/33] riscv: zicfiss / zicfilp enumeration
` [PATCH v6 09/33] riscv: zicfiss / zicfilp extension csr and bit definitions
` [PATCH v6 10/33] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v6 11/33] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH v6 12/33] riscv mm: manufacture shadow stack pte
` [PATCH v6 13/33] riscv mmu: teach pte_mkwrite to manufacture shadow stack PTEs
` [PATCH v6 14/33] riscv mmu: write protect and shadow stack
` [PATCH v6 15/33] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v6 16/33] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH v6 17/33] prctl: arch-agnostic prctl for shadow stack
` [PATCH v6 18/33] prctl: arch-agnostic prctl for indirect branch tracking
` [PATCH v6 19/33] riscv: Implements arch agnostic shadow stack prctls
` [PATCH v6 20/33] riscv: Implements arch agnostic indirect branch tracking prctls
` [PATCH v6 21/33] riscv/traps: Introduce software check exception
` [PATCH v6 22/33] riscv: signal: abstract header saving for setup_sigcontext
` [PATCH v6 23/33] riscv/signal: save and restore of shadow stack for signal
` [PATCH v6 24/33] riscv/kernel: update __show_regs to print shadow stack register
` [PATCH v6 25/33] riscv/ptrace: riscv cfi status and state via ptrace and in core files
` [PATCH v6 26/33] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe
` [PATCH v6 27/33] riscv: Add Firmware Feature SBI extensions definitions
` [PATCH v6 28/33] riscv: enable kernel access to shadow stack memory via FWFT sbi call
` [PATCH v6 29/33] riscv: kernel command line option to opt out of user cfi
` [PATCH v6 30/33] riscv: create a config for shadow stack and landing pad instr support
` [PATCH v6 31/33] riscv: Documentation for landing pad / indirect branch tracking
` [PATCH v6 32/33] riscv: Documentation for shadow stack on riscv
` [PATCH v6 33/33] kselftest/riscv: kselftest for user mode cfi

[PATCH v15 00/19] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
 2024-10-09 10:05 UTC  (3+ messages)
` [PATCH v15 09/19] tracing: Add ftrace_fill_perf_regs() for perf event

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

[PATCH v2 0/4] Enable measuring the kernel's Source-based Code Coverage and MC/DC with Clang
 2024-10-09  3:17 UTC  (2+ messages)

[PATCH] ftrace: Make ftrace_regs abstract from direct use
 2024-10-08 22:58 UTC  (9+ messages)

[PATCH v8 00/14] Consolidate IO memcpy functions
 2024-10-08 14:54 UTC  (23+ messages)
` [PATCH v8 01/14] Consolidate IO memcpy/memset into iomap_copy.c
` [PATCH v8 02/14] arm64: Use generic IO memcpy/memset
` [PATCH v8 03/14] csky: "
` [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

[RFC PATCH 00/28] x86: Rely on toolchain for relocatable code
 2024-10-08 14:36 UTC  (18+ 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

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

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

[PATCH v1] asm-generic: introduce be56 unaligned accessors
 2024-10-08  9:03 UTC  (8+ messages)

[PATCH v6 0/5] treewide: Remove I/O port accessors for HAS_IOPORT=n
 2024-10-08  8:56 UTC  (13+ 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 00/33] riscv control-flow integrity for usermode
 2024-10-08  6:27 UTC  (8+ messages)
` [PATCH 16/33] riscv/shstk: If needed allocate a new shadow stack on clone

[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  (22+ 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  (2+ messages)

[PATCH v2 0/6] Add AutoFDO and Propeller support for Clang build
 2024-10-07 19:21 UTC  (8+ messages)
` [PATCH v2 1/6] Add AutoFDO "

[PATCH 0/5] Add new headers for Hyper-V Dom0
 2024-10-07 16:26 UTC  (6+ messages)
` [PATCH 1/5] hyperv: Move hv_connection_id to hyperv-tlfs.h
` [PATCH 2/5] hyperv: Remove unnecessary #includes

[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  (4+ messages)

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

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


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