linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-11-27 10:37:33 to 2025-12-05 22:58:20 UTC [more...]

[RFC PATCH 0/1] Introduce Hierarchical Queued NUMA-aware spinlock
 2025-12-06  6:21 UTC  (10+ messages)
` [RFC PATCH 1/1] HQspinlock - (NUMA-aware) Hierarchical Queued spinlock
  ` [RFC PATCH v2 0/5] Introduce Hierarchical Queued NUMA-aware spinlock
    ` [RFC PATCH v2 4/5] lockref: use hq-spinlock
    ` [RFC PATCH v2 5/5] kernel: futex: use HQ-spinlock for hash-buckets

[PATCH v1 0/4] mm/hugetlb: fixes for PMD table sharing (incl. using mmu_gather)
 2025-12-05 21:35 UTC  (5+ messages)
` [PATCH v1 1/4] mm/hugetlb: fix hugetlb_pmd_shared()
` [PATCH v1 2/4] mm/hugetlb: fix two comments related to huge_pmd_unshare()
` [PATCH v1 3/4] mm/rmap: "
` [PATCH v1 4/4] mm/hugetlb: fix excessive IPI broadcasts when unsharing PMD tables using mmu_gather

[PATCH v25 00/28] riscv control-flow integrity for usermode
 2025-12-05 20:17 UTC  (31+ messages)
` [PATCH v25 01/28] mm: VM_SHADOW_STACK definition for riscv
` [PATCH v25 02/28] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml)
` [PATCH v25 03/28] riscv: zicfiss / zicfilp enumeration
` [PATCH v25 04/28] riscv: zicfiss / zicfilp extension csr and bit definitions
` [PATCH v25 05/28] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v25 06/28] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH v25 07/28] riscv/mm: manufacture shadow stack pte
` [PATCH v25 08/28] riscv/mm: teach pte_mkwrite to manufacture shadow stack PTEs
` [PATCH v25 09/28] riscv/mm: write protect and shadow stack
` [PATCH v25 10/28] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v25 11/28] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH v25 12/28] riscv: Implements arch agnostic shadow stack prctls
` [PATCH v25 13/28] prctl: arch-agnostic prctl for indirect branch tracking
` [PATCH v25 14/28] riscv: Implements arch agnostic indirect branch tracking prctls
` [PATCH v25 15/28] riscv/traps: Introduce software check exception and uprobe handling
` [PATCH v25 16/28] riscv: signal: abstract header saving for setup_sigcontext
` [PATCH v25 17/28] riscv/signal: save and restore of shadow stack for signal
` [PATCH v25 18/28] riscv/kernel: update __show_regs to print shadow stack register
` [PATCH v25 19/28] riscv/ptrace: riscv cfi status and state via ptrace and in core files
` [PATCH v25 20/28] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe
` [PATCH v25 21/28] riscv: kernel command line option to opt out of user cfi
` [PATCH v25 22/28] riscv: enable kernel access to shadow stack memory via FWFT sbi call
` [PATCH v25 23/28] arch/riscv: compile vdso with landing pad and shadow stack note
` [PATCH v25 24/28] arch/riscv: dual vdso creation logic and select vdso based on hw
` [PATCH v25 25/28] riscv: create a config for shadow stack and landing pad instr support
` [PATCH v25 26/28] riscv: Documentation for landing pad / indirect branch tracking
` [PATCH v25 27/28] riscv: Documentation for shadow stack on riscv
` [PATCH v25 28/28] kselftest/riscv: kselftest for user mode cfi

[PATCH v24 00/28] riscv control-flow integrity for usermode
 2025-12-05 19:41 UTC  (33+ messages)
` [PATCH v24 01/28] mm: VM_SHADOW_STACK definition for riscv
` [PATCH v24 02/28] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml)
` [PATCH v24 03/28] riscv: zicfiss / zicfilp enumeration
` [PATCH v24 04/28] riscv: zicfiss / zicfilp extension csr and bit definitions
` [PATCH v24 05/28] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v24 06/28] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH v24 07/28] riscv/mm: manufacture shadow stack pte
` [PATCH v24 08/28] riscv/mm: teach pte_mkwrite to manufacture shadow stack PTEs
` [PATCH v24 09/28] riscv/mm: write protect and shadow stack
` [PATCH v24 10/28] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v24 11/28] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH v24 12/28] riscv: Implements arch agnostic shadow stack prctls
` [PATCH v24 13/28] prctl: arch-agnostic prctl for indirect branch tracking
` [PATCH v24 14/28] riscv: Implements arch agnostic indirect branch tracking prctls
` [PATCH v24 15/28] riscv/traps: Introduce software check exception and uprobe handling
` [PATCH v24 16/28] riscv: signal: abstract header saving for setup_sigcontext
` [PATCH v24 17/28] riscv/signal: save and restore of shadow stack for signal
` [PATCH v24 18/28] riscv/kernel: update __show_regs to print shadow stack register
` [PATCH v24 19/28] riscv/ptrace: riscv cfi status and state via ptrace and in core files
` [PATCH v24 20/28] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe
` [PATCH v24 21/28] riscv: kernel command line option to opt out of user cfi
` [PATCH v24 22/28] riscv: enable kernel access to shadow stack memory via FWFT sbi call
` [PATCH v24 23/28] arch/riscv: compile vdso with landing pad and shadow stack note
` [PATCH v24 24/28] arch/riscv: dual vdso creation logic and select vdso based on hw
` [PATCH v24 25/28] riscv: create a config for shadow stack and landing pad instr support
` [PATCH v24 26/28] riscv: Documentation for landing pad / indirect branch tracking
` [PATCH v24 27/28] riscv: Documentation for shadow stack on riscv
` [PATCH v24 28/28] kselftest/riscv: kselftest for user mode cfi

[PATCH v25 00/28] riscv control-flow integrity for usermode
 2025-12-05 18:37 UTC  (25+ messages)
` [PATCH v25 01/28] mm: VM_SHADOW_STACK definition for riscv
` [PATCH v25 02/28] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml)
` [PATCH v25 03/28] riscv: zicfiss / zicfilp enumeration
` [PATCH v25 04/28] riscv: zicfiss / zicfilp extension csr and bit definitions
` [PATCH v25 05/28] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v25 06/28] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH v25 07/28] riscv/mm: manufacture shadow stack pte
` [PATCH v25 08/28] riscv/mm: teach pte_mkwrite to manufacture shadow stack PTEs
` [PATCH v25 09/28] riscv/mm: write protect and shadow stack
` [PATCH v25 10/28] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v25 11/28] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH v25 12/28] riscv: Implements arch agnostic shadow stack prctls
` [PATCH v25 13/28] prctl: arch-agnostic prctl for indirect branch tracking
` [PATCH v25 14/28] riscv: Implements arch agnostic indirect branch tracking prctls
` [PATCH v25 15/28] riscv/traps: Introduce software check exception and uprobe handling
` [PATCH v25 16/28] riscv: signal: abstract header saving for setup_sigcontext
` [PATCH v25 17/28] riscv/signal: save and restore of shadow stack for signal
` [PATCH v25 18/28] riscv/kernel: update __show_regs to print shadow stack register
` [PATCH v25 19/28] riscv/ptrace: riscv cfi status and state via ptrace and in core files
` [PATCH v25 20/28] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe
` [PATCH v25 21/28] riscv: kernel command line option to opt out of user cfi
` [PATCH v25 22/28] riscv: enable kernel access to shadow stack memory via FWFT sbi call
` [PATCH v25 23/28] arch/riscv: compile vdso with landing pad and shadow stack note
` [PATCH v25 24/28] arch/riscv: dual vdso creation logic and select vdso based on hw

[PATCH v18 00/42] DEPT(DEPendency Tracker)
 2025-12-05  9:27 UTC  (44+ messages)
` [PATCH v18 01/42] dept: implement "
` [PATCH v18 02/42] dept: add single event dependency tracker APIs
` [PATCH v18 03/42] dept: add lock "
` [PATCH v18 04/42] dept: tie to lockdep and IRQ tracing
` [PATCH v18 05/42] dept: add proc knobs to show stats and dependency graph
` [PATCH v18 06/42] dept: distinguish each kernel context from another
` [PATCH v18 07/42] dept: distinguish each work "
` [PATCH v18 08/42] dept: add a mechanism to refill the internal memory pools on running out
` [PATCH v18 09/42] dept: record the latest one out of consecutive waits of the same class
` [PATCH v18 10/42] dept: apply sdt_might_sleep_{start,end}() to wait_for_completion()/complete()
` [PATCH v18 11/42] dept: apply sdt_might_sleep_{start,end}() to swait
` [PATCH v18 12/42] dept: apply sdt_might_sleep_{start,end}() to waitqueue wait
` [PATCH v18 13/42] dept: apply sdt_might_sleep_{start,end}() to hashed-waitqueue wait
` [PATCH v18 14/42] dept: apply sdt_might_sleep_{start,end}() to dma fence
` [PATCH v18 15/42] dept: track timeout waits separately with a new Kconfig
` [PATCH v18 16/42] dept: apply timeout consideration to wait_for_completion()/complete()
` [PATCH v18 17/42] dept: apply timeout consideration to swait
` [PATCH v18 18/42] dept: apply timeout consideration to waitqueue wait
` [PATCH v18 19/42] dept: apply timeout consideration to hashed-waitqueue wait
` [PATCH v18 20/42] dept: apply timeout consideration to dma fence wait
` [PATCH v18 21/42] dept: make dept able to work with an external wgen
` [PATCH v18 22/42] dept: track PG_locked with dept
` [PATCH v18 23/42] dept: print staged wait's stacktrace on report
` [PATCH v18 24/42] locking/lockdep: prevent various lockdep assertions when lockdep_off()'ed
` [PATCH v18 25/42] dept: add documents for dept
` [PATCH v18 26/42] cpu/hotplug: use a weaker annotation in AP thread
` [PATCH v18 27/42] dept: assign dept map to mmu notifier invalidation synchronization
` [PATCH v18 28/42] dept: assign unique dept_key to each distinct dma fence caller
` [PATCH v18 29/42] dept: make dept aware of lockdep_set_lock_cmp_fn() annotation
` [PATCH v18 30/42] dept: make dept stop from working on debug_locks_off()
` [PATCH v18 31/42] dept: assign unique dept_key to each distinct wait_for_completion() caller
` [PATCH v18 32/42] completion, dept: introduce init_completion_dmap() API
` [PATCH v18 33/42] dept: introduce a new type of dependency tracking between multi event sites
` [PATCH v18 34/42] dept: add module support for struct dept_event_site and dept_event_site_dep
` [PATCH v18 35/42] dept: introduce event_site() to disable event tracking if it's recoverable
` [PATCH v18 36/42] dept: implement a basic unit test for dept
` [PATCH v18 37/42] dept: call dept_hardirqs_off() in local_irq_*() regardless of irq state
` [PATCH v18 38/42] rcu/update: fix same dept key collision between various types of RCU
` [PATCH v18 39/42] dept: introduce APIs to set page usage and use subclasses_evt for the usage
` [PATCH v18 40/42] dept: track PG_writeback with dept
` [PATCH v18 41/42] SUNRPC: relocate struct rcu_head to the first field of struct rpc_xprt
` [PATCH v18 42/42] mm: percpu: increase PERCPU_DYNAMIC_SIZE_SHIFT on DEPT and large PAGE_SIZE

[PATCH v23 00/28] riscv control-flow integrity for usermode
 2025-12-04 17:18 UTC  (8+ messages)
` [PATCH v23 24/28] arch/riscv: dual vdso creation logic and select vdso based on hw

[patch V5 00/11] rseq: Implement time slice extension mechanism
 2025-12-04 16:35 UTC  (13+ messages)
` [patch V5 01/11] rseq: Add fields and constants for time slice extension
  ` [PATCH] rseq: Correct typo in the documentation
` [patch V5 02/11] rseq: Provide static branch for time slice extensions
` [patch V5 03/11] rseq: Add statistics "
` [patch V5 04/11] rseq: Add prctl() to enable "
` [patch V5 05/11] rseq: Implement sys_rseq_slice_yield()
` [patch V5 06/11] rseq: Implement syscall entry work for time slice extensions
` [patch V5 07/11] rseq: Implement time slice extension enforcement timer
` [patch V5 08/11] rseq: Reset slice extension when scheduled
` [patch V5 09/11] rseq: Implement rseq_grant_slice_extension()
` [patch V5 10/11] entry: Hook up rseq time slice extension
` [patch V5 11/11] selftests/rseq: Implement time slice extension test

[PATCH v23 25/28] riscv: create a config for shadow stack and landing pad instr support
 2025-12-04 15:04 UTC  (2+ messages)

[PATCH v23 22/28] riscv: enable kernel access to shadow stack memory via FWFT sbi call
 2025-12-04 15:02 UTC  (2+ messages)

[PATCH v23 23/28] arch/riscv: compile vdso with landing pad and shadow stack note
 2025-12-04 15:02 UTC  (2+ messages)

[PATCH v23 18/28] riscv/kernel: update __show_regs to print shadow stack register
 2025-12-04 15:00 UTC  (2+ messages)
` [PATCH v23 16/28] riscv: signal: abstract header saving for setup_sigcontext[PATCH "

[PATCH v23 16/28] riscv: signal: abstract header saving for setup_sigcontext
 2025-12-04 14:56 UTC  (2+ messages)

[PATCH v23 15/28] riscv/traps: Introduce software check exception and uprobe handling
 2025-12-04 14:53 UTC  (2+ messages)

[PATCH v23 14/28] riscv: Implements arch agnostic indirect branch tracking prctls
 2025-12-04 14:48 UTC  (2+ messages)

[PATCH v23 13/28] prctl: arch-agnostic prctl for indirect branch tracking
 2025-12-04 14:48 UTC  (2+ messages)

[PATCH v23 12/28] riscv: Implements arch agnostic shadow stack prctls
 2025-12-04 14:47 UTC  (2+ messages)

[PATCH v23 10/28] riscv/mm: Implement map_shadow_stack() syscall
 2025-12-04 14:46 UTC  (2+ messages)

[PATCH v23 08/28] riscv/mm: teach pte_mkwrite to manufacture shadow stack PTEs
 2025-12-04 14:43 UTC  (2+ messages)

[PATCH v23 09/28] riscv/mm: write protect and shadow stack
 2025-12-04 14:45 UTC  (2+ messages)

[PATCH v23 07/28] riscv/mm: manufacture shadow stack pte
 2025-12-04 14:41 UTC  (2+ messages)

[PATCH v23 06/28] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
 2025-12-04 14:41 UTC  (2+ messages)

[PATCH v23 04/28] riscv: zicfiss / zicfilp extension csr and bit definitions
 2025-12-04 14:37 UTC  (2+ messages)

[PATCH v23 03/28] riscv: zicfiss / zicfilp enumeration
 2025-12-04 14:36 UTC  (2+ messages)

[PATCH v23 01/28] mm: VM_SHADOW_STACK definition for riscv
 2025-12-04 14:14 UTC  (2+ messages)

[PATCH v2 0/8] dce, riscv: Unused syscall trimming with PUSHSECTION and conditional KEEP()
 2025-12-03 11:13 UTC  (6+ messages)

Maintainers / Kernel Summit 2021 planning kick-off
 2025-12-03  1:15 UTC 

[PATCH v17 00/47] DEPT(DEPendency Tracker)
 2025-12-01  7:18 UTC  (5+ messages)
` [PATCH v17 44/47] dept: introduce APIs to set page usage and use subclasses_evt for the usage

[PATCH v4 0/9] treewide: Replace __ASSEMBLY__ with __ASSEMBLER__ in header files
 2025-11-29 23:00 UTC  (3+ messages)
` [PATCH v4 1/9] alpha: Replace __ASSEMBLY__ with __ASSEMBLER__ in the alpha headers

[PATCH v2 00/16] mm: remove is_swap_[pte, pmd]() + non-swap entries, introduce leaf entries
 2025-11-27 19:33 UTC  (18+ messages)
` [PATCH v3 11/16] mm: introduce pmd_is_huge() and use where appropriate
` [PATCH v3 12/16] mm: remove remaining is_swap_pmd() users and is_swap_pmd()
` [PATCH v3 13/16] mm: remove non_swap_entry() and use softleaf helpers instead
` [PATCH v3 14/16] mm: remove is_hugetlb_entry_[migration, hwpoisoned]()
` [PATCH v3 15/16] mm: eliminate further swapops predicates
` [PATCH v3 16/16] mm: replace remaining pte_to_swp_entry() with softleaf_from_pte()

[PATCH 2/3] irqchip/gic-v3: allocate one SGI for MSHV
 2025-11-27 10:36 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).