summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2019-05-31Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 170Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2019-05-30audit: remove the BUG() calls in the audit rule comparison functionsPaul Moore
2019-05-30signal/ptrace: Don't leak unitialized kernel memory with PTRACE_PEEK_SIGINFOEric W. Biederman
2019-05-29Merge tag 'trace-v5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2019-05-29signal: Remove the signal number and task parameters from force_sig_infoEric W. Biederman
2019-05-29signal: Factor force_sig_info_to_task out of force_sig_infoEric W. Biederman
2019-05-29signal: Generate the siginfo in force_sigEric W. Biederman
2019-05-29signal: Move the computation of force into send_signal and correct it.Eric W. Biederman
2019-05-29signal: Properly set TRACE_SIGNAL_LOSE_INFO in __send_signalEric W. Biederman
2019-05-29signal: Remove the task parameter from force_sig_faultEric W. Biederman
2019-05-29signal: Use force_sig_fault_to_task for the two calls that don't deliver to c...Eric W. Biederman
2019-05-29bpf: tracing: properly use bpf_prog_array apiStanislav Fomichev
2019-05-29bpf: cgroup: properly use bpf_prog_array apiStanislav Fomichev
2019-05-29bpf: remove __rcu annotations from bpf_prog_arrayStanislav Fomichev
2019-05-28audit: enforce op for string fieldsRichard Guy Briggs
2019-05-28Merge tag 'perf-urgent-for-mingo-5.2-20190528' of git://git.kernel.org/pub/sc...Ingo Molnar
2019-05-28tracing: Avoid memory leak in predicate_parse()Tomas Bortoli
2019-05-28genirq/irqdomain: Remove WARN_ON() on out-of-memory conditionGeert Uytterhoeven
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