messages from 2025-10-09 02:56:34 to 2025-10-17 06:16:43 UTC [more...]
[PATCH v7 0/7] barrier: Add smp_cond_load_*_timeout()
2025-10-17 6:16 UTC (5+ messages)
` [PATCH v7 1/7] asm-generic: barrier: Add smp_cond_load_relaxed_timeout()
` [PATCH v7 2/7] arm64: barrier: Support smp_cond_load_relaxed_timeout()
` [PATCH v7 3/7] arm64: rqspinlock: Remove private copy of smp_cond_load_acquire_timewait()
` [PATCH v7 5/7] atomic: Add atomic_cond_read_*_timeout()
[PATCH v3 0/3] initrd: remove half of classic initrd support
2025-10-17 6:09 UTC (4+ messages)
` [PATCH v3 1/3] init: remove deprecated "load_ramdisk" and "prompt_ramdisk" command line parameters
` [PATCH v3 2/3] initrd: remove deprecated code path (linuxrc)
` [PATCH v3 3/3] init: remove /proc/sys/kernel/real-root-dev
[PATCH v6 0/7] barrier: Add smp_cond_load_*_timeout()
2025-10-17 2:36 UTC (9+ messages)
` [PATCH v6 1/7] asm-generic: barrier: Add smp_cond_load_relaxed_timeout()
` [PATCH v6 2/7] arm64: barrier: support smp_cond_load_relaxed_timeout()
` [PATCH v6 3/7] arm64: rqspinlock: Remove private copy of smp_cond_load_acquire_timewait
` [PATCH v6 4/7] asm-generic: barrier: Add smp_cond_load_acquire_timeout()
` [PATCH v6 5/7] atomic: Add atomic_cond_read_*_timeout()
` [PATCH v6 6/7] rqspinlock: use smp_cond_load_acquire_timeout()
` [PATCH v6 7/7] cpuidle/poll_state: poll via smp_cond_load_relaxed_timeout()
[RFC v3 0/5] Align atomic storage
2025-10-16 22:14 UTC (15+ messages)
` [RFC v3 1/5] documentation: Discourage alignment assumptions
` [RFC v3 2/5] bpf: Explicitly align bpf_res_spin_lock
[PATCH v20 00/28] riscv control-flow integrity for usermode
2025-10-16 15:32 UTC (34+ messages)
` [PATCH v20 01/28] mm: VM_SHADOW_STACK definition for riscv
` [PATCH v20 02/28] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml)
` [PATCH v20 03/28] riscv: zicfiss / zicfilp enumeration
` [PATCH v20 04/28] riscv: zicfiss / zicfilp extension csr and bit definitions
` [PATCH v20 05/28] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v20 06/28] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH v20 07/28] riscv/mm: manufacture shadow stack pte
` [PATCH v20 08/28] riscv/mm: teach pte_mkwrite to manufacture shadow stack PTEs
` [PATCH v20 09/28] riscv/mm: write protect and shadow stack
` [PATCH v20 10/28] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v20 11/28] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH v20 12/28] riscv: Implements arch agnostic shadow stack prctls
` [PATCH v20 13/28] prctl: arch-agnostic prctl for indirect branch tracking
` [PATCH v20 14/28] riscv: Implements arch agnostic indirect branch tracking prctls
` [PATCH v20 15/28] riscv/traps: Introduce software check exception and uprobe handling
` [PATCH v20 16/28] riscv: signal: abstract header saving for setup_sigcontext
` [PATCH v20 17/28] riscv/signal: save and restore of shadow stack for signal
` [PATCH v20 18/28] riscv/kernel: update __show_regs to print shadow stack register
` [PATCH v20 19/28] riscv/ptrace: riscv cfi status and state via ptrace and in core files
` [PATCH v20 20/28] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe
` [PATCH v20 21/28] riscv: kernel command line option to opt out of user cfi
` [PATCH v20 22/28] riscv: enable kernel access to shadow stack memory via FWFT sbi call
` [PATCH v20 23/28] arch/riscv: compile vdso with landing pad and shadow stack note
` [PATCH v20 24/28] arch/riscv: dual vdso creation logic and select vdso based on hw
` [PATCH v20 25/28] riscv: create a config for shadow stack and landing pad instr support
` [PATCH v20 26/28] riscv: Documentation for landing pad / indirect branch tracking
` [PATCH v20 27/28] riscv: Documentation for shadow stack on riscv
` [PATCH v20 28/28] kselftest/riscv: kselftest for user mode cfi
[PATCH v21 00/28] riscv control-flow integrity for usermode
2025-10-16 15:31 UTC (31+ messages)
` [PATCH v21 01/28] mm: VM_SHADOW_STACK definition for riscv
` [PATCH v21 02/28] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml)
` [PATCH v21 03/28] riscv: zicfiss / zicfilp enumeration
` [PATCH v21 04/28] riscv: zicfiss / zicfilp extension csr and bit definitions
` [PATCH v21 05/28] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v21 06/28] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH v21 07/28] riscv/mm: manufacture shadow stack pte
` [PATCH v21 08/28] riscv/mm: teach pte_mkwrite to manufacture shadow stack PTEs
` [PATCH v21 09/28] riscv/mm: write protect and shadow stack
` [PATCH v21 10/28] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v21 11/28] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH v21 12/28] riscv: Implements arch agnostic shadow stack prctls
` [PATCH v21 13/28] prctl: arch-agnostic prctl for indirect branch tracking
` [PATCH v21 14/28] riscv: Implements arch agnostic indirect branch tracking prctls
` [PATCH v21 15/28] riscv/traps: Introduce software check exception and uprobe handling
` [PATCH v21 16/28] riscv: signal: abstract header saving for setup_sigcontext
` [PATCH v21 17/28] riscv/signal: save and restore of shadow stack for signal
` [PATCH v21 18/28] riscv/kernel: update __show_regs to print shadow stack register
` [PATCH v21 19/28] riscv/ptrace: riscv cfi status and state via ptrace and in core files
` [PATCH v21 20/28] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe
` [PATCH v21 21/28] riscv: kernel command line option to opt out of user cfi
` [PATCH v21 22/28] riscv: enable kernel access to shadow stack memory via FWFT sbi call
` [PATCH v21 23/28] arch/riscv: compile vdso with landing pad and shadow stack note
` [PATCH v21 24/28] arch/riscv: dual vdso creation logic and select vdso based on hw
` [PATCH v21 25/28] riscv: create a config for shadow stack and landing pad instr support
` [PATCH v21 26/28] riscv: Documentation for landing pad / indirect branch tracking
` [PATCH v21 27/28] riscv: Documentation for shadow stack on riscv
` [PATCH v21 28/28] kselftest/riscv: kselftest for user mode cfi
[PATCH v17 00/47] DEPT(DEPendency Tracker)
2025-10-16 7:59 UTC (27+ messages)
` [PATCH v17 01/47] llist: move llist_{head,node} definition to types.h
` [PATCH v17 09/47] arm64, dept: add support CONFIG_ARCH_HAS_DEPT_SUPPORT to arm64
` [PATCH v17 28/47] dept: add documentation for dept
` [PATCH v17 35/47] i2c: rename wait_for_completion callback to wait_for_completion_cb
[PATCH v2 0/8] dce, riscv: Unused syscall trimming with PUSHSECTION and conditional KEEP()
2025-10-16 6:03 UTC (13+ messages)
` [PATCH v2/resend "
` [PATCH v2 1/8] init/Kconfig: add CONFIG_TRIM_UNUSED_SYSCALLS and related options
` [PATCH v2 2/8] scripts/syscalltbl.sh: add optional --used-syscalls argument for syscall trimming
` [PATCH v2 3/8] scripts/Makefile.asm-headers: pass USED_SYSCALLS to syscalltbl.sh
` [PATCH v2 4/8] riscv: enable HAVE_TRIM_UNUSED_SYSCALLS when toolchain supports DCE
` [PATCH v2 5/8] kconfig: add CONFIG_PUSHSECTION_WITH_RELOC for relocation support
` [PATCH v2 6/8] compiler.h: introduce PUSHSECTION macro to establish proper references
` [PATCH v2 7/8] vmlinux.lds.h: support conditional KEEP() in linker script
` [PATCH v2 8/8] riscv: use PUSHSECTION in ex_table, jump_table, bug_table and alternatives
[PATCH v6 00/29] context_tracking,x86: Defer some IPIs until a user->kernel transition
2025-10-15 14:28 UTC (39+ messages)
` [PATCH v6 01/29] objtool: Make validate_call() recognize indirect calls to pv_ops[]
` [PATCH v6 02/29] objtool: Flesh out warning related to pv_ops[] calls
` [PATCH v6 03/29] rcu: Add a small-width RCU watching counter debug option
` [PATCH v6 04/29] rcutorture: Make TREE04 use CONFIG_RCU_DYNTICKS_TORTURE
` [PATCH v6 05/29] jump_label: Add annotations for validating noinstr usage
` [PATCH v6 06/29] static_call: Add read-only-after-init static calls
` [PATCH v6 07/29] x86/paravirt: Mark pv_sched_clock static call as __ro_after_init
` [PATCH v6 08/29] x86/idle: Mark x86_idle "
` [PATCH v6 09/29] x86/paravirt: Mark pv_steal_clock "
` [PATCH v6 10/29] riscv/paravirt: "
` [PATCH v6 11/29] loongarch/paravirt: "
` [PATCH v6 12/29] arm64/paravirt: "
` [PATCH v6 13/29] arm/paravirt: "
` [PATCH v6 14/29] perf/x86/amd: Mark perf_lopwr_cb "
` [PATCH v6 15/29] sched/clock: Mark sched_clock_running key "
` [PATCH v6 16/29] KVM: VMX: Mark __kvm_is_using_evmcs static "
` [PATCH v6 17/29] x86/speculation/mds: Mark cpu_buf_idle_clear key as allowed in .noinstr
` [PATCH v6 18/29] sched/clock, x86: Mark __sched_clock_stable "
` [PATCH v6 19/29] KVM: VMX: Mark vmx_l1d_should flush and vmx_l1d_flush_cond keys "
` [PATCH v6 20/29] stackleack: Mark stack_erasing_bypass key "
` [PATCH v6 21/29] objtool: Add noinstr validation for static branches/calls
` [PATCH v6 22/29] module: Add MOD_NOINSTR_TEXT mem_type
` [PATCH v6 23/29] context-tracking: Introduce work deferral infrastructure
` [PATCH v6 24/29] context_tracking,x86: Defer kernel text patching IPIs
` [PATCH v6 25/29] x86/mm: Make INVPCID type macros available to assembly
` [RFC PATCH v6 26/29] x86/mm/pti: Introduce a kernel/user CR3 software signal
` [RFC PATCH v6 27/29] x86/mm/pti: Implement a TLB flush immediately after a switch to kernel CR3
` [RFC PATCH v6 28/29] x86/mm, mm/vmalloc: Defer kernel TLB flush IPIs under CONFIG_COALESCE_TLBI=y
` [RFC PATCH v6 29/29] x86/entry: Add an option to coalesce TLB flushes
[PATCH v2 0/4] Enable measuring the kernel's Source-based Code Coverage and MC/DC with Clang
2025-10-15 9:21 UTC (9+ messages)
` [RFC PATCH 0/4] Enable Clang's Source-based Code Coverage and MC/DC for x86-64
` [RFC PATCH 1/4] llvm-cov: add Clang's Source-based Code Coverage support
` [RFC PATCH 2/4] llvm-cov: add Clang's MC/DC support
` [RFC PATCH 3/4] x86: disable llvm-cov instrumentation
` [RFC PATCH 4/4] x86: enable llvm-cov support
[PATCH v2 00/10] scalable symbol flags with __kflagstab
2025-10-14 7:34 UTC (13+ messages)
` [PATCH v2 01/10] define kernel symbol flags
` [PATCH v2 02/10] linker: add kflagstab section to vmlinux and modules
` [PATCH v2 03/10] modpost: create entries for kflagstab
` [PATCH v2 04/10] module loader: use kflagstab instead of *_gpl sections
` [PATCH v2 05/10] modpost: put all exported symbols in ksymtab section
` [PATCH v2 06/10] module loader: remove references of *_gpl sections
` [PATCH v2 07/10] linker: remove *_gpl sections from vmlinux and modules
` [PATCH v2 08/10] remove references to *_gpl sections in documentation
` [PATCH v2 09/10] modpost: add symbol import protection flag to kflagstab
` [PATCH v2 10/10] module loader: enforce symbol import protection
[PATCH hyperv-next v7 00/17] Confidential VMBus
2025-10-13 19:01 UTC (2+ messages)
[PATCH 0/5] x86/Hyper-V: Add AMD Secure AVIC for Hyper-V platform
2025-10-13 17:18 UTC (3+ messages)
[PATCH v13 04/17] preempt: Introduce __preempt_count_{sub, add}_return()
2025-10-13 15:48 UTC
[PATCH v19 00/27] riscv control-flow integrity for usermode
2025-10-13 14:30 UTC (10+ messages)
[PATCH v2 0/3] initrd: remove half of classic initrd support
2025-10-13 10:29 UTC (10+ messages)
` [PATCH v2 1/3] init: remove deprecated "load_ramdisk" and "prompt_ramdisk" command line parameters
` [PATCH v2 2/3] initrd: remove deprecated code path (linuxrc)
` [PATCH v2 3/3] init: remove /proc/sys/kernel/real-root-dev
[PATCH 00/41] treewide: Replace __ASSEMBLY__ with __ASSEMBLER__ in header files
2025-10-10 13:05 UTC (6+ messages)
` [PATCH 08/41] arm64: Replace __ASSEMBLY__ with __ASSEMBLER__ in uapi headers
[PATCH RESEND 00/62] initrd: remove classic initrd support
2025-10-10 4:57 UTC (8+ messages)
` [PATCH-RFC] init: simplify initrd code (was Re: [PATCH RESEND 00/62] initrd: remove classic initrd support)
[PATCH RESEND 00/62] initrd: remove classic initrd support
2025-10-10 4:09 UTC (15+ messages)
` [PATCH RESEND 02/62] init: remove deprecated "prompt_ramdisk" command line parameter, which does nothing
` [PATCH RESEND 21/62] init: remove all mentions of root=/dev/ram*
` [PATCH RESEND 28/62] init: alpha, arc, arm, arm64, csky, m68k, microblaze, mips, nios2, openrisc, parisc, powerpc, s390, sh, sparc, um, x86, xtensa: rename initrd_{start,end} to virt_external_initramfs_{start,end}
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).