aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2019-05-28rcu: Set a maximum limit for back-to-back callback invocationPaul E. McKenney1-3/+4
2019-05-28rcu: Correctly unlock root node in rcu_check_gp_start_stall()Neeraj Upadhyay1-1/+3
2019-05-28rcu: Dump specified number of blocked tasksNeeraj Upadhyay1-1/+1
2019-05-28rcu: Remove unused rdp local from synchronize_rcu_expedited()Jiang Biao1-2/+0
2019-05-28rcu: Rename rcu_data's ->deferred_qs to ->exp_deferred_qsPaul E. McKenney3-12/+12
2019-05-28rcu: Add checks for dynticks counters in rcu_is_cpu_rrupt_from_idle()Joel Fernandes (Google)1-4/+17
2019-05-28ring-buffer: Remove HAVE_64BIT_ALIGNED_ACCESSSteven Rostedt (VMware)1-13/+4
2019-05-28bpf: check signal validity in nmi for bpf_send_signal() helperYonghong Song1-0/+6
2019-05-27signal: Remove task parameter from force_sig_mceerrEric W. Biederman1-2/+2
2019-05-27signal: Remove task parameter from force_sigEric W. Biederman3-6/+6
2019-05-27signal: Remove task parameter from force_sigsegvEric W. Biederman2-3/+5
2019-05-27signal/pid_namespace: Fix reboot_pid_ns to use send_sig not force_sigEric W. Biederman1-1/+1
2019-05-27ACPI: PM: Call pm_set_suspend_via_firmware() during hibernationRafael J. Wysocki1-2/+2
2019-05-26Merge tag 'trace-v5.2-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds3-10/+20
2019-05-25ftrace: Enable trampoline when rec count returns back to oneCheng Jian1-13/+15
2019-05-25tracing/kprobe: Do not run kprobe boot tests if kprobe_event is on cmdlineSteven Rostedt (VMware)1-0/+8
2019-05-25tracing: Make a separate config for trace event self testsSteven Rostedt (VMware)2-2/+12
2019-05-25tracing/kprobe: Add kprobe_event= boot parameterMasami Hiramatsu1-0/+54
2019-05-25kprobes: Initialize kprobes at postcore_initcallMasami Hiramatsu1-2/+1
2019-05-25tracing/kprobe: Cast user-space address correctlyMasami Hiramatsu1-1/+3
2019-05-25tracing: Use correct function name in trace_filter_add_remove_task() commentMatthias Kaehlcke1-1/+1
2019-05-25tracing/probe: Support user-space dereferenceMasami Hiramatsu6-14/+53
2019-05-25tracing/probe: Add ustring type for user-space stringMasami Hiramatsu6-8/+77
2019-05-25ftrace: Make enable and update parameters bool when applicableSteven Rostedt (VMware)1-10/+10
2019-05-25tracing: Silence GCC 9 array bounds warningMiguel Ojeda3-10/+20
2019-05-25cpuset: move mount -t cpuset logics into cgroup.cAl Viro2-60/+48
2019-05-25no need to protect against put_user_ns(NULL)Al Viro1-2/+1
2019-05-25rcu: Avoid self-IPI in sync_sched_exp_online_cleanup()Paul E. McKenney1-6/+29
2019-05-25rcu: Avoid self-IPI in sync_rcu_exp_select_node_cpus()Paul E. McKenney1-0/+5
2019-05-25rcu: Inline invoke_rcu_callbacks() into its sole remaining callerPaul E. McKenney1-17/+3
2019-05-25rcu: Use irq_work to get scheduler's attention in clean contextPaul E. McKenney2-0/+22
2019-05-25rcu: Allow rcu_read_unlock_special() to raise_softirq() if in_irq()Paul E. McKenney1-1/+1
2019-05-25rcu: Only do rcu_read_unlock_special() wakeups if expeditedPaul E. McKenney1-2/+10
2019-05-25rcu: Check for wakeup-safe conditions in rcu_read_unlock_special()Paul E. McKenney1-5/+14
2019-05-25rcu: Enable elimination of Tree-RCU softirq processingSebastian Andrzej Siewior3-134/+140
2019-05-25Merge tag 'trace-v5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds2-3/+11
2019-05-24bpf: verifier: randomize high 32-bit when BPF_F_TEST_RND_HI32 is setJiong Wang1-11/+57
2019-05-24bpf: introduce new bpf prog load flags "BPF_F_TEST_RND_HI32"Jiong Wang1-1/+3
2019-05-24bpf: verifier: insert zero extension according to analysis resultJiong Wang2-0/+50
2019-05-24bpf: verifier: mark patched-insn with sub-register zext flagJiong Wang1-4/+33
2019-05-24bpf: verifier: mark verified-insn with sub-register zext flagJiong Wang1-13/+160
2019-05-24Merge tag 'spdx-5.2-rc2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds4-17/+4
2019-05-24bpf: implement bpf_send_signal() helperYonghong Song1-0/+72
2019-05-24locking/lock_events: Use this_cpu_add() when necessaryWaiman Long1-2/+40
2019-05-24kheaders: Do not regenerate archive if config is not changedJoel Fernandes (Google)1-4/+11
2019-05-24kheaders: Move from proc to sysfsJoel Fernandes (Google)3-27/+19
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 38Thomas Gleixner1-2/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 36Thomas Gleixner3-15/+3
2019-05-24locking/lockdep: Remove the unused print_lock_trace() functionAnders Roxell1-4/+0
2019-05-24perf/ring-buffer: Use regular variables for nestingPeter Zijlstra2-17/+28