summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2020-08-25scftorture: Consolidate scftorture_invoke_one() scf_check initializationPaul E. McKenney1-13/+8
2020-08-25scftorture: Consolidate scftorture_invoke_one() check and kfree()Paul E. McKenney1-18/+8
2020-08-25scftorture: Add smp_call_function() memory-ordering checksPaul E. McKenney1-8/+17
2020-08-25scftorture: Add smp_call_function_many() memory-ordering checksPaul E. McKenney1-3/+23
2020-08-25scftorture: Add smp_call_function_single() memory-ordering checksPaul E. McKenney1-8/+48
2020-08-25scftorture: Summarize per-thread statisticsPaul E. McKenney1-4/+18
2020-08-25tick-sched: Clarify "NOHZ: local_softirq_pending" warningPaul E. McKenney1-1/+1
2020-08-25scftorture: Implement weighted primitive selectionPaul E. McKenney1-27/+155
2020-08-25scftorture: Add smp_call_function() torture testPaul E. McKenney2-0/+352
2020-08-25rcu: Remove unused __rcu_is_watching() functionPaul E. McKenney2-6/+1
2020-08-25rcu: Make FQS more aggressive in complaining about offline CPUsJoel Fernandes (Google)1-4/+19
2020-08-25rcu: Clarify comments about FQS loop reporting quiescent statesJoel Fernandes (Google)1-4/+7
2020-08-25rcu/nocb: Add a warning for non-GP kthread running GP codePaul E. McKenney1-0/+1
2020-08-25rcu: Move rcu_cpu_started per-CPU variable to rcu_dataPaul E. McKenney2-7/+5
2020-08-25rcu: Add READ_ONCE() to rcu_do_batch() access to rcu_cpu_stall_ftrace_dumpPaul E. McKenney1-2/+2
2020-08-25rcu: Add READ_ONCE() to rcu_do_batch() access to rcu_kick_kthreadsPaul E. McKenney1-2/+2
2020-08-25rcu: Add READ_ONCE() to rcu_do_batch() access to rcu_resched_nsPaul E. McKenney1-2/+6
2020-08-25rcu: Add READ_ONCE() to rcu_do_batch() access to rcu_divisorPaul E. McKenney1-1/+4
2020-08-25nocb: Remove show_rcu_nocb_state() false positive printoutPaul E. McKenney1-3/+2
2020-08-25rcu/tree: Remove CONFIG_PREMPT_RCU check in force_qs_rnp()Neeraj Upadhyay1-2/+1
2020-08-25rcu/tree: Force quiescent state on callback overloadNeeraj Upadhyay1-1/+1
2020-08-25nocb: Clarify RCU nocb CPU error messagePaul E. McKenney1-1/+1
2020-08-25rcu/trace: Use gp_seq_req in acceleration's rcu_grace_period tracepointJoel Fernandes (Google)1-2/+3
2020-08-25rcu: Initialize at declaration time in rcu_exp_handler()Paul E. McKenney1-4/+2
2020-08-25srcu: Remove KCSAN stubsPaul E. McKenney1-13/+0
2020-08-25rcu: Remove KCSAN stubs from update.cPaul E. McKenney1-13/+0
2020-08-25rcu: Remove KCSAN stubsPaul E. McKenney1-13/+0
2020-08-25kcsan: Optimize debugfs stats countersMarco Elver4-34/+23
2020-08-25kcsan: Use pr_fmt for consistencyMarco Elver2-6/+10
2020-08-25kcsan: Show message if enabled earlyMarco Elver1-2/+6
2020-08-25kcsan: Remove debugfs test commandMarco Elver1-66/+0
2020-08-25kcsan: Simplify constant string handlingMarco Elver2-6/+6
2020-08-25kcsan: Simplify debugfs counter to name mappingMarco Elver1-20/+13
2020-08-25kcsan: Test support for compound instrumentationMarco Elver1-14/+51
2020-08-25kcsan: Add missing CONFIG_KCSAN_IGNORE_ATOMICS checksMarco Elver1-8/+22
2020-08-25kcsan: Skew delay to be longer for certain access typesMarco Elver1-3/+7
2020-08-25kcsan: Support compounded read-write instrumentationMarco Elver2-5/+22
2020-08-25kcsan: Add atomic builtin test caseMarco Elver1-0/+63
2020-08-25kcsan: Add support for atomic builtinsMarco Elver1-0/+110
2020-08-24treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva26-41/+41
2020-08-23Merge tag 'core-urgent-2020-08-23' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+2
2020-08-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2-3/+18
2020-08-23timekeeping: Provide multi-timestamp accessor to NMI safe timekeeperThomas Gleixner1-11/+65
2020-08-23timekeeping: Utilize local_clock() for NMI safe timekeeper during early bootThomas Gleixner1-8/+25
2020-08-22bpf: sockmap: Allow update from BPFLorenz Bauer1-2/+36
2020-08-22bpf: Override the meaning of ARG_PTR_TO_MAP_VALUE for sockmap and sockhashLorenz Bauer1-0/+35
2020-08-22bpf: sockmap: Call sock_map_update_elem directlyLorenz Bauer1-2/+3
2020-08-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-1/+2
2020-08-22bpf: Implement link_query callbacks in map element iteratorsYonghong Song1-0/+15
2020-08-22bpf: Implement link_query for bpf iteratorsYonghong Song1-0/+58