messages from 2025-06-30 06:17:04 to 2025-07-11 19:47:06 UTC [more...]
[PATCH v18 00/27] riscv control-flow integrity for usermode
2025-07-11 19:46 UTC (18+ messages)
` [PATCH v18 01/27] mm: VM_SHADOW_STACK definition for riscv
` [PATCH v18 02/27] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml)
` [PATCH v18 03/27] riscv: zicfiss / zicfilp enumeration
` [PATCH v18 04/27] riscv: zicfiss / zicfilp extension csr and bit definitions
` [PATCH v18 05/27] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v18 06/27] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH v18 07/27] riscv/mm: manufacture shadow stack pte
` [PATCH v18 08/27] riscv/mm: teach pte_mkwrite to manufacture shadow stack PTEs
` [PATCH v18 09/27] riscv/mm: write protect and shadow stack
` [PATCH v18 10/27] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v18 11/27] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH v18 12/27] riscv: Implements arch agnostic shadow stack prctls
` [PATCH v18 13/27] prctl: arch-agnostic prctl for indirect branch tracking
` [PATCH v18 14/27] riscv: Implements arch agnostic indirect branch tracking prctls
` [PATCH v18 15/27] riscv/traps: Introduce software check exception and uprobe handling
` [PATCH v18 16/27] riscv: signal: abstract header saving for setup_sigcontext
` [PATCH v18 17/27] riscv/signal: save and restore of shadow stack for signal
[PATCH v6 0/9] LKMM generic atomics in Rust
2025-07-11 19:26 UTC (51+ messages)
` [PATCH v6 1/9] rust: Introduce atomic API helpers
` [PATCH v6 2/9] rust: sync: Add basic atomic operation mapping framework
` [PATCH v6 3/9] rust: sync: atomic: Add ordering annotation types
` [PATCH v6 4/9] rust: sync: atomic: Add generic atomics
` [PATCH v6 5/9] rust: sync: atomic: Add atomic {cmp,}xchg operations
` [PATCH v6 6/9] rust: sync: atomic: Add the framework of arithmetic operations
` [PATCH v6 7/9] rust: sync: atomic: Add Atomic<u{32,64}>
` [PATCH v6 8/9] rust: sync: Add memory barriers
` [PATCH v6 9/9] rust: sync: atomic: Add Atomic<{usize,isize}>
[RFC V1 PATCH mm-hotfixes 0/3] mm, arch: A more robust approach to sync top level kernel page tables
2025-07-11 16:18 UTC (10+ messages)
` [RFC V1 PATCH mm-hotfixes 1/3] mm: introduce and use {pgd,p4d}_populate_kernel()
` [RFC V1 PATCH mm-hotfixes 2/3] x86/mm: define p*d_populate_kernel() and top-level page table sync
` [RFC V1 PATCH mm-hotfixes 3/3] x86/mm: convert {pgd,p4d}_populate{,_init} to _kernel variant
[PATCH v2 0/8] Cache coherency management subsystem
2025-07-11 11:54 UTC (26+ messages)
` [PATCH v2 1/8] memregion: Support fine grained invalidate by cpu_cache_invalidate_memregion()
` [PATCH v2 2/8] generic: Support ARCH_HAS_CPU_CACHE_INVALIDATE_MEMREGION
[PATCH RFC] timer: of: Create a platform_device before the framework is initialized
2025-07-10 10:54 UTC (10+ messages)
[PATCH] vdso/gettimeofday: Fix code refactoring
2025-07-10 7:27 UTC (3+ messages)
[PATCH v4 0/2] Implement endianess swap macros for RISC-V
2025-07-09 15:12 UTC (3+ messages)
[PATCH 00/14] vdso: Add support for auxiliary clocks
2025-07-09 8:29 UTC (30+ messages)
` [PATCH 01/14] selftests/timers: Add testcase "
` [PATCH 02/14] vdso/vsyscall: Introduce a helper to fill clock configurations
` [PATCH 03/14] vdso/vsyscall: Split up __arch_update_vsyscall() into __arch_update_vdso_clock()
` [PATCH 04/14] vdso/helpers: Add helpers for seqlocks of single vdso_clock
` [PATCH 05/14] vdso/gettimeofday: Return bool from clock_getres() helpers
` [PATCH 06/14] vdso/gettimeofday: Return bool from clock_gettime() helpers
` [PATCH 07/14] vdso/gettimeofday: Introduce vdso_clockid_valid()
` [PATCH 08/14] vdso/gettimeofday: Introduce vdso_set_timespec()
` [PATCH 09/14] vdso/gettimeofday: Introduce vdso_get_timestamp()
` [PATCH 10/14] vdso: Introduce aux_clock_resolution_ns()
` [PATCH 11/14] vdso/vsyscall: Update auxiliary clock data in the datapage
` [PATCH 12/14] vdso/gettimeofday: Add support for auxiliary clocks
` [PATCH 13/14] Revert "selftests: vDSO: parse_vdso: Use UAPI headers instead of libc headers"
` [PATCH 14/14] selftests/timers/auxclock: Test vDSO functionality
[PATCH 00/23] binfmt_elf,arch/*: Use elf.h for coredump note names
2025-07-09 5:05 UTC (2+ messages)
[PATCH v2 1/1] docs/memory-barriers.txt: Add wait_event_cmd() and wait_event_exclusive_cmd()
2025-07-08 22:59 UTC (2+ messages)
[PATCH v5 00/10] LKMM generic atomics in Rust
2025-07-05 21:43 UTC (47+ messages)
` [PATCH v5 04/10] rust: sync: atomic: Add generic atomics
` [PATCH v5 10/10] rust: sync: Add memory barriers
` [PATCH v5 05/10] rust: sync: atomic: Add atomic {cmp,}xchg operations
[RFC][PATCH] ftrace: Make DYNAMIC_FTRACE always enabled for architectures that support it
2025-07-04 15:12 UTC (7+ messages)
[PATCH] tracing: Remove redundant config HAVE_FTRACE_MCOUNT_RECORD
2025-07-04 14:48 UTC
[DISCUSSION] proposed mctl() API
2025-07-04 10:34 UTC (9+ messages)
[PATCH 2/2] bitops: rotate: Add riscv implementation using Zbb extension
2025-07-03 16:58 UTC (8+ messages)
[PATCH 2/2] bitops: rotate: Add riscv implementation using Zbb extension
2025-07-01 13:01 UTC (4+ messages)
kernel/fork.c:3088:2: warning: clone3() entry point is missing, please fix
2025-07-01 8:49 UTC (8+ messages)
[PATCH v3 0/5] barrier: Add smp_cond_load_*_timewait()
2025-07-01 5:55 UTC (5+ messages)
` [PATCH v3 5/5] arm64: barrier: Handle waiting in smp_cond_load_relaxed_timewait()
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).