Linux real-time development
 help / color / mirror / Atom feed
 messages from 2024-11-14 11:30:20 to 2024-12-20 10:13:38 UTC [more...]

[PATCH v3 0/9] coresight: change some driver' spinlock type to raw_spinlock_t
 2024-12-20 10:13 UTC  (23+ messages)
` [PATCH v3 1/9] coresight: change coresight_device lock "
` [PATCH v3 2/9] coresight-etm4x: change etmv4_drvdata spinlock "
` [PATCH v3 3/9] coresight: change coresight_trace_id_map's lock "
` [PATCH v3 4/9] coresight-cti: change cti_drvdata spinlock's "
` [PATCH v3 5/9] coresight-etb10: change etb_drvdata "
` [PATCH v3 6/9] coresight-funnel: change funnel_drvdata "
` [PATCH v3 7/9] coresight-replicator: change replicator_drvdata "
` [PATCH v3 8/9] coresight-tmc: change tmc_drvdata "
` [PATCH v3 9/9] coresight/ultrasoc: change cti_drvdata "

[PATCH] lockdep: Fix wait context check on softirq for PREEMPT_RT
 2024-12-20  7:15 UTC  (7+ messages)

[PATCH v2] mm/kmemleak: Fix sleeping function called from invalid context at print message
 2024-12-19 16:55 UTC  (5+ messages)

[PATCH v3] PCI: vmd: Fix spinlock usage on config access for RT kernel
 2024-12-19  1:45 UTC 

[PATCH v2] PCI: vmd: Fix spinlock usage on config access for RT kernel
 2024-12-19  0:55 UTC  (9+ messages)

[PATCH v2 0/9] coresight: change some driver' spinlock type to raw_spinlock_t
 2024-12-18 15:22 UTC  (14+ messages)
` [PATCH v2 1/9] coresight: change coresight_device lock "
` [PATCH v2 2/9] coresight-etm4x: change etmv4_drvdata spinlock "
` [PATCH v2 3/9] coresight: change coresight_trace_id_map's lock "
` [PATCH v2 4/9] coresight-cti: change cti_drvdata spinlock's "
` [PATCH v2 5/9] coresight-etb10: change etb_drvdata "
` [PATCH v2 6/9] coresight-funnel: change funnel_drvdata "
` [PATCH v2 7/9] coresight-replicator: change replicator_drvdata "
` [PATCH v2 8/9] coresight-tmc: change tmc_drvdata "
` [PATCH v2 9/9] coresight/ultrasoc: change cti_drvdata "

[PATCH] PCI: vmd: Fix spinlock usage on config access for RT kernel
 2024-12-17  8:22 UTC  (3+ messages)

[ANNOUNCE] v6.13-rc1-rt1
 2024-12-16 15:52 UTC  (2+ messages)

[PATCH 0/4] ARM: towards 32-bit preempt-rt support
 2024-12-14 22:11 UTC  (23+ messages)
` [PATCH 1/4] ARM: Disable jump-label on PREEMPT_RT
` [PATCH 2/4] ARM: Disable HIGHPTE on PREEMPT_RT kernels
` [PATCH 3/4] ARM: drop CONFIG_HIGHPTE support
` [PATCH 4/4] mm: drop HIGHPTE support altogether

I urge you to understand my viewpoint accurately
 2024-12-13  4:26 UTC 

[PATCH] btrfs: fix a race in encoded read
 2024-12-12 19:07 UTC  (11+ messages)

[PATCH] preempt: Move PREEMPT_RT before PREEMPT in vermagic
 2024-12-10 14:10 UTC  (3+ messages)

[PATCH v2] iommu/tegra241-cmdqv: do not use smp_processor_id in preemptible context
 2024-12-10  0:17 UTC  (4+ messages)

[RFC PATCH] preempt: Add a generic function to return the preemption string
 2024-12-06 11:34 UTC 

[PATCH AUTOSEL 6.1] LoongArch: Fix sleeping in atomic context for PREEMPT_RT
 2024-12-04 22:14 UTC 

[PATCH AUTOSEL 6.6 3/3] LoongArch: Fix sleeping in atomic context for PREEMPT_RT
 2024-12-04 22:14 UTC 

[PATCH AUTOSEL 6.11 3/3] LoongArch: Fix sleeping in atomic context for PREEMPT_RT
 2024-12-04 22:14 UTC 

[PATCH AUTOSEL 6.12 3/3] LoongArch: Fix sleeping in atomic context for PREEMPT_RT
 2024-12-04 22:14 UTC 

[PATCH AUTOSEL 6.11 11/33] ring-buffer: Limit time with disabled interrupts in rb_check_pages()
 2024-12-04 15:47 UTC 

[PATCH AUTOSEL 6.12 11/36] ring-buffer: Limit time with disabled interrupts in rb_check_pages()
 2024-12-04 15:45 UTC 

[PATCH iwl-net 0/4] igb: fix igb_msix_other() handling for PREEMPT_RT
 2024-12-04 11:42 UTC  (5+ messages)
` [PATCH iwl-net 1/4] igb: narrow scope of vfs_lock in SR-IOV cleanup
` [PATCH iwl-net 2/4] igb: introduce raw vfs_lock to igb_adapter
` [PATCH iwl-net 3/4] igb: split igb_msg_task()
` [PATCH iwl-net 4/4] igb: fix igb_msix_other() handling for PREEMPT_RT

[PATCH 0/9] coresight: change some driver' spinlock type to raw_spinlock_t
 2024-12-03 15:30 UTC  (22+ messages)
` [PATCH 1/9] coresight: change coresight_device lock "
` [PATCH 2/9] coresight-etm4x: change etmv4_drvdata spinlock "
` [PATCH 3/9] coresight: change coresight_trace_id_map's lock "
` [PATCH 4/9] coresight-cti: change cti_drvdata spinlock's "
` [PATCH 5/9] coresight-etb10: change etb_drvdata "
` [PATCH 6/9] coresight-funnel: change funnel_drvdata "
` [PATCH 7/9] coresight-replicator: change replicator_drvdata "
` [PATCH 8/9] coresight-tmc: change tmc_drvdata "
` [PATCH 9/9] coresight/ultrasoc: change cti_drvdata "

[PATCH] mm/kmemleak: Fix sleeping function called from invalid context in kmemleak_seq_show
 2024-11-26 10:49 UTC  (14+ messages)

[PATCH] kprobes: Reduce preempt disable scope in check_kprobe_access_safe()
 2024-11-25  5:25 UTC  (4+ messages)

[PATCH AUTOSEL 5.10] kcsan: Turn report_filterlist_lock into a raw_spinlock
 2024-11-24 12:46 UTC 

[PATCH AUTOSEL 5.15] kcsan: Turn report_filterlist_lock into a raw_spinlock
 2024-11-24 12:45 UTC 

[PATCH AUTOSEL 6.1] kcsan: Turn report_filterlist_lock into a raw_spinlock
 2024-11-24 12:45 UTC 

[PATCH AUTOSEL 6.6 1/3] kcsan: Turn report_filterlist_lock into a raw_spinlock
 2024-11-24 12:45 UTC 

[PATCH AUTOSEL 6.11 2/6] kcsan: Turn report_filterlist_lock into a raw_spinlock
 2024-11-24 12:45 UTC 

[PATCH AUTOSEL 6.12 2/6] kcsan: Turn report_filterlist_lock into a raw_spinlock
 2024-11-24 12:45 UTC 

[PATCH V2 0/4] LoongArch: Add PREEMPT_RT support
 2024-11-20  8:35 UTC  (9+ messages)
` [PATCH V2 1/4] LoongArch: Reduce min_delta for the arch clockevent device
  ` [PATCH V2 2/4] LoongArch: Fix sleeping in atomic context for PREEMPT_RT
  ` [PATCH V2 3/4] LoongArch: Select HAVE_POSIX_CPU_TIMERS_TASK_WORK
  ` [PATCH V2 4/4] LoongArch: Allow to enable PREEMPT_RT

[PATCH 0/3] LoongArch: Add PREEMPT_RT support
 2024-11-20  7:36 UTC  (17+ messages)
` [PATCH 1/3] LoongArch: Reduce min_delta for the arch clockevent device
` [PATCH 3/3] LoongArch: Allow to enable PREEMPT_RT

[PATCH] iommu/tegra241-cmdqv: do not call smp_processor_id in preemptible context
 2024-11-19 16:55 UTC  (3+ messages)

[RFC] mm/kmemleak: Fix sleeping function called from invalid context at print message
 2024-11-19 16:11 UTC  (3+ messages)

[PATCH v5 0/4] sched/fair: Idle load balancer fixes for fallouts from IPI optimization to TIF_POLLING CPUs
 2024-11-19 11:15 UTC  (6+ messages)
` [PATCH v5 1/4] softirq: Allow raising SCHED_SOFTIRQ from SMP-call-function on RT kernel
` [PATCH v5 2/4] sched/core: Remove the unnecessary need_resched() check in nohz_csd_func()
` [PATCH v5 3/4] sched/fair: Check idle_cpu() before need_resched() to detect ilb CPU turning busy
` [PATCH v5 4/4] sched/core: Prevent wakeup of ksoftirqd during idle load balance

[PATCH] bpf: Convert lpm_trie::lock to 'raw_spinlock_t'
 2024-11-17  1:24 UTC  (9+ messages)


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