linux-rt-devel.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2025-09-03 16:55:10 to 2025-10-13 01:51:56 UTC [more...]

[PATCH v17 00/47] DEPT(DEPendency Tracker)
 2025-10-13  1:51 UTC  (68+ 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] arm64: use SOFTIRQ_ON_OWN_STACK for enabling softirq stack
 2025-10-13  1:35 UTC 

[PATCH v2] pci/aer_inject: switching inject_lock to raw_spinlock_t
 2025-10-10 17:18 UTC  (4+ messages)

[PATCH AUTOSEL 6.17-5.4] spi: loopback-test: Don't use %pK through printk
 2025-10-09 15:55 UTC 

[ANNOUNCE] v6.17.1-rt5
 2025-10-09 15:30 UTC 

[PATCH net] net: gro_cells: Use nested-BH locking for gro_cell
 2025-10-09  9:43 UTC 

[PATCH] pci/aer_inject: switching inject_lock to raw_spinlock_t
 2025-10-08  3:44 UTC  (5+ messages)

[PATCH] lockdep: Account for lockdep hardirq context in irq_forced_thread_fn under PREEMPT_RT
 2025-10-06 20:18 UTC  (2+ messages)

[PATCH] sched: Fix race in rt_mutex_pre_schedule by removing non-atomic fetch_and_set
 2025-10-06 19:07 UTC  (3+ messages)

[PATCH] cgroup: Disable preemption for cgrp->freezer.freeze_seq when CONFIG_PREEMPT_RT=y
 2025-10-04  8:35 UTC  (9+ messages)

[PATCH] cgroup: Fix seqcount lockdep assertion in cgroup freezer
 2025-10-04  8:34 UTC  (5+ messages)

[syzbot] [fs?] kernel BUG in qlist_free_all (2)
 2025-10-04  1:04 UTC 

[PATCH] genirq/manage: Reduce priority of forced secondary IRQ handler
 2025-10-03 18:25 UTC  (6+ messages)

[PATCH v3 00/14] Remove redundant rcu_read_lock/unlock() in spin_lock
 2025-09-28 10:33 UTC  (21+ messages)
` [PATCH v3 01/14] ACPI: APEI: "
` [PATCH v3 02/14] drm/i915/gt: "
` [PATCH v3 03/14] fs: aio: "
` [PATCH v3 04/14] nfs: "
` [PATCH v3 05/14] s390/pkey: "
` [PATCH v3 06/14] ipc: "
` [PATCH v3 07/14] yama: "
` [PATCH v3 08/14] cgroup: "
` [PATCH v3 09/14] cgroup/cpuset: "
` [PATCH v3 10/14] wifi: mac80211: "
` [PATCH v3 11/14] net: ncsi: "
` [PATCH v3 12/14] net: amt: "
` [PATCH v3 13/14] net: bonding: "
` [PATCH v3 14/14] wifi: ath9k: "

[PATCH net-next] page_pool: add debug for release to cache from wrong CPU
 2025-09-23 23:26 UTC  (12+ messages)

Call for Speakers: Join us at the Scheduler and Real-Time Microconference at LPC2025!
 2025-09-20 16:00 UTC  (2+ messages)

[PATCH v3 0/3] Allow to drop the softirq-BKL lock on PREEMPT_RT
 2025-09-20  1:29 UTC  (11+ messages)
` [PATCH v3 1/3] workqueue: Provide a handshake for canceling BH workers
` [PATCH v3 2/3] softirq: Provide a handshake for canceling tasklets via polling
` [PATCH v3 3/3] softirq: Allow to drop the softirq-BKL lock on PREEMPT_RT

[STATUS] stable-rt/v5.10-rt - 54256839470a39c368c97be0344d72f6f8749307
 2025-09-17  2:30 UTC 

[STATUS] stable-rt/v5.10-rt - 54256839470a39c368c97be0344d72f6f8749307
 2025-09-17  2:30 UTC 

[PATCH AUTOSEL 6.16] selftests/bpf: Skip timer cases when bpf_timer is not supported
 2025-09-16 13:59 UTC  (2+ messages)
` [PATCH AUTOSEL 6.16-5.15] bpf: Reject bpf_timer for PREEMPT_RT

[RESEND PATCH] sched: restore the behavior of put_task_struct() for non-rt
 2025-09-16 11:30 UTC  (8+ messages)

[PATCH v2] rcu: Remove redundant rcu_read_lock/unlock() in spin_lock critical sections
 2025-09-16  1:55 UTC  (4+ messages)

[PATCH] rcu: Remove redundant rcu_read_lock/unlock() in spin_lock critical sections
 2025-09-13  0:33 UTC  (4+ messages)

[PATCH] Documentation: update config name in real-time architecture support
 2025-09-10 11:00 UTC  (2+ messages)

[PATCH] MAINTAINERS: Add doc files on real-time support to Real-time Linux
 2025-09-10 10:51 UTC  (2+ messages)

[PATCH] nptl: Use a PI-aware lock for internal pthread_cond-related locking
 2025-09-10  5:57 UTC  (10+ messages)

[PATCH] PCI/AER: Use IRQF_NO_THREAD on aer_irq
 2025-09-08 15:02 UTC  (12+ messages)

[PATCH v4 0/1] eventpoll: Fix priority inversion problem
 2025-09-05 13:52 UTC  (6+ messages)
` [PATCH v4 1/1] eventpoll: Replace rwlock with spinlock

[PATCH v2 0/3] Allow to drop the softirq-BKL lock on PREEMPT_RT
 2025-09-03 18:38 UTC  (4+ messages)
` [PATCH v2 1/3] workqueue: Provide a handshake for canceling BH workers

[PATCH 0/7] netpoll: Untangle netpoll and netconsole
 2025-09-03 17:16 UTC  (12+ messages)
` [PATCH 3/7] netpoll: Move netpoll_cleanup implementation to netconsole
` [PATCH 4/7] netpoll: Export zap_completion_queue
` [PATCH 7/7] netpoll: Flush skb_pool as part of netconsole cleanup


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).