Age | Commit message (Expand) | Author |
2020-11-17 | Merge branch 'urgent-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2020-11-13 | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6... | Linus Torvalds |
2020-11-10 | rcu: Don't invoke try_invoke_on_locked_down_task() with irqs disabled | Paul E. McKenney |
2020-11-10 | arm64: smp: Tell RCU about CPUs that fail to come online | Will Deacon |
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-16 | Merge tag 'docs/v5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch... | Linus Torvalds |
2020-10-15 | Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds |
2020-10-15 | rcu/tree: docs: document bkvcache new members at struct kfree_rcu_cpu | Mauro Carvalho Chehab |
2020-10-12 | Merge tag 'core-debugobjects-2020-10-12' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds |
2020-10-09 | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau... | Ingo Molnar |
2020-10-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2020-09-25 | Merge tag 'pm-5.9-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae... | Linus Torvalds |
2020-09-24 | treewide: Make all debug_obj_descriptors const | Stephen Boyd |
2020-09-21 | rcu/tree: Export rcu_idle_{enter,exit} to modules | Borislav Petkov |
2020-09-16 | rcu-tasks: Enclose task-list scan in rcu_read_lock() | Paul E. McKenney |
2020-09-16 | rcu-tasks: Fix low-probability task_struct leak | Paul E. McKenney |
2020-09-16 | rcu-tasks: Fix grace-period/unlock race in RCU Tasks Trace | Paul E. McKenney |
2020-09-16 | rcu-tasks: Shorten per-grace-period sleep for RCU Tasks Trace | Paul E. McKenney |
2020-09-16 | rcu-tasks: Selectively enable more RCU Tasks Trace IPIs | Paul E. McKenney |
2020-09-16 | rcu-tasks: Prevent complaints of unused show_rcu_tasks_classic_gp_kthread() | Paul E. McKenney |
2020-09-16 | rcu-tasks: Use more aggressive polling for RCU Tasks Trace | Paul E. McKenney |
2020-09-16 | rcu-tasks: Mark variables static | Paul E. McKenney |
2020-09-03 | Merge branch 'strictgp.2020.08.24a' into HEAD | Paul E. McKenney |
2020-09-03 | Merge branch 'scftorture.2020.08.24a' into HEAD | Paul E. McKenney |
2020-09-03 | Merge branches 'doc.2020.08.24a', 'fixes.2020.09.03b' and 'torture.2020.08.24... | Paul E. McKenney |
2020-09-03 | rcu: Shrink each possible cpu krcp | Zqiang |
2020-09-03 | rcu/segcblist: Prevent useless GP start if no CBs to accelerate | Joel Fernandes (Google) |
2020-08-24 | rcutorture: Allow pointer leaks to test diagnostic code | Paul E. McKenney |
2020-08-24 | rcutorture: Hoist OOM registry up one level | Paul E. McKenney |
2020-08-24 | refperf: Avoid null pointer dereference when buf fails to allocate | Colin Ian King |
2020-08-24 | rcutorture: Properly synchronize with OOM notifier | Paul E. McKenney |
2020-08-24 | rcutorture: Properly set rcu_fwds for OOM handling | Paul E. McKenney |
2020-08-24 | rcutorture: Output number of elapsed grace periods | Joel Fernandes (Google) |
2020-08-24 | rcutorture: Remove KCSAN stubs | Paul E. McKenney |
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: Provide optional RCU-reader exit delay 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: Do full report for .need_qs for strict GPs | Paul E. McKenney |
2020-08-24 | rcu: Always set .need_qs from __rcu_read_lock() 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: Reduce leaf fanout for strict RCU grace periods | Paul E. McKenney |
2020-08-24 | rcu: Add Kconfig option for strict RCU grace periods | Paul E. McKenney |
2020-08-24 | rcuperf: Change rcuperf to rcuscale | Paul E. McKenney |
2020-08-24 | rcu: Remove unused __rcu_is_watching() function | Paul E. McKenney |