aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2019-06-01mm, memcg: consider subtrees in memory.eventsChris Down1-2/+14
2019-06-01prctl_set_mm: downgrade mmap_sem to read lockMichal Koutný1-2/+9
2019-06-01prctl_set_mm: refactor checks from validate_prctl_mapMichal Koutný1-26/+25
2019-06-01kernel/fork.c: make max_threads symbol staticKefeng Wang1-1/+1
2019-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller16-230/+661
2019-05-31bpf: move memory size checks to bpf_map_charge_init()Roman Gushchin11-56/+17
2019-05-31bpf: rework memlock-based memory accounting for mapsRoman Gushchin11-82/+100
2019-05-31bpf: group memory related fields in struct bpf_map_memoryRoman Gushchin11-25/+26
2019-05-31bpf: add memlock precharge check for cgroup_local_storageRoman Gushchin1-2/+9
2019-05-31bpf: Update __cgroup_bpf_run_filter_skb with cnbrakmo1-5/+20
2019-05-31bpf: cgroup inet skb programs can return 0 to 3brakmo2-3/+25
2019-05-31cgroup: add cgroup_parse_float()Tejun Heo1-0/+43
2019-05-31cgroup: Include dying leaders with live threads in PROCS iterationsTejun Heo1-7/+37
2019-05-31cgroup: Implement css_task_iter_skip()Tejun Heo1-24/+36
2019-05-31cgroup: Call cgroup_release() before __exit_signal()Tejun Heo1-1/+1
2019-05-31Merge tag 'pm-5.2-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds1-2/+2
2019-05-31Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds26-245/+26
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 206Thomas Gleixner7-28/+7
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 170Thomas Gleixner1-3/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner7-72/+7
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner10-137/+10
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-05-30audit: remove the BUG() calls in the audit rule comparison functionsPaul Moore1-3/+0
2019-05-30signal/ptrace: Don't leak unitialized kernel memory with PTRACE_PEEK_SIGINFOEric W. Biederman1-2/+8
2019-05-29Merge tag 'trace-v5.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds1-2/+6
2019-05-29signal: Remove the signal number and task parameters from force_sig_infoEric W. Biederman2-8/+8
2019-05-29signal: Factor force_sig_info_to_task out of force_sig_infoEric W. Biederman1-3/+9
2019-05-29signal: Generate the siginfo in force_sigEric W. Biederman1-1/+9
2019-05-29signal: Move the computation of force into send_signal and correct it.Eric W. Biederman1-13/+22
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 c...Eric 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/sc...Ingo 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