messages from 2025-06-04 17:17:12 to 2025-06-23 19:09:25 UTC [more...]
[PATCH v5 00/10] LKMM generic atomics in Rust
2025-06-23 19:09 UTC (31+ messages)
` [PATCH v5 01/10] rust: Introduce atomic API helpers
` [PATCH v5 02/10] rust: sync: Add basic atomic operation mapping framework
` [PATCH v5 03/10] rust: sync: atomic: Add ordering annotation types
` [PATCH v5 04/10] rust: sync: atomic: Add generic atomics
` [PATCH v5 05/10] rust: sync: atomic: Add atomic {cmp,}xchg operations
` [PATCH v5 06/10] rust: sync: atomic: Add the framework of arithmetic operations
` [PATCH v5 07/10] rust: sync: atomic: Add Atomic<u{32,64}>
` [PATCH v5 08/10] rust: sync: atomic: Add Atomic<{usize,isize}>
` [PATCH v5 09/10] rust: sync: atomic: Add Atomic<*mut T>
` [PATCH v5 10/10] rust: sync: Add memory barriers
[PATCH 0/2] Implementing bitops rotate using riscv Zbb extension
2025-06-23 11:59 UTC (6+ messages)
` [PATCH 1/2] bitops: generic rotate
` [PATCH 2/2] bitops: rotate: Add riscv implementation using Zbb extension
[PATCH v17 00/27] riscv control-flow integrity for usermode
2025-06-20 17:33 UTC (14+ messages)
` [PATCH v17 15/27] riscv/traps: Introduce software check exception and uprobe handling
` [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
[RFC][PATCHES] untangling asm/param.h
2025-06-20 15:34 UTC (8+ messages)
` [PATCH 1/3] xtensa: get rid uapi/asm/param.h
` [PATCH 2/3] alpha: regularize the situation with asm/param.h
` [PATCH 3/3] loongarch, um, xtensa: get rid of generated arch/$ARCH/include/asm/param.h
[PATCH 0/2] Implementing bitops rotate using riscv Zbb extension
2025-06-20 11:12 UTC
[PATCH] panic: improve panic output from Rust panics
2025-06-20 9:36 UTC (4+ messages)
[RFC] Potential problem in qspinlock due to mixed-size accesses
2025-06-19 18:21 UTC (21+ messages)
[PATCH hyperv-next v3 00/15] Confidential VMBus
2025-06-18 16:19 UTC (26+ messages)
` [PATCH hyperv-next v3 01/15] Documentation: hyperv: "
` [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 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 v2] codetag: Avoid unused alloc_tags sections/symbols
2025-06-18 12:50 UTC
[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 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 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 (17+ 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
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).