summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2020-05-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2020-05-01bpf: Fix use-after-free of bpf_link when priming half-failsAndrii Nakryiko
2020-05-01bpf: Sharing bpf runtime stats with BPF_ENABLE_STATSSong Liu
2020-04-30bpf: Fix unused variable warningArnd Bergmann
2020-04-29bpf: Allow bpf_map_lookup_elem for SOCKMAP and SOCKHASHJakub Sitnicki
2020-04-28bpf: Add support for BPF_OBJ_GET_INFO_BY_FD for bpf_linkAndrii Nakryiko
2020-04-28bpf: Support GET_FD_BY_ID and GET_NEXT_ID for bpf_linkAndrii Nakryiko
2020-04-28bpf: Allocate ID for bpf_linkAndrii Nakryiko
2020-04-28bpf: Refactor bpf_link update handlingAndrii Nakryiko
2020-04-28Merge branch 'work.sysctl' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/...Daniel Borkmann
2020-04-27bpf, cgroup: Remove unused exportsChristoph Hellwig
2020-04-27PM: hibernate: Freeze kernel threads in software_resume()Dexuan Cui
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig
2020-04-27sysctl: avoid forward declarationsChristoph Hellwig
2020-04-27sysctl: remove all extern declaration from sysctl.cChristoph Hellwig
2020-04-27mm: remove watermark_boost_factor_sysctl_handlerChristoph Hellwig
2020-04-26bpf: Make verifier log more relevant by defaultAndrii Nakryiko
2020-04-26bpf: add bpf_ktime_get_boot_ns()Maciej Żenczykowski
2020-04-26net: bpf: Make bpf_ktime_get_ns() available to non GPL programsMaciej Żenczykowski
2020-04-26bpf: Fix missing bpf_base_func_proto in cgroup_base_func_proto for CGROUP_NET=nStanislav Fomichev
2020-04-26bpf: Enable more helpers for BPF_PROG_TYPE_CGROUP_{DEVICE,SYSCTL,SOCKOPT}Stanislav Fomichev
2020-04-26bpf: Remove set but not used variable 'dst_known'Mao Wenan
2020-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
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-22xdp: export the DEV_MAP_BULK_SIZE macroIoana Ciornei
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
2020-04-21kernel/module: Hide vermagic header file from general useLeon Romanovsky
2020-04-21signal: Avoid corrupting si_pid and si_uid in do_notify_parentEric W. Biederman
2020-04-20bpf: Fix handling of XADD on BTF memoryJann Horn
2020-04-20bpf: Forbid XADD on spilled pointers for unprivileged usersJann Horn
2020-04-20cpumap: Avoid warning when CONFIG_DEBUG_PER_CPU_MAPS is enabledToke Høiland-Jørgensen
2020-04-20audit: check the length of userspace generated audit recordsPaul Moore
2020-04-19Merge tag 'timers-urgent-2020-04-19' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2020-04-19Merge tag 'irq-urgent-2020-04-19' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-04-19Merge tag 'sched-urgent-2020-04-19' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-04-19Merge tag 'core-urgent-2020-04-19' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-04-18Merge tag 'for-linus-2020-04-18' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds