public inbox for linux-arch@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-09-18 20:05:29 to 2025-10-02 13:02:28 UTC [more...]

[PATCH v17 00/47] DEPT(DEPendency Tracker)
 2025-10-02 12:56 UTC  (53+ 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 v19 00/27] riscv control-flow integrity for usermode
 2025-10-02 11:45 UTC  (16+ messages)

[git pull] non-vfs misc stuff
 2025-10-02  6:11 UTC 

[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/6] Hyper-V: Implement hypervisor core collection
 2025-10-01 21:07 UTC  (10+ 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 net-next V6] net/mlx5: Improve write-combining test reliability for ARM64 Grace CPUs
 2025-10-01 16:45 UTC  (6+ messages)

[RFC v2 0/3] Align atomic storage
 2025-10-01  7:08 UTC  (28+ messages)
` [RFC v2 2/3] atomic: Specify alignment for atomic_t and atomic64_t
` [RFC v2 3/3] atomic: Add alignment check to instrumented atomic operations

[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  (7+ 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  (27+ messages)
` [PATCH V7 1/4] dt-bindings: i3c: Add AMD I3C master controller support
` [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 

[PATCH v1 0/6] Hyper-V: Implement hypervisor core collection
 2025-09-23  1:35 UTC  (23+ messages)
` [PATCH v1 3/6] hyperv: Add definitions for hypervisor crash dump support
` [PATCH v1 4/6] x86/hyperv: Add trampoline asm code to transition from hypervisor
` [PATCH v1 5/6] x86/hyperv: Implement hypervisor ram collection into vmcore
` [PATCH v1 6/6] x86/hyperv: Enable build of hypervisor crashdump collection files

[patch 00/12] rseq: Implement time slice extension mechanism
 2025-09-23  1:01 UTC  (16+ messages)
` [patch 02/12] rseq: Add fields and constants for time slice extension

[PATCH v5 0/5] barrier: Add smp_cond_load_*_timeout()
 2025-09-22 10:47 UTC  (9+ messages)
` [PATCH v5 1/5] asm-generic: barrier: Add smp_cond_load_relaxed_timeout()
` [PATCH v5 2/5] arm64: "

[PATCH net-next V4] net/mlx5: Improve write-combining test reliability for ARM64 Grace CPUs
 2025-09-22  8:15 UTC 

[PATCH v2] asm-generic: Remove pud_user() from pgtable-nopmd.h
 2025-09-20  0:14 UTC  (2+ messages)

[PATCH] fix prototypes of reads[bwl]() on sparc64
 2025-09-19 18:58 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox