messages from 2025-06-02 15:27:11 to 2025-06-18 16:49:39 UTC [more...]
[PATCH v5 00/10] LKMM generic atomics in Rust
2025-06-18 16:49 UTC
[PATCH hyperv-next v3 00/15] Confidential VMBus
2025-06-18 16:19 UTC (36+ messages)
` [PATCH hyperv-next v3 01/15] Documentation: hyperv: "
` [PATCH hyperv-next v3 02/15] drivers: hv: VMBus protocol version 6.0
` [PATCH hyperv-next v3 03/15] arch: hyperv: Get/set SynIC synth.registers via paravisor
` [PATCH hyperv-next v3 04/15] arch/x86: mshyperv: Trap on access for some synthetic MSRs
` [PATCH hyperv-next v3 05/15] Drivers: hv: Rename fields for SynIC message and event pages
` [PATCH hyperv-next v3 06/15] Drivers: hv: Allocate the paravisor SynIC pages when required
` [PATCH hyperv-next v3 07/15] Drivers: hv: Post messages via the confidential VMBus if available
` [PATCH hyperv-next v3 08/15] Drivers: hv: remove stale comment
` [PATCH hyperv-next v3 09/15] Drivers: hv: Use memunmap() to check if the address is in IO map
` [PATCH hyperv-next v3 10/15] Drivers: hv: Rename the SynIC enable and disable routines
` [PATCH hyperv-next v3 11/15] Drivers: hv: Functions for setting up and tearing down the paravisor SynIC
` [PATCH hyperv-next v3 12/15] Drivers: hv: Allocate encrypted buffers when requested
` [PATCH hyperv-next v3 13/15] Drivers: hv: Support confidential VMBus channels
` [PATCH hyperv-next v3 14/15] Drivers: hv: Support establishing the confidential VMBus connection
` [PATCH hyperv-next v3 15/15] Drivers: hv: Set the default VMBus version to 6.0
[PATCH v2] codetag: Avoid unused alloc_tags sections/symbols
2025-06-18 12:50 UTC
[RFC] Potential problem in qspinlock due to mixed-size accesses
2025-06-18 12:11 UTC (14+ messages)
[Not urgent] Systems unable to do 16-bit stores?
2025-06-18 12:10 UTC (3+ messages)
[PATCH v2 00/20] Add support for shared PTEs across processes
2025-06-18 10:21 UTC
[PATCH] alloc_tag: remove empty module tag section
2025-06-17 15:05 UTC (3+ messages)
[PATCH v17 00/27] riscv control-flow integrity for usermode
2025-06-16 7:31 UTC (29+ messages)
` [PATCH v17 01/27] mm: VM_SHADOW_STACK definition for riscv
` [PATCH v17 02/27] dt-bindings: riscv: zicfilp and zicfiss in dt-bindings (extensions.yaml)
` [PATCH v17 03/27] riscv: zicfiss / zicfilp enumeration
` [PATCH v17 04/27] riscv: zicfiss / zicfilp extension csr and bit definitions
` [PATCH v17 05/27] riscv: usercfi state for task and save/restore of CSR_SSP on trap entry/exit
` [PATCH v17 06/27] riscv/mm : ensure PROT_WRITE leads to VM_READ | VM_WRITE
` [PATCH v17 07/27] riscv/mm: manufacture shadow stack pte
` [PATCH v17 08/27] riscv/mm: teach pte_mkwrite to manufacture shadow stack PTEs
` [PATCH v17 09/27] riscv/mm: write protect and shadow stack
` [PATCH v17 10/27] riscv/mm: Implement map_shadow_stack() syscall
` [PATCH v17 11/27] riscv/shstk: If needed allocate a new shadow stack on clone
` [PATCH v17 12/27] riscv: Implements arch agnostic shadow stack prctls
` [PATCH v17 13/27] prctl: arch-agnostic prctl for indirect branch tracking
` [PATCH v17 14/27] riscv: Implements arch agnostic indirect branch tracking prctls
` [PATCH v17 15/27] riscv/traps: Introduce software check exception and uprobe handling
` [PATCH v17 16/27] riscv: signal: abstract header saving for setup_sigcontext
` [PATCH v17 17/27] riscv/signal: save and restore of shadow stack for signal
` [PATCH v17 18/27] riscv/kernel: update __show_regs to print shadow stack register
` [PATCH v17 19/27] riscv/ptrace: riscv cfi status and state via ptrace and in core files
` [PATCH v17 20/27] riscv/hwprobe: zicfilp / zicfiss enumeration in hwprobe
` [PATCH v17 21/27] riscv: kernel command line option to opt out of user cfi
` [PATCH v17 22/27] riscv: enable kernel access to shadow stack memory via FWFT sbi call
` [PATCH v17 23/27] arch/riscv: compile vdso with landing pad
` [PATCH v17 24/27] riscv: create a config for shadow stack and landing pad instr support
` [PATCH v17 25/27] riscv: Documentation for landing pad / indirect branch tracking
` [PATCH v17 26/27] riscv: Documentation for shadow stack on riscv
` [PATCH v17 27/27] kselftest/riscv: kselftest for user mode cfi
[PATCH v2 00/12] lib/crc: improve how arch-optimized code is integrated
2025-06-14 13:24 UTC (29+ messages)
` [PATCH v2 01/12] lib/crc: move files into lib/crc/
` [PATCH v2 02/12] lib/crc: prepare for arch-optimized code in subdirs of lib/crc/
` [PATCH v2 03/12] lib/crc/arm: migrate arm-optimized CRC code into lib/crc/
` [PATCH v2 04/12] lib/crc/arm64: migrate arm64-optimized "
` [PATCH v2 05/12] lib/crc/loongarch: migrate loongarch-optimized "
` [PATCH v2 06/12] lib/crc/mips: migrate mips-optimized "
` [PATCH v2 07/12] lib/crc/powerpc: migrate powerpc-optimized "
` [PATCH v2 08/12] lib/crc/riscv: migrate riscv-optimized "
` [PATCH v2 09/12] lib/crc/s390: migrate s390-optimized "
` [PATCH v2 10/12] lib/crc/sparc: migrate sparc-optimized "
` [PATCH v2 11/12] lib/crc/x86: migrate x86-optimized "
` [PATCH v2 12/12] lib/crc: remove ARCH_HAS_* kconfig symbols
[RFC][PATCHES] untangling asm/param.h
2025-06-14 6:38 UTC (2+ messages)
[RFC PATCH 0/6] Cache coherency management subsystem
2025-06-13 17:14 UTC (5+ messages)
` [RFC PATCH 2/6] arm64: Support ARCH_HAS_CPU_CACHE_INVALIDATE_MEMREGION
[PATCH v2 0/5] tracepoints: Add warnings for unused tracepoints and trace events
2025-06-13 14:42 UTC (11+ messages)
` [PATCH v2 1/5] tracepoints: Add verifier that makes sure all defined tracepoints are used
` [PATCH v2 2/5] tracing: sorttable: Add a tracepoint verification check at build time
` [PATCH v2 3/5] tracing: sorttable: Find unused tracepoints for arm64 that uses reloc for address
` [PATCH v2 4/5] tracepoint: Do not warn for unused event that is exported
` [PATCH v2 5/5] tracing: Call trace_ftrace_test_filter() for the event
[PATCH v4 00/10] LKMM generic atomics in Rust
2025-06-11 6:40 UTC (16+ messages)
` [PATCH v4 01/10] rust: Introduce atomic API helpers
` [PATCH v4 02/10] rust: sync: Add basic atomic operation mapping framework
` [PATCH v4 03/10] rust: sync: atomic: Add ordering annotation types
` [PATCH v4 04/10] rust: sync: atomic: Add generic atomics
` [PATCH v4 05/10] rust: sync: atomic: Add atomic {cmp,}xchg operations
` [PATCH v4 06/10] rust: sync: atomic: Add the framework of arithmetic operations
` [PATCH v4 07/10] rust: sync: atomic: Add Atomic<u{32,64}>
` [PATCH v4 08/10] rust: sync: atomic: Add Atomic<{usize,isize}>
` [PATCH v4 09/10] rust: sync: atomic: Add Atomic<*mut T>
` [PATCH v4 10/10] rust: sync: Add memory barriers
[DISCUSSION] proposed mctl() API
2025-06-10 17:02 UTC (23+ messages)
[trace:sorttable/core] [tracepoints] 4c46711561: WARNING:at_kernel/tracepoint.c:#check_tracepoint
2025-06-10 14:45 UTC
[PATCH 00/41] treewide: Replace __ASSEMBLY__ with __ASSEMBLER__ in header files
2025-06-10 13:19 UTC (12+ messages)
` [PATCH 17/41] microblaze: Replace __ASSEMBLY__ with __ASSEMBLER__ in uapi headers
` [PATCH 18/41] microblaze: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-uapi headers
` [PATCH 22/41] openrisc: Replace __ASSEMBLY__ with __ASSEMBLER__ in uapi headers
` [PATCH 23/41] openrisc: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-uapi headers
` [PATCH 32/41] sh: Replace __ASSEMBLY__ with __ASSEMBLER__ in the SuperH headers
[PATCH 00/15] Implement CONFIG_DEBUG_BUGVERBOSE_DETAILED=y, to improve WARN_ON_ONCE() output by adding the condition string
2025-06-09 15:56 UTC (8+ messages)
` [PATCH 10/15] bugs/s390: Pass in 'cond_str' to __EMIT_BUG()
` [PATCH 16/15] bugs/s390: Use "
[PATCH 00/13] lib/crc: improve how arch-optimized code is integrated
2025-06-08 23:46 UTC (2+ messages)
[PATCH 0/6] asm-generic: io.h cleanups
2025-06-08 9:44 UTC (5+ messages)
` [PATCH 2/6] sh: remove duplicate ioread/iowrite helpers
[GIT PULL] LoongArch changes for v6.16
2025-06-07 19:07 UTC (2+ messages)
[PATCH v4 0/6] Enable strict percpu address space checks
2025-06-07 14:31 UTC (17+ messages)
` [PATCH v4 6/6] percpu/x86: Enable strict percpu checks via named AS qualifiers
` Large modules with 6.15 [was: [PATCH v4 6/6] percpu/x86: Enable strict percpu checks via named AS qualifiers]
[PATCH v3 0/7] hyperv: Introduce new way to manage hypercall args
2025-06-04 17:41 UTC (6+ messages)
` [PATCH v3 1/7] Drivers: hv: Introduce hv_hvcall_*() functions for hypercall arguments
[PATCH] MAINTAINERS: add tlb trace events to MMU GATHER AND TLB INVALIDATION
2025-06-04 12:13 UTC (2+ messages)
[PATCH] asm-generic: Add sched.h inclusion in simd.h
2025-06-03 5:44 UTC (2+ messages)
[PATCH v2 00/20] Add support for shared PTEs across processes
2025-06-02 22:02 UTC (6+ messages)
` [PATCH v2 12/20] mm/mshare: prepare for page table sharing support
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).