summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2019-05-28cpu/hotplug: Fix notify_cpu_starting() reference in bringup_wait_for_ap()Jiri Kosina
2019-05-28futex: Consolidate duplicated timer setup codeWaiman Long
2019-05-28bpf: decouple the lifetime of cgroup_bpf from cgroup itselfRoman Gushchin
2019-05-28rcutorture: Upper case solves the case of the vanishing NULL pointerPaul E. McKenney
2019-05-28rcutorture: Dump trace buffer for callback pipe drain failuresPaul E. McKenney
2019-05-28rcutorture: Add trivial RCU implementationPaul E. McKenney
2019-05-28rcutorture: Halt forward-progress checks at end of runPaul E. McKenney
2019-05-28rcutorture: Give the scheduler a chance on PREEMPT && NO_HZ_FULL kernelsPaul E. McKenney
2019-05-28rcutorture: Exempt tasks RCU from timely draining of grace periodsPaul E. McKenney
2019-05-28torture: Allow inter-stutter interval to be specifiedPaul E. McKenney
2019-05-28rcutorture: Fix stutter_wait() return value and freelist checksPaul E. McKenney
2019-05-28rcutorture: Add cond_resched() to forward-progress free-up loopPaul E. McKenney
2019-05-28rcu/sync: Simplify the state machineOleg Nesterov
2019-05-28locking/percpu-rwsem: Add DEFINE_PERCPU_RWSEM(), use it to initialize cgroup_...Oleg Nesterov
2019-05-28uprobes: Use DEFINE_STATIC_PERCPU_RWSEM() to initialize dup_mmap_semOleg Nesterov
2019-05-28rcu/sync: Kill rcu_sync_type/gp_typeOleg Nesterov
2019-05-28rcu: Make __call_srcu staticJiang Biao
2019-05-28srcu: Allocate per-CPU data for DEFINE_SRCU() in modulesPaul E. McKenney
2019-05-28rcu: Set a maximum limit for back-to-back callback invocationPaul E. McKenney
2019-05-28rcu: Correctly unlock root node in rcu_check_gp_start_stall()Neeraj Upadhyay
2019-05-28rcu: Dump specified number of blocked tasksNeeraj Upadhyay
2019-05-28rcu: Remove unused rdp local from synchronize_rcu_expedited()Jiang Biao
2019-05-28rcu: Rename rcu_data's ->deferred_qs to ->exp_deferred_qsPaul E. McKenney
2019-05-28rcu: Add checks for dynticks counters in rcu_is_cpu_rrupt_from_idle()Joel Fernandes (Google)
2019-05-28ring-buffer: Remove HAVE_64BIT_ALIGNED_ACCESSSteven Rostedt (VMware)
2019-05-28bpf: check signal validity in nmi for bpf_send_signal() helperYonghong Song
2019-05-27signal: Remove task parameter from force_sig_mceerrEric W. Biederman
2019-05-27signal: Remove task parameter from force_sigEric W. Biederman
2019-05-27signal: Remove task parameter from force_sigsegvEric W. Biederman
2019-05-27signal/pid_namespace: Fix reboot_pid_ns to use send_sig not force_sigEric W. Biederman
2019-05-27ACPI: PM: Call pm_set_suspend_via_firmware() during hibernationRafael J. Wysocki
2019-05-26Merge tag 'trace-v5.2-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2019-05-25ftrace: Enable trampoline when rec count returns back to oneCheng Jian
2019-05-25tracing/kprobe: Do not run kprobe boot tests if kprobe_event is on cmdlineSteven Rostedt (VMware)
2019-05-25tracing: Make a separate config for trace event self testsSteven Rostedt (VMware)
2019-05-25tracing/kprobe: Add kprobe_event= boot parameterMasami Hiramatsu
2019-05-25kprobes: Initialize kprobes at postcore_initcallMasami Hiramatsu
2019-05-25tracing/kprobe: Cast user-space address correctlyMasami Hiramatsu
2019-05-25tracing: Use correct function name in trace_filter_add_remove_task() commentMatthias Kaehlcke
2019-05-25tracing/probe: Support user-space dereferenceMasami Hiramatsu
2019-05-25tracing/probe: Add ustring type for user-space stringMasami Hiramatsu
2019-05-25ftrace: Make enable and update parameters bool when applicableSteven Rostedt (VMware)
2019-05-25tracing: Silence GCC 9 array bounds warningMiguel Ojeda
2019-05-25cpuset: move mount -t cpuset logics into cgroup.cAl Viro
2019-05-25no need to protect against put_user_ns(NULL)Al Viro
2019-05-25rcu: Avoid self-IPI in sync_sched_exp_online_cleanup()Paul E. McKenney
2019-05-25rcu: Avoid self-IPI in sync_rcu_exp_select_node_cpus()Paul E. McKenney
2019-05-25rcu: Inline invoke_rcu_callbacks() into its sole remaining callerPaul E. McKenney
2019-05-25rcu: Use irq_work to get scheduler's attention in clean contextPaul E. McKenney
2019-05-25rcu: Allow rcu_read_unlock_special() to raise_softirq() if in_irq()Paul E. McKenney