messages from 2025-04-29 11:41:01 to 2025-05-12 13:19:21 UTC [more...]
[PATCH v5 0/7] fs: introduce file_getattr and file_setattr syscalls
2025-05-12 13:18 UTC
[PATCH hyperv-next v2 0/4] Confidential VMBus
2025-05-12 13:13 UTC (9+ messages)
` [PATCH hyperv-next v2 1/4] Documentation: hyperv: "
` [PATCH hyperv-next v2 2/4] drivers: hyperv: VMBus protocol version 6.0
` [PATCH hyperv-next v2 3/4] arch: hyperv: Get/set SynIC synth.registers via paravisor
` [PATCH hyperv-next v2 4/4] arch: x86, drivers: hyperv: Enable confidential VMBus
[PATCH 0/2] Add option for generating BTF types of global variables
2025-05-12 11:15 UTC (5+ messages)
` [PATCH 2/2] btf: Add the option to include global variable types
[PATCH v4 0/2] Implement endianess swap macros for RISC-V
2025-05-11 11:23 UTC (4+ messages)
` [PATCH v4 1/2] include/uapi/linux/swab.h: move default implementation for swab macros into asm-generic
[PATCH bpf-next v4 0/3] Allow mmap of /sys/kernel/btf/vmlinux
2025-05-10 12:34 UTC (4+ messages)
` [PATCH bpf-next v4 1/3] btf: allow mmap of vmlinux btf
` [PATCH bpf-next v4 2/3] selftests: bpf: add a test for mmapable vmlinux BTF
` [PATCH bpf-next v4 3/3] libbpf: Use mmap to parse vmlinux BTF from sysfs
[PATCH] lib/crc: make arch-optimized code use subsys_initcall
2025-05-10 3:59 UTC
[PATCH 0/3] Drop explicit --hash-style= setting for new
2025-05-09 17:30 UTC (2+ messages)
Inquiry
2025-05-09 13:55 UTC
[PATCH bpf-next v3 0/3] Allow mmap of /sys/kernel/btf/vmlinux
2025-05-09 3:33 UTC (11+ messages)
` [PATCH bpf-next v3 1/3] btf: allow mmap of vmlinux btf
` [PATCH bpf-next v3 2/3] selftests: bpf: add a test for mmapable vmlinux BTF
` [PATCH bpf-next v3 3/3] libbpf: Use mmap to parse vmlinux BTF from sysfs
[PATCH v4 07/13] crypto: riscv/sha256 - implement library instead of shash
2025-05-08 18:06 UTC (3+ messages)
[PATCH v3 0/9] module: Introduce hash-based integrity checking
2025-05-08 7:57 UTC (21+ 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
[arnd-asm-generic:asm-generic] BUILD SUCCESS 852faf805539484968aa8cc93866008b7a6d0d52
2025-05-08 3:08 UTC
[PATCH v2 0/5] Silence some clang -Wshorten-64-to-32 warnings
2025-05-07 8:38 UTC (17+ 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 v15 00/27] riscv control-flow integrity for usermode
2025-05-06 10:10 UTC (29+ 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 hyperv-next v9 00/11] arm64: hyperv: Support Virtual Trust Level Boot
2025-05-06 6:19 UTC (4+ messages)
` [PATCH hyperv-next v9 11/11] PCI: hv: Get vPCI MSI IRQ domain from DeviceTree
[PATCH AUTOSEL 6.12 086/486] s390/tlb: Use mm_has_pgste() instead of mm_alloc_pgste()
2025-05-05 22:32 UTC
[PATCH AUTOSEL 6.14 109/642] s390/tlb: Use mm_has_pgste() instead of mm_alloc_pgste()
2025-05-05 22:05 UTC
[PATCH v2 0/7] barrier: introduce smp_cond_load_*_timewait()
2025-05-05 17:08 UTC (12+ 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 bpf-next v2 0/3] Allow mmap of /sys/kernel/btf/vmlinux
2025-05-05 16:32 UTC (8+ 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 v5 00/25] context_tracking,x86: Defer some IPIs until a user->kernel transition
2025-05-05 15:45 UTC (28+ messages)
` [PATCH v5 14/25] perf/x86/amd: Mark perf_lopwr_cb static call as __ro_after_init
` [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 v4 00/13] Architecture-optimized SHA-256 library API
2025-05-05 12:24 UTC (4+ messages)
` [PATCH v4 01/13] crypto: sha256 - support arch-optimized lib and expose through shash
[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 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 00/12] crypto: sha256 - Use partial block API
2025-05-01 5:19 UTC (4+ messages)
[v3 PATCH 00/13] Architecture-optimized SHA-256 library API
2025-04-30 2:43 UTC (5+ messages)
[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
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).