summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* PM: hibernate: Freeze kernel threads in software_resume()Dexuan Cui2020-04-271-0/+7
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2020-04-251-0/+1
|\
| * proc: Put thread_pid in release_task not proc_flush_pidEric W. Biederman2020-04-241-0/+1
* | Merge tag 'sched-urgent-2020-04-25' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-04-251-7/+2
|\ \
| * | sched/core: Fix reset-on-fork from RT with uclampQuentin Perret2020-04-221-7/+2
* | | Merge tag 'perf-urgent-2020-04-25' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-04-251-3/+10
|\ \ \
| * | | perf/core: fix parent pid/tid in task exit eventsIan Rogers2020-04-221-3/+10
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-04-243-14/+39
|\ \ \
| * | | bpf: Make bpf_link_fops staticZou Wei2020-04-241-1/+1
| * | | bpf: Propagate expected_attach_type when verifying freplace programsToke Høiland-Jørgensen2020-04-241-0/+8
| * | | bpf: Fix leak in LINK_UPDATE and enforce empty old_prog_fdAndrii Nakryiko2020-04-241-2/+9
| * | | bpf: Fix handling of XADD on BTF memoryJann Horn2020-04-201-1/+1
| * | | bpf: Forbid XADD on spilled pointers for unprivileged usersJann Horn2020-04-201-9/+19
| * | | cpumap: Avoid warning when CONFIG_DEBUG_PER_CPU_MAPS is enabledToke Høiland-Jørgensen2020-04-201-1/+1
* | | | Merge tag 'trace-v5.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2020-04-243-3/+11
|\ \ \ \
| * | | | tracing: Convert local functions in tracing_map.c to staticJason Yan2020-04-221-3/+3
| * | | | ftrace: Fix memory leak caused by not freeing entry in unregister_ftrace_dire...Steven Rostedt (VMware)2020-04-221-0/+1
| * | | | tracing: Fix memory leaks in trace_events_hist.cVamshi K Sthambamkadi2020-04-221-0/+7
| | |/ / | |/| |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2020-04-231-1/+5
|\ \ \ \ | | |_|/ | |/| |
| * | | signal: Avoid corrupting si_pid and si_uid in do_notify_parentEric W. Biederman2020-04-211-1/+5
* | | | audit: check the length of userspace generated audit recordsPaul Moore2020-04-201-0/+3
| |/ / |/| |
* | | Merge tag 'timers-urgent-2020-04-19' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-04-191-1/+14
|\ \ \
| * | | proc, time/namespace: Show clock symbolic names in /proc/pid/timens_offsetsAndrei Vagin2020-04-161-1/+14
| |/ /
* | | Merge tag 'irq-urgent-2020-04-19' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-04-191-44/+0
|\ \ \
| * | | genirq: Remove setup_irq() and remove_irq()afzal mohammed2020-04-141-44/+0
| |/ /
* | | Merge tag 'sched-urgent-2020-04-19' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-04-192-4/+21
|\ \ \
| * | | sched/vtime: Work around an unitialized variable warningBorislav Petkov2020-04-151-2/+2
| * | | sched/isolation: Allow "isolcpus=" to skip unknown sub-parametersPeter Xu2020-04-151-2/+19
| |/ /
* | | Merge tag 'core-urgent-2020-04-19' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-04-191-1/+1
|\ \ \
| * \ \ Merge branch 'urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2020-04-141-1/+1
| |\ \ \ | | |/ / | |/| |
| | * | rcu: Don't acquire lock in NMI handler in rcu_nmi_enter_common()Paul E. McKenney2020-04-051-1/+1
* | | | Merge tag 'for-linus-2020-04-18' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-04-182-10/+15
|\ \ \ \ | |_|_|/ |/| | |
| * | | clone3: add build-time CLONE_ARGS_SIZE_VER* validity checksEugene Syromiatnikov2020-04-151-0/+8
| * | | clone3: add a check for the user struct size if CLONE_INTO_CGROUP is setEugene Syromiatnikov2020-04-151-1/+2
| * | | clone3: fix cgroup argument sanity checkEugene Syromiatnikov2020-04-151-1/+1
| * | | signal: use kill_proc_info instead of kill_pid_info in kill_something_infoZhiqiang Liu2020-04-121-6/+2
| * | | signal: check sig before setting info in kill_pid_usb_asyncioZhiqiang Liu2020-04-121-3/+3
| |/ /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-04-163-12/+9
|\ \ \
| * | | bpf: remove unneeded conversion to bool in __mark_reg_unknownZou Wei2020-04-141-2/+1
| * | | bpf: Prevent re-mmap()'ing BPF map as writable for initially r/o mappingAndrii Nakryiko2020-04-141-9/+7
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-04-091-1/+1
| |\ \ \
| | * | | bpf: Fix a typo "inacitve" -> "inactive"Qiujun Huang2020-04-061-1/+1
* | | | | tracing: Fix the race between registering 'snapshot' event trigger and trigge...Xiao Yang2020-04-141-7/+3
| |_|/ / |/| | |
* | | | Merge tag 'timers-urgent-2020-04-12' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-04-122-0/+4
|\ \ \ \
| * | | | ucount: Make sure ucounts in /proc/sys/user don't regress againJan Kara2020-04-071-0/+2
| * | | | time/namespace: Add max_time_namespaces ucountDmitry Safonov2020-04-071-0/+1
| * | | | time/namespace: Fix time_for_children symlinkMichael Kerrisk (man-pages)2020-04-071-0/+1
* | | | | Merge tag 'sched-urgent-2020-04-12' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-04-125-62/+51
|\ \ \ \ \
| * | | | | sched/debug: Add task uclamp values to SCHED_DEBUG procfsValentin Schneider2020-04-081-0/+6
| * | | | | sched/debug: Factor out printing formats into common macrosValentin Schneider2020-04-081-14/+12