aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2022-07-22ftrace: Allow IPMODIFY and DIRECT ops on the same functionGravatar Song Liu 1-26/+216
2022-07-22ftrace: Add modify_ftrace_direct_multi_nolockGravatar Song Liu 1-24/+62
2022-07-21bpf: Add support for forcing kfunc args to be trustedGravatar Kumar Kartikeya Dwivedi 1-3/+14
2022-07-21bpf: Switch to new kfunc flags infrastructureGravatar Kumar Kartikeya Dwivedi 2-66/+54
2022-07-21bpf: Check attach_func_proto more carefully in check_helper_callGravatar Stanislav Fomichev 1-1/+3
2022-07-19bpf: remove obsolete KMALLOC_MAX_SIZE restriction on array map value sizeGravatar Andrii Nakryiko 1-4/+2
2022-07-19bpf: make uniform use of array->elem_size everywhere in arraymap.cGravatar Andrii Nakryiko 1-6/+8
2022-07-19bpf: fix potential 32-bit overflow when accessing ARRAY map elementGravatar Andrii Nakryiko 1-8/+12
2022-07-19bpf: fix lsm_cgroup build errors on esoteric configsGravatar Stanislav Fomichev 2-3/+7
2022-07-15bpf: iterators: Build and use lightweight bootstrap version of bpftoolGravatar Pu Lehui 1-7/+3
2022-07-15bpf: Fix check against plain integer v 'NULL'Gravatar Ben Dooks 1-1/+2
2022-07-14bpf: Fix subprog names in stack traces.Gravatar Alexei Starovoitov 1-3/+1
2022-07-14bpf: Warn on non-preallocated case for BPF_PROG_TYPE_RAW_TRACEPOINT_WRITABLEGravatar Yafang Shao 1-0/+1
2022-07-13bpf: Tidy up verifier check_func_arg()Gravatar Joanne Koong 1-28/+38
2022-07-12bpf: Make non-preallocated allocation low priorityGravatar Yafang Shao 4-6/+6
2022-07-12bpf, x86: fix freeing of not-finalized bpf_prog_packGravatar Song Liu 1-17/+12
2022-07-12bpf: reparent bpf maps on memcg offliningGravatar Roman Gushchin 1-8/+28
2022-07-12bpf: add a ksym BPF iteratorGravatar Alan Maguire 1-0/+91
2022-07-11bpf: Remove is_valid_bpf_tramp_flags()Gravatar Xu Kuohai 2-0/+6
2022-07-09Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar Jakub Kicinski 10-207/+869
2022-07-08bpf: Check attach_func_proto more carefully in check_return_codeGravatar Stanislav Fomichev 1-5/+16
2022-07-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 2-70/+51
2022-07-07Merge tag 'net-5.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 1-66/+47
2022-07-07signal handling: don't use BUG_ON() for debuggingGravatar Linus Torvalds 1-4/+4
2022-07-05bpf, libbpf: Add type match supportGravatar Daniel Müller 1-0/+9
2022-07-01Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfGravatar Jakub Kicinski 1-66/+47
2022-07-01bpf: Fix insufficient bounds propagation from adjust_scalar_min_max_valsGravatar Daniel Borkmann 1-49/+23
2022-07-01bpf: Fix incorrect verifier simulation around jmp32's jeq/jneGravatar Daniel Borkmann 1-17/+24
2022-06-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 17-624/+85
2022-06-30sysctl: add proc_dointvec_ms_jiffies_minmaxGravatar Yuwei Wang 1-0/+41
2022-06-29bpf: expose bpf_{g,s}etsockopt to lsm cgroupGravatar Stanislav Fomichev 1-0/+38
2022-06-29bpf: implement BPF_PROG_QUERY for BPF_LSM_CGROUPGravatar Stanislav Fomichev 2-32/+71
2022-06-29bpf: minimize number of allocated lsm slots per programGravatar Stanislav Fomichev 5-16/+54
2022-06-29bpf: per-cgroup lsm flavorGravatar Stanislav Fomichev 7-11/+426
2022-06-29bpf: convert cgroup_bpf.progs to hlistGravatar Stanislav Fomichev 1-32/+44
2022-06-29bpf: add bpf_func_t and trampoline helpersGravatar Stanislav Fomichev 1-30/+33
2022-06-27tick/nohz: unexport __init-annotated tick_nohz_full_setup()Gravatar Masahiro Yamada 1-1/+0
2022-06-26Merge tag 'mm-hotfixes-stable-2022-06-26' of git://git.kernel.org/pub/scm/lin...Gravatar Linus Torvalds 1-7/+7
2022-06-26Merge tag 'dma-mapping-5.19-2022-06-26' of git://git.infradead.org/users/hch/...Gravatar Linus Torvalds 1-3/+2
2022-06-24bpf: Merge "types_are_compat" logic into relo_core.cGravatar Daniel Müller 1-83/+1
2022-06-24Merge tag 'block-5.19-2022-06-24' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-3/+0
2022-06-24Merge tag 'printk-for-5.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 9-605/+65
2022-06-24bpf: Fix for use-after-free bug in inline_bpf_loopGravatar Eduard Zingerman 1-1/+1
2022-06-24bpf: Replace hard-coded 0 with BPF_K in check_alu_opGravatar Simon Wang 1-1/+1
2022-06-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 14-24/+159
2022-06-23Merge tag 'pm-5.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Gravatar Linus Torvalds 1-1/+1
2022-06-23Merge tag 'trace-v5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 3-4/+10
2022-06-23Merge branch 'rework/kthreads' into for-linusGravatar Petr Mladek 9-605/+65
2022-06-23bpf: Require only one of cong_avoid() and cong_control() from a TCP CCGravatar Jörn-Thorben Hinz 1-4/+3
2022-06-23Revert "printk: add functions to prefer direct printing"Gravatar Petr Mladek 7-65/+2