| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'core-rcu-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2020-10-18 | 14 | -288/+395 |
|\ |
|
| * | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau... | Ingo Molnar | 2020-10-09 | 14 | -288/+395 |
| |\ |
|
| | * | Merge branch 'strictgp.2020.08.24a' into HEAD | Paul E. McKenney | 2020-09-03 | 5 | -16/+113 |
| | |\ |
|
| | | * | rcu: Remove unused "cpu" parameter from rcu_report_qs_rdp() | Paul E. McKenney | 2020-08-25 | 2 | -6/+6 |
| | | * | rcu: Report QS for outermost PREEMPT=n rcu_read_unlock() for strict GPs | Paul E. McKenney | 2020-08-25 | 2 | -6/+24 |
| | | * | rcu: Execute RCU reader shortly after rcu_core for strict GPs | Paul E. McKenney | 2020-08-25 | 2 | -0/+14 |
| | | * | rcu: Provide optional RCU-reader exit delay for strict GPs | Paul E. McKenney | 2020-08-25 | 1 | -2/+10 |
| | | * | rcu: IPI all CPUs at GP end for strict GPs | Paul E. McKenney | 2020-08-25 | 1 | -0/+4 |
| | | * | rcu: IPI all CPUs at GP start for strict GPs | Paul E. McKenney | 2020-08-25 | 1 | -0/+13 |
| | | * | rcu: Attempt QS when CPU discovers GP for strict GPs | Paul E. McKenney | 2020-08-25 | 1 | -0/+14 |
| | | * | rcu: Do full report for .need_qs for strict GPs | Paul E. McKenney | 2020-08-25 | 1 | -2/+6 |
| | | * | rcu: Always set .need_qs from __rcu_read_lock() for strict GPs | Paul E. McKenney | 2020-08-25 | 1 | -0/+2 |
| | | * | rcu: Force DEFAULT_RCU_BLIMIT to 1000 for strict RCU GPs | Paul E. McKenney | 2020-08-25 | 1 | -6/+7 |
| | | * | rcu: Restrict default jiffies_till_first_fqs for strict RCU GPs | Paul E. McKenney | 2020-08-25 | 1 | -1/+1 |
| | | * | rcu: Reduce leaf fanout for strict RCU grace periods | Paul E. McKenney | 2020-08-25 | 1 | -3/+5 |
| | | * | rcu: Add Kconfig option for strict RCU grace periods | Paul E. McKenney | 2020-08-25 | 2 | -0/+17 |
| | * | | Merge branch 'scftorture.2020.08.24a' into HEAD | Paul E. McKenney | 2020-09-03 | 3 | -167/+167 |
| | |\ \ |
|
| | | * | | rcuperf: Change rcuperf to rcuscale | Paul E. McKenney | 2020-08-25 | 3 | -167/+167 |
| | | |/ |
|
| | | | | |
| | | \ | |
| | *-. \ | Merge branches 'doc.2020.08.24a', 'fixes.2020.09.03b' and 'torture.2020.08.24... | Paul E. McKenney | 2020-09-03 | 10 | -105/+115 |
| | |\ \ \
| | | |_|/
| | |/| | |
|
| | | | * | rcutorture: Allow pointer leaks to test diagnostic code | Paul E. McKenney | 2020-08-25 | 1 | -0/+4 |
| | | | * | rcutorture: Hoist OOM registry up one level | Paul E. McKenney | 2020-08-25 | 1 | -2/+2 |
| | | | * | refperf: Avoid null pointer dereference when buf fails to allocate | Colin Ian King | 2020-08-25 | 1 | -3/+5 |
| | | | * | rcutorture: Properly synchronize with OOM notifier | Paul E. McKenney | 2020-08-25 | 1 | -1/+13 |
| | | | * | rcutorture: Properly set rcu_fwds for OOM handling | Paul E. McKenney | 2020-08-25 | 1 | -1/+12 |
| | | | * | rcutorture: Output number of elapsed grace periods | Joel Fernandes (Google) | 2020-08-25 | 1 | -2/+11 |
| | | | * | rcutorture: Remove KCSAN stubs | Paul E. McKenney | 2020-08-25 | 1 | -13/+0 |
| | | |/
| | |/| |
|
| | | * | rcu: Shrink each possible cpu krcp | Zqiang | 2020-09-03 | 1 | -3/+3 |
| | | * | rcu/segcblist: Prevent useless GP start if no CBs to accelerate | Joel Fernandes (Google) | 2020-09-03 | 1 | -1/+9 |
| | | * | rcu: Remove unused __rcu_is_watching() function | Paul E. McKenney | 2020-08-25 | 1 | -5/+0 |
| | | * | rcu: Make FQS more aggressive in complaining about offline CPUs | Joel Fernandes (Google) | 2020-08-25 | 1 | -4/+19 |
| | | * | rcu: Clarify comments about FQS loop reporting quiescent states | Joel Fernandes (Google) | 2020-08-25 | 1 | -4/+7 |
| | | * | rcu/nocb: Add a warning for non-GP kthread running GP code | Paul E. McKenney | 2020-08-25 | 1 | -0/+1 |
| | | * | rcu: Move rcu_cpu_started per-CPU variable to rcu_data | Paul E. McKenney | 2020-08-25 | 2 | -7/+5 |
| | | * | rcu: Add READ_ONCE() to rcu_do_batch() access to rcu_cpu_stall_ftrace_dump | Paul E. McKenney | 2020-08-25 | 1 | -2/+2 |
| | | * | rcu: Add READ_ONCE() to rcu_do_batch() access to rcu_kick_kthreads | Paul E. McKenney | 2020-08-25 | 1 | -2/+2 |
| | | * | rcu: Add READ_ONCE() to rcu_do_batch() access to rcu_resched_ns | Paul E. McKenney | 2020-08-25 | 1 | -2/+6 |
| | | * | rcu: Add READ_ONCE() to rcu_do_batch() access to rcu_divisor | Paul E. McKenney | 2020-08-25 | 1 | -1/+4 |
| | | * | nocb: Remove show_rcu_nocb_state() false positive printout | Paul E. McKenney | 2020-08-25 | 1 | -3/+2 |
| | | * | rcu/tree: Remove CONFIG_PREMPT_RCU check in force_qs_rnp() | Neeraj Upadhyay | 2020-08-25 | 1 | -2/+1 |
| | | * | rcu/tree: Force quiescent state on callback overload | Neeraj Upadhyay | 2020-08-25 | 1 | -1/+1 |
| | | * | nocb: Clarify RCU nocb CPU error message | Paul E. McKenney | 2020-08-25 | 1 | -1/+1 |
| | | * | rcu/trace: Use gp_seq_req in acceleration's rcu_grace_period tracepoint | Joel Fernandes (Google) | 2020-08-25 | 1 | -2/+3 |
| | | * | rcu: Initialize at declaration time in rcu_exp_handler() | Paul E. McKenney | 2020-08-25 | 1 | -4/+2 |
| | | * | srcu: Remove KCSAN stubs | Paul E. McKenney | 2020-08-25 | 1 | -13/+0 |
| | | * | rcu: Remove KCSAN stubs from update.c | Paul E. McKenney | 2020-08-25 | 1 | -13/+0 |
| | | * | rcu: Remove KCSAN stubs | Paul E. McKenney | 2020-08-25 | 1 | -13/+0 |
| | |/ |
|
* | | | Merge tag 'docs/v5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mch... | Linus Torvalds | 2020-10-17 | 1 | -8/+6 |
|\ \ \ |
|
| * | | | rcu/tree: docs: document bkvcache new members at struct kfree_rcu_cpu | Mauro Carvalho Chehab | 2020-10-15 | 1 | -8/+6 |
* | | | | Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 2020-10-16 | 1 | -12/+41 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2020-10-06 | 1 | -0/+2 |
| |\| | |
|