aboutsummaryrefslogtreecommitdiff
path: root/tools/include
AgeCommit message (Expand)AuthorFilesLines
2022-10-04Merge tag 'net-next-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 2-29/+158
2022-10-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-2/+5
2022-10-03Merge tag 'rust-v6.1-rc1' of https://github.com/Rust-for-Linux/linuxGravatar Linus Torvalds 1-1/+1
2022-10-03Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfGravatar Jakub Kicinski 1-2/+5
2022-10-03Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar Jakub Kicinski 1-4/+55
2022-10-03Merge tag 'nolibc.2022.09.30a' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 2-3/+3
2022-09-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 2-20/+2
2022-09-28bpf: Handle bpf_link_info for the parameterized task BPF iterators.Gravatar Kui-Feng Lee 1-0/+4
2022-09-28bpf: Parameterize task iterators.Gravatar Kui-Feng Lee 1-0/+6
2022-09-28kallsyms: increase maximum kernel symbol length to 512Gravatar Miguel Ojeda 1-1/+1
2022-09-27headers: Remove some left-over license textGravatar Christophe JAILLET 1-5/+0
2022-09-26bpf: Return value in kprobe get_func_ip only for entry addressGravatar Jiri Olsa 1-0/+1
2022-09-26Merge tag 'mm-hotfixes-stable-2022-09-26' of git://git.kernel.org/pub/scm/lin...Gravatar Linus Torvalds 2-20/+2
2022-09-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-2/+2
2022-09-21bpf: Add bpf_user_ringbuf_drain() helperGravatar David Vernet 1-0/+38
2022-09-21bpf: Define new BPF_MAP_TYPE_USER_RINGBUF map typeGravatar David Vernet 1-0/+1
2022-09-21bpf, cgroup: Reject prog_attach_flags array when effective queryGravatar Pu Lehui 1-2/+5
2022-09-13tools/include/uapi: Fix <asm/errno.h> for parisc and xtensaGravatar Ben Hutchings 1-2/+2
2022-09-11tools: fix compilation after gfp_types.h splitGravatar Matthew Wilcox (Oracle) 2-20/+2
2022-09-06bpf: Update descriptions for helpers bpf_get_func_arg[_cnt]()Gravatar Yonghong Song 1-4/+5
2022-09-06Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar Paolo Abeni 1-14/+69
2022-09-02bpf: Support getting tunnel flagsGravatar Shmulik Ladkani 1-1/+9
2022-08-31tools/nolibc: make sys_mmap() automatically use the right __NR_mmap definitionGravatar Willy Tarreau 1-1/+1
2022-08-31tools/nolibc: fix build warning in sys_mmap() when my_syscall6 is not definedGravatar Willy Tarreau 1-1/+1
2022-08-31tools/nolibc: make argc 32-bit in riscv startup codeGravatar Willy Tarreau 1-1/+1
2022-08-26bpf: Fix a few typos in BPF helpers documentationGravatar Quentin Monnet 1-8/+8
2022-08-25bpf: Add CGROUP prefix to cgroup_iter_orderGravatar Hao Luo 1-5/+5
2022-08-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 6-89/+427
2022-08-25bpf: Introduce cgroup iterGravatar Hao Luo 1-0/+30
2022-08-23bpf: update bpf_{g,s}et_retval documentationGravatar Stanislav Fomichev 1-5/+17
2022-08-23bpf, flow_dissector: Introduce BPF_FLOW_DISSECTOR_CONTINUE retcode for bpf progsGravatar Shmulik Ladkani 1-0/+5
2022-08-22perf tools: Fix compile error for x86Gravatar Yang Jihong 1-0/+4
2022-08-19tools headers UAPI: Sync linux/perf_event.h with the kernel sourcesGravatar Namhyung Kim 1-1/+4
2022-08-19tools include UAPI: Sync linux/vhost.h with the kernel sourcesGravatar Arnaldo Carvalho de Melo 1-0/+9
2022-08-19tools headers UAPI: Sync linux/kvm.h with the kernel sourcesGravatar Arnaldo Carvalho de Melo 1-0/+108
2022-08-19tools headers UAPI: Sync drm/i915_drm.h with the kernel sourcesGravatar Arnaldo Carvalho de Melo 1-87/+300
2022-08-19tools headers UAPI: Sync linux/fscrypt.h with the kernel sourcesGravatar Arnaldo Carvalho de Melo 1-1/+2
2022-08-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netGravatar Jakub Kicinski 1-1/+1
2022-08-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextGravatar Jakub Kicinski 1-4/+29
2022-08-15bpf: Clear up confusion in bpf_skb_adjust_room()'s documentationGravatar Quentin Monnet 1-2/+4
2022-08-11perf tools: Sync addition of PERF_MEM_SNOOPX_PEERGravatar Ali Saidi 1-1/+1
2022-08-09bpf: Add BPF-helper for accessing CLOCK_TAIGravatar Jesper Dangaard Brouer 1-0/+13
2022-08-08bpf: Improve docstring for BPF_F_USER_BUILD_ID flagGravatar Dave Marchevsky 1-2/+12
2022-08-07Merge tag 'bitmap-6.0-rc1' of https://github.com/norov/linuxGravatar Linus Torvalds 3-20/+42
2022-08-06Merge tag 'perf-tools-for-v6.0-2022-08-04' of git://git.kernel.org/pub/scm/li...Gravatar Linus Torvalds 2-0/+66
2022-08-05Merge tag 'asm-generic-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+1
2022-08-03Merge tag 'net-next-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Gravatar Linus Torvalds 4-15/+134
2022-08-03Merge tag 'xarray-6.0' of git://git.infradead.org/users/willy/xarrayGravatar Linus Torvalds 1-0/+2
2022-08-02Merge tag 'flexible-array-transformations-UAPI-6.0-rc1' of git://git.kernel.o...Gravatar Linus Torvalds 9-17/+17
2022-08-02Merge tag 'docs-6.0' of git://git.lwn.net/linuxGravatar Linus Torvalds 1-1/+1