linux-arch.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-10-23 10:24:22 to 2025-11-03 19:20:04 UTC [more...]

[patch V3 00/12] rseq: Implement time slice extension mechanism
 2025-11-03 19:19 UTC  (42+ messages)
` [patch V3 01/12] sched: Provide and use set_need_resched_current()
` [patch V3 02/12] rseq: Add fields and constants for time slice extension
` [patch V3 03/12] rseq: Provide static branch for time slice extensions
` [patch V3 04/12] rseq: Add statistics "
` [patch V3 05/12] rseq: Add prctl() to enable "
` [patch V3 06/12] rseq: Implement sys_rseq_slice_yield()
` [patch V3 07/12] rseq: Implement syscall entry work for time slice extensions
` [patch V3 08/12] rseq: Implement time slice extension enforcement timer
` [patch V3 09/12] rseq: Reset slice extension when scheduled
` [patch V3 10/12] rseq: Implement rseq_grant_slice_extension()
` [patch V3 11/12] entry: Hook up rseq time slice extension
` [patch V3 12/12] selftests/rseq: Implement time slice extension test

[PATCH 00/16] mm: remove is_swap_[pte, pmd]() + non-swap entries, introduce leaf entries
 2025-11-03 17:30 UTC  (19+ messages)
` [PATCH 01/16] mm: correctly handle UFFD PTE markers
` [PATCH 02/16] mm: introduce leaf entry type and use to simplify leaf entry logic
` [PATCH 03/16] mm: avoid unnecessary uses of is_swap_pte()
` [PATCH 04/16] mm: eliminate uses of is_swap_pte() when leafent_from_pte() suffices
` [PATCH 05/16] mm: use leaf entries in debug pgtable + remove is_swap_pte()
` [PATCH 06/16] fs/proc/task_mmu: refactor pagemap_pmd_range()
` [PATCH 07/16] mm: avoid unnecessary use of is_swap_pmd()
` [PATCH 08/16] mm/huge_memory: refactor copy_huge_pmd() non-present logic
` [PATCH 09/16] mm/huge_memory: refactor change_huge_pmd() "
` [PATCH 10/16] mm: replace pmd_to_swp_entry() with leafent_from_pmd()
` [PATCH 11/16] mm: introduce pmd_is_huge() and use where appropriate
` [PATCH 12/16] mm: remove remaining is_swap_pmd() users and is_swap_pmd()
` [PATCH 13/16] mm: remove non_swap_entry() and use leaf entry helpers instead
` [PATCH 14/16] mm: remove is_hugetlb_entry_[migration, hwpoisoned]()
` [PATCH 15/16] mm: eliminate further swapops predicates
` [PATCH 16/16] mm: replace remaining pte_to_swp_entry() with leafent_from_pte()

[PATCH v3 0/8] scalable symbol flags with __kflagstab
 2025-11-03 16:19 UTC  (9+ messages)
` [PATCH v3 1/8] define kernel symbol flags
` [PATCH v3 2/8] linker: add kflagstab section to vmlinux and modules
` [PATCH v3 3/8] modpost: create entries for kflagstab
` [PATCH v3 4/8] module loader: use kflagstab instead of *_gpl sections
` [PATCH v3 5/8] modpost: put all exported symbols in ksymtab section
` [PATCH v3 6/8] module loader: remove references of *_gpl sections
` [PATCH v3 7/8] linker: remove *_gpl sections from vmlinux and modules
` [PATCH v3 8/8] remove references to *_gpl sections in documentation

[PATCH v6 00/29] context_tracking,x86: Defer some IPIs until a user->kernel transition
 2025-11-03  8:37 UTC  (22+ messages)
` [PATCH v6 06/29] static_call: Add read-only-after-init static calls
` [PATCH v6 23/29] context-tracking: Introduce work deferral infrastructure
` [PATCH v6 24/29] context_tracking,x86: Defer kernel text patching IPIs
` [RFC PATCH v6 27/29] x86/mm/pti: Implement a TLB flush immediately after a switch to kernel CR3

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

[RESEND PATCH v7 0/7] barrier: Add smp_cond_load_*_timeout()
 2025-11-02 21:52 UTC  (22+ messages)
` [RESEND PATCH v7 1/7] asm-generic: barrier: Add smp_cond_load_relaxed_timeout()
` [RESEND PATCH v7 2/7] arm64: barrier: Support smp_cond_load_relaxed_timeout()
` [RESEND PATCH v7 3/7] arm64: rqspinlock: Remove private copy of smp_cond_load_acquire_timewait()
` [RESEND PATCH v7 4/7] asm-generic: barrier: Add smp_cond_load_acquire_timeout()
` [RESEND PATCH v7 5/7] atomic: Add atomic_cond_read_*_timeout()
` [RESEND PATCH v7 6/7] rqspinlock: Use smp_cond_load_acquire_timeout()
` [RESEND PATCH v7 7/7] cpuidle/poll_state: Poll via smp_cond_load_relaxed_timeout()

Port of Linux to WebAssembly
 2025-11-01 14:19 UTC 

[PATCH v22 00/28] riscv control-flow integrity for usermode
 2025-10-31 19:22 UTC  (16+ messages)
` [PATCH v22 01/28] mm: VM_SHADOW_STACK definition for riscv
` [PATCH v22 02/28] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml)
` [PATCH v22 03/28] riscv: zicfiss / zicfilp enumeration
` [PATCH v22 04/28] riscv: zicfiss / zicfilp extension csr and bit definitions
` [PATCH v22 05/28] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v22 06/28] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH v22 07/28] riscv/mm: manufacture shadow stack pte
` [PATCH v22 08/28] riscv/mm: teach pte_mkwrite to manufacture shadow stack PTEs
` [PATCH v22 09/28] riscv/mm: write protect and shadow stack
` [PATCH v22 10/28] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v22 11/28] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH v22 12/28] riscv: Implements arch agnostic shadow stack prctls
` [PATCH v22 13/28] prctl: arch-agnostic prctl for indirect branch tracking
` [PATCH v22 14/28] riscv: Implements arch agnostic indirect branch tracking prctls

[PATCH v5 0/6] Cache coherency management subsystem
 2025-10-31 11:17 UTC  (7+ messages)
` [PATCH v5 1/6] memregion: Drop unused IORES_DESC_* parameter from cpu_cache_invalidate_memregion()
` [PATCH v5 2/6] memregion: Support fine grained invalidate by cpu_cache_invalidate_memregion()
` [PATCH v5 3/6] lib: Support ARCH_HAS_CPU_CACHE_INVALIDATE_MEMREGION
` [PATCH v5 4/6] arm64: Select GENERIC_CPU_CACHE_MAINTENANCE
` [PATCH v5 5/6] MAINTAINERS: Add Jonathan Cameron to drivers/cache and add lib/cache_maint.c + header
` [PATCH v5 6/6] cache: Support cache maintenance for HiSilicon SoC Hydra Home Agent

[patch V2 00/12] rseq: Implement time slice extension mechanism
 2025-10-28 13:04 UTC  (20+ messages)
` [patch V2 01/12] sched: Provide and use set_need_resched_current()
` [patch V2 03/12] rseq: Provide static branch for time slice extensions
` [patch V2 05/12] rseq: Add prctl() to enable "
` [patch V2 08/12] rseq: Implement time slice extension enforcement timer

[PATCH v4 0/6] Cache coherency management subsystem
 2025-10-28 11:43 UTC  (14+ messages)
` [PATCH v4 3/6] lib: Support ARCH_HAS_CPU_CACHE_INVALIDATE_MEMREGION
` [PATCH v4 6/6] cache: Support cache maintenance for HiSilicon SoC Hydra Home Agent

[PATCH v7 0/7] barrier: Add smp_cond_load_*_timeout()
 2025-10-28  5:32 UTC  (5+ messages)
` [PATCH v7 7/7] cpuidle/poll_state: Poll via smp_cond_load_relaxed_timeout()

[PATCH] kbuild: align modinfo section for Secureboot Authenticode EDK2 compat
 2025-10-27 23:23 UTC  (4+ messages)

[PATCH v4 7/8] asm-generic: percpu: Add assembly guard
 2025-10-27  0:18 UTC 

[PATCH 18/21] fprobe: don't use GENMASK()
 2025-10-25 16:40 UTC 

[PATCH 18/21] fprobe: don't use GENMASK()
 2025-10-25 16:33 UTC 

[PATCH v22 00/28] riscv control-flow integrity for usermode
 2025-10-23 10:24 UTC  (3+ 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).