summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | | | | | | | | rcu: Do full report for .need_qs for strict GPsPaul E. McKenney2020-08-241-2/+6
| | | * | | | | | | | | | rcu: Always set .need_qs from __rcu_read_lock() for strict GPsPaul E. McKenney2020-08-241-0/+2
| | | * | | | | | | | | | rcu: Force DEFAULT_RCU_BLIMIT to 1000 for strict RCU GPsPaul E. McKenney2020-08-241-6/+7
| | | * | | | | | | | | | rcu: Restrict default jiffies_till_first_fqs for strict RCU GPsPaul E. McKenney2020-08-241-1/+1
| | | * | | | | | | | | | rcu: Reduce leaf fanout for strict RCU grace periodsPaul E. McKenney2020-08-241-3/+5
| | | * | | | | | | | | | rcu: Add Kconfig option for strict RCU grace periodsPaul E. McKenney2020-08-242-0/+17
| | | |/ / / / / / / / /
| | * | | | | | | | | | Merge branch 'scftorture.2020.08.24a' into HEADPaul E. McKenney2020-09-036-168/+745
| | |\ \ \ \ \ \ \ \ \ \
| | | * | | | | | | | | | rcuperf: Change rcuperf to rcuscalePaul E. McKenney2020-08-243-167/+167
| | | * | | | | | | | | | scftorture: Add cond_resched() to test loopPaul E. McKenney2020-08-241-0/+1
| | | * | | | | | | | | | scftorture: Adapt memory-ordering test to UP operationPaul E. McKenney2020-08-241-1/+2
| | | * | | | | | | | | | scftorture: Block scftorture_invoker() kthreads for offline CPUsPaul E. McKenney2020-08-241-1/+12
| | | * | | | | | | | | | scftorture: Check unexpected "switch" statement valuePaul E. McKenney2020-08-241-0/+4
| | | * | | | | | | | | | scftorture: Make symbol 'scf_torture_rand' staticWei Yongjun2020-08-241-1/+1
| | | * | | | | | | | | | scftorture: Prevent compiler from reducing race probabilitiesPaul E. McKenney2020-08-241-2/+8
| | | * | | | | | | | | | scftorture: Flag errors in torture-compatible mannerPaul E. McKenney2020-08-241-4/+10
| | | * | | | | | | | | | scftorture: Consolidate scftorture_invoke_one() scf_check initializationPaul E. McKenney2020-08-241-13/+8
| | | * | | | | | | | | | scftorture: Consolidate scftorture_invoke_one() check and kfree()Paul E. McKenney2020-08-241-18/+8
| | | * | | | | | | | | | scftorture: Add smp_call_function() memory-ordering checksPaul E. McKenney2020-08-241-8/+17
| | | * | | | | | | | | | scftorture: Add smp_call_function_many() memory-ordering checksPaul E. McKenney2020-08-241-3/+23
| | | * | | | | | | | | | scftorture: Add smp_call_function_single() memory-ordering checksPaul E. McKenney2020-08-241-8/+48
| | | * | | | | | | | | | scftorture: Summarize per-thread statisticsPaul E. McKenney2020-08-241-4/+18
| | | * | | | | | | | | | tick-sched: Clarify "NOHZ: local_softirq_pending" warningPaul E. McKenney2020-08-241-1/+1
| | | * | | | | | | | | | scftorture: Implement weighted primitive selectionPaul E. McKenney2020-08-241-27/+155
| | | * | | | | | | | | | scftorture: Add smp_call_function() torture testPaul E. McKenney2020-08-242-0/+352
| | | |/ / / / / / / / /
| | | | | | | | | | | |
| | | \ \ \ \ \ \ \ \ \
| | *-. \ \ \ \ \ \ \ \ \ Merge branches 'doc.2020.08.24a', 'fixes.2020.09.03b' and 'torture.2020.08.24...Paul E. McKenney2020-09-0312-107/+117
| | |\ \ \ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / / / / | | |/| | | | | | | | | |
| | | | * | | | | | | | | rcutorture: Allow pointer leaks to test diagnostic codePaul E. McKenney2020-08-241-0/+4
| | | | * | | | | | | | | rcutorture: Hoist OOM registry up one levelPaul E. McKenney2020-08-241-2/+2
| | | | * | | | | | | | | refperf: Avoid null pointer dereference when buf fails to allocateColin Ian King2020-08-241-3/+5
| | | | * | | | | | | | | rcutorture: Properly synchronize with OOM notifierPaul E. McKenney2020-08-241-1/+13
| | | | * | | | | | | | | rcutorture: Properly set rcu_fwds for OOM handlingPaul E. McKenney2020-08-241-1/+12
| | | | * | | | | | | | | locktorture: Make function torture_percpu_rwsem_init() staticWei Yongjun2020-08-241-1/+1
| | | | * | | | | | | | | rcutorture: Output number of elapsed grace periodsJoel Fernandes (Google)2020-08-241-2/+11
| | | | * | | | | | | | | rcutorture: Remove KCSAN stubsPaul E. McKenney2020-08-241-13/+0
| | | |/ / / / / / / / / | | |/| | | | | | | | |
| | | * | | | | | | | | rcu: Shrink each possible cpu krcpZqiang2020-09-031-3/+3
| | | * | | | | | | | | rcu/segcblist: Prevent useless GP start if no CBs to accelerateJoel Fernandes (Google)2020-09-031-1/+9
| | | * | | | | | | | | rcu: Remove unused __rcu_is_watching() functionPaul E. McKenney2020-08-242-6/+1
| | | * | | | | | | | | rcu: Make FQS more aggressive in complaining about offline CPUsJoel Fernandes (Google)2020-08-241-4/+19
| | | * | | | | | | | | rcu: Clarify comments about FQS loop reporting quiescent statesJoel Fernandes (Google)2020-08-241-4/+7
| | | * | | | | | | | | rcu/nocb: Add a warning for non-GP kthread running GP codePaul E. McKenney2020-08-241-0/+1
| | | * | | | | | | | | rcu: Move rcu_cpu_started per-CPU variable to rcu_dataPaul E. McKenney2020-08-242-7/+5
| | | * | | | | | | | | rcu: Add READ_ONCE() to rcu_do_batch() access to rcu_cpu_stall_ftrace_dumpPaul E. McKenney2020-08-241-2/+2
| | | * | | | | | | | | rcu: Add READ_ONCE() to rcu_do_batch() access to rcu_kick_kthreadsPaul E. McKenney2020-08-241-2/+2
| | | * | | | | | | | | rcu: Add READ_ONCE() to rcu_do_batch() access to rcu_resched_nsPaul E. McKenney2020-08-241-2/+6
| | | * | | | | | | | | rcu: Add READ_ONCE() to rcu_do_batch() access to rcu_divisorPaul E. McKenney2020-08-241-1/+4
| | | * | | | | | | | | nocb: Remove show_rcu_nocb_state() false positive printoutPaul E. McKenney2020-08-241-3/+2
| | | * | | | | | | | | rcu/tree: Remove CONFIG_PREMPT_RCU check in force_qs_rnp()Neeraj Upadhyay2020-08-241-2/+1
| | | * | | | | | | | | rcu/tree: Force quiescent state on callback overloadNeeraj Upadhyay2020-08-241-1/+1
| | | * | | | | | | | | nocb: Clarify RCU nocb CPU error messagePaul E. McKenney2020-08-241-1/+1
| | | * | | | | | | | | rcu/trace: Use gp_seq_req in acceleration's rcu_grace_period tracepointJoel Fernandes (Google)2020-08-241-2/+3
| | | * | | | | | | | | rcu: Initialize at declaration time in rcu_exp_handler()Paul E. McKenney2020-08-241-4/+2