Linux real-time development
 help / color / mirror / Atom feed
 messages from 2025-10-31 14:58:56 to 2025-12-05 07:19:31 UTC [more...]

[PATCH v18 00/42] DEPT(DEPendency Tracker)
 2025-12-05  7:18 UTC  (12+ messages)
` [PATCH v18 01/42] dept: implement "
` [PATCH v18 02/42] dept: add single event dependency tracker APIs
` [PATCH v18 03/42] dept: add lock "
` [PATCH v18 04/42] dept: tie to lockdep and IRQ tracing
` [PATCH v18 05/42] dept: add proc knobs to show stats and dependency graph
` [PATCH v18 06/42] dept: distinguish each kernel context from another
` [PATCH v18 07/42] dept: distinguish each work "
` [PATCH v18 08/42] dept: add a mechanism to refill the internal memory pools on running out
` [PATCH v18 09/42] dept: record the latest one out of consecutive waits of the same class
` [PATCH v18 10/42] dept: apply sdt_might_sleep_{start,end}() to wait_for_completion()/complete()
` [PATCH v18 11/42] dept: apply sdt_might_sleep_{start,end}() to swait

[PATCH v4 0/7] i2c: designware: Improve support of multi-messages transfer
 2025-12-04  8:16 UTC  (12+ messages)
` [PATCH v4 1/7] dt-bindings: i2c: dw: Add Mobileye I2C controllers
` [PATCH v4 2/7] i2c: designware: Optimize flag reading in i2c_dw_read()
` [PATCH v4 3/7] i2c: designware: Sort compatible strings in alphabetical order
` [PATCH v4 4/7] i2c: designware: Add dedicated algorithm for AMD NAVI
` [PATCH v4 5/7] i2c: designware: Implement I2C_M_STOP support
` [PATCH v4 6/7] i2c: designware: Use runtime PM macro for auto-cleanup
` [PATCH v4 7/7] i2c: designware: Support of controller with IC_EMPTYFIFO_HOLD_MASTER disabled

[PATCH v3 0/5] ARM: Remaining PREEMPT_RT bits
 2025-12-02 16:05 UTC  (12+ messages)
` [PATCH v3 1/5] ARM: mm: fault: Move harden_branch_predictor() before interrupts are enabled
` [PATCH v3 2/5] ARM: mm: fault: Enable interrupts before invoking __do_user_fault()
` [PATCH v3 3/5] ARM: Disable jump-label on PREEMPT_RT
` [PATCH v3 4/5] ARM: Disable HIGHPTE on PREEMPT_RT kernels
` [PATCH v3 5/5] ARM: Allow to enable RT

[Question] Detecting Sleep-in-Atomic Context in PREEMPT_RT via RV (Runtime Verification) monitor rtapp:sleep
 2025-12-02 11:26 UTC  (4+ messages)

[PATCH v2 0/7] drm/i915/display: Handle vblank evasion with CONFIG_PREEMPT_RT
 2025-12-01 17:43 UTC  (24+ messages)
` [PATCH v2 1/7] drm/i915/display: Make get_vblank_counter use intel_de_read_fw()
` [PATCH v2 2/7] drm/i915/display: Use intel_de_write_fw in intel_pipe_fastset
` [PATCH v2 3/7] drm/i915/display: Move vblank put until after critical section
` [PATCH v2 4/7] drm/i915/display: Remove locking from intel_vblank_evade "
` [PATCH v2 5/7] drm/i915/display: Make icl_dsi_frame_update use _fw too
` [PATCH v2 6/7] drm/i915/display: Enable interrupts earlier on PREEMPT_RT
` [PATCH v2 7/7] drm/i915: Use preempt_disable/enable_rt() where recommended

[PATCH v17 00/47] DEPT(DEPendency Tracker)
 2025-12-01  7:18 UTC  (8+ messages)
` [PATCH v17 44/47] dept: introduce APIs to set page usage and use subclasses_evt for the usage

[PATCH 0/2] debugobjects: RT related change and noch annotation
 2025-11-28 13:21 UTC  (4+ messages)
` [PATCH 1/2] debugobjects: Allow to refill the pool before SYSTEM_SCHEDULING
` [PATCH 2/2] debugobjects: Use LD_WAIT_CONFIG instead of LD_WAIT_SLEEP

[PATCH v3 RESEND 0/2] locking/local_lock: shadowing and maintainers entry
 2025-11-28 10:04 UTC  (4+ messages)
` [PATCH 1/2] locking: Add local_locks to MAINTAINERS
` [PATCH 2/2] locking/local_lock: s/l/__l/ and s/tl/__tl/ to reduce risk of shadowing

[PATCH v2 0/3] Documentation: Update the real-time documentation
 2025-11-27 15:43 UTC  (4+ messages)
` [PATCH v2 1/3] Documentation: Add some hardware hints for real-time
` [PATCH v2 2/3] Documentation: update config name in real-time architecture support
` [PATCH v2 3/3] MAINTAINERS: Add doc files on real-time support to Real-time Linux

[PATCH v3 0/7] i2c: designware: Improve support of multi-messages transfer
 2025-11-25 11:12 UTC  (17+ messages)
` [PATCH v3 1/7] dt-bindings: i2c: dw: Add Mobileye I2C controllers
` [PATCH v3 2/7] i2c: designware: Optimize flag reading in i2c_dw_read()
` [PATCH v3 3/7] i2c: designware: Sort compatible strings in alphabetical order
` [PATCH v3 4/7] i2c: designware: Use runtime PM macro for auto-cleanup
` [PATCH v3 5/7] i2c: designware: Add dedicated algorithm for AMD NAVI
` [PATCH v3 6/7] i2c: designware: Implement I2C_M_STOP support
` [PATCH v3 7/7] i2c: designware: Support of controller with IC_EMPTYFIFO_HOLD_MASTER disabled

[REGRESSION] stable-rt/v6.1-rt-next: (build) ./include/net/ip.h:456:14: error: default initialization of an obj
 2025-11-25  7:19 UTC  (2+ messages)

[PATCH AUTOSEL 6.17] sched_ext: Fix possible deadlock in the deferred_irq_workfn()
 2025-11-24  8:06 UTC  (2+ messages)
` [PATCH AUTOSEL 6.17] sched_ext: Use IRQ_WORK_INIT_HARD() to initialize rq->scx.kick_cpus_irq_work

[PATCH 0/3] Documentation: Update the real-time documentation
 2025-11-20 23:40 UTC  (6+ messages)
` [PATCH 1/3] Documentation: Add some hardware hints for real-time
` [PATCH 2/3] Documentation: update config name in real-time architecture support
` [PATCH 3/3] MAINTAINERS: Add doc files on real-time support to Real-time Linux

[PATCH v3 00/14] Remove redundant rcu_read_lock/unlock() in spin_lock
 2025-11-18  7:24 UTC  (4+ messages)
` [PATCH v3 14/14] wifi: ath9k: "

[PATCH] debugobjects: Allow to refill the pool before SYSTEM_SCHEDULING
 2025-11-14 15:41 UTC  (2+ messages)

[cgroup/for-6.19 PATCH] cgroup/cpuset: Make callback_lock a raw_spinlock_t
 2025-11-13 16:35 UTC  (6+ messages)

[PATCH v1 04/26] mm: vmscan: refactor move_folios_to_lru()
 2025-11-12 15:45 UTC  (22+ messages)

[PATCH v4 0/2] PCI/aer_inject: Adjust locking for PREEMPT_RT
 2025-11-11 14:39 UTC  (10+ messages)
` [PATCH v4 1/2] PCI/aer_inject: Remove unnecessary lock in aer_inject_exit
` [PATCH v4 2/2] PCI/aer_inject: Convert inject_lock to raw_spinlock_t

[PATCH 0/4] memcg: cleanup the memcg stats interfaces
 2025-11-11  8:01 UTC  (2+ messages)

[PATCH v2] arm64: use SOFTIRQ_ON_OWN_STACK for enabling softirq stack
 2025-11-07 20:53 UTC  (2+ messages)

[PATCH v2 0/5] i2c: designware: Improve support of multi-messages transfer
 2025-11-06 15:40 UTC  (18+ messages)
` [PATCH v2 1/5] dt-bindings: i2c: dw: Add Mobileye I2C controllers
` [PATCH v2 2/5] i2c: designware: Optimize flag reading in i2c_dw_read()
` [PATCH v2 4/5] i2c: designware: Implement I2C_M_STOP support
` [PATCH v2 5/5] i2c: designware: Support of controller with IC_EMPTYFIFO_HOLD_MASTER disabled

[PATCH] drm/me/gsc: mei interrupt top half should be in irq disabled context
 2025-11-07  3:31 UTC  (3+ messages)

[PATCH net] net: gro_cells: Provide lockdep class for gro_cell's bh_lock
 2025-11-06  1:50 UTC  (5+ messages)
  ` [PATCH net v2] net: gro_cells: Reduce lock scope in gro_cell_poll
` [syzbot ci] Re: net: gro_cells: Provide lockdep class for gro_cell's bh_lock

[PATCH cgroup/for-6.19 1/2] cgroup: Convert css_set_lock from spinlock_t to raw_spinlock_t
 2025-11-05 16:20 UTC  (6+ messages)
` [PATCH cgroup/for-6.19 2/2] cgroup: Convert css_set_lock locking to use cleanup guards

[PATCH] arm64: use SOFTIRQ_ON_OWN_STACK for enabling softirq stack
 2025-11-05  7:33 UTC  (3+ messages)

[PATCH v2 0/5] ARM: Remaining PREEMPT_RT bits
 2025-11-04 23:41 UTC  (9+ messages)
` [PATCH v2 1/5] ARM: mm: fault: Move harden_branch_predictor() before interrupts are enabled
` [PATCH v2 2/5] ARM: mm: fault: Enable interrupts before invoking __do_user_fault()
` [PATCH v2 3/5] ARM: Disable jump-label on PREEMPT_RT
` [PATCH v2 4/5] ARM: Disable HIGHPTE on PREEMPT_RT kernels
` [PATCH v2 5/5] ARM: Allow to enable RT

[PATCH RFC 00/19] slab: replace cpu (partial) slabs with sheaves
 2025-11-04 22:11 UTC  (8+ messages)
` [PATCH RFC 10/19] slab: remove cpu (partial) slabs usage from allocation paths

[PATCH net] net: gro_cells: Use nested-BH locking for gro_cell
 2025-11-03 15:26 UTC  (5+ messages)

[ANNOUNCE] v6.18-rc4-rt3
 2025-11-03 14:56 UTC 

[syzbot] [bpf?] WARNING in bpf_bprintf_prepare (3)
 2025-11-03  4:39 UTC  (8+ messages)


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