linux-rt-devel.lists.linux.dev archive mirror
 help / color / mirror / Atom feed
 messages from 2025-09-18 15:49:40 to 2025-10-24 20:44:05 UTC [more...]

[PATCH RFC 00/19] slab: replace cpu (partial) slabs with sheaves
 2025-10-24 20:43 UTC  (27+ messages)
` [PATCH RFC 01/19] slab: move kfence_alloc() out of internal bulk alloc
` [PATCH RFC 02/19] slab: handle pfmemalloc slabs properly with sheaves
` [PATCH RFC 03/19] slub: remove CONFIG_SLUB_TINY specific code paths
` [PATCH RFC 04/19] slab: prevent recursive kmalloc() in alloc_empty_sheaf()
` [PATCH RFC 05/19] slab: add sheaves to most caches
` [PATCH RFC 06/19] slab: introduce percpu sheaves bootstrap
` [PATCH RFC 07/19] slab: make percpu sheaves compatible with kmalloc_nolock()/kfree_nolock()
` [PATCH RFC 08/19] slab: handle kmalloc sheaves bootstrap
` [PATCH RFC 09/19] slab: add optimized sheaf refill from partial list
` [PATCH RFC 10/19] slab: remove cpu (partial) slabs usage from allocation paths
` [PATCH RFC 11/19] slab: remove SLUB_CPU_PARTIAL
` [PATCH RFC 12/19] slab: remove the do_slab_free() fastpath
` [PATCH RFC 13/19] slab: remove defer_deactivate_slab()
` [PATCH RFC 14/19] slab: simplify kmalloc_nolock()
` [PATCH RFC 15/19] slab: remove struct kmem_cache_cpu
` [PATCH RFC 16/19] slab: remove unused PREEMPT_RT specific macros
` [PATCH RFC 17/19] slab: refill sheaves from all nodes
` [PATCH RFC 18/19] slab: update overview comments
` [PATCH RFC 19/19] slab: remove frozen slab checks from __slab_free()

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

[PATCH v6] sched: do not call __put_task_struct() on rt if pi_blocked_on is set
 2025-10-24 15:19 UTC  (17+ messages)
              ` usage of DEFINE_WAIT_OVERRIDE_MAP(LD_WAIT_SLEEP)

[ANNOUNCE] v6.18-rc2-rt1
 2025-10-24 14:57 UTC 

[ANNOUNCE] v6.17.5-rt7
 2025-10-24 14:54 UTC 

[PATCH] genirq/manage: Reduce priority of forced secondary IRQ handler
 2025-10-24 13:33 UTC  (6+ messages)

[PATCH 0/3] i2c: designware: Improve support of multi-messages transfer
 2025-10-22  8:58 UTC  (14+ messages)
` [PATCH 1/3] dt-bindings: i2c: dw: Add Mobileye I2C controllers
` [PATCH 2/3] i2c: designware: Enable transfer with different target addresses
` [PATCH 3/3] i2c: designware: Support of controller with IC_EMPTYFIFO_HOLD_MASTER disabled

[STATUS] stable-rt/v5.10-rt - 7a9ef2cebfadb557a32d8fed925475de07f9ef86
 2025-10-19  2:30 UTC 

[STATUS] stable-rt/v6.1-rt - 50a28f95c66f40f394b6ac94b6552a16564b45ef
 2025-10-19  2:30 UTC 

[RESEND PATCH] sched: restore the behavior of put_task_struct() for non-rt
 2025-10-18 13:11 UTC  (7+ messages)

Query about the impact of using CONFIG_PREEMPT_RT on locking mechanisms within networking drivers
 2025-10-16 12:27 UTC  (5+ messages)
    `  "

[PATCH v17 00/47] DEPT(DEPendency Tracker)
 2025-10-16  7:59 UTC  (76+ 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] mempool: clarify behavior of mempool_alloc_preallocated()
 2025-10-16  6:30 UTC  (6+ messages)

[PATCH net] net: gro_cells: Use nested-BH locking for gro_cell
 2025-10-14  1:10 UTC  (2+ messages)

[PATCH v13 17/17] locking: Switch to _irq_{disable,enable}() variants in cleanup guards
 2025-10-13 15:48 UTC 

[PATCH] arm64: use SOFTIRQ_ON_OWN_STACK for enabling softirq stack
 2025-10-13  6:27 UTC  (2+ messages)

[STATUS] stable-rt/v5.10-rt - 7a9ef2cebfadb557a32d8fed925475de07f9ef86
 2025-10-13  2:30 UTC 

[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] 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 v3 00/14] Remove redundant rcu_read_lock/unlock() in spin_lock
 2025-09-28 10:33 UTC  (4+ messages)
` [PATCH v3 01/14] ACPI: APEI: "

[PATCH net-next] page_pool: add debug for release to cache from wrong CPU
 2025-09-23 23:26 UTC  (10+ 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 2/3] softirq: Provide a handshake for canceling tasklets via polling
 2025-09-20  1:29 UTC  (4+ messages)


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