aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-05-01bpf: Fix use-after-free of bpf_link when priming half-failsAndrii Nakryiko1-6/+7
2020-05-01bpf: Sharing bpf runtime stats with BPF_ENABLE_STATSSong Liu2-1/+92
2020-04-30bpf: Fix unused variable warningArnd Bergmann1-1/+1
2020-04-29bpf: Allow bpf_map_lookup_elem for SOCKMAP and SOCKHASHJakub Sitnicki1-10/+35
2020-04-28bpf: Add support for BPF_OBJ_GET_INFO_BY_FD for bpf_linkAndrii Nakryiko4-21/+181
2020-04-28bpf: Support GET_FD_BY_ID and GET_NEXT_ID for bpf_linkAndrii Nakryiko1-0/+49
2020-04-28bpf: Allocate ID for bpf_linkAndrii Nakryiko2-53/+104
2020-04-28bpf: Refactor bpf_link update handlingAndrii Nakryiko3-36/+32
2020-04-28Merge branch 'work.sysctl' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/viro/vfsDaniel Borkmann18-1636/+1485
2020-04-27bpf, cgroup: Remove unused exportsChristoph Hellwig1-4/+0
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig18-207/+132
2020-04-27sysctl: avoid forward declarationsChristoph Hellwig1-1534/+1497
2020-04-27sysctl: remove all extern declaration from sysctl.cChristoph Hellwig1-42/+3
2020-04-27mm: remove watermark_boost_factor_sysctl_handlerChristoph Hellwig1-1/+1
2020-04-26bpf: Make verifier log more relevant by defaultAndrii Nakryiko1-4/+25
2020-04-26bpf: add bpf_ktime_get_boot_ns()Maciej Żenczykowski3-0/+17
2020-04-26net: bpf: Make bpf_ktime_get_ns() available to non GPL programsMaciej Żenczykowski1-1/+1
2020-04-26bpf: Fix missing bpf_base_func_proto in cgroup_base_func_proto for CGROUP_NET=nStanislav Fomichev2-0/+78
2020-04-26bpf: Enable more helpers for BPF_PROG_TYPE_CGROUP_{DEVICE,SYSCTL,SOCKOPT}Stanislav Fomichev1-17/+3
2020-04-26bpf: Remove set but not used variable 'dst_known'Mao Wenan1-3/+1
2020-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller17-88/+122
2020-04-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-0/+1
2020-04-25Merge tag 'sched-urgent-2020-04-25' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-7/+2
2020-04-25Merge tag 'perf-urgent-2020-04-25' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+10
2020-04-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds3-14/+39
2020-04-24bpf: Make bpf_link_fops staticZou Wei1-1/+1
2020-04-24bpf: Propagate expected_attach_type when verifying freplace programsToke Høiland-Jørgensen1-0/+8
2020-04-24bpf: Fix leak in LINK_UPDATE and enforce empty old_prog_fdAndrii Nakryiko1-2/+9
2020-04-24proc: Put thread_pid in release_task not proc_flush_pidEric W. Biederman1-0/+1
2020-04-24Merge tag 'trace-v5.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds3-3/+11
2020-04-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-1/+5
2020-04-22xdp: export the DEV_MAP_BULK_SIZE macroIoana Ciornei1-1/+0
2020-04-22tracing: Convert local functions in tracing_map.c to staticJason Yan1-3/+3
2020-04-22ftrace: Fix memory leak caused by not freeing entry in unregister_ftrace_direct()Steven Rostedt (VMware)1-0/+1
2020-04-22tracing: Fix memory leaks in trace_events_hist.cVamshi K Sthambamkadi1-0/+7
2020-04-22perf/core: fix parent pid/tid in task exit eventsIan Rogers1-3/+10
2020-04-22sched/core: Fix reset-on-fork from RT with uclampQuentin Perret1-7/+2
2020-04-21kernel/module: Hide vermagic header file from general useLeon Romanovsky1-0/+3
2020-04-21signal: Avoid corrupting si_pid and si_uid in do_notify_parentEric W. Biederman1-1/+5
2020-04-20bpf: Fix handling of XADD on BTF memoryJann Horn1-1/+1
2020-04-20bpf: Forbid XADD on spilled pointers for unprivileged usersJann Horn1-9/+19
2020-04-20cpumap: Avoid warning when CONFIG_DEBUG_PER_CPU_MAPS is enabledToke Høiland-Jørgensen1-1/+1
2020-04-20audit: check the length of userspace generated audit recordsPaul Moore1-0/+3
2020-04-19Merge tag 'timers-urgent-2020-04-19' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+14
2020-04-19Merge tag 'irq-urgent-2020-04-19' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-44/+0
2020-04-19Merge tag 'sched-urgent-2020-04-19' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-4/+21
2020-04-19Merge tag 'core-urgent-2020-04-19' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2020-04-18Merge tag 'for-linus-2020-04-18' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds2-10/+15
2020-04-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds3-12/+9
2020-04-16proc, time/namespace: Show clock symbolic names in /proc/pid/timens_offsetsAndrei Vagin1-1/+14