Age | Commit message (Expand) | Author |
2020-11-13 | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6... | Linus Torvalds |
2020-11-10 | arm64: smp: Tell RCU about CPUs that fail to come online | Will Deacon |
2020-11-06 | x86/cpu: Avoid cpuinfo-induced IPIing of idle CPUs | Paul E. McKenney |
2020-10-26 | stop_machine, rcu: Mark functions as notrace | Zong Li |
2020-10-18 | Merge tag 'core-rcu-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2020-10-15 | rcu/tree: docs: document bkvcache new members at struct kfree_rcu_cpu | Mauro Carvalho Chehab |
2020-10-09 | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau... | Ingo Molnar |
2020-09-21 | rcu/tree: Export rcu_idle_{enter,exit} to modules | Borislav Petkov |
2020-09-03 | Merge branch 'strictgp.2020.08.24a' into HEAD | Paul E. McKenney |
2020-09-03 | rcu: Shrink each possible cpu krcp | Zqiang |
2020-08-24 | rcu: Remove unused "cpu" parameter from rcu_report_qs_rdp() | Paul E. McKenney |
2020-08-24 | rcu: Report QS for outermost PREEMPT=n rcu_read_unlock() for strict GPs | Paul E. McKenney |
2020-08-24 | rcu: Execute RCU reader shortly after rcu_core for strict GPs | Paul E. McKenney |
2020-08-24 | rcu: IPI all CPUs at GP end for strict GPs | Paul E. McKenney |
2020-08-24 | rcu: IPI all CPUs at GP start for strict GPs | Paul E. McKenney |
2020-08-24 | rcu: Attempt QS when CPU discovers GP for strict GPs | Paul E. McKenney |
2020-08-24 | rcu: Force DEFAULT_RCU_BLIMIT to 1000 for strict RCU GPs | Paul E. McKenney |
2020-08-24 | rcu: Restrict default jiffies_till_first_fqs for strict RCU GPs | Paul E. McKenney |
2020-08-24 | rcu: Remove unused __rcu_is_watching() function | Paul E. McKenney |
2020-08-24 | rcu: Make FQS more aggressive in complaining about offline CPUs | Joel Fernandes (Google) |
2020-08-24 | rcu: Clarify comments about FQS loop reporting quiescent states | Joel Fernandes (Google) |
2020-08-24 | rcu: Move rcu_cpu_started per-CPU variable to rcu_data | Paul E. McKenney |
2020-08-24 | rcu: Add READ_ONCE() to rcu_do_batch() access to rcu_resched_ns | Paul E. McKenney |
2020-08-24 | rcu: Add READ_ONCE() to rcu_do_batch() access to rcu_divisor | Paul E. McKenney |
2020-08-24 | rcu/tree: Remove CONFIG_PREMPT_RCU check in force_qs_rnp() | Neeraj Upadhyay |
2020-08-24 | rcu/tree: Force quiescent state on callback overload | Neeraj Upadhyay |
2020-08-24 | rcu/trace: Use gp_seq_req in acceleration's rcu_grace_period tracepoint | Joel Fernandes (Google) |
2020-08-24 | rcu: Remove KCSAN stubs | Paul E. McKenney |
2020-08-07 | rcu: kasan: record and print call_rcu() call stack | Walter Wu |
2020-06-29 | Merge branches 'doc.2020.06.29a', 'fixes.2020.06.29a', 'kfree_rcu.2020.06.29a... | Paul E. McKenney |
2020-06-29 | rcu: Support reclaim for head-less object | Uladzislau Rezki (Sony) |
2020-06-29 | rcu: Rename *_kfree_callback/*_kfree_rcu_offset/kfree_call_* | Uladzislau Rezki (Sony) |
2020-06-29 | rcu/tree: Maintain separate array for vmalloc ptrs | Uladzislau Rezki (Sony) |
2020-06-29 | rcu/tree: cache specified number of objects | Uladzislau Rezki (Sony) |
2020-06-29 | rcu/tree: Use static initializer for krc.lock | Sebastian Andrzej Siewior |
2020-06-29 | rcu/tree: Move kfree_rcu_cpu locking/unlocking to separate functions | Uladzislau Rezki (Sony) |
2020-06-29 | rcu/tree: Simplify KFREE_BULK_MAX_ENTR macro | Uladzislau Rezki (Sony) |
2020-06-29 | rcu/tree: Make debug_objects logic independent of rcu_head | Joel Fernandes (Google) |
2020-06-29 | rcu/tree: Repeat the monitor if any free channel is busy | Uladzislau Rezki (Sony) |
2020-06-29 | rcu/tree: Skip entry into the page allocator for PREEMPT_RT | Joel Fernandes (Google) |
2020-06-29 | rcu/tree: Keep kfree_rcu() awake during lock contention | Joel Fernandes (Google) |
2020-06-29 | rcu: Fix a kernel-doc warnings for "count" | Mauro Carvalho Chehab |
2020-06-29 | kernel/rcu/tree.c: Fix kernel-doc warnings | Randy Dunlap |
2020-06-29 | rcu: Stop shrinker loop | Peter Enderborg |
2020-06-29 | rcu: Mark rcu_nmi_enter() call to rcu_cleanup_after_idle() noinstr | Paul E. McKenney |
2020-06-29 | rcu: Grace-period-kthread related sleeps to idle priority | Paul E. McKenney |
2020-06-29 | rcu: Add callbacks-invoked counters | Paul E. McKenney |
2020-06-29 | rcu: Simplify the calculation of rcu_state.ncpus | Wei Yang |
2020-06-25 | rcu: Fixup noinstr warnings | Peter Zijlstra |
2020-06-01 | Merge branch 'WIP.core/rcu' into core/rcu, to pick up two x86/entry dependencies | Ingo Molnar |