summaryrefslogtreecommitdiffstats
path: root/tools (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-next-2024-03-13' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds2024-03-149-567/+0
|\
| * Merge drm/drm-next into drm-misc-nextThomas Zimmermann2024-02-26118-484/+1216
| |\
| * | drm/edid/firmware: Remove built-in EDIDsMaxime Ripard2024-02-269-567/+0
* | | Merge tag 'pm-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds2024-03-132-1/+2
|\ \ \
| * \ \ Merge tag 'linux-cpupower-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kern...Rafael J. Wysocki2024-03-071-1/+1
| |\ \ \
| | * | | Fix cpupower-frequency-info.1 man page typoJan Kratochvil2024-03-061-1/+1
| * | | | tools/power x86_energy_perf_policy: Fix file leak in get_pkg_num()Samasth Norway Ananda2024-02-221-0/+1
| |/ / /
* | | | Merge tag 'gpio-updates-for-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2024-03-131-6/+3
|\ \ \ \
| * | | | selftest: gpio: remove obsolete gpio-mockup testKent Gibson2024-03-051-6/+3
* | | | | Merge tag 'slab-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...Linus Torvalds2024-03-131-1/+0
|\ \ \ \ \
| * | | | | slab: remove PARTIAL_NODE slab_stateChengming Zhou2024-03-051-1/+0
* | | | | | Merge tag 'lsm-pr-20240312' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-03-131-0/+6
|\ \ \ \ \ \
| * | | | | | evm: Move to LSM infrastructureRoberto Sassu2024-02-161-0/+3
| * | | | | | ima: Move to LSM infrastructureRoberto Sassu2024-02-161-0/+3
| | |_|_|/ / | |/| | | |
* | | | | | Merge tag 'net-next-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2024-03-13299-2853/+12167
|\ \ \ \ \ \
| * | | | | | nexthop: Fix out-of-bounds access during attribute validationIdo Schimmel2024-03-121-0/+6
| * | | | | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2024-03-1248-154/+2249
| |\ \ \ \ \ \
| | * | | | | | selftests/bpf: Add kprobe multi triggering benchmarksJiri Olsa2024-03-123-0/+50
| | * | | | | | selftests/bpf: Add bpf_arena_htab test.Alexei Starovoitov2024-03-116-0/+243
| | * | | | | | selftests/bpf: Add bpf_arena_list test.Alexei Starovoitov2024-03-114-0/+314
| | * | | | | | selftests/bpf: Add unit tests for bpf_arena_alloc/free_pagesAlexei Starovoitov2024-03-116-2/+227
| | * | | | | | bpf: Add helper macro bpf_addr_space_cast()Alexei Starovoitov2024-03-111-0/+43
| | * | | | | | libbpf: Recognize __arena global variables.Andrii Nakryiko2024-03-113-13/+120
| | * | | | | | bpftool: Recognize arena map typeAlexei Starovoitov2024-03-112-2/+2
| | * | | | | | libbpf: Add support for bpf_arena.Alexei Starovoitov2024-03-112-8/+46
| | * | | | | | libbpf: Add __arg_arena to bpf_helpers.hAlexei Starovoitov2024-03-111-0/+1
| | * | | | | | bpf: Disasm support for addr_space_cast instruction.Alexei Starovoitov2024-03-111-0/+4
| | * | | | | | bpf: Introduce bpf_arena.Alexei Starovoitov2024-03-111-0/+10
| | * | | | | | selftests/bpf: Add fexit and kretprobe triggering benchmarksAndrii Nakryiko2024-03-113-0/+50
| | * | | | | | bpftool: rename is_internal_mmapable_map into is_mmapable_mapAndrii Nakryiko2024-03-071-9/+9
| | * | | | | | libbpf: Allow specifying 64-bit integers in map BTF.Alexei Starovoitov2024-03-072-2/+43
| | * | | | | | selftests/bpf: Test cases for '?' in BTF namesEduard Zingerman2024-03-071-0/+29
| | * | | | | | selftests/bpf: Test case for SEC("?.struct_ops")Eduard Zingerman2024-03-072-6/+56
| | * | | | | | libbpf: Rewrite btf datasec names starting from '?'Eduard Zingerman2024-03-073-2/+41
| | * | | | | | libbpf: Struct_ops in SEC("?.struct_ops") / SEC("?.struct_ops.link")Eduard Zingerman2024-03-071-1/+14
| | * | | | | | libbpf: Replace elf_state->st_ops_* fields with SEC_ST_OPS sec_typeEduard Zingerman2024-03-071-29/+32
| | * | | | | | selftests/bpf: Verify struct_ops autoload/autocreate syncEduard Zingerman2024-03-074-4/+125
| | * | | | | | libbpf: Sync progs autoload with maps autocreate for struct_ops mapsEduard Zingerman2024-03-071-0/+43
| | * | | | | | selftests/bpf: Test autocreate behavior for struct_ops mapsEduard Zingerman2024-03-072-0/+118
| | * | | | | | selftests/bpf: Bad_struct_ops testEduard Zingerman2024-03-074-0/+88
| | * | | | | | selftests/bpf: Utility functions to capture libbpf log in test_progsEduard Zingerman2024-03-072-0/+62
| | * | | | | | selftests/bpf: Test struct_ops map definition with type suffixEduard Zingerman2024-03-073-10/+46
| | * | | | | | libbpf: Honor autocreate flag for struct_ops mapsEduard Zingerman2024-03-071-3/+15
| | * | | | | | libbpf: Tie struct_ops programs to kernel BTF ids, not to local idsEduard Zingerman2024-03-071-23/+26
| | * | | | | | libbpf: Allow version suffixes (___smth) for struct_ops typesEduard Zingerman2024-03-071-1/+5
| | * | | | | | selftests/bpf: Test may_gotoAlexei Starovoitov2024-03-072-3/+101
| | * | | | | | bpf: Add cond_break macroAlexei Starovoitov2024-03-071-0/+12
| | * | | | | | bpf: Introduce may_goto instructionAlexei Starovoitov2024-03-071-0/+5
| | * | | | | | selftests/bpf: Test struct_ops maps with a large number of struct_ops program.Kui-Feng Lee2024-03-043-0/+176
| | * | | | | | selftests/bpf: xdp_hw_metadata reduce sleep intervalSong Yoong Siang2024-03-041-1/+1