Linux real-time development
 help / color / mirror / Atom feed
 messages from 2026-08-12 16:07:53 to 2026-08-28 14:45:13 UTC [more...]

[RFC 00/10] Reclaimable kernel stacks
 2026-08-28 14:45 UTC  (26+ messages)
` [RFC 01/10] Add !MEMCG memcg_list_lru_alloc implementation
` [RFC 02/10] mm/vmalloc: Skip vmallocinfo NUMA stats for VM_SPARSE
` [RFC 03/10] fork: refactor vmap stack alloc/free into helpers
` [RFC 04/10] mm: vmalloc: support creating aligned vm areas
` [RFC 05/10] fork: allocate reclaimable stacks with VM_SPARSE
` [RFC 06/10] Reclaim memory from blocked kernel stacks
` [RFC 07/10] Reclaim stacks via a shrinker
` [RFC 08/10] Set PF_RECLAIMABLE_STACK in various places
` [RFC 09/10] x86: Enable reclaimable stacks
` [RFC 10/10] arm64: "

KVM: x86/mmu: __kvm_rmap_lock() preemption assert trips on PREEMPT_RT
 2026-08-28 14:23 UTC  (7+ messages)

[PATCH] pinctrl: stm32: use a raw spinlock regmap to program the EXTI mux
 2026-08-28 11:17 UTC  (4+ messages)
` [PATCH v3] pinctrl: stm32: program the EXTI mux from .alloc instead of .activate

[PATCH] drm/amd/display: fix usage of DC_FPU_{BEGIN,END} with PREEMPT_RT
 2026-08-28  9:55 UTC  (5+ messages)
` [PATCH v7.2-rc6] "

[PATCH] mm/mmu_notifier: Remove non_block_start/end() from notifier invocation
 2026-08-27 23:25 UTC  (51+ messages)

[PATCH v2] rcu: Use IRQ_WORK_INIT_HARD for srcu's irq_work
 2026-08-27 17:27 UTC  (2+ messages)

[PATCH v4 0/6] rcu,srcu: Make call_rcu()/call_srcu() safe from any context
 2026-08-26 14:46 UTC  (3+ messages)
` [PATCH v4 1/6] rcu: Make call_rcu() safe to call "

[PATCH v2] docs: timers: hrtimers: clarify expiry modes and ktimersd on PREEMPT_RT
 2026-08-26  8:26 UTC  (9+ messages)
` [PATCH v3] "
    ` [PATCH v4] docs: real-time: mention the hrtimer sleeper HARD path
        ` [PATCH v5] "
          ` [PATCH v6] "

[PATCH v19 00/40] DEPT(DEPendency Tracker)
 2026-08-25 13:19 UTC  (18+ messages)

[PATCH] uio: eliminate extraneous irq thread under CONFIG_PREEMPT_RT
 2026-08-25 12:44 UTC  (4+ messages)

[PATCH] uio: eliminate extraneous irq thread under CONFIG_PREEMPT_RT
 2026-08-25 10:45 UTC  (2+ messages)

[RFC PATCH v3 0/6] blk-cgroup: protect blkgs with blkcg_mutex
 2026-08-25  2:33 UTC  (9+ messages)
` [RFC PATCH v3 1/6] blk-cgroup: call pd_free_fn() outside spinlocks
` [RFC PATCH v3 2/6] blk-throttle: protect throttle state with td lock
` [RFC PATCH v3 3/6] blk-cgroup: protect blkgs with blkcg_mutex
` [RFC PATCH v3 4/6] blk-cgroup: allocate blkgs in blkg_create
` [RFC PATCH v3 5/6] blk-cgroup: share blkg creation between lookup and config prep
` [RFC PATCH v3 6/6] blk-cgroup: make policy blkg creation nowait-safe

[PATCH bpf-next v4 0/4] bpf: arena: handle memory.max on fault-in with reclaim/OOM
 2026-08-24 13:55 UTC  (7+ messages)
` [PATCH bpf-next v4 1/4] bpf: Add a sleepable page allocator for map memory

[PATCH bpf-next v5 0/4] bpf: arena: handle memory.max on fault-in with reclaim/OOM
 2026-08-24 10:33 UTC  (7+ messages)
` [PATCH bpf-next v5 1/4] bpf: Add a sleepable page allocator for map memory
` [PATCH bpf-next v5 2/4] bpf: arena: allocate the fault-in page outside the lock
` [PATCH bpf-next v5 3/4] selftests/bpf: Add read_cgroup_file() to cgroup_helpers
` [PATCH bpf-next v5 4/4] selftests/bpf: Add a test for arena fault-in under memory.max

[PATCH v2 0/2] hung_task: show the blocker task if the task is hung on rtmutex
 2026-08-24  2:02 UTC  (3+ messages)

[PATCH net v3 0/2] net: sparx5: misc fixes for sparx5 and lan969x
 2026-08-22 20:30 UTC  (9+ messages)
` [PATCH net v3 1/2] net: microchip: vcap: use port number instead of netdev name for debugfs
` [PATCH net v3 2/2] net: sparx5: fix sleep in atomic context in MAC table access

[PATCH RFC 0/3] genirq: Allow drivers to respect userspace IRQ affinities
 2026-08-21 17:30 UTC  (24+ messages)
` [PATCH RFC 1/3] cpumask: Honor irq_default_affinity in cpumask_local_spread()
` [PATCH RFC 2/3] genirq: Honor existing IRQ affinities when setting affinity hints
` [PATCH RFC 3/3] net: stmmac: Migrate IRQ balancing to cpumask_local_spread()

[PATCH] rcu: Use IRQ_WORK_INIT_HARD for srcu's irq_work
 2026-08-21 16:44 UTC  (9+ messages)

[PATCH] sched: Allow sleeping spinlocks on PREEMPT_RT within non_block_start()/end block
 2026-08-21 12:13 UTC  (3+ messages)
` [PATCH] sched: Allow sleeping spinlocks on PREEMPT_RT within non_block_start() section

[PATCH v2] irq_work: Fix use-after-free in irq_work_single on PREEMPT_RT
 2026-08-19 11:46 UTC  (4+ messages)

[PATCH bpf-next v3 0/4] bpf: arena: handle memory.max on fault-in with reclaim/OOM
 2026-08-19  0:51 UTC  (7+ messages)
` [PATCH bpf-next v3 2/4] bpf: arena: allocate the fault-in page outside the lock
` [PATCH bpf-next v3 3/4] selftests/bpf: Add read_cgroup_file() to cgroup_helpers
` [PATCH bpf-next v3 4/4] selftests/bpf: Add a test for arena fault-in under memory.max

[PATCH RFC 0/5] allow kfree_nolock() handle kmalloc() objects
 2026-08-18 11:40 UTC  (8+ messages)
` [PATCH RFC 1/5] mm/slab: cleanup deferred free handling
` [PATCH RFC 2/5] mm/slab, kfence: support kfence objects in kfree_nolock()
` [PATCH RFC 3/5] mm/slab, kmemleak: handle kmemleak freeing "

[ANNOUNCE] v7.2-rt5
 2026-08-18 10:36 UTC 

[PATCH REPOST REPOST v6] remoteproc: imx_rproc: Invoke the callback directly
 2026-08-17 16:42 UTC  (3+ messages)

[PATCH 0/2] mailbox: qcom-cpucp: fix two PREEMPT_RT bugs in IRQ handler
 2026-08-17 11:32 UTC  (3+ messages)
` [PATCH 2/2] mailbox: qcom-cpucp: handle NULL data in send_data callback

[PATCH 0/7] Add Aspeed AST2700 SDRAM EDAC support
 2026-08-17  7:51 UTC  (3+ messages)
` [PATCH 1/7] dt-bindings: edac: aspeed: Add AST2700 SDRAM EDAC

[PATCH v2 0/6] kcov: Suppress timer and scheduler coverage leaks
 2026-08-17  1:43 UTC  (6+ messages)
` [PATCH v2 3/6] hrtimer: Pause KCOV during deferred rearm

[PATCH v2] Documentation: Extend the real-time hardware bits with some firmware bits
 2026-08-14  9:58 UTC  (4+ messages)

[PATCH v2] ARM, ARM64, LONGARCH: Delay HW BP notification to task_work()
 2026-08-14  9:20 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