- 2c78ee8 bpf: Implement CAP_BPF by Alexei Starovoitov · 4 years, 8 months ago
- db612f7 xdp: Cpumap redirect use frame_sz and increase skb_tailroom by Jesper Dangaard Brouer · 4 years, 8 months ago
- d00f26b Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next by David S. Miller · 4 years, 8 months ago
- c70f34a bpf: Fix bpf_iter's task iterator logic by Andrii Nakryiko · 4 years, 8 months ago
- 3c32cc1 bpf: Enable bpf_iter targets registering ctx argument types by Yonghong Song · 4 years, 8 months ago
- ab2ee4f bpf: Change func bpf_iter_unreg_target() signature by Yonghong Song · 4 years, 8 months ago
- 15172a4 bpf: net: Refactor bpf_iter target registration by Yonghong Song · 4 years, 8 months ago
- 2e3ed68 bpf: Add comments to interpret bpf_prog return values by Yonghong Song · 4 years, 8 months ago
- 385bbf7 bpf, libbpf: Replace zero-length array with flexible-array by Gustavo A. R. Silva · 4 years, 8 months ago
- 9c5f8a10 bpf: Support variable length array in tracing programs by Yonghong Song · 4 years, 8 months ago
- 1d68f22 bpf: Handle spilled PTR_TO_BTF_ID properly when checking stack_boundary by Yonghong Song · 4 years, 8 months ago
- 492e639 bpf: Add bpf_seq_printf and bpf_seq_write helpers by Yonghong Song · 4 years, 8 months ago
- b121b34 bpf: Add PTR_TO_BTF_ID_OR_NULL support by Yonghong Song · 4 years, 8 months ago
- eaaacd2 bpf: Add task and task/file iterator targets by Yonghong Song · 4 years, 8 months ago
- 6086d29 bpf: Add bpf_map iterator by Yonghong Song · 4 years, 8 months ago
- e5158d9 bpf: Implement common macros/helpers for target iterators by Yonghong Song · 4 years, 8 months ago
- 367ec3e bpf: Create file bpf iterator by Yonghong Song · 4 years, 8 months ago
- ac51d99 bpf: Create anonymous bpf iterator by Yonghong Song · 4 years, 8 months ago
- fd4f12b bpf: Implement bpf_seq_read() for bpf iterator by Yonghong Song · 4 years, 8 months ago
- 2057c92 bpf: Support bpf tracing/iter programs for BPF_LINK_UPDATE by Yonghong Song · 4 years, 8 months ago
- de4e05c bpf: Support bpf tracing/iter programs for BPF_LINK_CREATE by Yonghong Song · 4 years, 8 months ago
- 15d83c4 bpf: Allow loading of a bpf_iter program by Yonghong Song · 4 years, 8 months ago
- ae24345 bpf: Implement an interface to register bpf_iter targets by Yonghong Song · 4 years, 8 months ago
- 3793faa Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 8 months ago
- 5447e8e sysctl: Fix unused function warning by Arnd Bergmann · 4 years, 8 months ago
- 138c676 bpf: Fix use-after-free of bpf_link when priming half-fails by Andrii Nakryiko · 4 years, 8 months ago
- d46edd6 bpf: Sharing bpf runtime stats with BPF_ENABLE_STATS by Song Liu · 4 years, 8 months ago
- 449e14b bpf: Fix unused variable warning by Arnd Bergmann · 4 years, 8 months ago
- 64d8529 bpf: Allow bpf_map_lookup_elem for SOCKMAP and SOCKHASH by Jakub Sitnicki · 4 years, 8 months ago
- f2e10bf bpf: Add support for BPF_OBJ_GET_INFO_BY_FD for bpf_link by Andrii Nakryiko · 4 years, 8 months ago
- 2d602c8 bpf: Support GET_FD_BY_ID and GET_NEXT_ID for bpf_link by Andrii Nakryiko · 4 years, 8 months ago
- a3b80e1 bpf: Allocate ID for bpf_link by Andrii Nakryiko · 4 years, 8 months ago
- f9d0412 bpf: Refactor bpf_link update handling by Andrii Nakryiko · 4 years, 8 months ago
- 0b54142 Merge branch 'work.sysctl' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Daniel Borkmann · 4 years, 8 months ago
- 8c1b2bf bpf, cgroup: Remove unused exports by Christoph Hellwig · 4 years, 8 months ago
- 2351f8d PM: hibernate: Freeze kernel threads in software_resume() by Dexuan Cui · 4 years, 8 months ago
- 3292739 sysctl: pass kernel pointers to ->proc_handler by Christoph Hellwig · 4 years, 8 months ago
- f461d2d sysctl: avoid forward declarations by Christoph Hellwig · 4 years, 8 months ago
- 2374c09 sysctl: remove all extern declaration from sysctl.c by Christoph Hellwig · 4 years, 8 months ago
- 26363af mm: remove watermark_boost_factor_sysctl_handler by Christoph Hellwig · 4 years, 8 months ago
- 6f8a57c bpf: Make verifier log more relevant by default by Andrii Nakryiko · 4 years, 8 months ago
- 71d1921 bpf: add bpf_ktime_get_boot_ns() by Maciej Żenczykowski · 4 years, 8 months ago
- 082b57e net: bpf: Make bpf_ktime_get_ns() available to non GPL programs by Maciej Żenczykowski · 4 years, 9 months ago
- 6890896 bpf: Fix missing bpf_base_func_proto in cgroup_base_func_proto for CGROUP_NET=n by Stanislav Fomichev · 4 years, 8 months ago
- 0456ea1 bpf: Enable more helpers for BPF_PROG_TYPE_CGROUP_{DEVICE,SYSCTL,SOCKOPT} by Stanislav Fomichev · 4 years, 9 months ago
- b0b3fb6 bpf: Remove set but not used variable 'dst_known' by Mao Wenan · 4 years, 9 months ago
- d483389 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by David S. Miller · 4 years, 8 months ago
- b2768df Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 4 years, 8 months ago
- 05db498 Merge tag 'sched-urgent-2020-04-25' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 8 months ago
- e185880 Merge tag 'perf-urgent-2020-04-25' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 8 months ago
- ab51cac Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years, 8 months ago
- 6f302bf bpf: Make bpf_link_fops static by Zou Wei · 4 years, 8 months ago
- 03f87c0 bpf: Propagate expected_attach_type when verifying freplace programs by Toke Høiland-Jørgensen · 4 years, 8 months ago
- 4adb7a4 bpf: Fix leak in LINK_UPDATE and enforce empty old_prog_fd by Andrii Nakryiko · 4 years, 8 months ago
- 6ade99e proc: Put thread_pid in release_task not proc_flush_pid by Eric W. Biederman · 4 years, 8 months ago
- da5de55 Merge tag 'trace-v5.7-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 4 years, 8 months ago
- b4f6332 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 4 years, 8 months ago
- 788f87a xdp: export the DEV_MAP_BULK_SIZE macro by Ioana Ciornei · 4 years, 8 months ago
- d013496 tracing: Convert local functions in tracing_map.c to static by Jason Yan · 4 years, 9 months ago
- 353da87 ftrace: Fix memory leak caused by not freeing entry in unregister_ftrace_direct() by Steven Rostedt (VMware) · 4 years, 8 months ago
- 9da7397 tracing: Fix memory leaks in trace_events_hist.c by Vamshi K Sthambamkadi · 4 years, 9 months ago
- f3bed55 perf/core: fix parent pid/tid in task exit events by Ian Rogers · 4 years, 9 months ago
- eaf5a92 sched/core: Fix reset-on-fork from RT with uclamp by Quentin Perret · 4 years, 9 months ago
- 51161bf kernel/module: Hide vermagic header file from general use by Leon Romanovsky · 4 years, 9 months ago
- 61e713b signal: Avoid corrupting si_pid and si_uid in do_notify_parent by Eric W. Biederman · 4 years, 9 months ago
- 8ff3571 bpf: Fix handling of XADD on BTF memory by Jann Horn · 4 years, 9 months ago
- 6e7e63c bpf: Forbid XADD on spilled pointers for unprivileged users by Jann Horn · 4 years, 9 months ago
- bc23d0e cpumap: Avoid warning when CONFIG_DEBUG_PER_CPU_MAPS is enabled by Toke Høiland-Jørgensen · 4 years, 9 months ago
- 763dafc audit: check the length of userspace generated audit records by Paul Moore · 4 years, 9 months ago
- 3e0dea5 Merge tag 'timers-urgent-2020-04-19' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 9 months ago
- 80ade29 Merge tag 'irq-urgent-2020-04-19' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 9 months ago
- 08dd387 Merge tag 'sched-urgent-2020-04-19' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 9 months ago
- 5e7de58 Merge tag 'core-urgent-2020-04-19' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 9 months ago
- 774acb2 Merge tag 'for-linus-2020-04-18' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux by Linus Torvalds · 4 years, 9 months ago
- c837266 Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net by Linus Torvalds · 4 years, 9 months ago
- 94d440d proc, time/namespace: Show clock symbolic names in /proc/pid/timens_offsets by Andrei Vagin · 4 years, 9 months ago
- e0d648f sched/vtime: Work around an unitialized variable warning by Borislav Petkov · 4 years, 9 months ago
- 3662daf sched/isolation: Allow "isolcpus=" to skip unknown sub-parameters by Peter Xu · 4 years, 9 months ago
- a966dcf clone3: add build-time CLONE_ARGS_SIZE_VER* validity checks by Eugene Syromiatnikov · 4 years, 9 months ago
- 6217387 clone3: add a check for the user struct size if CLONE_INTO_CGROUP is set by Eugene Syromiatnikov · 4 years, 9 months ago
- e82a118 clone3: fix cgroup argument sanity check by Eugene Syromiatnikov · 4 years, 9 months ago
- 0bbe7f7 tracing: Fix the race between registering 'snapshot' event trigger and triggering 'snapshot' operation by Xiao Yang · 4 years, 9 months ago
- 89f33dc bpf: remove unneeded conversion to bool in __mark_reg_unknown by Zou Wei · 4 years, 9 months ago
- 1f6cb19 bpf: Prevent re-mmap()'ing BPF map as writable for initially r/o mapping by Andrii Nakryiko · 4 years, 9 months ago
- 07d8350 genirq: Remove setup_irq() and remove_irq() by afzal mohammed · 4 years, 9 months ago
- 40e7d7b Merge branch 'urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/urgent by Ingo Molnar · 4 years, 9 months ago
- 3075afd signal: use kill_proc_info instead of kill_pid_info in kill_something_info by Zhiqiang Liu · 4 years, 9 months ago
- eaec2b0 signal: check sig before setting info in kill_pid_usb_asyncio by Zhiqiang Liu · 4 years, 9 months ago
- 0785249 Merge tag 'timers-urgent-2020-04-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 9 months ago
- 590680d Merge tag 'sched-urgent-2020-04-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 9 months ago
- 20e2aa8 Merge tag 'perf-urgent-2020-04-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 9 months ago
- 652fa53 Merge tag 'locking-urgent-2020-04-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 9 months ago
- 75e7188 Merge tag 'dma-mapping-5.7-1' of git://git.infradead.org/users/hch/dma-mapping by Linus Torvalds · 4 years, 9 months ago
- 5b8b9d0 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 9 months ago
- f4d74ef kernel/gcov/fs.c: gcov_seq_next() should increase position index by Vasily Averin · 4 years, 9 months ago
- d7d27cf kmod: make request_module() return an error when autoloading is disabled by Eric Biggers · 4 years, 9 months ago
- ab6f762 printk: queue wake_up_klogd irq_work only if per-CPU areas are ready by Sergey Senozhatsky · 4 years, 10 months ago
- 87ad46e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 4 years, 9 months ago
- bbec2a2 Merge tag 'pm-5.7-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 4 years, 9 months ago
- 40fc7ad Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf by David S. Miller · 4 years, 9 months ago