messages from 2026-05-24 23:57:41 to 2026-06-15 11:06:28 UTC [more...]
[PATCH for-next v3 0/9] mm/slab: introduce kfree_rcu_nolock() and improve slub_kunit coverage
2026-06-15 11:05 UTC (2+ messages)
` [PATCH for-next v3 1/9] slub_kunit: fall back to SW perf events when HW PMU is not available
[RFC PATCH 0/3] mm/compaction: honour compact_unevictable_allowed in mlock race and alloc_contig path
2026-06-15 8:28 UTC (5+ messages)
` [RFC PATCH 1/3] mm/compaction: skip isolate mlocked folios when compact_unevictable_allowed=0
` [RFC PATCH 2/3] mm/compaction: add per-folio isolation tracepoint
` [RFC PATCH 3/3] mm/compaction: respect compact_unevictable_allowed in alloc_contig path
[PATCH] Documentation: index.rst: add entry of other sub-directory
2026-06-15 8:13 UTC (7+ messages)
` [PATCH] Documentation: real-time/index: add entry
[PATCH v2] MIPS: smp: report dying CPU to RCU in stop_this_cpu()
2026-06-15 7:40 UTC (7+ messages)
[PATCH RFC 1/4] printk: remove BOOT_PRINTK_DELAY config option
2026-06-14 19:17 UTC (9+ messages)
` [PATCH RFC 2/4] printk: deprecate boot_delay in favour of printk_delay
` [PATCH RFC 3/4] printk: nbcon: move printk_delay to console emiting code
` [PATCH RFC 4/4] Documentation/kernel-parameters: add/update printk_delay/boot_delay
[PATCH net] netpoll: run NAPI poll in softirq context to avoid rq->lock self-deadlock
2026-06-12 2:11 UTC (3+ messages)
[PATCH] pps: Don't try to wait for negative timeouts in PPS_FETCH
2026-06-11 11:09 UTC (6+ messages)
[PATCH v4 0/5] lib/vsprintf: Validate spinlock context during restricted pointer formatting
2026-06-11 10:09 UTC (7+ messages)
` [PATCH v4 1/5] locking/lockdep: Add a helper to validate the locking context without a lock
` [PATCH v4 2/5] locking/lockdep: Add a guard for lock_map_acquire()
` [PATCH v4 3/5] lib/vsprintf: Use in_task() for restricted pointer context check
` [PATCH v4 4/5] lib/vsprintf: Always check interrupt context restrictions
` [PATCH v4 5/5] lib/vsprintf: Validate spinlock context during restricted pointer formatting
[PATCH v2 0/9] mailbox: imx: Use threaded handler to avoid kworker in imx's remoteproc
2026-06-08 9:39 UTC (26+ messages)
` [PATCH v2 1/9] mailbox: imx: Add a channel shutdown field
` [PATCH v2 2/9] mailbox: imx: Use devm_pm_runtime_enable()
` [PATCH v2 3/9] mailbox: imx: use devm_of_platform_populate()
` [PATCH v2 4/9] mailbox: imx: Use channel index instead of zero in imx_mu_specific_rx()
` [PATCH v2 5/9] mailbox: imx: Start splitting the IRQ handler in primary and threaded handler
` [PATCH v2 6/9] mailbox: imx: Move the RX part of the mailbox into the "
` [PATCH v2 7/9] mailbox: imx: Move the RXDB "
` [PATCH v2 8/9] mailbox: imx: Don't force-thread the primary handler
` [PATCH v2 9/9] remoteproc: imx_rproc: Invoke the callback directly
[PATCH] KVM: x86/xen: Fix sleeping lock in hard IRQ context on PREEMPT_RT
2026-06-08 8:30 UTC (3+ messages)
` [PATCH v2 1/1] mm/mmu_notifier: Add async OOM cleanup via call_srcu()
[PATCH] MIPS: smp: report dying CPU to RCU in stop_this_cpu()
2026-06-08 8:25 UTC (9+ messages)
[PATCH v6 0/2] debugobjects: Don't call fill_pool() in early boot hardirq context
2026-06-08 7:56 UTC (4+ messages)
` [PATCH v6 1/2] debugobjects: Add a can_fill_pool() helper for debug_objects_fill_pool()
` [PATCH v6 2/2] debugobjects: Don't call fill_pool() in early boot hardirq context
[PATCH v5] debugobjects: Don't call fill_pool() in early boot hardirq context
2026-06-08 2:21 UTC (3+ messages)
[PATCH] KVM: mmu_notifier: make mn_invalidate_lock non-sleeping for non-blocking invalidations
2026-06-07 17:58 UTC (3+ messages)
` [PATCH v2 0/1] mm/mmu_notifier: Add async OOM cleanup via call_srcu()
[PATCH v2] irq_work: Fix use-after-free in irq_work_single on PREEMPT_RT
2026-06-05 17:26 UTC (5+ messages)
[PATCH v4] debugobjects: Don't call fill_pool() in early boot hardirq context
2026-06-05 17:18 UTC (3+ messages)
[PATCH] sched: Further restrict the preemption modes
2026-06-05 11:01 UTC (10+ messages)
[PATCH v7 0/1] pps: improve PREEMPT_RT performance
2026-06-03 17:29 UTC (4+ messages)
` [PATCH v7 1/1] pps: pps-gpio: split IRQ handler into hardirq timestamper + threaded handler
[PATCH-tip v3] debugobjects: Don't call fill_pool() in early boot non-task context
2026-06-03 17:07 UTC (6+ messages)
[PATCH v2 0/2] irqchip: add MSM8x60 MPM wakeup interrupt controller
2026-06-03 15:12 UTC (6+ messages)
` [PATCH v2 1/2] dt-bindings: interrupt-controller: qcom: add msm8660-mpm
` [PATCH v2 2/2] irqchip: add MSM8x60 MPM wakeup interrupt controller driver
[ANNOUNCE/CFP] LPC 2026 Scheduler and Real-Time Microconference
2026-06-03 12:38 UTC
[PATCH] Documentation: realtime.rst: adopt type aware kmalloc
2026-06-03 9:07 UTC
[PATCH 0/5] mailbox: imx: Use threaded handler to avoid kworker in imx's remoteproc
2026-06-02 16:51 UTC (7+ messages)
` [PATCH 1/5] mailbox: imx: Start splitting the IRQ handler in primary and threaded handler
` [PATCH 2/5] mailbox: imx: Move the RX part of the mailbox into the "
` [PATCH 3/5] mailbox: imx: Move the RXDB "
` [PATCH 4/5] mailbox: imx: Don't force-thread the primary handler
` [PATCH 5/5] remoteproc: imx_rproc: Invoke the callback directly
[PATCH RFC v6 00/18] riscv: add Ssqosid and CBQRI resctrl support
2026-06-01 20:36 UTC (19+ messages)
` [PATCH RFC v6 01/18] dt-bindings: riscv: Add Ssqosid extension description
` [PATCH RFC v6 02/18] riscv: detect the Ssqosid extension
` [PATCH RFC v6 03/18] riscv: add support for srmcfg CSR from "
` [PATCH RFC v6 04/18] fs/resctrl: Add resctrl_is_membw() helper
` [PATCH RFC v6 05/18] fs/resctrl: Add RDT_RESOURCE_MB_MIN and RDT_RESOURCE_MB_WGHT
` [PATCH RFC v6 06/18] fs/resctrl: Let bandwidth resources default to min_bw at reset
` [PATCH RFC v6 07/18] riscv_cbqri: Add capacity controller probe and allocation device ops
` [PATCH RFC v6 08/18] riscv_cbqri: Add capacity controller monitoring "
` [PATCH RFC v6 09/18] riscv_cbqri: Add bandwidth controller probe and allocation "
` [PATCH RFC v6 10/18] riscv_cbqri: Add bandwidth controller monitoring "
` [PATCH RFC v6 11/18] riscv_cbqri: resctrl: Add cache allocation via capacity block mask
` [PATCH RFC v6 12/18] riscv_cbqri: resctrl: Add L3 cache occupancy monitoring
` [PATCH RFC v6 13/18] riscv_cbqri: resctrl: Add MB_MIN bandwidth allocation via Rbwb
` [PATCH RFC v6 14/18] riscv_cbqri: resctrl: Add MB_WGHT bandwidth allocation via Mweight
` [PATCH RFC v6 15/18] riscv_cbqri: resctrl: Add mbm_total_bytes bandwidth monitoring
` [PATCH RFC v6 16/18] ACPI: RISC-V: Parse RISC-V Quality of Service Controller (RQSC) table
` [PATCH RFC v6 17/18] ACPI: RISC-V: Add support for RISC-V Quality of Service Controller (RQSC)
` [PATCH RFC v6 18/18] riscv: enable resctrl filesystem for Ssqosid
[PATCH v1] docs: real-time: Fix duplicated sched(7) text
2026-06-01 19:06 UTC (4+ messages)
[PATCH] drm/i915/audio: use generic_handle_irq_safe() for LPE audio irq
2026-06-01 9:04 UTC (9+ messages)
` [PATCH v2] "
[PATCH 0/2] lockdep/selftests: Restore PREEMPT_RT task state
2026-06-01 8:43 UTC (2+ messages)
[PATCH net 00/10] mptcp: misc fixes for v7.1-rc7
2026-06-01 7:27 UTC (4+ messages)
` [PATCH net 09/10] mptcp: pm: avoid sleeping while holding rcu_read_lock
[PATCH RFC v5 00/18] riscv: add Ssqosid and CBQRI resctrl support
2026-05-31 1:51 UTC (9+ messages)
` [PATCH RFC v5 13/18] riscv_cbqri: resctrl: Add MB_MIN bandwidth allocation via Rbwb
` [PATCH RFC v5 14/18] riscv_cbqri: resctrl: Add MB_WGHT bandwidth allocation via Mweight
` [PATCH RFC v5 15/18] riscv_cbqri: resctrl: Add mbm_total_bytes bandwidth monitoring
` [PATCH RFC v5 16/18] ACPI: RISC-V: Parse RISC-V Quality of Service Controller (RQSC) table
` [PATCH RFC v5 17/18] ACPI: RISC-V: Add support for RISC-V Quality of Service Controller (RQSC)
` [PATCH RFC v5 18/18] riscv: enable resctrl filesystem for Ssqosid
[PATCH v6 0/3] pps: improve PREEMPT_RT performance
2026-05-30 11:14 UTC (13+ messages)
` [PATCH v6 1/3] pps: pps-gpio: split IRQ handler into hardirq timestamper + threaded handler
` [PATCH v6 2/3] pps: kc: convert pps_kc_hardpps_lock to raw_spinlock_t
` [PATCH v6 3/3] pps: convert pps_device.lock "
[PATCH] arm64/entry: Don't disable preemption in debug_exception_enter() with RT kernel
2026-05-30 0:51 UTC (6+ messages)
context switch within RCU read-side critical section in next-20260518+ with PREEMPT_RT
2026-05-29 17:20 UTC (11+ messages)
[PATCH v6 1/4] block: add task-context bio completion infrastructure
2026-05-29 8:49 UTC (2+ messages)
[PATCH v3 0/5] lib/vsprintf: Validate spinlock context during restricted pointer formatting
2026-05-27 15:45 UTC (5+ messages)
` [PATCH v3 3/5] "
` [PATCH v3 5/5] lib/vsprintf: Always check interrupt context restrictions
[PATCH 1/2] gfp_types: Introduce a new GFP_ATOMIC_RT gfp flag
2026-05-27 8:41 UTC (5+ messages)
[PATCH net] l2tp: use refcount_inc_not_zero in l2tp_session_get_by_ifname
2026-05-27 7:16 UTC (5+ messages)
[PATCH v4 0/4] Introduce Per-CPU Work helpers (was QPW)
2026-05-26 19:15 UTC (3+ messages)
` [PATCH v4 1/4] Introducing pw_lock() and per-cpu queue & flush work
[PATCH v3] PM: sleep: Use complete() in device_pm_sleep_init() and skip no_pm devices in dpm_wait()
2026-05-26 11:03 UTC (2+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox