messages from 2025-01-28 09:16:27 to 2025-02-12 06:55:12 UTC [more...]
[PATCH hyperv-next v4 0/6] arm64: hyperv: Support Virtual Trust Level Boot
2025-02-12 6:54 UTC (9+ messages)
` [PATCH hyperv-next v4 1/6] arm64: hyperv: Use SMCCC to detect hypervisor presence
` [PATCH hyperv-next v4 2/6] Drivers: hv: Enable VTL mode for arm64
` [PATCH hyperv-next v4 3/6] Drivers: hv: Provide arch-neutral implementation of get_vtl()
` [PATCH hyperv-next v4 4/6] dt-bindings: microsoft,vmbus: Add GIC and DMA coherence to the example
` [PATCH hyperv-next v4 5/6] Drivers: hv: vmbus: Get the IRQ number from DeviceTree
` [PATCH hyperv-next v4 6/6] PCI: hv: Get vPCI MSI IRQ domain "
[PATCH] hyperv: Add CONFIG_MSHV_ROOT to gate hv_root_partition checks
2025-02-12 5:47 UTC (2+ messages)
[PATCH v3 0/2] hyperv: Move some features to common code
2025-02-12 4:11 UTC (6+ messages)
` [PATCH v3 1/2] hyperv: Move hv_current_partition_id to arch-generic code
` [PATCH v3 2/2] hyperv: Move arch/x86/hyperv/hv_proc.c to drivers/hv
[PATCH 0/2] Add option for generating BTF types of global variables
2025-02-11 23:58 UTC (5+ messages)
` [PATCH 1/2] kallsyms: output rodata to ".kallsyms_rodata"
` [PATCH 2/2] btf: Add the option to include global variable types
[PATCH v3] fs: introduce getfsxattrat and setfsxattrat syscalls
2025-02-11 19:24 UTC (3+ messages)
[PATCH v4 00/30] context_tracking,x86: Defer some IPIs until a user->kernel transition
2025-02-11 16:10 UTC (18+ messages)
` [PATCH v4 22/30] context_tracking: Exit CT_STATE_IDLE upon irq/nmi entry
` [PATCH v4 29/30] x86/mm, mm/vmalloc: Defer flush_tlb_kernel_range() targeting NOHZ_FULL CPUs
[PATCH] mm/mmu_gather: Update comment on RCU freeing
2025-02-11 13:00 UTC
[PATCH AUTOSEL 6.13 16/21] kbuild: keep symbols for symbol_get() even with CONFIG_TRIM_UNUSED_KSYMS
2025-02-11 1:29 UTC
[PATCH v10 00/27] riscv control-flow integrity for usermode
2025-02-10 20:27 UTC (28+ messages)
` [PATCH v10 01/27] mm: VM_SHADOW_STACK definition for riscv
` [PATCH v10 02/27] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml)
` [PATCH v10 03/27] riscv: zicfiss / zicfilp enumeration
` [PATCH v10 04/27] riscv: zicfiss / zicfilp extension csr and bit definitions
` [PATCH v10 05/27] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v10 06/27] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH v10 07/27] riscv mm: manufacture shadow stack pte
` [PATCH v10 08/27] riscv mmu: teach pte_mkwrite to manufacture shadow stack PTEs
` [PATCH v10 09/27] riscv mmu: write protect and shadow stack
` [PATCH v10 10/27] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v10 11/27] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH v10 12/27] riscv: Implements arch agnostic shadow stack prctls
` [PATCH v10 13/27] prctl: arch-agnostic prctl for indirect branch tracking
` [PATCH v10 14/27] riscv/traps: Introduce software check exception
` [PATCH v10 15/27] riscv: signal: abstract header saving for setup_sigcontext
` [PATCH v10 16/27] riscv/signal: save and restore of shadow stack for signal
` [PATCH v10 17/27] riscv/kernel: update __show_regs to print shadow stack register
` [PATCH v10 18/27] riscv/ptrace: riscv cfi status and state via ptrace and in core files
` [PATCH v10 19/27] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe
` [PATCH v10 20/27] riscv: Add Firmware Feature SBI extensions definitions
` [PATCH v10 21/27] riscv: enable kernel access to shadow stack memory via FWFT sbi call
` [PATCH v10 22/27] riscv: kernel command line option to opt out of user cfi
` [PATCH v10 23/27] arch/riscv: compile vdso with landing pad
` [PATCH v10 24/27] riscv: create a config for shadow stack and landing pad instr support
` [PATCH v10 25/27] riscv: Documentation for landing pad / indirect branch tracking
` [PATCH v10 26/27] riscv: Documentation for shadow stack on riscv
` [PATCH v10 27/27] kselftest/riscv: kselftest for user mode cfi
[PATCH v5 0/7] ptrace: introduce PTRACE_SET_SYSCALL_INFO API
2025-02-10 11:35 UTC (3+ messages)
` [PATCH v5 3/7] syscall.h: add syscall_set_arguments()
` [PATCH v5 4/7] syscall.h: introduce syscall_set_nr()
[PATCH v9 00/26] riscv control-flow integrity for usermode
2025-02-10 7:42 UTC (38+ messages)
` [PATCH v9 01/26] mm: helper `is_shadow_stack_vma` to check shadow stack vma
` [PATCH v9 02/26] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml)
` [PATCH v9 03/26] riscv: zicfiss / zicfilp enumeration
` [PATCH v9 04/26] riscv: zicfiss / zicfilp extension csr and bit definitions
` [PATCH v9 05/26] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v9 06/26] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH v9 07/26] riscv mm: manufacture shadow stack pte
` [PATCH v9 08/26] riscv mmu: teach pte_mkwrite to manufacture shadow stack PTEs
` [PATCH v9 09/26] riscv mmu: write protect and shadow stack
` [PATCH v9 10/26] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v9 11/26] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH v9 12/26] riscv: Implements arch agnostic shadow stack prctls
` [PATCH v9 13/26] prctl: arch-agnostic prctl for indirect branch tracking
` [PATCH v9 14/26] riscv/traps: Introduce software check exception
` [PATCH v9 15/26] riscv: signal: abstract header saving for setup_sigcontext
` [PATCH v9 16/26] riscv/signal: save and restore of shadow stack for signal
` [PATCH v9 17/26] riscv/kernel: update __show_regs to print shadow stack register
` [PATCH v9 18/26] riscv/ptrace: riscv cfi status and state via ptrace and in core files
` [PATCH v9 19/26] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe
` [PATCH v9 20/26] riscv: Add Firmware Feature SBI extensions definitions
` [PATCH v9 21/26] riscv: enable kernel access to shadow stack memory via FWFT sbi call
` [PATCH v9 22/26] riscv: kernel command line option to opt out of user cfi
` [PATCH v9 23/26] riscv: create a config for shadow stack and landing pad instr support
` [PATCH v9 24/26] riscv: Documentation for landing pad / indirect branch tracking
` [PATCH v9 25/26] riscv: Documentation for shadow stack on riscv
` [PATCH v9 26/26] kselftest/riscv: kselftest for user mode cfi
[PATCH 1/1] x86: In x86-64 barrier_nospec can always be lfence
2025-02-10 4:29 UTC (7+ messages)
[PATCH v2 1/1] x86: In x86-64 barrier_nospec can always be lfence
2025-02-09 22:02 UTC
The business loan-
2025-02-08 21:58 UTC
[PATCH v3 00/18] vDSO: Introduce generic data storage
2025-02-07 10:15 UTC (23+ messages)
` [PATCH v3 01/18] x86/vdso: Fix latent bug in vclock_pages calculation
` [PATCH v3 02/18] parisc: Remove unused symbol vdso_data
` [PATCH v3 03/18] vdso: Introduce vdso/align.h
` [PATCH v3 04/18] vdso: Rename included Makefile
` [PATCH v3 05/18] vdso: Add generic time data storage
` [PATCH v3 06/18] vdso: Add generic random "
` [PATCH v3 07/18] vdso: Add generic architecture-specific "
` [PATCH v3 08/18] arm64: vdso: Switch to generic storage implementation
` [PATCH v3 09/18] riscv: "
` [PATCH v3 10/18] LoongArch: vDSO: "
` [PATCH v3 11/18] arm: vdso: "
` [PATCH v3 12/18] s390/vdso: "
` [PATCH v3 13/18] MIPS: vdso: "
` [PATCH v3 14/18] powerpc/vdso: "
` [PATCH v3 15/18] x86/vdso: "
` [PATCH v3 16/18] x86/vdso/vdso2c: Remove page handling
` [PATCH v3 17/18] vdso: Remove remnants of architecture-specific random state storage
` [PATCH v3 18/18] vdso: Remove remnants of architecture-specific time storage
[PATCH 0/4] barrier: Introduce smp_cond_load_*_timeout()
2025-02-06 10:57 UTC (6+ messages)
` [PATCH 1/4] asm-generic: barrier: Add smp_cond_load_relaxed_timewait()
` [PATCH 2/4] asm-generic: barrier: Add smp_cond_load_acquire_timewait()
` [PATCH 3/4] arm64: barrier: Add smp_cond_load_relaxed_timewait()
` [PATCH 4/4] arm64: barrier: Add smp_cond_load_acquire_timewait()
[linus:master] [x86] 0b6476f939: will-it-scale.per_process_ops 24.8% improvement
2025-02-06 7:34 UTC
[PATCH v22 00/20] tracing: fprobe: function_graph: Multi-function graph and fprobe on fgraph
2025-02-06 1:59 UTC (6+ messages)
` [PATCH v22 19/20] ftrace: Add ftrace_get_symaddr to convert fentry_ip to symaddr
[PATCH v3] kbuild: keep symbols for symbol_get() even with CONFIG_TRIM_UNUSED_KSYMS
2025-02-05 16:08 UTC (3+ messages)
[linus:master] [net_tstamp] 4aecca4c76: redis.get_total_throughput_rps 1.5% improvement
2025-02-05 6:13 UTC
[PATCH v2 0/6] module: Introduce hash-based integrity checking
2025-02-04 21:22 UTC (6+ messages)
` [PATCH v2 6/6] "
[PATCH 00/20] Add support for shared PTEs across processes
2025-02-04 16:41 UTC (13+ messages)
` [PATCH 01/20] mm: Add msharefs filesystem
[PATCH v2 0/6] Account page tables at all levels
2025-02-03 19:15 UTC (2+ messages)
[PATCH] iomap: Fix -Wmissing-prototypes on UM
2025-02-03 14:29 UTC (9+ messages)
[PATCH] asm-generic: allow unaligned buffers in reads/writes{w,l,q}
2025-02-03 13:03 UTC
[PATCH v4 0/7] ptrace: introduce PTRACE_SET_SYSCALL_INFO API
2025-02-03 10:35 UTC (5+ messages)
` [PATCH v4 3/7] syscall.h: add syscall_set_arguments()
` [PATCH v4 4/7] syscall.h: introduce syscall_set_nr()
[PATCH v3 0/6] ptrace: introduce PTRACE_SET_SYSCALL_INFO API
2025-01-30 11:36 UTC (11+ messages)
` [PATCH v3 2/6] syscall.h: add syscall_set_arguments() and syscall_set_return_value()
` [PATCH v3 3/6] syscall.h: introduce syscall_set_nr()
[PATCH v2] fs: introduce getfsxattrat and setfsxattrat syscalls
2025-01-29 13:01 UTC (3+ messages)
[PATCH v2 0/2] hyperv: Move some features to common code
2025-01-29 1:30 UTC (7+ messages)
` [PATCH v2 1/2] hyperv: Move hv_current_partition_id to arch-generic code
` [PATCH v2 2/2] hyperv: Move arch/x86/hyperv/hv_proc.c to drivers/hv
[PATCH v4 00/19] Wire up CRC32 library functions to arch-optimized code
2025-01-29 0:56 UTC (2+ messages)
` [f2fs-dev] "
[GIT PULL] LoongArch changes for v6.14
2025-01-28 17:07 UTC (2+ messages)
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).