public inbox for linux-rt-devel@lists.linux.dev
 help / color / mirror / Atom feed
 messages from 2025-12-18 18:35:40 to 2026-01-13 18:51:35 UTC [more...]

[PATCH RFC 10/19] slab: remove cpu (partial) slabs usage from allocation paths
 2026-01-13 18:51 UTC  (6+ messages)

[PATCH RFC v2 00/20] slab: replace cpu (partial) slabs with sheaves
 2026-01-13 18:36 UTC  (31+ messages)
` [PATCH RFC v2 01/20] mm/slab: add rcu_barrier() to kvfree_rcu_barrier_on_cache()
` [PATCH RFC v2 02/20] mm/slab: move and refactor __kmem_cache_alias()
` [PATCH RFC v2 03/20] mm/slab: make caches with sheaves mergeable
` [PATCH RFC v2 04/20] slab: add sheaves to most caches
` [PATCH RFC v2 05/20] slab: introduce percpu sheaves bootstrap
` [PATCH RFC v2 06/20] slab: make percpu sheaves compatible with kmalloc_nolock()/kfree_nolock()
` [PATCH RFC v2 07/20] slab: handle kmalloc sheaves bootstrap
` [PATCH RFC v2 08/20] slab: add optimized sheaf refill from partial list
` [PATCH RFC v2 09/20] slab: remove cpu (partial) slabs usage from allocation paths
` [PATCH RFC v2 10/20] slab: remove SLUB_CPU_PARTIAL
` [PATCH RFC v2 11/20] slab: remove the do_slab_free() fastpath
` [PATCH RFC v2 12/20] slab: remove defer_deactivate_slab()
` [PATCH RFC v2 13/20] slab: simplify kmalloc_nolock()
` [PATCH RFC v2 14/20] slab: remove struct kmem_cache_cpu
` [PATCH RFC v2 15/20] slab: remove unused PREEMPT_RT specific macros
` [PATCH RFC v2 16/20] slab: refill sheaves from all nodes
` [PATCH RFC v2 17/20] slab: update overview comments
` [PATCH RFC v2 18/20] slab: remove frozen slab checks from __slab_free()
` [PATCH RFC v2 19/20] mm/slub: remove DEACTIVATE_TO_* stat items
` [PATCH RFC v2 20/20] mm/slub: cleanup and repurpose some "
` [PATCH v2 00/20] slab: replace cpu (partial) slabs with sheaves

[PATCH v2] slab: fix kmalloc_nolock() context check for PREEMPT_RT
 2026-01-13 18:00 UTC  (2+ messages)

[PATCH] slab: fix kmalloc_nolock() context check for PREEMPT_RT
 2026-01-13 13:59 UTC  (9+ messages)

[PATCH] irqchip/gic-v3-its: Don't acquire rt_spin_lock in allocate_vpe_l1_table()
 2026-01-13 11:55 UTC  (15+ messages)

[PATCH v4 00/10] sound: codecs: tlv320adcx140: assorted patches
 2026-01-13 10:58 UTC  (11+ messages)
` [PATCH v4 01/10] ASoC: tlv320adcx140: invert DRE_ENABLE
` [PATCH v4 02/10] ASoC: tlv320adcx140: fix null pointer
` [PATCH v4 03/10] ASoC: tlv320adcx140: Propagate error codes during probe
` [PATCH v4 04/10] ASoC: tlv320adcx140: fix word length
` [PATCH v4 05/10] ASoC: tlv320adcx140: power on/off the device on demand
` [PATCH v4 06/10] ASoC: tlv320adcx140: add avdd and iovdd supply
` [PATCH v4 07/10] ASoC: dt-bindings: clarify areg-supply documentation
` [PATCH v4 08/10] ASoC: dt-bindings: add avdd and iovdd supply
` [PATCH v4 09/10] ASoC: tlv320adcx140: add kcontrol for num biquads
` [PATCH v4 10/10] ASoC: tlv320adcx140: add channel sum control

Regression in performance when using PREEMPT_RT
 2026-01-13  8:43 UTC  (5+ messages)

[PATCH] genirq: Warn about using IRQF_ONESHOT without a threaded handler
 2026-01-12 17:46 UTC  (2+ messages)

[PATCH net v4] ipv6: fix a BUG in rt6_get_pcpu_route() under PREEMPT_RT
 2026-01-12 15:49 UTC  (3+ messages)

[PATCH 0/4] media: dw100: Dynamic vertex map updates and fixes for PREEMPT_RT
 2026-01-12 11:43 UTC  (35+ messages)
` [PATCH 1/4] media: dw100: Implement V4L2 requests support
` [PATCH 2/4] media: dw100: Implement dynamic vertex map update
` [PATCH 3/4] media: dw100: Fix kernel oops with PREEMPT_RT enabled
` [PATCH 4/4] media: dw100: Split interrupt handler to fix timeout error

[PATCH RFC 00/19] slab: replace cpu (partial) slabs with sheaves
 2026-01-12 10:55 UTC  (7+ messages)
` [PATCH RFC 14/19] slab: simplify kmalloc_nolock()

[PATCH] ring-buffer: Use a housekeeping CPU to wake up waiters
 2026-01-09 16:54 UTC  (12+ messages)

[PATCH] sched: Further restrict the preemption modes
 2026-01-09 11:23 UTC  (4+ messages)

[PATCH v2 1/1] ring-buffer: Use a housekeeping CPU to wake up waiters
 2026-01-08 13:21 UTC 

[PATCH mm-hotfixes] mm/page_alloc: prevent pcp corruption with SMP=n
 2026-01-07 21:19 UTC  (5+ messages)

[PATCH v18 00/42] DEPT(DEPendency Tracker)
 2026-01-07 12:19 UTC  (3+ messages)
` [PATCH v18 34/42] dept: add module support for struct dept_event_site and dept_event_site_dep

[RFC PATCH] sched/core: Stash task priority after dequeue and put_prev_task() in sched_change_begin()
 2026-01-07  5:31 UTC  (3+ messages)

[RFC PATCH 0/2] cpufreq/amd-pstate: Prevent scheduling when atomic on PREEMPT_RT
 2026-01-07  5:08 UTC  (7+ messages)
` [RFC PATCH 1/2] cpufreq/amd-pstate: Pass the policy to amd_pstate_update()
` [RFC PATCH 2/2] cpufreq: Pass the policy to cpufreq_driver->adjust_perf()

[RFC PATCH 1/2] rcu: Add rcu_read_lock_notrace()
 2026-01-07  1:26 UTC  (16+ messages)

[PATCH v5 0/3] fix wrong usage of memory allocation APIs under PREEMPT_RT in arm64
 2026-01-05 20:23 UTC  (4+ messages)
` [PATCH v5 1/3] arm64: mmu: introduce pgtable_alloc_t
` [PATCH v5 2/3] arm64: mmu: avoid allocating pages while splitting the linear mapping
` [PATCH v5 3/3] arm64: mmu: avoid allocating pages while installing ng-mapping for KPTI

[PATCH v4 0/3] fix wrong usage of memory allocation APIs under PREEMPT_RT in arm64
 2026-01-02 17:04 UTC  (9+ messages)
` [PATCH v4 1/3] arm64: mmu: introduce pgtable_alloc_t
` [PATCH v4 2/3] arm64: mmu: avoid allocating pages while splitting the linear mapping
` [PATCH v4 3/3] arm64: mmu: avoid allocating pages while installing ng-mapping for KPTI

[PATCH v3 0/2] fix wrong usage of memory allocation APIs under PREEMPT_RT in arm64
 2026-01-02 14:48 UTC  (11+ messages)
` [PATCH v3 1/2] arm64: mmu: avoid allocating pages while splitting the linear mapping
` [PATCH v3 2/2] arm64: mmu: avoid allocating pages while installing ng-mapping for KPTI

[PATCH 0/2] introduce pagetable_alloc_nolock()
 2025-12-24  7:00 UTC  (8+ messages)

[Question] Detecting Sleep-in-Atomic Context in PREEMPT_RT via RV (Runtime Verification) monitor rtapp:sleep
 2025-12-23 15:21 UTC  (10+ messages)

[PATCH net v2] ipv6: fix a BUG in rt6_get_pcpu_route() under PREEMPT_RT
 2025-12-23  2:38 UTC  (5+ messages)

[PATCH v2 0/3] Documentation: Update the real-time documentation
 2025-12-22 22:35 UTC  (2+ messages)

[PATCH net v3] ipv6: fix a BUG in rt6_get_pcpu_route() under PREEMPT_RT
 2025-12-22 12:42 UTC 

[PATCH v2] mm: clarify GFP_ATOMIC/GFP_NOWAIT doc-comment
 2025-12-20  7:23 UTC  (2+ messages)

[PATCH net-next v1] ipv6: fix a BUG in rt6_get_pcpu_route() under PREEMPT_RT
 2025-12-18 21:06 UTC  (3+ messages)

[PATCH v3 00/10] sound: codecs: tlv320adcx140: assorted patches
 2025-12-18 19:57 UTC  (6+ messages)
` [PATCH v3 07/10] ASoC: dt-bindings: clarify areg-supply documentation
` [PATCH v3 08/10] ASoC: dt-bindings: add avdd and iovdd supply
` [PATCH v3 10/10] ASoC: tlv320adcx140: add channel sum control


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