summaryrefslogtreecommitdiff
path: root/tools/include/uapi/linux
AgeCommit message (Expand)AuthorFilesLines
2024-06-09Merge tag 'perf-tools-fixes-for-v6.10-2-2024-06-09' of git://git.kernel.org/p...Linus Torvalds2-3/+5
2024-06-03tools headers uapi: Sync linux/stat.h with the kernel sources to pick STATX_S...Arnaldo Carvalho de Melo1-1/+3
2024-05-30netdev: add qstat for csum completeJakub Kicinski1-0/+1
2024-05-28tools headers UAPI: Sync kvm headers with the kernel sourcesArnaldo Carvalho de Melo1-2/+2
2024-05-22Merge tag 'perf-tools-for-v6.10-1-2024-05-21' of git://git.kernel.org/pub/scm...Linus Torvalds9-1691/+15
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-0/+425
2024-05-17Merge tag 'powerpc-6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-1/+1
2024-05-14Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2-2271/+1
2024-05-14netdev: Add queue stats for TX stop and wakeDaniel Jurgens1-0/+2
2024-05-13tools: remove redundant ethtool.h from tooling infraTushar Vyavahare1-2271/+0
2024-05-07KVM: PPC: Fix documentation for ppc mmu capsJoel Stanley1-1/+1
2024-04-30bpf: Add support for kprobe session attachJiri Olsa1-0/+1
2024-04-30netdev: add queue statsXuan Zhuo1-0/+19
2024-04-29Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2-36/+2230
2024-04-27tools headers: Synchronize linux/bits.h with the kernel sourcesArnaldo Carvalho de Melo1-0/+15
2024-04-26selftests/mm: fix additional build errors for selftestsJohn Hubbard2-0/+425
2024-04-26bpf: add mrtt and srtt as BPF_SOCK_OPS_RTT_CB argsPhilo Lu1-0/+2
2024-04-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-685/+34
2024-04-24tools: sync include/uapi/linux/bpf.hBenjamin Tissoires1-0/+4
2024-04-22Merge remote-tracking branch 'torvalds/master' into perf-tools-nextArnaldo Carvalho de Melo1-684/+5
2024-04-19Revert "tools headers: Remove almost unused copy of uapi/stat.h, add few cond...Arnaldo Carvalho de Melo1-0/+195
2024-04-11tools/include: Sync uapi/linux/kvm.h and asm/kvm.h with the kernel sourcesNamhyung Kim1-684/+5
2024-04-11tools/include: Sync uapi/linux/fs.h with the kernel sourcesNamhyung Kim1-1/+29
2024-04-11bpf: Add bpf_link support for sk_msg and sk_skb progsYonghong Song1-0/+5
2024-04-05bpf: Pack struct bpf_fib_lookupAnton Protopopov1-1/+1
2024-04-03tools: Add ethtool.h header to tooling infraTushar Vyavahare1-31/+2198
2024-04-02bpf: Fix typo in uapi doc commentsDavid Lechner1-2/+2
2024-03-29bpf: Add support for passing mark with bpf_fib_lookupAnton Protopopov1-2/+18
2024-03-25bpf: Sync uapi bpf.h to tools directoryYonghong Song1-3/+4
2024-03-22perf beauty: Move uapi/linux/vhost.h copy out of the directory used to build ...Arnaldo Carvalho de Melo1-230/+0
2024-03-21perf beauty: Introduce scrape script for 'clone' syscall 'flags' argumentArnaldo Carvalho de Melo1-148/+0
2024-03-21tools headers: Remove almost unused copy of uapi/stat.h, add few conditional ...Arnaldo Carvalho de Melo1-195/+0
2024-03-21tools headers: Remove now unused copies of uapi/{fcntl,openat2}.h and asm/fcn...Arnaldo Carvalho de Melo2-166/+0
2024-03-21perf beauty: Move prctl.h files (uapi/linux and x86's) copy out of the direct...Arnaldo Carvalho de Melo1-309/+0
2024-03-21perf beauty: Move uapi/linux/usbdevice_fs.h copy out of the directory used to...Arnaldo Carvalho de Melo1-231/+0
2024-03-21perf beauty: Move uapi/linux/mount.h copy out of the directory used to build ...Arnaldo Carvalho de Melo1-211/+0
2024-03-21perf beauty: Move uapi/linux/fs.h copy out of the directory used to build perfArnaldo Carvalho de Melo1-368/+0
2024-03-20bpf: support BPF cookie in raw tracepoint (raw_tp, tp_btf) programsAndrii Nakryiko1-0/+1
2024-03-12Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-0/+19
2024-03-12bpf: Disasm support for addr_space_cast instruction.Alexei Starovoitov1-0/+4
2024-03-12bpf: Introduce bpf_arena.Alexei Starovoitov1-0/+10
2024-03-08netdev: add queue stat for alloc failuresJakub Kicinski1-0/+1
2024-03-08netdev: add per-queue statisticsJakub Kicinski1-0/+19
2024-03-07bpf: Introduce may_goto instructionAlexei Starovoitov1-0/+5
2024-03-03Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-2/+23
2024-03-01bpf: Replace bpf_lpm_trie_key 0-length array with flexible arrayKees Cook1-1/+18
2024-02-22bpf: Clarify batch lookup/lookup_and_delete semanticsMartin Kelly1-1/+5
2024-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski4-90/+124
2024-02-06bonding: Add independent control state machineAahil Awatramani1-0/+1
2024-01-30tools include UAPI: Sync linux/mount.h copy with the kernel sourcesArnaldo Carvalho de Melo1-0/+70