linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-12-05 07:20:25 to 2025-12-15 04:51:54 UTC [more...]

[PATCH v8 00/12] barrier: Add smp_cond_load_{relaxed,acquire}_timeout()
 2025-12-15  4:49 UTC  (9+ messages)
` [PATCH v8 01/12] asm-generic: barrier: Add smp_cond_load_relaxed_timeout()
` [PATCH v8 02/12] arm64: barrier: Support smp_cond_load_relaxed_timeout()
` [PATCH v8 04/12] arm64: support WFET in smp_cond_relaxed_timeout()
` [PATCH v8 06/12] asm-generic: barrier: Add smp_cond_load_acquire_timeout()
` [PATCH v8 07/12] atomic: Add atomic_cond_read_*_timeout()
` [PATCH v8 08/12] locking/atomic: scripts: build atomic_long_cond_read_*_timeout()
` [PATCH v8 09/12] bpf/rqspinlock: switch check_timeout() to a clock interface
` [PATCH v8 10/12] bpf/rqspinlock: Use smp_cond_load_acquire_timeout()

[PATCH v18 00/42] DEPT(DEPendency Tracker)
 2025-12-15  4:22 UTC  (25+ messages)
` [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 RFC 0/3] skip redundant TLB sync IPIs
 2025-12-13  8:00 UTC  (4+ messages)
` [PATCH RFC 1/3] mm/tlb: allow architectures to "
` [PATCH RFC 2/3] x86/mm: implement redundant IPI elimination for PMD unsharing
` [PATCH RFC 3/3] mm/khugepaged: skip redundant IPI in collapse_huge_page()

[PATCH 00/26] Introduce meminspect
 2025-12-13  7:22 UTC  (4+ messages)

[RFC PATCH] liveupdate: list all file handler versions in vmlinux section
 2025-12-13  7:10 UTC  (2+ messages)

[GIT PULL] LoongArch changes for v6.19
 2025-12-13  4:05 UTC  (2+ messages)

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

[PATCH v2 0/2] x86, mm: minor tlb_flush tracepoint adjustments
 2025-12-12  9:08 UTC  (3+ messages)
` [PATCH v2 1/2] x86/tlb/trace: Export the TLB_REMOTE_WRONG_CPU enum
` [PATCH v2 2/2] mm: Remove tlb_flush_reason::NR_TLB_FLUSH_REASONS

[PATCH v2 0/4] mm/hugetlb: fixes for PMD table sharing (incl. using mmu_gather)
 2025-12-12  7:10 UTC  (5+ messages)
` [PATCH v2 1/4] mm/hugetlb: fix hugetlb_pmd_shared()
` [PATCH v2 2/4] mm/hugetlb: fix two comments related to huge_pmd_unshare()
` [PATCH v2 3/4] mm/rmap: "
` [PATCH v2 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-11 17:13 UTC  (34+ 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

[RFC v1 0/5] Hyper-V: Add para-virtualized IOMMU support for Linux guests
 2025-12-11  8:41 UTC  (12+ messages)
` [RFC v1 1/5] PCI: hv: Create and export hv_build_logical_dev_id()
` [RFC v1 2/5] iommu: Move Hyper-V IOMMU driver to its own subdirectory
` [RFC v1 3/5] hyperv: Introduce new hypercall interfaces used by Hyper-V guest IOMMU
` [RFC v1 4/5] hyperv: allow hypercall output pages to be allocated for child partitions
` [RFC v1 5/5] iommu/hyperv: Add para-virtualized IOMMU support for Hyper-V guest

[PATCH v1 0/4] mm/hugetlb: fixes for PMD table sharing (incl. using mmu_gather)
 2025-12-11  5:42 UTC  (27+ 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

[linux-next:master] [mm/hugetlb] 0e1ad0324a: WARNING:at_mm/mmu_gather.c:#tlb_finish_mmu
 2025-12-11  0:55 UTC  (3+ messages)

[PATCH] mshv: Move function prototypes to the generic header
 2025-12-10 21:54 UTC  (2+ messages)

[GIT PULL] csky changes for v6.19
 2025-12-10  8:01 UTC  (2+ messages)

[PATCH net-next v7 0/5] net: devmem: improve cpu cost of RX token management
 2025-12-09 19:55 UTC  (3+ messages)

[RFC PATCH 0/1] Introduce Hierarchical Queued NUMA-aware spinlock
 2025-12-06  6:21 UTC  (7+ messages)
` [RFC PATCH v2 0/5] "
  ` [RFC PATCH v2 1/5] kernel: introduce Hierarchical Queued spinlock
  ` [RFC PATCH v2 2/5] hq-spinlock: proc tunables and debug stats
  ` [RFC PATCH v2 3/5] kernel: introduce general hq-lock support
  ` [RFC PATCH v2 4/5] lockref: use hq-spinlock
  ` [RFC PATCH v2 5/5] kernel: futex: use HQ-spinlock for hash-buckets

[PATCH v24 00/28] riscv control-flow integrity for usermode
 2025-12-05 19:41 UTC  (5+ messages)
` [PATCH v24 25/28] riscv: create a config for shadow stack and landing pad instr support

[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


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