summaryrefslogtreecommitdiffstats
path: root/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2024-02-027-11/+55
|\
| * Merge tag 'trace-v6.8-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2024-01-301-2/+4
| |\
| | * tracing/trigger: Fix to return error if failed to alloc snapshotMasami Hiramatsu (Google)2024-01-261-2/+4
| * | Merge tag 'mm-hotfixes-stable-2024-01-28-23-21' of git://git.kernel.org/pub/s...Linus Torvalds2024-01-301-1/+1
| |\ \
| | * | uprobes: use pagesize-aligned virtual address when replacing pagesDavid Hildenbrand2024-01-261-1/+1
| * | | Merge tag 'locking_urgent_for_v6.8_rc2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2024-01-282-6/+20
| |\ \ \
| | * | | futex: Prevent the reuse of stale pi_stateSebastian Andrzej Siewior2024-01-192-6/+20
| * | | | Merge tag 'irq_urgent_for_v6.8_rc2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-01-281-1/+1
| |\ \ \ \
| | * | | | genirq: Initialize resend_node hlist for all interrupt descriptorsDawei Li2024-01-241-1/+1
| | | |/ / | | |/| |
| * | | | Merge tag 'timers_urgent_for_v6.8_rc2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-01-282-1/+29
| |\ \ \ \
| | * | | | tick/sched: Preserve number of idle sleeps across CPU hotplug eventsTim Chen2024-01-251-0/+5
| | * | | | clocksource: Skip watchdog check for large watchdog intervalsJiri Wiesner2024-01-251-1/+24
| | |/ / /
* | | | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-01-2714-388/+1323
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | bpf: Fix error checks against bpf_get_btf_vmlinux().Kui-Feng Lee2024-01-262-1/+6
| * | | | bpf: Support symbolic BPF FS delegation mount optionsAndrii Nakryiko2024-01-251-38/+211
| * | | | bpf: Fail BPF_TOKEN_CREATE if no delegation option was set on BPF FSAndrii Nakryiko2024-01-251-1/+9
| * | | | bpf,lsm: Add BPF token LSM hooksAndrii Nakryiko2024-01-252-1/+15
| * | | | bpf,lsm: Refactor bpf_map_alloc/bpf_map_free LSM hooksAndrii Nakryiko2024-01-252-5/+5
| * | | | bpf,lsm: Refactor bpf_prog_alloc/bpf_prog_free LSM hooksAndrii Nakryiko2024-01-252-14/+16
| * | | | bpf: Consistently use BPF token throughout BPF verifier logicAndrii Nakryiko2024-01-253-9/+8
| * | | | bpf: Take into account BPF token when fetching helper protosAndrii Nakryiko2024-01-254-9/+10
| * | | | bpf: Add BPF token support to BPF_PROG_LOAD commandAndrii Nakryiko2024-01-254-27/+97
| * | | | bpf: Add BPF token support to BPF_BTF_LOAD commandAndrii Nakryiko2024-01-251-2/+21
| * | | | bpf: Add BPF token support to BPF_MAP_CREATE commandAndrii Nakryiko2024-01-253-15/+63
| * | | | bpf: Introduce BPF token objectAndrii Nakryiko2024-01-254-6/+242
| * | | | bpf: Add BPF token delegation mount options to BPF FSAndrii Nakryiko2024-01-251-12/+78
| * | | | bpf: Align CAP_NET_ADMIN checks with bpf_capable() approachAndrii Nakryiko2024-01-251-4/+9
| * | | | bpf: export btf_ctx_access to modules.Kui-Feng Lee2024-01-241-0/+1
| * | | | bpf, net: switch to dynamic registrationKui-Feng Lee2024-01-243-103/+95
| * | | | bpf: validate value_typeKui-Feng Lee2024-01-241-33/+60
| * | | | bpf: hold module refcnt in bpf_struct_ops map creation and prog verification.Kui-Feng Lee2024-01-242-6/+34
| * | | | bpf: pass attached BTF to the bpf_struct_ops subsystemKui-Feng Lee2024-01-243-22/+54
| * | | | bpf: lookup struct_ops types from a given module BTF.Kui-Feng Lee2024-01-242-6/+7
| * | | | bpf: pass btf object id in bpf_map_info.Kui-Feng Lee2024-01-242-0/+9
| * | | | bpf: make struct_ops_map support btfs other than btf_vmlinux.Kui-Feng Lee2024-01-241-9/+15
| * | | | bpf: add struct_ops_tab to btf.Kui-Feng Lee2024-01-241-0/+55
| * | | | bpf, net: introduce bpf_struct_ops_desc.Kui-Feng Lee2024-01-242-42/+46
| * | | | bpf: get type information with BTF_ID_LISTKui-Feng Lee2024-01-241-9/+8
| * | | | bpf: refactory struct_ops type initialization to a function.Kui-Feng Lee2024-01-242-74/+88
| * | | | bpf: Store cookies in kprobe_multi bpf_link_info dataJiri Olsa2024-01-241-0/+15
| * | | | bpf: Add cookie to perf_event bpf_link_info recordsJiri Olsa2024-01-241-0/+4
| * | | | bpf: Refactor ptr alu checking rules to allow alu explicitlyHao Sun2024-01-241-7/+14
| * | | | bpf: Track aligned st store as imprecise spilled registersYonghong Song2024-01-231-2/+15
| * | | | bpf: Assign ID to scalars on spillMaxim Mikityanskiy2024-01-231-1/+7
| * | | | bpf: Add the get_reg_width functionMaxim Mikityanskiy2024-01-231-2/+7
| * | | | bpf: Add the assign_scalar_id_before_mov functionMaxim Mikityanskiy2024-01-231-14/+19
| * | | | bpf: make infinite loop detection in is_state_visited() exactEduard Zingerman2024-01-231-1/+1
| * | | | bpf: support multiple tags per argumentAndrii Nakryiko2024-01-231-23/+41
| * | | | bpf: prepare btf_prepare_func_args() for multiple tags per argumentAndrii Nakryiko2024-01-232-17/+37
| * | | | bpf: make sure scalar args don't accept __arg_nonnull tagAndrii Nakryiko2024-01-231-4/+4