messages from 2025-04-14 16:08:10 to 2025-05-28 08:52:46 UTC [more...]
[PATCH v2 0/2] Input: gpio-keys - Fixes for interrupt callbacks
2025-05-28 8:50 UTC (3+ messages)
` [PATCH v2 1/2] Input: gpio-keys - fix a sleep while atomic with PREEMPT_RT
` [PATCH v2 2/2] Input: gpio-keys - fix possible concurrent access in gpio_keys_irq_timer()
[PATCH v2] eventpoll: Fix priority inversion problem
2025-05-28 8:04 UTC (8+ messages)
[PATCH] Input: gpio-keys - fix a sleep while atomic with PREEMPT_RT
2025-05-28 7:55 UTC (5+ messages)
[RFC RESEND v10 14/14] locking: Switch to _irq_{disable,enable}() variants in cleanup guards
2025-05-28 6:11 UTC (2+ messages)
[PATCH v3] eventpoll: Fix priority inversion problem
2025-05-27 9:08 UTC
BUG: scheduling while atomic with PREEMPT_RT=y and bpf selftests
2025-05-27 7:19 UTC (4+ messages)
BUG: scheduling while atomic with PREEMPT_RT=y and bpf selftests
2025-05-25 12:14 UTC
[PATCH nf-next v1 0/3] netfilter: Cover more per-CPU storage with local nested BH locking
2025-05-21 15:58 UTC (8+ messages)
` [PATCH nf-next v1 1/3] netfilter: nf_dup{4, 6}: Move duplication check to task_struct
` [PATCH nf-next v1 2/3] netfilter: nft_inner: Use nested-BH locking for nft_pcpu_tun_ctx
` [PATCH nf-next v1 3/3] netfilter: nf_dup_netdev: Move the recursion counter struct netdev_xmit
[PATCH] eventpoll: Fix priority inversion problem
2025-05-21 15:37 UTC (7+ messages)
[PATCH RT] Possible spinlock deadlock in kernel/sched/rt.c under high load
2025-05-21 8:28 UTC (2+ messages)
[PATCH net-next v3 00/18] net: Cover more per-CPU storage with local nested BH locking
2025-05-19 8:18 UTC (31+ messages)
` [PATCH net-next v3 01/18] net: page_pool: Don't recycle into cache on PREEMPT_RT
` [PATCH net-next v3 02/18] net: dst_cache: Use nested-BH locking for dst_cache::cache
` [PATCH net-next v3 03/18] ipv4/route: Use this_cpu_inc() for stats on PREEMPT_RT
` [PATCH net-next v3 04/18] ipv6: sr: Use nested-BH locking for hmac_storage
` [PATCH net-next v3 05/18] xdp: Use nested-BH locking for system_page_pool
` [PATCH net-next v3 06/18] netfilter: nf_dup{4, 6}: Move duplication check to task_struct
` [PATCH net-next v3 07/18] netfilter: nft_inner: Use nested-BH locking for nft_pcpu_tun_ctx
` [PATCH net-next v3 08/18] netfilter: nf_dup_netdev: Move the recursion counter struct netdev_xmit
` [PATCH net-next v3 09/18] xfrm: Use nested-BH locking for nat_keepalive_sk_ipv[46]
` [PATCH net-next v3 10/18] openvswitch: Merge three per-CPU structures into one
` [PATCH net-next v3 11/18] openvswitch: Use nested-BH locking for ovs_pcpu_storage
` [PATCH net-next v3 12/18] openvswitch: Move ovs_frag_data_storage into the struct ovs_pcpu_storage
` [ovs-dev] "
` [PATCH net-next v3 13/18] net/sched: act_mirred: Move the recursion counter struct netdev_xmit
` [PATCH net-next v3 14/18] net/sched: Use nested-BH locking for sch_frag_data_storage
` [PATCH net-next v3 15/18] mptcp: Use nested-BH locking for hmac_storage
` [PATCH net-next v3 16/18] rds: Disable only bottom halves in rds_page_remainder_alloc()
` [PATCH net-next v3 17/18] rds: Acquire per-CPU pointer within BH disabled section
` [PATCH net-next v3 18/18] rds: Use nested-BH locking for rds_page_remainder
[PATCH 0/2] local_lock: Move this_cpu_ptr() notation from internal to main header
2025-05-18 9:42 UTC (6+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] cryptd: Use nested-BH locking for cryptd_cpu_queue
[PATCH net-next v4 00/15] net: Cover more per-CPU storage with local nested BH locking
2025-05-15 13:40 UTC (22+ messages)
` [PATCH net-next v4 01/15] net: page_pool: Don't recycle into cache on PREEMPT_RT
` [PATCH net-next v4 02/15] net: dst_cache: Use nested-BH locking for dst_cache::cache
` [PATCH net-next v4 03/15] ipv4/route: Use this_cpu_inc() for stats on PREEMPT_RT
` [PATCH net-next v4 04/15] ipv6: sr: Use nested-BH locking for hmac_storage
` [PATCH net-next v4 05/15] xdp: Use nested-BH locking for system_page_pool
` [PATCH net-next v4 06/15] xfrm: Use nested-BH locking for nat_keepalive_sk_ipv[46]
` [PATCH net-next v4 07/15] openvswitch: Merge three per-CPU structures into one
` [ovs-dev] "
` [PATCH net-next v4 08/15] openvswitch: Use nested-BH locking for ovs_pcpu_storage
` [ovs-dev] "
` [PATCH net-next v4 09/15] openvswitch: Move ovs_frag_data_storage into the struct ovs_pcpu_storage
` [ovs-dev] "
` [PATCH net-next v4 10/15] net/sched: act_mirred: Move the recursion counter struct netdev_xmit
` [PATCH net-next v4 11/15] net/sched: Use nested-BH locking for sch_frag_data_storage
` [PATCH net-next v4 12/15] mptcp: Use nested-BH locking for hmac_storage
` [PATCH net-next v4 13/15] rds: Disable only bottom halves in rds_page_remainder_alloc()
` [PATCH net-next v4 14/15] rds: Acquire per-CPU pointer within BH disabled section
` [PATCH net-next v4 15/15] rds: Use nested-BH locking for rds_page_remainder
[PATCH v2] sched: do not call __put_task_struct() on rt if pi_blocked_on is set
2025-05-12 19:01 UTC (5+ messages)
[PATCH v4] sched: do not call __put_task_struct() on rt if pi_blocked_on is set
2025-05-12 18:48 UTC (3+ messages)
[PATCH] LoongArch: Prevent cond_resched() occurring within kernel-fpu
2025-05-09 2:06 UTC
[PATCH] Loongarch:Prevent cond_resched occurring within kernel-fpu
2025-05-07 14:03 UTC (2+ messages)
[PATCH AUTOSEL 5.15 014/153] lockdep: Fix wait context check on softirq for PREEMPT_RT
2025-05-05 23:11 UTC
[PATCH AUTOSEL 6.1 023/212] lockdep: Fix wait context check on softirq for PREEMPT_RT
2025-05-05 23:03 UTC
[PATCH AUTOSEL 6.6 029/294] lockdep: Fix wait context check on softirq for PREEMPT_RT
2025-05-05 22:52 UTC
[PATCH AUTOSEL 6.12 043/486] lockdep: Fix wait context check on softirq for PREEMPT_RT
2025-05-05 22:34 UTC (2+ messages)
` [PATCH AUTOSEL 6.12 164/486] coresight-etb10: change etb_drvdata spinlock's type to raw_spinlock_t
[PATCH AUTOSEL 6.14 049/642] lockdep: Fix wait context check on softirq for PREEMPT_RT
2025-05-05 22:14 UTC (3+ messages)
` [PATCH AUTOSEL 6.14 204/642] coresight-etb10: change etb_drvdata spinlock's type to raw_spinlock_t
` [PATCH AUTOSEL 6.14 634/642] kernfs: Use RCU to access kernfs_node::name
[PATCH] igb: Request igb_msix_other as a threaded interrupt handler
2025-05-05 14:46 UTC (4+ messages)
` [Intel-wired-lan] "
Two kernel oopses
2025-05-05 7:31 UTC (5+ messages)
` "
[PATCH 4.4 4.9 v1 0/2] Fix repeated WARNING in unpin_current_cpu()
2025-05-02 10:19 UTC (2+ messages)
[PATCH net-next v2 00/18] net: Cover more per-CPU storage with local nested BH locking
2025-04-29 9:23 UTC (30+ messages)
` [PATCH net-next v2 01/18] net: page_pool: Don't recycle into cache on PREEMPT_RT
` [PATCH net-next v2 02/18] net: dst_cache: Use nested-BH locking for dst_cache::cache
` [PATCH net-next v2 03/18] ipv4/route: Use this_cpu_inc() for stats on PREEMPT_RT
` [PATCH net-next v2 04/18] ipv6: sr: Use nested-BH locking for hmac_storage
` [PATCH net-next v2 05/18] xdp: Use nested-BH locking for system_page_pool
` [PATCH net-next v2 06/18] netfilter: nf_dup{4, 6}: Move duplication check to task_struct
` [PATCH net-next v2 07/18] netfilter: nft_inner: Use nested-BH locking for nft_pcpu_tun_ctx
` [PATCH net-next v2 08/18] netfilter: nf_dup_netdev: Move the recursion counter struct netdev_xmit
` [PATCH net-next v2 09/18] xfrm: Use nested-BH locking for nat_keepalive_sk_ipv[46]
` [PATCH net-next v2 10/18] openvswitch: Merge three per-CPU structures into one
` [PATCH net-next v2 11/18] openvswitch: Use nested-BH locking for ovs_pcpu_storage
` [PATCH net-next v2 12/18] openvswitch: Move ovs_frag_data_storage into the struct ovs_pcpu_storage
` [PATCH net-next v2 13/18] net/sched: act_mirred: Move the recursion counter struct netdev_xmit
` [PATCH net-next v2 14/18] net/sched: Use nested-BH locking for sch_frag_data_storage
` [PATCH net-next v2 15/18] mptcp: Use nested-BH locking for hmac_storage
` [PATCH net-next v2 16/18] rds: Disable only bottom halves in rds_page_remainder_alloc()
` [PATCH net-next v2 17/18] rds: Acquire per-CPU pointer within BH disabled section
` [PATCH net-next v2 18/18] rds: Use nested-BH locking for rds_page_remainder
[PATCH] drm/i915/gsc: mei interrupt top half should be in irq disabled context
2025-04-25 15:11 UTC (12+ messages)
` "
[PATCH v4] fs/namespace: defer RCU sync for MNT_DETACH umount
2025-04-23 15:04 UTC (30+ messages)
[PATCH 00/14] RCU torture changes for v6.16
2025-04-18 16:23 UTC (4+ messages)
` [PATCH 04/14] rcutorture: Make torture.sh --do-rt use CONFIG_PREEMPT_RT
` [PATCH 04/12] "
PREEMPT_RT testing on kernelci
2025-04-18 15:05 UTC (11+ messages)
[PATCH v4] netfilter: Exclude LEGACY TABLES on PREEMPT_RT
2025-04-15 15:14 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;
as well as URLs for NNTP newsgroup(s).