summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2020-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-27/+112
2020-01-27Merge branches 'pm-cpufreq' and 'pm-sleep'Rafael J. Wysocki-28/+69
2020-01-27bpf, xdp: Remove no longer required rcu_read_{un}lock()John Fastabend-2/+3
2020-01-27bpf, xdp: Update devmap comments to reflect napi/rcu usageJohn Fastabend-10/+11
2020-01-27bpf: map_seq_next should always increase position indexVasily Averin-2/+1
2020-01-26sched.h: Annotate sighand_struct with __rcuMadhuparna Bhowmik-1/+1
2020-01-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-80/+168
2020-01-25rcu: Forgive slow expedited grace periods at boot timePaul E. McKenney-1/+0
2020-01-25tracing: Use pr_err() instead of WARN() for memory failuresSteven Rostedt (VMware)-11/+23
2020-01-25bpf: Allow to resolve bpf trampoline and dispatcher in unwindJiri Olsa-12/+79
2020-01-25bpf: Allow BTF ctx access for string pointersJiri Olsa-0/+16
2020-01-25Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar-385/+778
2020-01-24tracing: Decrement trace_array when bootconfig creates an instanceSteven Rostedt (VMware)-0/+5
2020-01-24tracing: Remove unneeded NULL checkDan Carpenter-1/+1
2020-01-24tracing: Set kernel_stack's caller size properlyJosef Bacik-1/+1
2020-01-24tracing: Fix tracing_stat return values in error handling pathsLuis Henriques-4/+8
2020-01-24tracing: Fix very unlikely race of registering two stat tracersSteven Rostedt (VMware)-10/+9
2020-01-24alarmtimer: Make alarmtimer_get_rtcdev() a stub when CONFIG_RTC_CLASS=nStephen Boyd-5/+0
2020-01-24alarmtimer: Use wakeup source from alarmtimer platform deviceStephen Boyd-10/+5
2020-01-24alarmtimer: Make alarmtimer platform device child of RTC deviceStephen Boyd-11/+9
2020-01-24alarmtimer: Update alarmtimer_get_rtcdev() docs to reflect realityStephen Boyd-2/+0
2020-01-24smp: Remove allocation mask from on_each_cpu_cond.*()Sebastian Andrzej Siewior-14/+6
2020-01-24smp: Add a smp_cond_func_t argument to smp_call_function_many()Sebastian Andrzej Siewior-43/+38
2020-01-24smp: Use smp_cond_func_t as type for the conditional functionSebastian Andrzej Siewior-12/+10
2020-01-24Merge tag 'irqchip-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/...Thomas Gleixner-0/+18
2020-01-24Merge branches 'doc.2019.12.10a', 'exp.2019.12.09a', 'fixes.2020.01.24a', 'kf...Paul E. McKenney-385/+778
2020-01-24rcu: Remove unused stop-machine #includePaul E. McKenney-2/+0
2020-01-24srcu: Apply *_ONCE() to ->srcu_last_gp_endPaul E. McKenney-3/+4
2020-01-24rcu: Switch force_qs_rnp() to for_each_leaf_node_cpu_mask()Paul E. McKenney-8/+5
2020-01-24rcu: Move rcu_{expedited,normal} definitions into rcupdate.hBen Dooks-2/+0
2020-01-24rcu: Move gp_state_names[] and gp_state_getname() to tree_stall.hLai Jiangshan-22/+22
2020-01-24rcu: Remove the declaration of call_rcu() in tree.hLai Jiangshan-1/+0
2020-01-24rcu: Fix tracepoint tracking RCU CPU kthread utilizationLai Jiangshan-1/+1
2020-01-24rcu: Fix harmless omission of "CONFIG_" from #if conditionLai Jiangshan-2/+2
2020-01-24rcu: Avoid tick_dep_set_cpu() misorderingPaul E. McKenney-3/+9
2020-01-24rcu: Provide wrappers for uses of ->rcu_read_lock_nestingLai Jiangshan-21/+36
2020-01-24rcu: Use READ_ONCE() for ->expmask in rcu_read_unlock_special()Paul E. McKenney-1/+1
2020-01-24rcu: Clear ->rcu_read_unlock_special only onceLai Jiangshan-16/+3
2020-01-24rcu: Clear .exp_hint only when deferred quiescent state has been reportedLai Jiangshan-2/+1
2020-01-24rcu: Rename some instance of CONFIG_PREEMPTION to CONFIG_PREEMPT_RCULai Jiangshan-5/+5
2020-01-24rcu: Remove kfree_call_rcu_nobatch()Joel Fernandes (Google)-23/+5
2020-01-24rcu: Remove kfree_rcu() special casing and lazy-callback handlingJoel Fernandes (Google)-129/+75
2020-01-24rcu: Add support for debug_objects debugging for kfree_rcu()Joel Fernandes (Google)-0/+8
2020-01-24rcu: Add multiple in-flight batches of kfree_rcu() workJoel Fernandes (Google)-12/+39
2020-01-24rcu: Make kfree_rcu() use a non-atomic ->monitor_todoJoel Fernandes-6/+10
2020-01-24rcuperf: Add kfree_rcu() performance TestsJoel Fernandes (Google)-8/+173
2020-01-24rcu: Add basic support for kfree_rcu() batchingByungchul Park-6/+198
2020-01-24Merge branch 'kcsan.2020.01.07a' into locking/kcsanIngo Molnar-0/+1
2020-01-23bpf, devmap: Pass lockdep expression to RCU listsAmol Grover-1/+2
2020-01-23Merge tag 'trace-v5.5-rc6-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-70/+158