messages from 2025-09-23 15:46:47 to 2025-10-06 13:57:44 UTC [more...]
[PATCH net-next V6] net/mlx5: Improve write-combining test reliability for ARM64 Grace CPUs
2025-10-06 13:57 UTC (7+ messages)
[RFC v2 0/3] Align atomic storage
2025-10-06 11:09 UTC (22+ messages)
` [RFC v2 2/3] atomic: Specify alignment for atomic_t and atomic64_t
[PATCH] atomic: skip alignment check for try_cmpxchg() old arg
2025-10-06 11:07 UTC
[PATCH 00/62] initrd: remove classic initrd support
2025-10-06 6:19 UTC (2+ messages)
[PATCH v17 00/47] DEPT(DEPendency Tracker)
2025-10-04 16:39 UTC (65+ messages)
` [PATCH v17 01/47] llist: move llist_{head,node} definition to types.h
` [PATCH v17 02/47] dept: implement DEPT(DEPendency Tracker)
` [PATCH v17 03/47] dept: add single event dependency tracker APIs
` [PATCH v17 04/47] dept: add lock "
` [PATCH v17 05/47] dept: tie to lockdep and IRQ tracing
` [PATCH v17 06/47] dept: add proc knobs to show stats and dependency graph
` [PATCH v17 07/47] dept: distinguish each kernel context from another
` [PATCH v17 08/47] x86_64, dept: add support CONFIG_ARCH_HAS_DEPT_SUPPORT to x86_64
` [PATCH v17 09/47] arm64, dept: add support CONFIG_ARCH_HAS_DEPT_SUPPORT to arm64
` [PATCH v17 10/47] dept: distinguish each work from another
` [PATCH v17 11/47] dept: add a mechanism to refill the internal memory pools on running out
` [PATCH v17 12/47] dept: record the latest one out of consecutive waits of the same class
` [PATCH v17 13/47] dept: apply sdt_might_sleep_{start,end}() to wait_for_completion()/complete()
` [PATCH v17 14/47] dept: apply sdt_might_sleep_{start,end}() to swait
` [PATCH v17 15/47] dept: apply sdt_might_sleep_{start,end}() to waitqueue wait
` [PATCH v17 16/47] dept: apply sdt_might_sleep_{start,end}() to hashed-waitqueue wait
` [PATCH v17 17/47] dept: apply sdt_might_sleep_{start,end}() to dma fence
` [PATCH v17 18/47] dept: track timeout waits separately with a new Kconfig
` [PATCH v17 19/47] dept: apply timeout consideration to wait_for_completion()/complete()
` [PATCH v17 20/47] dept: apply timeout consideration to swait
` [PATCH v17 21/47] dept: apply timeout consideration to waitqueue wait
` [PATCH v17 22/47] dept: apply timeout consideration to hashed-waitqueue wait
` [PATCH v17 23/47] dept: apply timeout consideration to dma fence wait
` [PATCH v17 24/47] dept: make dept able to work with an external wgen
` [PATCH v17 25/47] dept: track PG_locked with dept
` [PATCH v17 26/47] dept: print staged wait's stacktrace on report
` [PATCH v17 27/47] locking/lockdep: prevent various lockdep assertions when lockdep_off()'ed
` [PATCH v17 28/47] dept: add documentation for dept
` [PATCH v17 29/47] cpu/hotplug: use a weaker annotation in AP thread
` [PATCH v17 30/47] fs/jbd2: use a weaker annotation in journal handling
` [PATCH v17 31/47] dept: assign dept map to mmu notifier invalidation synchronization
` [PATCH v17 32/47] dept: assign unique dept_key to each distinct dma fence caller
` [PATCH v17 33/47] dept: make dept aware of lockdep_set_lock_cmp_fn() annotation
` [PATCH v17 34/47] dept: make dept stop from working on debug_locks_off()
` [PATCH v17 35/47] i2c: rename wait_for_completion callback to wait_for_completion_cb
` [PATCH v17 36/47] dept: assign unique dept_key to each distinct wait_for_completion() caller
` [PATCH v17 37/47] completion, dept: introduce init_completion_dmap() API
` [PATCH v17 38/47] dept: introduce a new type of dependency tracking between multi event sites
` [PATCH v17 39/47] dept: add module support for struct dept_event_site and dept_event_site_dep
` [PATCH v17 40/47] dept: introduce event_site() to disable event tracking if it's recoverable
` [PATCH v17 41/47] dept: implement a basic unit test for dept
` [PATCH v17 42/47] dept: call dept_hardirqs_off() in local_irq_*() regardless of irq state
` [PATCH v17 43/47] rcu/update: fix same dept key collision between various types of RCU
` [PATCH v17 44/47] dept: introduce APIs to set page usage and use subclasses_evt for the usage
` [PATCH v17 45/47] dept: track PG_writeback with dept
` [PATCH v17 46/47] SUNRPC: relocate struct rcu_head to the first field of struct rpc_xprt
` [PATCH v17 47/47] mm: percpu: increase PERCPU_DYNAMIC_SIZE_SHIFT on DEPT and large PAGE_SIZE
[PATCH hyperv-next v6 00/17] Confidential VMBus
2025-10-04 8:09 UTC (19+ messages)
` [PATCH hyperv-next v6 01/17] Documentation: hyperv: "
` [PATCH hyperv-next v6 02/17] Drivers: hv: VMBus protocol version 6.0
` [PATCH hyperv-next v6 03/17] arch/x86: mshyperv: Discover Confidential VMBus availability
` [PATCH hyperv-next v6 04/17] arch: hyperv: Get/set SynIC synth.registers via paravisor
` [PATCH hyperv-next v6 05/17] arch/x86: mshyperv: Trap on access for some synthetic MSRs
` [PATCH hyperv-next v6 06/17] Drivers: hv: Rename fields for SynIC message and event pages
` [PATCH hyperv-next v6 07/17] Drivers: hv: Allocate the paravisor SynIC pages when required
` [PATCH hyperv-next v6 08/17] Drivers: hv: Post messages through the confidential VMBus if available
` [PATCH hyperv-next v6 09/17] Drivers: hv: remove stale comment
` [PATCH hyperv-next v6 10/17] Drivers: hv: Check message and event pages for non-NULL before iounmap()
` [PATCH hyperv-next v6 11/17] Drivers: hv: Rename the SynIC enable and disable routines
` [PATCH hyperv-next v6 12/17] Drivers: hv: Functions for setting up and tearing down the paravisor SynIC
` [PATCH hyperv-next v6 13/17] Drivers: hv: Allocate encrypted buffers when requested
` [PATCH hyperv-next v6 14/17] Drivers: hv: Free msginfo when the buffer fails to decrypt
` [PATCH hyperv-next v6 15/17] Drivers: hv: Support confidential VMBus channels
` [PATCH hyperv-next v6 16/17] Drivers: hv: Set the default VMBus version to 6.0
` [PATCH hyperv-next v6 17/17] Drivers: hv: Support establishing the confidential VMBus connection
[git pull] non-vfs misc stuff
2025-10-03 18:41 UTC (2+ messages)
[PATCH v2 0/6] Hyper-V: Implement hypervisor core collection
2025-10-02 22:07 UTC (12+ messages)
` [PATCH v2 1/6] x86/hyperv: Rename guest crash shutdown function
` [PATCH v2 2/6] hyperv: Add two new hypercall numbers to guest ABI public header
` [PATCH v2 3/6] hyperv: Add definitions for hypervisor crash dump support
` [PATCH v2 4/6] x86/hyperv: Add trampoline asm code to transition from hypervisor
` [PATCH v2 5/6] x86/hyperv: Implement hypervisor RAM collection into vmcore
` [PATCH v2 6/6] x86/hyperv: Enable build of hypervisor crashdump collection files
[PATCH v19 00/27] riscv control-flow integrity for usermode
2025-10-02 16:45 UTC (17+ messages)
[GIT PULL] asm-generic: updates for 6.18
2025-10-02 1:10 UTC (2+ messages)
[PATCH v3 0/8] Cache coherency management subsystem
2025-10-01 23:31 UTC (3+ messages)
` [PATCH v3 4/8] MAINTAINERS: Add Jonathan Cameron to drivers/cache
[PATCH v2 0/2] Fix CONFIG_HYPERV and vmbus related anamoly
2025-10-01 0:01 UTC (2+ messages)
[PATCH v1 0/2] Fix CONFIG_HYPERV and vmbus related anamoly
2025-09-30 23:59 UTC (9+ messages)
` [PATCH v1 2/2] Drivers: hv: Make CONFIG_HYPERV bool
[PATCH 0/5] x86/Hyper-V: Add AMD Secure AVIC for Hyper-V platform
2025-09-30 23:05 UTC (2+ messages)
[PATCH hyperv-next v5 00/16] Confidential VMBus
2025-09-30 21:59 UTC (4+ messages)
` [PATCH hyperv-next v5 04/16] arch/x86: mshyperv: Trap on access for some synthetic MSRs
[PATCH RESEND 00/62] initrd: remove classic initrd support
2025-09-29 9:13 UTC (3+ messages)
` [PATCH-RFC] init: simplify initrd code (was Re: [PATCH RESEND 00/62] initrd: remove classic initrd support)
[PATCH V8 0/5] Add AMD I3C master controller driver and bindings
2025-09-27 6:12 UTC (10+ messages)
` [PATCH V8 1/5] dt-bindings: i3c: Add AMD I3C master controller support
` [PATCH V8 2/5] asm-generic/io.h: Add big-endian MMIO accessors
` [PATCH V8 3/5] i3c: fix big-endian FIFO transfers
` [PATCH V8 4/5] i3c: master: Add endianness support for i3c_readl_fifo() and i3c_writel_fifo()
` [PATCH V8 5/5] i3c: master: Add AMD I3C bus controller driver
[PATCH 00/41] treewide: Replace __ASSEMBLY__ with __ASSEMBLER__ in header files
2025-09-26 15:04 UTC (5+ messages)
` [PATCH 33/41] sparc: Replace __ASSEMBLY__ with __ASSEMBLER__ in uapi headers
` [PATCH 34/41] sparc: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-uapi headers
[arnd-asm-generic:asm-generic] BUILD SUCCESS edcc8a38b5ac1a3dbd05e113a38a25b937ebefe5
2025-09-26 4:03 UTC
[PATCH v3] once: fix race by moving DO_ONCE to separate section
2025-09-26 0:19 UTC (5+ messages)
[RFC PATCH 00/10] scalable symbol flags with __kflagstab
2025-09-26 0:11 UTC (7+ messages)
[PATCH net-next V5] net/mlx5: Improve write-combining test reliability for ARM64 Grace CPUs
2025-09-25 20:30 UTC (6+ messages)
[PATCH V7 0/4] Add AMD I3C master controller driver and bindings
2025-09-25 16:50 UTC (26+ messages)
` [PATCH V7 2/4] asm-generic/io.h: Add big-endian MMIO accessors
` [PATCH V7 3/4] i3c: master: Add endianness support for i3c_readl_fifo() and i3c_writel_fifo()
` [PATCH V7 4/4] i3c: master: Add AMD I3C bus controller driver
[PATCH RESEND 00/62] initrd: remove classic initrd support
2025-09-24 19:20 UTC (4+ messages)
[PATCH] asm-generic/io.h: Skip trace helpers if rwmmio events are disabled
2025-09-24 14:25 UTC (8+ messages)
Thematic Funds Letter Of Intent
2025-09-23 23:54 UTC
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).