aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2024-01-26Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Gravatar Jakub Kicinski 14-388/+1323
2024-01-25bpf: Fix error checks against bpf_get_btf_vmlinux().Gravatar Kui-Feng Lee 2-1/+6
2024-01-25Merge tag 'urgent-rcu.2024.01.24a' of https://github.com/neeraju/linuxGravatar Linus Torvalds 2-3/+34
2024-01-24bpf: Support symbolic BPF FS delegation mount optionsGravatar Andrii Nakryiko 1-38/+211
2024-01-24bpf: Fail BPF_TOKEN_CREATE if no delegation option was set on BPF FSGravatar Andrii Nakryiko 1-1/+9
2024-01-24bpf,lsm: Add BPF token LSM hooksGravatar Andrii Nakryiko 2-1/+15
2024-01-24bpf,lsm: Refactor bpf_map_alloc/bpf_map_free LSM hooksGravatar Andrii Nakryiko 2-5/+5
2024-01-24bpf,lsm: Refactor bpf_prog_alloc/bpf_prog_free LSM hooksGravatar Andrii Nakryiko 2-14/+16
2024-01-24bpf: Consistently use BPF token throughout BPF verifier logicGravatar Andrii Nakryiko 3-9/+8
2024-01-24bpf: Take into account BPF token when fetching helper protosGravatar Andrii Nakryiko 4-9/+10
2024-01-24bpf: Add BPF token support to BPF_PROG_LOAD commandGravatar Andrii Nakryiko 4-27/+97
2024-01-24bpf: Add BPF token support to BPF_BTF_LOAD commandGravatar Andrii Nakryiko 1-2/+21
2024-01-24bpf: Add BPF token support to BPF_MAP_CREATE commandGravatar Andrii Nakryiko 3-15/+63
2024-01-24bpf: Introduce BPF token objectGravatar Andrii Nakryiko 4-6/+242
2024-01-24bpf: Add BPF token delegation mount options to BPF FSGravatar Andrii Nakryiko 1-12/+78
2024-01-24bpf: Align CAP_NET_ADMIN checks with bpf_capable() approachGravatar Andrii Nakryiko 1-4/+9
2024-01-24Merge tag 'execve-v6.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+1
2024-01-24exec: Distinguish in_execve from in_execGravatar Kees Cook 1-0/+1
2024-01-24rcu: Defer RCU kthreads wakeup when CPU is dyingGravatar Frederic Weisbecker 2-3/+34
2024-01-23bpf: export btf_ctx_access to modules.Gravatar Kui-Feng Lee 1-0/+1
2024-01-23bpf, net: switch to dynamic registrationGravatar Kui-Feng Lee 3-103/+95
2024-01-23bpf: validate value_typeGravatar Kui-Feng Lee 1-33/+60
2024-01-23bpf: hold module refcnt in bpf_struct_ops map creation and prog verification.Gravatar Kui-Feng Lee 2-6/+34
2024-01-23bpf: pass attached BTF to the bpf_struct_ops subsystemGravatar Kui-Feng Lee 3-22/+54
2024-01-23bpf: lookup struct_ops types from a given module BTF.Gravatar Kui-Feng Lee 2-6/+7
2024-01-23bpf: pass btf object id in bpf_map_info.Gravatar Kui-Feng Lee 2-0/+9
2024-01-23bpf: make struct_ops_map support btfs other than btf_vmlinux.Gravatar Kui-Feng Lee 1-9/+15
2024-01-23bpf: add struct_ops_tab to btf.Gravatar Kui-Feng Lee 1-0/+55
2024-01-23bpf, net: introduce bpf_struct_ops_desc.Gravatar Kui-Feng Lee 2-42/+46
2024-01-23bpf: get type information with BTF_ID_LISTGravatar Kui-Feng Lee 1-9/+8
2024-01-23bpf: refactory struct_ops type initialization to a function.Gravatar Kui-Feng Lee 2-74/+88
2024-01-23bpf: Store cookies in kprobe_multi bpf_link_info dataGravatar Jiri Olsa 1-0/+15
2024-01-23bpf: Add cookie to perf_event bpf_link_info recordsGravatar Jiri Olsa 1-0/+4
2024-01-23bpf: Refactor ptr alu checking rules to allow alu explicitlyGravatar Hao Sun 1-7/+14
2024-01-23bpf: Track aligned st store as imprecise spilled registersGravatar Yonghong Song 1-2/+15
2024-01-23bpf: Assign ID to scalars on spillGravatar Maxim Mikityanskiy 1-1/+7
2024-01-23bpf: Add the get_reg_width functionGravatar Maxim Mikityanskiy 1-2/+7
2024-01-23bpf: Add the assign_scalar_id_before_mov functionGravatar Maxim Mikityanskiy 1-14/+19
2024-01-23bpf: make infinite loop detection in is_state_visited() exactGravatar Eduard Zingerman 1-1/+1
2024-01-23bpf: support multiple tags per argumentGravatar Andrii Nakryiko 1-23/+41
2024-01-23bpf: prepare btf_prepare_func_args() for multiple tags per argumentGravatar Andrii Nakryiko 2-17/+37
2024-01-23bpf: make sure scalar args don't accept __arg_nonnull tagGravatar Andrii Nakryiko 1-4/+4
2024-01-23bpf: Support inlining bpf_kptr_xchg() helperGravatar Hou Tao 3-0/+28
2024-01-22tracing: Ensure visibility when inserting an element into tracing_mapGravatar Petr Pavlu 1-1/+6
2024-01-21Merge tag 'timers-core-2024-01-21' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-0/+5
2024-01-19tick-sched: Fix idle and iowait sleeptime accounting vs CPU hotplugGravatar Heiko Carstens 1-0/+5
2024-01-18Merge tag 'kgdb-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/dan...Gravatar Linus Torvalds 1-2/+0
2024-01-18Merge tag 'net-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Gravatar Linus Torvalds 2-26/+209
2024-01-18Merge tag 'dma-mapping-6.8-2024-01-18' of git://git.infradead.org/users/hch/d...Gravatar Linus Torvalds 2-1/+5
2024-01-18Merge tag 'iommu-updates-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-1/+1