Linux real-time development
 help / color / mirror / Atom feed
 messages from 2026-07-30 22:40:26 to 2026-08-08 15:34:34 UTC [more...]

[PATCH v2 0/2] hung_task: show the blocker task if the task is hung on rtmutex
 2026-08-08 15:34 UTC  (5+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] samples: enhance hung_task detector test with rtmutex support

[PATCH bpf-next v3 0/4] bpf: arena: handle memory.max on fault-in with reclaim/OOM
 2026-08-08 14:05 UTC  (5+ messages)
` [PATCH bpf-next v3 1/4] bpf: Add a sleepable page allocator for map memory
` [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 0/5] kcov: suppress timer and scheduler coverage leaks
 2026-08-08  8:44 UTC  (5+ messages)
` [PATCH 4/5] sched: pause KCOV in try_to_wake_up()

[PATCH net-next v4 0/1] af_unix: Fix priority inversion issue
 2026-08-08  4:07 UTC  (5+ messages)
` [PATCH net-next v4 1/1] af_unix: Do not wait for garbage collector in sendmsg()

[PATCH bpf-next v3] bpf: Fix mmap_lock leak in irq_work path
 2026-08-07 22:50 UTC  (3+ messages)

[PATCH] docs: timers: hrtimers: clarify expiry modes and ktimersd on PREEMPT_RT
 2026-08-07 16:19 UTC 

[PATCH RFC 0/5] allow kfree_nolock() handle kmalloc() objects
 2026-08-07 15:22 UTC  (9+ 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 "
` [PATCH RFC 4/5] mm/slab: handle large_kmalloc objects "
` [PATCH RFC 5/5] sched: use kfree_nolock() instead of kfree_rcu()

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

[BUG] exynos5_i2c_xfer_atomic() can sleep
 2026-08-07 12:41 UTC  (7+ messages)

[PATCH v3 0/6] rcu,srcu: Make call_rcu()/call_srcu() safe from any context
 2026-08-06 14:08 UTC  (13+ messages)
` [PATCH v3 1/6] rcu: Make call_rcu() safe to call "
` [PATCH v3 2/6] rcu: Make Tiny "
` [PATCH v3 3/6] srcu: Make call_srcu() "
` [PATCH v3 4/6] srcu: Make Tiny "
` [PATCH v3 5/6] rcutorture: Exercise ->call() from NMI context
` [PATCH v3 6/6] selftests/bpf: Add a call_srcu() re-entry reproducer

[PATCH v6 0/1] Documentation: Add real-time kernel configuration guide
 2026-08-06  8:02 UTC  (4+ messages)
` [PATCH v6 1/1] Documentation: real-time: Add "

[PATCH 0/2] mailbox: qcom-cpucp: fix two PREEMPT_RT bugs in IRQ handler
 2026-08-06  7:16 UTC  (4+ messages)
` [PATCH 1/2] mailbox: qcom-cpucp: fix PREEMPT_RT self-deadlock "
` [PATCH 2/2] mailbox: qcom-cpucp: handle NULL data in send_data callback

[PATCH v6 0/8] riscv: Add Ssqosid and initial CBQRI resctrl support
 2026-08-06  1:21 UTC  (12+ messages)
` [PATCH v6 1/8] dt-bindings: riscv: Add Ssqosid extension description
` [PATCH v6 2/8] riscv: Detect the Ssqosid extension
` [PATCH v6 3/8] riscv: Add support for srmcfg CSR from "

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

[PATCH] pinctrl: stm32: use a raw spinlock regmap to program the EXTI mux
 2026-08-04 15:12 UTC  (7+ messages)
` [PATCH v2] pinctrl: stm32: program the EXTI mux from .alloc instead of .activate
` [PATCH v3] "

[PATCH v5 0/1] Documentation: Add real-time kernel configuration guide
 2026-08-04 13:43 UTC  (3+ messages)
` [PATCH v5 1/1] Documentation: real-time: Add "

[PATCH] gpio: ml-ioh: use raw_spinlock_t for the register lock
 2026-08-04  9:33 UTC  (4+ messages)

[PATCH v5 2/3] riscv: vector: allow non-preemptible kernel-mode vector with IRQs off
 2026-08-03 21:52 UTC 

[PATCH v5 3/8] mm/slab: use call_rcu() in unknown context if irqs are enabled
 2026-08-03 15:30 UTC  (5+ messages)

[PATCH v2 0/6] rcu,srcu: Make call_rcu()/call_srcu() safe from any context
 2026-08-03 15:15 UTC  (13+ messages)
` [PATCH v2 1/6] rcu: Make call_rcu() safe to call "
` [PATCH v2 2/6] rcu: Make Tiny "
` [PATCH v2 3/6] srcu: Make call_srcu() "
` [PATCH v2 4/6] srcu: Make Tiny "
` [PATCH v2 5/6] rcutorture: Exercise ->call() from NMI context
` [PATCH v2 6/6] selftests/bpf: Add a call_srcu() re-entry reproducer

[PATCH 0/2] hung_task: extend blocking task stacktrace dump to rtmutex
 2026-08-03 14:42 UTC  (4+ messages)
` [PATCH 1/2] hung_task: show the blocker task if the task is hung on rtmutex

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

[PATCH 0/6] rcu,srcu: Make call_rcu()/call_srcu() safe from any context
 2026-08-02 20:47 UTC  (15+ messages)
` [PATCH 1/6] rcu: Make call_rcu() safe to call "
` [PATCH 3/6] srcu: Make call_srcu() "


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