aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-25cgroup: bpf: enable bpf programs to integrate with rstatYosry Ahmed1-0/+48
2022-08-25bpf: Introduce cgroup iterHao Luo2-0/+287
2022-08-24bpf: Fix reference state management for synchronous callbacksKumar Kartikeya Dwivedi1-9/+33
2022-08-23bpf: Move bpf_loop and bpf_for_each_map_elem under CAP_BPFKumar Kartikeya Dwivedi1-4/+4
2022-08-23bpf: expose bpf_strtol and bpf_strtoul to all program typesStanislav Fomichev2-5/+5
2022-08-23bpf: Use cgroup_{common,current}_func_proto in more hooksStanislav Fomichev2-11/+46
2022-08-23bpf: Introduce cgroup_{common,current}_func_protoStanislav Fomichev2-53/+98
2022-08-18bpf: Initialize the bpf_run_ctx in bpf_iter_run_prog()Martin KaFai Lau1-0/+5
2022-08-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski15-114/+157
2022-08-11Merge tag 'net-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds6-23/+51
2022-08-10bpf: Shut up kern_sys_bpf warning.Alexei Starovoitov1-0/+8
2022-08-10Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski5-17/+40
2022-08-10net: refactor bpf_sk_reuseport_detach()Hawkins Jiawei1-6/+3
2022-08-10bpf: Use bpf_map_area_alloc consistently on bpf map creationYafang Shao8-23/+22
2022-08-10bpf: Make __GFP_NOWARN consistent in bpf map creationYafang Shao6-7/+7
2022-08-10bpf: Use bpf_map_area_free instread of kvfreeYafang Shao1-2/+2
2022-08-10bpf: Remove unneeded memset in queue_stack_map creationYafang Shao1-2/+0
2022-08-10Merge tag 'cxl-for-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/cxl/cxlLinus Torvalds1-35/+150
2022-08-10bpf: Only allow sleepable program for resched-able iteratorHou Tao1-1/+10
2022-08-10bpf: Acquire map uref in .init_seq_private for hash map iteratorHou Tao1-0/+2
2022-08-10bpf: Acquire map uref in .init_seq_private for array map iteratorHou Tao1-0/+6
2022-08-10bpf: Disallow bpf programs call prog_run command.Alexei Starovoitov1-6/+14
2022-08-10bpf: export crash_kexec() as destructive kfuncArtem Savkov1-0/+18
2022-08-10bpf: add destructive kfunc flagArtem Savkov1-0/+5
2022-08-09bpf: Don't reinit map value in prealloc_lru_popKumar Kartikeya Dwivedi1-5/+1
2022-08-09bpf: Fix ref_obj_id for dynptr data slices in verifierJoanne Koong1-18/+20
2022-08-09bpf: Always return corresponding btf_type in __get_type_size()Yonghong Song1-5/+4
2022-08-09bpf: Add BPF-helper for accessing CLOCK_TAIJesper Dangaard Brouer2-0/+15
2022-08-09bpf: Cleanup check_refcount_okDave Marchevsky1-45/+29
2022-08-09bpf, iter: Fix the condition on p when calling stop.Hao Luo1-0/+5
2022-08-09cgroup: enable cgroup_get_from_file() on cgroup1Yosry Ahmed1-5/+0
2022-08-09btf: Add a new kfunc flag which allows to mark a function to be sleepableBenjamin Tissoires1-0/+9
2022-08-08Merge tag 'rproc-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/remoteproc/linuxLinus Torvalds1-2/+8
2022-08-08Merge tag 'sysctl-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linuxLinus Torvalds1-11/+9
2022-08-08Merge tag 'modules-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linuxLinus Torvalds6-33/+356
2022-08-08kernel/sysctl.c: Remove trailing white spaceFanjun Kong1-6/+6
2022-08-08kernel/sysctl.c: Clean up indentation, replace spaces with tab.Fanjun Kong1-2/+2
2022-08-08sysctl: Merge adjacent CONFIG_TREE_RCU blocksGeert Uytterhoeven1-3/+1
2022-08-08bpf: Verifier cleanupsJoanne Koong1-18/+32
2022-08-08bpf: Use proper target btf when exporting attach_btf_obj_idStanislav Fomichev1-4/+3
2022-08-07Merge tag 'mm-nonmm-stable-2022-08-06-2' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds6-30/+78
2022-08-06Merge tag 'sched-urgent-2022-08-06' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds4-10/+17
2022-08-06Merge tag 'perf-urgent-2022-08-06' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-2/+3
2022-08-06Merge tag 'powerpc-6.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-5/+16
2022-08-06Merge tag 'dma-mapping-5.20-2022-08-06' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds4-58/+303
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-1/+1
2022-08-05bpf: Cleanup ftrace hash in bpf_trampoline_putJiri Olsa1-1/+4
2022-08-05Merge tag 'trace-v6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds24-49/+1910
2022-08-04rv: Unlock on error path in rv_unregister_reactor()Dan Carpenter1-2/+4
2022-08-04Merge tag 'for-linus-6.0-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds2-28/+1