summaryrefslogtreecommitdiffstats
path: root/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* bpf: Permit cond_resched for some iteratorsYonghong Song2020-10-282-0/+16
* Merge tag 'net-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2020-10-232-7/+5
|\
| * bpf: Enforce id generation for all may-be-null register typeMartin KaFai Lau2020-10-201-6/+5
| * bpf: Remove unneeded breakTom Rix2020-10-191-1/+0
* | Merge tag 'arch-cleanup-2020-10-22' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-236-17/+24
|\ \
| * | task_work: cleanup notification modesJens Axboe2020-10-174-13/+23
| * | tracehook: clear TIF_NOTIFY_RESUME in tracehook_notify_resume()Jens Axboe2020-10-172-4/+1
* | | Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2020-10-221-3/+0
|\ \ \
| * | | treewide: remove DISABLE_LTOSami Tolvanen2020-10-201-3/+0
* | | | 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-091-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-252-6/+6
| | | * | | | | | rcu: Report QS for outermost PREEMPT=n rcu_read_unlock() for strict GPsPaul E. McKenney2020-08-252-6/+24
| | | * | | | | | rcu: Execute RCU reader shortly after rcu_core for strict GPsPaul E. McKenney2020-08-252-0/+14
| | | * | | | | | rcu: Provide optional RCU-reader exit delay for strict GPsPaul E. McKenney2020-08-251-2/+10
| | | * | | | | | rcu: IPI all CPUs at GP end for strict GPsPaul E. McKenney2020-08-251-0/+4
| | | * | | | | | rcu: IPI all CPUs at GP start for strict GPsPaul E. McKenney2020-08-251-0/+13
| | | * | | | | | rcu: Attempt QS when CPU discovers GP for strict GPsPaul E. McKenney2020-08-251-0/+14
| | | * | | | | | rcu: Do full report for .need_qs for strict GPsPaul E. McKenney2020-08-251-2/+6
| | | * | | | | | rcu: Always set .need_qs from __rcu_read_lock() for strict GPsPaul E. McKenney2020-08-251-0/+2
| | | * | | | | | rcu: Force DEFAULT_RCU_BLIMIT to 1000 for strict RCU GPsPaul E. McKenney2020-08-251-6/+7
| | | * | | | | | rcu: Restrict default jiffies_till_first_fqs for strict RCU GPsPaul E. McKenney2020-08-251-1/+1
| | | * | | | | | rcu: Reduce leaf fanout for strict RCU grace periodsPaul E. McKenney2020-08-251-3/+5
| | | * | | | | | rcu: Add Kconfig option for strict RCU grace periodsPaul E. McKenney2020-08-252-0/+17
| | | |/ / / / /
| | * | | | | | Merge branch 'scftorture.2020.08.24a' into HEADPaul E. McKenney2020-09-036-168/+745
| | |\ \ \ \ \ \
| | | * | | | | | rcuperf: Change rcuperf to rcuscalePaul E. McKenney2020-08-253-167/+167
| | | * | | | | | scftorture: Add cond_resched() to test loopPaul E. McKenney2020-08-251-0/+1
| | | * | | | | | scftorture: Adapt memory-ordering test to UP operationPaul E. McKenney2020-08-251-1/+2
| | | * | | | | | scftorture: Block scftorture_invoker() kthreads for offline CPUsPaul E. McKenney2020-08-251-1/+12
| | | * | | | | | scftorture: Check unexpected "switch" statement valuePaul E. McKenney2020-08-251-0/+4
| | | * | | | | | scftorture: Make symbol 'scf_torture_rand' staticWei Yongjun2020-08-251-1/+1
| | | * | | | | | scftorture: Prevent compiler from reducing race probabilitiesPaul E. McKenney2020-08-251-2/+8
| | | * | | | | | scftorture: Flag errors in torture-compatible mannerPaul E. McKenney2020-08-251-4/+10
| | | * | | | | | scftorture: Consolidate scftorture_invoke_one() scf_check initializationPaul E. McKenney2020-08-251-13/+8
| | | * | | | | | scftorture: Consolidate scftorture_invoke_one() check and kfree()Paul E. McKenney2020-08-251-18/+8
| | | * | | | | | scftorture: Add smp_call_function() memory-ordering checksPaul E. McKenney2020-08-251-8/+17
| | | * | | | | | scftorture: Add smp_call_function_many() memory-ordering checksPaul E. McKenney2020-08-251-3/+23
| | | * | | | | | scftorture: Add smp_call_function_single() memory-ordering checksPaul E. McKenney2020-08-251-8/+48
| | | * | | | | | scftorture: Summarize per-thread statisticsPaul E. McKenney2020-08-251-4/+18
| | | * | | | | | tick-sched: Clarify "NOHZ: local_softirq_pending" warningPaul E. McKenney2020-08-251-1/+1