summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'sched-urgent-2020-05-24' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-05-242-14/+39
|\
| * sched/fair: Fix unthrottle_cfs_rq() for leaf_cfs_rq listVincent Guittot2020-05-191-12/+30
| * sched/debug: Fix requested task uclamp values shown in procfsPavankumar Kondeti2020-05-191-2/+2
| * sched/fair: Fix enqueue_task_fair() warning some morePhil Auld2020-05-191-0/+7
* | bpf: Prevent mmap()'ing read-only maps as writableAndrii Nakryiko2020-05-201-3/+14
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-05-155-37/+101
|\
| * bpf: Restrict bpf_trace_printk()'s %s usage and add %pks, %pus specifierDaniel Borkmann2020-05-151-32/+62
| * bpf: Add bpf_probe_read_{user, kernel}_str() to do_refine_retval_rangeDaniel Borkmann2020-05-151-1/+3
| * bpf: Restrict bpf_probe_read{, str}() only to archs where they workDaniel Borkmann2020-05-151-2/+4
| * bpf: Enforce returning 0 for fentry/fexit progsYonghong Song2020-05-141-0/+17
| * bpf: Fix bug in mmap() implementation for BPF array mapAndrii Nakryiko2020-05-141-1/+6
| * umh: fix memory leak on execve failureVincent Minet2020-05-081-0/+6
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2020-05-081-1/+3
| |\
| | * bpf: Fix error return code in map_lookup_and_delete_elem()Wei Yongjun2020-04-301-1/+3
* | | Merge tag 'for-linus-2020-05-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-05-141-6/+7
|\ \ \
| * | | fork: prevent accidental access to clone3 featuresChristian Brauner2020-05-081-6/+7
| |/ /
* | | Merge tag 'trace-v5.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2020-05-142-43/+13
|\ \ \
| * | | ring-buffer: Remove all BUG() callsSteven Rostedt (VMware)2020-05-141-6/+6
| * | | ring-buffer: Don't deactivate the ring buffer on failed iterator readsSteven Rostedt (VMware)2020-05-141-15/+7
| * | | x86/ftrace: Have ftrace trampolines turn read-only at the end of system boot upSteven Rostedt (VMware)2020-05-121-22/+0
* | | | Merge tag 'trace-v5.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2020-05-121-2/+10
|\| | |
| * | | tracing: Wait for preempt irq delay thread to executeSteven Rostedt (VMware)2020-05-111-2/+10
* | | | Stop the ad-hoc games with -Wno-maybe-initializedLinus Torvalds2020-05-091-1/+0
* | | | Merge tag 'driver-core-5.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-05-081-0/+5
|\ \ \ \
| * | | | coredump: fix crash when umh is disabledLuis Chamberlain2020-04-281-0/+5
| | |_|/ | |/| |
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-05-081-2/+2
|\ \ \ \
| * | | | kernel/kcov.c: fix typos in kcov_remote_start documentationMaciej Grochowski2020-05-071-2/+2
| | |_|/ | |/| |
* | | | Merge tag 'trace-v5.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2020-05-074-20/+54
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | tracing: Make tracing_snapshot_instance_cond() staticZou Wei2020-05-071-1/+2
| * | tracing: Add a vmalloc_sync_mappings() for safe measureSteven Rostedt (VMware)2020-05-071-0/+13
| * | tracing: Wait for preempt irq delay thread to finishSteven Rostedt (VMware)2020-05-071-6/+24
| * | tracing/kprobes: Reject new event if loc is NULLMasami Hiramatsu2020-05-061-0/+6
| * | tracing/boottime: Fix kprobe event API usageMasami Hiramatsu2020-05-061-12/+8
| * | tracing/kprobes: Fix a double initialization typoMasami Hiramatsu2020-05-061-1/+1
| |/
* / 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