messages from 2025-04-28 05:17:28 to 2025-05-05 09:57:13 UTC [more...]
[PATCH v9 2/9] preempt: Introduce __preempt_count_{sub, add}_return()
2025-05-05 9:56 UTC (4+ messages)
[PATCH 00/41] treewide: Replace __ASSEMBLY__ with __ASSEMBLER__ in header files
2025-05-04 18:53 UTC (5+ messages)
` [PATCH 24/41] parisc: Replace __ASSEMBLY__ with __ASSEMBLER__ in uapi headers
` [PATCH 25/41] parisc: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-uapi headers
[PATCH v2 0/5] Silence some clang -Wshorten-64-to-32 warnings
2025-05-03 10:33 UTC (16+ messages)
` [PATCH v2 1/5] bitfield: Silence a clang -Wshorten-64-to-32 warning
` [PATCH v2 2/5] bitmap: "
` [PATCH v2 3/5] bitops: "
` [PATCH v2 4/5] math64: "
` [PATCH v2 5/5] hash.h: "
[PATCH v3 0/9] module: Introduce hash-based integrity checking
2025-05-03 8:19 UTC (16+ messages)
` [PATCH v3 1/9] powerpc/ima: Drop unnecessary check for CONFIG_MODULE_SIG
` [PATCH v3 2/9] ima: efi: Drop unnecessary check for CONFIG_MODULE_SIG/CONFIG_KEXEC_SIG
` [PATCH v3 3/9] kbuild: add stamp file for vmlinux BTF data
` [PATCH v3 4/9] kbuild: generate module BTF based on vmlinux.unstripped
` [PATCH v3 5/9] module: Make module loading policy usable without MODULE_SIG
` [PATCH v3 6/9] module: Move integrity checks into dedicated function
` [PATCH v3 7/9] module: Move lockdown check into generic module loader
` [PATCH v3 8/9] lockdown: Make the relationship to MODULE_SIG a dependency
` [PATCH v3 9/9] module: Introduce hash-based integrity checking
[PATCH v15 00/27] riscv control-flow integrity for usermode
2025-05-02 23:30 UTC (28+ messages)
` [PATCH v15 01/27] mm: VM_SHADOW_STACK definition for riscv
` [PATCH v15 02/27] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml)
` [PATCH v15 03/27] riscv: zicfiss / zicfilp enumeration
` [PATCH v15 04/27] riscv: zicfiss / zicfilp extension csr and bit definitions
` [PATCH v15 05/27] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v15 06/27] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH v15 07/27] riscv mm: manufacture shadow stack pte
` [PATCH v15 08/27] riscv mmu: teach pte_mkwrite to manufacture shadow stack PTEs
` [PATCH v15 09/27] riscv mmu: write protect and shadow stack
` [PATCH v15 10/27] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v15 11/27] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH v15 12/27] riscv: Implements arch agnostic shadow stack prctls
` [PATCH v15 13/27] prctl: arch-agnostic prctl for indirect branch tracking
` [PATCH v15 14/27] riscv: Implements arch agnostic indirect branch tracking prctls
` [PATCH v15 15/27] riscv/traps: Introduce software check exception
` [PATCH v15 16/27] riscv: signal: abstract header saving for setup_sigcontext
` [PATCH v15 17/27] riscv/signal: save and restore of shadow stack for signal
` [PATCH v15 18/27] riscv/kernel: update __show_regs to print shadow stack register
` [PATCH v15 19/27] riscv/ptrace: riscv cfi status and state via ptrace and in core files
` [PATCH v15 20/27] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe
` [PATCH v15 21/27] riscv: kernel command line option to opt out of user cfi
` [PATCH v15 22/27] riscv: enable kernel access to shadow stack memory via FWFT sbi call
` [PATCH v15 23/27] arch/riscv: compile vdso with landing pad
` [PATCH v15 24/27] riscv: create a config for shadow stack and landing pad instr support
` [PATCH v15 25/27] riscv: Documentation for landing pad / indirect branch tracking
` [PATCH v15 26/27] riscv: Documentation for shadow stack on riscv
` [PATCH v15 27/27] kselftest/riscv: kselftest for user mode cfi
[PATCH v2 0/7] barrier: introduce smp_cond_load_*_timewait()
2025-05-02 20:05 UTC (10+ messages)
` [PATCH v2 1/7] asm-generic: barrier: add smp_cond_load_relaxed_timewait()
` [PATCH v2 2/7] asm-generic: barrier: add wait_policy handlers
` [PATCH v2 3/7] arm64: barrier: enable waiting in smp_cond_load_relaxed_timewait()
` [PATCH v2 4/7] arm64: barrier: add coarse wait for smp_cond_load_relaxed_timewait()
` [PATCH v2 5/7] arm64: barrier: add fine "
` [PATCH v2 6/7] asm-generic: barrier: add smp_cond_load_acquire_timewait()
` [PATCH v2 7/7] bpf: rqspinlock: add rqspinlock policy handler for arm64
[PATCH v5 00/25] context_tracking,x86: Defer some IPIs until a user->kernel transition
2025-05-02 17:57 UTC (39+ messages)
` [PATCH v5 01/25] objtool: Make validate_call() recognize indirect calls to pv_ops[]
` [PATCH v5 02/25] objtool: Flesh out warning related to pv_ops[] calls
` [PATCH v5 03/25] rcu: Add a small-width RCU watching counter debug option
` [PATCH v5 04/25] rcutorture: Make TREE04 use CONFIG_RCU_DYNTICKS_TORTURE
` [PATCH v5 05/25] jump_label: Add annotations for validating noinstr usage
` [PATCH v5 06/25] static_call: Add read-only-after-init static calls
` [PATCH v5 07/25] x86/paravirt: Mark pv_sched_clock static call as __ro_after_init
` [PATCH v5 08/25] x86/idle: Mark x86_idle "
` [PATCH v5 09/25] x86/paravirt: Mark pv_steal_clock "
` [PATCH v5 10/25] riscv/paravirt: "
` [PATCH v5 11/25] loongarch/paravirt: "
` [PATCH v5 12/25] arm64/paravirt: "
` [PATCH v5 13/25] arm/paravirt: "
` [PATCH v5 14/25] perf/x86/amd: Mark perf_lopwr_cb "
` [PATCH v5 15/25] sched/clock: Mark sched_clock_running key "
` [PATCH v5 16/25] KVM: VMX: Mark __kvm_is_using_evmcs static "
` [PATCH v5 17/25] x86/speculation/mds: Mark mds_idle_clear key as allowed in .noinstr
` [PATCH v5 18/25] sched/clock, x86: Mark __sched_clock_stable "
` [PATCH v5 19/25] KVM: VMX: Mark vmx_l1d_should flush and vmx_l1d_flush_cond keys "
` [PATCH v5 20/25] stackleack: Mark stack_erasing_bypass key "
` [PATCH v5 21/25] objtool: Add noinstr validation for static branches/calls
` [PATCH v5 22/25] module: Remove outdated comment about text_size
` [PATCH v5 23/25] module: Add MOD_NOINSTR_TEXT mem_type
` [PATCH v5 24/25] context-tracking: Introduce work deferral infrastructure
` [PATCH v5 25/25] context_tracking,x86: Defer kernel text patching IPIs
` x86 RAR implementation
[PATCH bpf-next v2 0/3] Allow mmap of /sys/kernel/btf/vmlinux
2025-05-02 17:15 UTC (6+ messages)
` [PATCH bpf-next v2 1/3] btf: allow mmap of vmlinux btf
` [PATCH bpf-next v2 2/3] selftests: bpf: add a test for mmapable vmlinux BTF
` [PATCH bpf-next v2 3/3] libbpf: Use mmap to parse vmlinux BTF from sysfs
[PATCH bpf-next 0/2] Allow mmap of /sys/kernel/btf/vmlinux
2025-05-02 10:19 UTC (6+ messages)
` [PATCH bpf-next 1/2] btf: allow mmap of vmlinux btf
` [PATCH bpf-next 2/2] selftests: bpf: add a test for mmapable vmlinux BTF
[PATCH hyperv-next v9 00/11] arm64: hyperv: Support Virtual Trust Level Boot
2025-05-02 4:08 UTC (13+ messages)
` [PATCH hyperv-next v9 01/11] arm64: kvm, smccc: Introduce and use API for getting hypervisor UUID
` [PATCH hyperv-next v9 02/11] arm64: hyperv: Use SMCCC to detect hypervisor presence
` [PATCH hyperv-next v9 03/11] Drivers: hv: Enable VTL mode for arm64
` [PATCH hyperv-next v9 04/11] Drivers: hv: Provide arch-neutral implementation of get_vtl()
` [PATCH hyperv-next v9 05/11] arm64: hyperv: Initialize the Virtual Trust Level field
` [PATCH hyperv-next v9 06/11] arm64, x86: hyperv: Report the VTL the system boots in
` [PATCH hyperv-next v9 07/11] dt-bindings: microsoft,vmbus: Add interrupt and DMA coherence properties
` [PATCH hyperv-next v9 08/11] Drivers: hv: vmbus: Get the IRQ number from DeviceTree
` [PATCH hyperv-next v9 09/11] Drivers: hv: vmbus: Introduce hv_get_vmbus_root_device()
` [PATCH hyperv-next v9 10/11] ACPI: irq: Introduce acpi_get_gsi_dispatcher()
` [PATCH hyperv-next v9 11/11] PCI: hv: Get vPCI MSI IRQ domain from DeviceTree
[PATCH 00/12] crypto: sha256 - Use partial block API
2025-05-01 5:19 UTC (4+ messages)
[PATCH v4 00/13] Architecture-optimized SHA-256 library API
2025-04-30 3:48 UTC (15+ messages)
` [PATCH v4 01/13] crypto: sha256 - support arch-optimized lib and expose through shash
` [PATCH v4 02/13] crypto: arm/sha256 - implement library instead of shash
` [PATCH v4 03/13] crypto: arm64/sha256 - remove obsolete chunking logic
` [PATCH v4 04/13] crypto: arm64/sha256 - implement library instead of shash
` [PATCH v4 05/13] crypto: mips/sha256 "
` [PATCH v4 06/13] crypto: powerpc/sha256 "
` [PATCH v4 07/13] crypto: riscv/sha256 "
` [PATCH v4 08/13] crypto: s390/sha256 "
` [PATCH v4 09/13] crypto: sparc - move opcodes.h into asm directory
` [PATCH v4 10/13] crypto: sparc/sha256 - implement library instead of shash
` [PATCH v4 11/13] crypto: x86/sha256 "
` [PATCH v4 12/13] crypto: sha256 - remove sha256_base.h
` [PATCH v4 13/13] crypto: lib/sha256 - improve function prototypes
[v3 PATCH 00/13] Architecture-optimized SHA-256 library API
2025-04-30 2:43 UTC (10+ messages)
` [v3 PATCH 09/13] crypto: sparc - move opcodes.h into asm directory
` [v3 PATCH 10/13] crypto: sparc/sha256 - implement library instead of shash
` [v3 PATCH 11/13] crypto: x86/sha256 "
` [v3 PATCH 12/13] crypto: sha256 - remove sha256_base.h
` [v3 PATCH 13/13] crypto: lib/sha256 - improve function prototypes
[PATCH v14 00/27] riscv control-flow integrity for usermode
2025-04-30 0:16 UTC (28+ messages)
` [PATCH v14 01/27] mm: VM_SHADOW_STACK definition for riscv
` [PATCH v14 02/27] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml)
` [PATCH v14 03/27] riscv: zicfiss / zicfilp enumeration
` [PATCH v14 04/27] riscv: zicfiss / zicfilp extension csr and bit definitions
` [PATCH v14 05/27] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v14 06/27] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH v14 07/27] riscv mm: manufacture shadow stack pte
` [PATCH v14 08/27] riscv mmu: teach pte_mkwrite to manufacture shadow stack PTEs
` [PATCH v14 09/27] riscv mmu: write protect and shadow stack
` [PATCH v14 10/27] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v14 11/27] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH v14 12/27] riscv: Implements arch agnostic shadow stack prctls
` [PATCH v14 13/27] prctl: arch-agnostic prctl for indirect branch tracking
` [PATCH v14 14/27] riscv: Implements arch agnostic indirect branch tracking prctls
` [PATCH v14 15/27] riscv/traps: Introduce software check exception
` [PATCH v14 16/27] riscv: signal: abstract header saving for setup_sigcontext
` [PATCH v14 17/27] riscv/signal: save and restore of shadow stack for signal
` [PATCH v14 18/27] riscv/kernel: update __show_regs to print shadow stack register
` [PATCH v14 19/27] riscv/ptrace: riscv cfi status and state via ptrace and in core files
` [PATCH v14 20/27] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe
` [PATCH v14 21/27] riscv: kernel command line option to opt out of user cfi
` [PATCH v14 22/27] riscv: enable kernel access to shadow stack memory via FWFT sbi call
` [PATCH v14 23/27] arch/riscv: compile vdso with landing pad
` [PATCH v14 24/27] riscv: create a config for shadow stack and landing pad instr support
` [PATCH v14 25/27] riscv: Documentation for landing pad / indirect branch tracking
` [PATCH v14 26/27] riscv: Documentation for shadow stack on riscv
` [PATCH v14 27/27] kselftest/riscv: kselftest for user mode cfi
[PATCH v3 00/13] Finish disentangling ChaCha, Poly1305, and BLAKE2s from CRYPTO
2025-04-29 8:22 UTC (4+ messages)
` [PATCH v3 02/13] crypto: powerpc - drop redundant dependencies on PPC
[PATCH] asm-generic/io.h: Skip trace helpers if rwmmio events are disabled
2025-04-28 19:41 UTC (3+ messages)
[PATCH hyperv-next v8 00/11] arm64: hyperv: Support Virtual Trust Level Boot
2025-04-28 19:24 UTC (7+ messages)
` [PATCH hyperv-next v8 02/11] arm64: hyperv: Use SMCCC to detect hypervisor presence
` [PATCH hyperv-next v8 11/11] PCI: hv: Get vPCI MSI IRQ domain from DeviceTree
[PATCH v4 0/3] fs: introduce getfsxattrat and setfsxattrat syscalls
2025-04-28 9:17 UTC (9+ messages)
` [PATCH v4 3/3] "
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).