summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-12-13bpf: Fix configuration-dependent BTF function referencesThomas Weißschuh
2024-12-13Merge branch 'add-fd_array_cnt-attribute-for-bpf_prog_load'Andrii Nakryiko
2024-12-13selftest/bpf: Replace magic constants by macrosAnton Protopopov
2024-12-13selftests/bpf: Add tests for fd_array_cntAnton Protopopov
2024-12-13libbpf: prog load: Allow to use fd_array_cntAnton Protopopov
2024-12-13bpf: Add fd_array_cnt attribute for prog_loadAnton Protopopov
2024-12-13bpf: Refactor check_pseudo_btf_idAnton Protopopov
2024-12-13bpf: Move map/prog compatibility checksAnton Protopopov
2024-12-13bpf: Add a __btf_get_by_fd helperAnton Protopopov
2024-12-13Merge branch 'bpftool-btf-support-dumping-a-single-type-from-file'Andrii Nakryiko
2024-12-13bpftool: bash: Add bash completion for root_id argumentDaniel Xu
2024-12-13bpftool: btf: Support dumping a specific types from fileDaniel Xu
2024-12-13bpftool: btf: Validate root_type_ids earlyDaniel Xu
2024-12-13bpftool: man: Add missing format argument to command descriptionDaniel Xu
2024-12-12selftests/bpf: make BPF_TARGET_ENDIAN non-recursive to speed up *.bpf.o buildEduard Zingerman
2024-12-12Merge branch 'libbpf-extend-linker-api-to-support-in-memory-elf-files'Andrii Nakryiko
2024-12-12libbpf: Extend linker API to support in-memory ELF filesAlastair Robertson
2024-12-12libbpf: Pull file-opening logic up to top-level functionsAlastair Robertson
2024-12-12bpftool: Probe for ISA v4 instruction set extensionSimone Magnani
2024-12-10kbuild/btf: Propagate CONFIG_WERROR to resolve_btfidsThomas Weißschuh
2024-12-10tools/resolve_btfids: Add --fatal_warnings optionThomas Weißschuh
2024-12-09selftests/bpf: Fix fill_link_info selftest on powerpcSaket Kumar Bhaskar
2024-12-09selftests/bpf: Add more stats into veristatMykyta Yatsenko
2024-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfAlexei Starovoitov
2024-12-08Linux 6.13-rc2v6.13-rc2Linus Torvalds
2024-12-08Merge tag 'kbuild-fixes-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-12-08Merge tag 'irq_urgent_for_v6.13_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2024-12-08Merge tag 'timers_urgent_for_v6.13_rc2' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2024-12-08Merge tag 'x86_urgent_for_v6.13_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2024-12-08Merge tag 'mm-hotfixes-stable-2024-12-07-22-39' of git://git.kernel.org/pub/s...Linus Torvalds
2024-12-08kbuild: deb-pkg: fix build error with O=Masahiro Yamada
2024-12-08modpost: Add .irqentry.text to OTHER_SECTIONSThomas Gleixner
2024-12-07Merge tag '6.13-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2024-12-07Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds
2024-12-07Merge tag 'block-6.13-20241207' of git://git.kernel.dk/linuxLinus Torvalds
2024-12-07Merge tag 'io_uring-6.13-20241207' of git://git.kernel.dk/linuxLinus Torvalds
2024-12-07Merge tag 'ubifs-for-linus-6.13-rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2024-12-06Merge tag 'bpf-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfLinus Torvalds
2024-12-06Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2024-12-06Merge tag 'fixes-2024-12-06' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2024-12-06Merge tag 'drm-fixes-2024-12-06' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2024-12-06Merge tag 'amd-drm-fixes-6.13-2024-12-04' of https://gitlab.freedesktop.org/a...Simona Vetter
2024-12-06Merge tag 'drm-fixes-2024-12-07' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2024-12-06Merge tag 'sound-6.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2024-12-06Merge tag 'regmap-fix-v6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2024-12-06Merge tag 'spi-fix-v6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2024-12-06Merge tag 'mmc-v6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...Linus Torvalds
2024-12-06Merge tag 'pmdomain-v6.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-12-06x86/CPU/AMD: WARN when setting EFER.AUTOIBRS if and only if the WRMSR failsSean Christopherson
2024-12-06selftests/bpf: Consolidate kernel modules into common directoryToke Høiland-Jørgensen