messages from 2022-10-19 23:00:39 to 2022-11-04 19:22:48 UTC [more...]
[RFC][PATCH v3 00/33] timers: Use timer_shutdown*() before freeing timers
2022-11-04 19:22 UTC (3+ messages)
amusing SLUB compaction bug when CC_OPTIMIZE_FOR_SIZE
2022-11-04 15:57 UTC (14+ messages)
[PATCH RFC] rcu/kfree: Do not request RCU when not needed
2022-11-04 14:39 UTC (28+ messages)
[PATCH v2] rcu/kfree: Do not request RCU when not needed
2022-11-04 14:21 UTC
[PATCH v5 0/4] rcu: Add RCU stall diagnosis information
2022-11-04 14:11 UTC (5+ messages)
` [PATCH v5 1/4] genirq: Fix the return type of kstat_cpu_irqs_sum()
` [PATCH v5 2/4] sched: Add helper kstat_cpu_softirqs_sum()
` [PATCH v5 3/4] sched: Add helper nr_context_switches_cpu()
` [PATCH v5 4/4] rcu: Add RCU stall diagnosis information
[PATCH v4 0/4] rcu: Add RCU stall diagnosis information
2022-11-04 13:43 UTC (7+ messages)
` [PATCH v4 1/4] genirq: Fix the return type of kstat_cpu_irqs_sum()
` [PATCH v4 2/4] sched: Add helper kstat_cpu_softirqs_sum()
` [PATCH v4 3/4] sched: Add helper nr_context_switches_cpu()
` [PATCH v4 4/4] rcu: Add RCU stall diagnosis information
[PATCH] srcu: Fix a rare race issue in __srcu_read_(un)lock()
2022-11-04 9:38 UTC (4+ messages)
[PATCH v3 0/4] rcu: Add RCU stall diagnosis information
2022-11-04 1:28 UTC (7+ messages)
` [PATCH v3 1/4] genirq: Fix the return type of kstat_cpu_irqs_sum()
` [PATCH v3 2/4] sched: Add helper kstat_cpu_softirqs_sum()
` [PATCH v3 3/4] sched: Add helper nr_context_switches_cpu()
` [PATCH v3 4/4] rcu: Add RCU stall diagnosis information
[PATCHv2 3/3] rcu: coordinate tick dependency during concurrent offlining
2022-11-03 16:51 UTC (14+ messages)
[PATCH 0/2] fs: fix capable() call in simple_xattr_list()
2022-11-03 10:51 UTC (9+ messages)
[PATCH] srcu: Delegate work to the first online cpu if using SRCU_SIZE_SMALL
2022-11-02 14:06 UTC (16+ messages)
` [PATCHv2] srcu: Delegate work to the boot "
[PATCH rcu 0/14] Lazy call_rcu() updates for v6.2
2022-11-01 4:49 UTC (31+ messages)
` [PATCH rcu 13/14] workqueue: Make queue_rcu_work() use call_rcu_flush()
[PATCH v2 0/3] rcu: Add RCU stall diagnosis information
2022-10-29 9:51 UTC (12+ messages)
` [PATCH v2 1/3] sched: Add helper kstat_cpu_softirqs_sum()
` [PATCH v2 2/3] sched: Add helper nr_context_switches_cpu()
` [PATCH v2 3/3] rcu: Add RCU stall diagnosis information
[PATCH rcu 0/4] NMI-safe SRCU reader API
2022-10-27 16:01 UTC (21+ messages)
` [PATCH v2 rcu 0/8] "
[PATCH 1/1] rcu: Refactor kvfree_call_rcu() and high-level helpers
2022-10-26 17:38 UTC (2+ messages)
[GIT PULL] Keep synchronize_rcu() from enabling irqs in early boot
2022-10-24 20:21 UTC (6+ messages)
[BUG] possible deadlock in __rcu_irq_enter_check_tick
2022-10-24 12:20 UTC (6+ messages)
[PATCH 0/3] rcu: Add RCU stall diagnosis information
2022-10-24 9:23 UTC (5+ messages)
Bonjour, / Dobrý den,
2022-10-23 22:27 UTC
[PATCH bpf-next v2 0/4] Remove unnecessary RCU grace period chaining
2022-10-21 18:50 UTC (6+ messages)
[PATCH rcu 0/8] Miscellaneous fixes for v6.2
2022-10-21 16:10 UTC (10+ messages)
` [PATCH rcu 5/8] slab: Explain why SLAB_DESTROY_BY_RCU reference before locking
[PATCH v3] rcu: Make call_rcu() lazy only when CONFIG_RCU_LAZY is enabled
2022-10-20 22:18 UTC (3+ messages)
[PATCH] rcu: Make call_rcu() lazy only when CONFIG_RCU_LAZY is enabled
2022-10-20 22:17 UTC (9+ messages)
[PATCH 0/3] srcu: A few NMI-safe debugging updates
2022-10-20 22:16 UTC (4+ messages)
` [PATCH 1/3] srcu: Warn when NMI-unsafe API is used in NMI
[PATCH v1] rcu: use hlist_nulls_next_rcu() in hlist_nulls_add_tail_rcu()
2022-10-20 18:44 UTC (2+ messages)
[PATCH rcu 0/11] NMI-safe SRCU readers for v6.2
2022-10-20 16:35 UTC (6+ messages)
` [PATCH v3 rcu 08/11] arch/s390: Add ARCH_HAS_NMI_SAFE_THIS_CPU_OPS Kconfig option
[PATCH v2] rcu: Make call_rcu() lazy only when CONFIG_RCU_LAZY is enabled
2022-10-20 0:49 UTC (3+ messages)
[PATCH rcu 0/8] Torture-test scripting updates for v6.2
2022-10-19 23:02 UTC (9+ messages)
` [PATCH v3 rcu 1/8] rcutorture: Add --bootargs parameter to kvm-again.sh
` [PATCH v3 rcu 2/8] torture: Use mktemp instead of guessing at unique names
` [PATCH v3 rcu 3/8] rcutorture: Make kvm-test-1-run-qemu.sh check for alternative output
` [PATCH v3 rcu 4/8] rcutorture: Make kvm-recheck.sh export TORTURE_SUITE
` [PATCH v3 rcu 5/8] rcutorture: Add --datestamp parameter to kvm-again.sh
` [PATCH v3 rcu 6/8] rcutorture: Avoid redundant builds for rcuscale and refscale in torture.sh
` [PATCH v3 rcu 7/8] rcutorture: Avoid torture.sh compressing identical files
` [PATCH v3 rcu 8/8] torture: Make torture.sh create a properly formatted log file
[PATCH rcu 0/2] Torture-test updates for v6.2
2022-10-19 22:59 UTC (2+ messages)
` [PATCH v3 rcu 1/2] rcutorture: Verify NUM_ACTIVE_RCU_POLL_FULL_OLDSTATE
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