summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'modules-for-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-10-221-12/+11
|\
| * module: statically initialize init section freeing dataDaniel Jordan2020-10-121-10/+3
| * module: Add more error message for failed kernel module loadingQu Wenruo2020-09-021-2/+8
* | Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2020-10-221-1/+1
|\ \
| * | sysctl: Convert to iter interfacesMatthew Wilcox (Oracle)2020-09-081-1/+1
* | | Merge tag 'core-rcu-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-10-1820-291/+1109
|\ \ \
| * \ \ Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2020-10-0920-291/+1109
| |\ \ \
| | * \ \ Merge branch 'csd.2020.09.04a' into HEADPaul E. McKenney2020-09-041-0/+134
| | |\ \ \
| | | * | | smp: Make symbol 'csd_bug_count' staticWei Yongjun2020-09-041-1/+1
| | | * | | kernel/smp: Provide CSD lock timeout diagnosticsPaul E. McKenney2020-09-041-2/+130
| | | * | | smp: Add source and destination CPUs to __call_single_dataPaul E. McKenney2020-09-041-0/+6
| | | |/ /
| | * | | Merge branch 'strictgp.2020.08.24a' into HEADPaul E. McKenney2020-09-035-16/+113
| | |\ \ \
| | | * | | rcu: Remove unused "cpu" parameter from rcu_report_qs_rdp()Paul E. McKenney2020-08-242-6/+6
| | | * | | rcu: Report QS for outermost PREEMPT=n rcu_read_unlock() for strict GPsPaul E. McKenney2020-08-242-6/+24
| | | * | | rcu: Execute RCU reader shortly after rcu_core for strict GPsPaul E. McKenney2020-08-242-0/+14
| | | * | | rcu: Provide optional RCU-reader exit delay for strict GPsPaul E. McKenney2020-08-241-2/+10
| | | * | | rcu: IPI all CPUs at GP end for strict GPsPaul E. McKenney2020-08-241-0/+4
| | | * | | rcu: IPI all CPUs at GP start for strict GPsPaul E. McKenney2020-08-241-0/+13
| | | * | | rcu: Attempt QS when CPU discovers GP for strict GPsPaul E. McKenney2020-08-241-0/+14
| | | * | | 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