linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-10-08 02:11:38 to 2024-10-10 19:24:05 UTC [more...]

[PATCH v3 0/6] Add AutoFDO and Propeller support for Clang build
 2024-10-10 19:23 UTC 

[PATCH net-next v25 00/13] Device Memory TCP
 2024-10-10 19:05 UTC  (4+ messages)
` [PATCH net-next v25 10/13] net: add SO_DEVMEM_DONTNEED setsockopt to release RX frags

[PATCH v5 0/8] x86/module: use large ROX pages for text allocations
 2024-10-10 18:35 UTC  (26+ 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
` [PATCH v5 7/8] execmem: add support for cache of large ROX pages
` [PATCH v5 8/8] x86/module: enable ROX caches for module text
  ` Bisected: "

[PATCH 0/5] Add new headers for Hyper-V Dom0
 2024-10-10 18:21 UTC  (6+ messages)
` [PATCH 2/5] hyperv: Remove unnecessary #includes
` [PATCH 3/5] hyperv: Add new Hyper-V headers

[PATCH v13 00/40] arm64/gcs: Provide support for GCS in userspace
 2024-10-10 17:16 UTC  (5+ messages)
` [PATCH v13 11/40] arm64/gcs: Provide basic EL2 setup to allow GCS usage at EL0 and EL1

[PATCH 0/9] vdso: Remove timekeeper argument and includes
 2024-10-10 16:01 UTC  (11+ messages)
` [PATCH 1/9] vdso: Remove timekeeper argument of __arch_update_vsyscall()
` [PATCH 2/9] arm: vdso: Remove timekeeper includes
` [PATCH 3/9] arm64: vdso: Remove timekeeper include
` [PATCH 4/9] powerpc/vdso: Remove timekeeper includes
` [PATCH 5/9] riscv: vdso: Remove timekeeper include
` [PATCH 6/9] s390/vdso: Remove timekeeper includes
` [PATCH 7/9] x86/vdso: Remove timekeeper include
` [PATCH 8/9] LoongArch: vdso: Remove timekeeper includes
` [PATCH 9/9] MIPS: "

[PATCH v4 0/2] vdso: Use only headers from the vdso/ namespace
 2024-10-10 13:51 UTC  (3+ messages)
` [PATCH v4 1/2] drm: i915: Change fault type to unsigned long
` [PATCH v4 2/2] vdso: Introduce vdso/page.h

[PATCH v9 0/4] Consolidate IO memcpy functions
 2024-10-10 12:36 UTC  (5+ messages)
` [PATCH v9 1/4] Consolidate IO memcpy/memset into iomem_copy.c
` [PATCH v9 2/4] arm64: Use generic IO memcpy/memset
` [PATCH v9 3/4] csky: "
` [PATCH v9 4/4] loongarch: "

[PATCH v3 0/2] vdso: Use only headers from the vdso/ namespace
 2024-10-10 12:37 UTC  (12+ messages)
` [PATCH v3 2/2] vdso: Introduce vdso/page.h

[PATCH v2 05/15] timers: Update function descriptions of sleep/delay related functions
 2024-10-10 12:36 UTC  (3+ messages)

[PATCH RFC v3 00/10] extensible syscalls: CHECK_FIELDS to allow for easier feature detection
 2024-10-10 10:09 UTC  (14+ messages)
` [PATCH RFC v3 01/10] uaccess: add copy_struct_to_user helper
` [PATCH RFC v3 02/10] sched_getattr: port to copy_struct_to_user
` [PATCH RFC v3 03/10] openat2: explicitly return -E2BIG for (usize > PAGE_SIZE)
  ` (subset) "
` [PATCH RFC v3 04/10] openat2: add CHECK_FIELDS flag to usize argument
` [PATCH RFC v3 05/10] selftests: openat2: add 0xFF poisoned data after misaligned struct
` [PATCH RFC v3 06/10] selftests: openat2: add CHECK_FIELDS selftests
` [PATCH RFC v3 07/10] clone3: add CHECK_FIELDS flag to usize argument
` [PATCH RFC v3 08/10] selftests: clone3: add CHECK_FIELDS selftests
` [PATCH RFC v3 09/10] mount_setattr: add CHECK_FIELDS flag to usize argument
` [PATCH RFC v3 10/10] selftests: mount_setattr: add CHECK_FIELDS selftest

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

[PATCH v6 00/33] riscv control-flow integrity for usermode
 2024-10-10  0:02 UTC  (45+ 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

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

[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 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 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  (6+ messages)
` [RFC PATCH 05/28] x86: Define the stack protector guard symbol explicitly

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

[PATCH v6 0/5] treewide: Remove I/O port accessors for HAS_IOPORT=n
 2024-10-08  8:56 UTC  (5+ messages)
` [PATCH v6 4/5] tty: serial: handle HAS_IOPORT dependencies

[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  (4+ messages)
` [PATCH v4 5/8] arch: introduce set_direct_map_valid_noflush()


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