Generic Linux architectural discussions
 help / color / mirror / Atom feed
 messages from 2025-10-23 16:51:12 to 2025-11-05 18:16:51 UTC [more...]

[PATCH 00/16] mm: remove is_swap_[pte, pmd]() + non-swap entries, introduce leaf entries
 2025-11-05 18:16 UTC  (27+ 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 net-next v6 0/6] net: devmem: improve cpu cost of RX token management
 2025-11-05 17:59 UTC  (12+ messages)
` [PATCH net-next v6 1/6] net: devmem: rename tx_vec to vec in dmabuf binding
` [PATCH net-next v6 2/6] net: devmem: refactor sock_devmem_dontneed for autorelease split
` [PATCH net-next v6 3/6] net: devmem: prepare for autorelease rx token management
` [PATCH net-next v6 4/6] net: devmem: add SO_DEVMEM_AUTORELEASE for autorelease control
` [PATCH net-next v6 5/6] net: devmem: document SO_DEVMEM_AUTORELEASE socket option
` [PATCH net-next v6 6/6] net: devmem: add tests for "

[PATCH v6 00/29] context_tracking,x86: Defer some IPIs until a user->kernel transition
 2025-11-05 17:46 UTC  (25+ 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 RESEND v2] asm-generic: Remove pud_user() from pgtable-nopmd.h
 2025-11-05 11:08 UTC 

[RESEND PATCH v7 0/7] barrier: Add smp_cond_load_*_timeout()
 2025-11-05 10:37 UTC  (29+ 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()

[PATCH v22 00/28] riscv control-flow integrity for usermode
 2025-11-04 21:17 UTC  (22+ messages)
` [PATCH v22 10/28] riscv/mm: Implement map_shadow_stack() syscall
` [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

Estimating & Takeoff Services
 2025-11-04 17:48 UTC 

[PATCH v13 04/17] preempt: Introduce __preempt_count_{sub, add}_return()
 2025-11-04 12:30 UTC  (2+ messages)

[PATCH v2 0/8] dce, riscv: Unused syscall trimming with PUSHSECTION and conditional KEEP()
 2025-11-04  2:21 UTC  (3+ messages)

[patch V3 00/12] rseq: Implement time slice extension mechanism
 2025-11-04  0:20 UTC  (43+ 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 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

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  (3+ messages)
` [PATCH v22 03/28] riscv: zicfiss / zicfilp enumeration

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


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox