aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2019-05-29signal: Move the computation of force into send_signal and correct it.Eric W. Biederman1-12/+21
2019-05-29signal: Properly set TRACE_SIGNAL_LOSE_INFO in __send_signalEric W. Biederman1-17/+16
2019-05-29signal: Remove the task parameter from force_sig_faultEric W. Biederman1-3/+2
2019-05-29signal: Use force_sig_fault_to_task for the two calls that don't deliver to currentEric W. Biederman1-1/+11
2019-05-29bpf: tracing: properly use bpf_prog_array apiStanislav Fomichev1-8/+10
2019-05-29bpf: cgroup: properly use bpf_prog_array apiStanislav Fomichev1-11/+17
2019-05-29bpf: remove __rcu annotations from bpf_prog_arrayStanislav Fomichev1-24/+13
2019-05-28audit: enforce op for string fieldsRichard Guy Briggs1-3/+15
2019-05-28Merge tag 'perf-urgent-for-mingo-5.2-20190528' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgentIngo Molnar5-9/+29
2019-05-28tracing: Avoid memory leak in predicate_parse()Tomas Bortoli1-2/+6
2019-05-28genirq/irqdomain: Remove WARN_ON() on out-of-memory conditionGeert Uytterhoeven1-1/+1
2019-05-28cpu/hotplug: Fix notify_cpu_starting() reference in bringup_wait_for_ap()Jiri Kosina1-1/+1
2019-05-28futex: Consolidate duplicated timer setup codeWaiman Long1-30/+39
2019-05-28bpf: decouple the lifetime of cgroup_bpf from cgroup itselfRoman Gushchin2-7/+45
2019-05-28rcutorture: Upper case solves the case of the vanishing NULL pointerPaul E. McKenney1-1/+2
2019-05-28rcutorture: Dump trace buffer for callback pipe drain failuresPaul E. McKenney1-1/+3
2019-05-28rcutorture: Add trivial RCU implementationPaul E. McKenney3-1/+62
2019-05-28rcutorture: Halt forward-progress checks at end of runPaul E. McKenney1-1/+2
2019-05-28rcutorture: Give the scheduler a chance on PREEMPT && NO_HZ_FULL kernelsPaul E. McKenney1-3/+14
2019-05-28rcutorture: Exempt tasks RCU from timely draining of grace periodsPaul E. McKenney1-1/+4
2019-05-28torture: Allow inter-stutter interval to be specifiedPaul E. McKenney3-4/+9
2019-05-28rcutorture: Fix stutter_wait() return value and freelist checksPaul E. McKenney2-8/+25
2019-05-28rcutorture: Add cond_resched() to forward-progress free-up loopPaul E. McKenney1-2/+4
2019-05-28rcu/sync: Simplify the state machineOleg Nesterov1-70/+95
2019-05-28locking/percpu-rwsem: Add DEFINE_PERCPU_RWSEM(), use it to initialize cgroup_threadgroup_rwsemOleg Nesterov1-2/+1
2019-05-28uprobes: Use DEFINE_STATIC_PERCPU_RWSEM() to initialize dup_mmap_semOleg Nesterov1-3/+1
2019-05-28rcu/sync: Kill rcu_sync_type/gp_typeOleg Nesterov2-51/+6
2019-05-28rcu: Make __call_srcu staticJiang Biao1-2/+2
2019-05-28srcu: Allocate per-CPU data for DEFINE_SRCU() in modulesPaul E. McKenney2-0/+70
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