summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)Author
2020-05-24Merge tag 'sched-urgent-2020-05-24' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-05-20bpf: Prevent mmap()'ing read-only maps as writableAndrii Nakryiko
2020-05-19sched/fair: Fix unthrottle_cfs_rq() for leaf_cfs_rq listVincent Guittot
2020-05-19sched/debug: Fix requested task uclamp values shown in procfsPavankumar Kondeti
2020-05-19sched/fair: Fix enqueue_task_fair() warning some morePhil Auld
2020-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-05-15bpf: Restrict bpf_trace_printk()'s %s usage and add %pks, %pus specifierDaniel Borkmann
2020-05-15bpf: Add bpf_probe_read_{user, kernel}_str() to do_refine_retval_rangeDaniel Borkmann
2020-05-15bpf: Restrict bpf_probe_read{, str}() only to archs where they workDaniel Borkmann
2020-05-14bpf: Enforce returning 0 for fentry/fexit progsYonghong Song
2020-05-14bpf: Fix bug in mmap() implementation for BPF array mapAndrii Nakryiko
2020-05-14Merge tag 'for-linus-2020-05-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2020-05-14Merge tag 'trace-v5.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2020-05-14ring-buffer: Remove all BUG() callsSteven Rostedt (VMware)
2020-05-14ring-buffer: Don't deactivate the ring buffer on failed iterator readsSteven Rostedt (VMware)
2020-05-12x86/ftrace: Have ftrace trampolines turn read-only at the end of system boot upSteven Rostedt (VMware)
2020-05-12Merge tag 'trace-v5.7-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2020-05-11tracing: Wait for preempt irq delay thread to executeSteven Rostedt (VMware)
2020-05-09Stop the ad-hoc games with -Wno-maybe-initializedLinus Torvalds
2020-05-08umh: fix memory leak on execve failureVincent Minet
2020-05-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2020-05-08Merge tag 'driver-core-5.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-05-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-05-08fork: prevent accidental access to clone3 featuresChristian Brauner
2020-05-07kernel/kcov.c: fix typos in kcov_remote_start documentationMaciej Grochowski
2020-05-07Merge tag 'trace-v5.7-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2020-05-07tracing: Make tracing_snapshot_instance_cond() staticZou Wei
2020-05-07tracing: Add a vmalloc_sync_mappings() for safe measureSteven Rostedt (VMware)
2020-05-07tracing: Wait for preempt irq delay thread to finishSteven Rostedt (VMware)
2020-05-06tracing/kprobes: Reject new event if loc is NULLMasami Hiramatsu
2020-05-06tracing/boottime: Fix kprobe event API usageMasami Hiramatsu
2020-05-06tracing/kprobes: Fix a double initialization typoMasami Hiramatsu
2020-04-30bpf: Fix error return code in map_lookup_and_delete_elem()Wei Yongjun
2020-04-28coredump: fix crash when umh is disabledLuis Chamberlain
2020-04-27PM: hibernate: Freeze kernel threads in software_resume()Dexuan Cui
2020-04-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2020-04-25Merge tag 'sched-urgent-2020-04-25' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-04-25Merge tag 'perf-urgent-2020-04-25' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2020-04-24bpf: Make bpf_link_fops staticZou Wei
2020-04-24bpf: Propagate expected_attach_type when verifying freplace programsToke Høiland-Jørgensen
2020-04-24bpf: Fix leak in LINK_UPDATE and enforce empty old_prog_fdAndrii Nakryiko
2020-04-24proc: Put thread_pid in release_task not proc_flush_pidEric W. Biederman
2020-04-24Merge tag 'trace-v5.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds
2020-04-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2020-04-22tracing: Convert local functions in tracing_map.c to staticJason Yan
2020-04-22ftrace: Fix memory leak caused by not freeing entry in unregister_ftrace_dire...Steven Rostedt (VMware)
2020-04-22tracing: Fix memory leaks in trace_events_hist.cVamshi K Sthambamkadi
2020-04-22perf/core: fix parent pid/tid in task exit eventsIan Rogers
2020-04-22sched/core: Fix reset-on-fork from RT with uclampQuentin Perret