Linux real-time development
 help / color / mirror / Atom feed
 messages from 2026-01-12 15:17:52 to 2026-01-20 16:22:55 UTC [more...]

[PATCH v5 0/3] fix wrong usage of memory allocation APIs under PREEMPT_RT in arm64
 2026-01-20 16:22 UTC  (16+ messages)
` [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 v5 0/6] i2c: designware: Improve support of multi-messages transfer
 2026-01-20 15:17 UTC  (10+ messages)
` [PATCH v5 1/6] i2c: designware: Optimize flag reading in i2c_dw_read()
` [PATCH v5 2/6] i2c: designware: Sort compatible strings in alphabetical order
` [PATCH v5 3/6] i2c: designware: Add dedicated algorithm for AMD NAVI
` [PATCH v5 4/6] i2c: designware: Implement I2C_M_STOP support
` [PATCH v5 5/6] i2c: designware: Use runtime PM macro for auto-cleanup
` [PATCH v5 6/6] i2c: designware: Support of controller with IC_EMPTYFIFO_HOLD_MASTER disabled

[PATCH v2 0/2] add and use vma_assert_stabilised() helper
 2026-01-20 13:53 UTC  (4+ messages)
` [PATCH v2 1/2] mm/vma: use lockdep where we can, reduce duplication
` [PATCH v2 2/2] mm: add vma_assert_stabilised()

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

[PATCH RESEND 0/3] add and use vma_assert_stabilised() helper
 2026-01-17  2:30 UTC  (15+ messages)
` [PATCH RESEND 1/3] locking: add rwsem_is_write_locked(), update non-lockdep asserts
` [PATCH RESEND 2/3] mm/vma: add vma_is_*_locked() helpers
` [PATCH RESEND 3/3] mm: add + use vma_is_stabilised(), vma_assert_stabilised() helpers

[PATCH v4 0/2] ARM: Remaining PREEMPT_RT bits
 2026-01-16 20:30 UTC  (9+ messages)
` [PATCH v4 1/2] ARM: mm: fault: Enable interrupts before invoking __do_user_fault()
` [PATCH v4 2/2] ARM: Allow to enable RT

[PATCH RFC v2 00/20] slab: replace cpu (partial) slabs with sheaves
 2026-01-16 16:59 UTC  (57+ 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 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 12/20] slab: remove defer_deactivate_slab()
` [PATCH RFC v2 13/20] slab: simplify kmalloc_nolock()
` [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 v4 0/7] i2c: designware: Improve support of multi-messages transfer
 2026-01-16 12:36 UTC  (3+ messages)
` [PATCH v4 5/7] i2c: designware: Implement I2C_M_STOP support

[PATCH v3 0/2] cpufreq/amd-pstate: Prevent scheduling when atomic on PREEMPT_RT
 2026-01-16  6:32 UTC  (3+ messages)
` [PATCH v3 1/2] cpufreq/amd-pstate: Pass the policy to amd_pstate_update()
` [PATCH v3 2/2] cpufreq: Pass the policy to cpufreq_driver->adjust_perf()

[PATCH v2 0/2] cpufreq/amd-pstate: Prevent scheduling when atomic on PREEMPT_RT
 2026-01-16  4:50 UTC  (8+ messages)
` [PATCH v2 1/2] cpufreq/amd-pstate: Pass the policy to amd_pstate_update()
` [PATCH v2 2/2] cpufreq: Pass the policy to cpufreq_driver->adjust_perf()

[PATCH v4 00/10] sound: codecs: tlv320adcx140: assorted patches
 2026-01-14 21:36 UTC  (13+ 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

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

[PATCH 0/4] media: dw100: Dynamic vertex map updates and fixes for PREEMPT_RT
 2026-01-14 17:22 UTC  (9+ messages)
` [PATCH 3/4] media: dw100: Fix kernel oops with PREEMPT_RT enabled

[PATCH v2] slab: fix kmalloc_nolock() context check for PREEMPT_RT
 2026-01-14 14:27 UTC  (6+ messages)

[PATCH] genirq: Warn about using IRQF_ONESHOT without a threaded handler
 2026-01-14 10:29 UTC  (3+ messages)

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

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

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

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


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