summaryrefslogtreecommitdiff
path: root/tools/include
AgeCommit message (Expand)AuthorFilesLines
2023-04-29Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-200/+57
2023-04-28Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+2
2023-04-28Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-0/+5
2023-04-27Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2-13/+100
2023-04-25Merge tag 'asm-generic-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-10/+0
2023-04-25Merge tag 'v6.4/vfs.open' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds1-1/+0
2023-04-24Merge tag 'docs-6.4' of git://git.lwn.net/linuxLinus Torvalds1-1/+1
2023-04-24Merge tag 'linux-kselftest-next-6.4-rc1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-0/+6
2023-04-24Merge tag 'nolibc.2023.04.04a' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds13-24/+498
2023-04-22selftests/mm: add new selftests for KSMStefan Roesch1-0/+2
2023-04-21tools: bpftool: print netfilter link infoFlorian Westphal1-0/+14
2023-04-21tools/virtio: fix build caused by virtio_ring changesShunsuke Mie1-0/+5
2023-04-16bpf: Introduce opaque bpf_refcount struct and add btf_record plumbingDave Marchevsky1-0/+4
2023-04-14Daniel Borkmann says:Jakub Kicinski1-11/+50
2023-04-11tools/nolibc/stdio: Implement vprintf()Mark Brown1-0/+6
2023-04-11bpf: Add log_true_size output field to return necessary log buffer sizeAndrii Nakryiko1-1/+11
2023-03-30docs: move x86 documentation into Documentation/arch/Jonathan Corbet1-1/+1
2023-03-29macvlan: Add netlink attribute for broadcast cutoffHerbert Xu1-0/+1
2023-03-28tools/nolibc: x86_64: add stackprotector supportThomas Weißschuh1-0/+5
2023-03-28tools/nolibc: i386: add stackprotector supportThomas Weißschuh1-1/+6
2023-03-28tools/nolibc: add support for stack protectorThomas Weißschuh3-2/+56
2023-03-28tools/nolibc: add helpers for wait() signal exitsThomas Weißschuh1-0/+2
2023-03-28tools/nolibc: add definitions for standard fdsThomas Weißschuh1-0/+5
2023-03-24x86,objtool: Split UNWIND_HINT_EMPTY in twoJosh Poimboeuf1-9/+18
2023-03-24x86,objtool: Separate unret validation from unwind hintsJosh Poimboeuf1-3/+2
2023-03-24x86,objtool: Introduce ORC_TYPE_*Josh Poimboeuf1-0/+1
2023-03-24objtool: Add objtool_types.hJosh Poimboeuf2-200/+48
2023-03-23bpf: Update the struct_ops of a bpf_link.Kui-Feng Lee1-5/+16
2023-03-23bpf: Create links for BPF struct_ops maps.Kui-Feng Lee1-1/+11
2023-03-22open: return EINVAL for O_DIRECTORY | O_CREATChristian Brauner1-1/+0
2023-03-20tools/nolibc: Add support for LoongArchFeiyang Chen2-0/+202
2023-03-20tools/nolibc: Add statx() and make stat() rely on statx() if necessaryFeiyang Chen1-0/+56
2023-03-20tools/nolibc: Include linux/fcntl.h and remove duplicate codeFeiyang Chen2-6/+1
2023-03-20tools/nolibc: check for S_I* macros before defining themWilly Tarreau1-1/+22
2023-03-20tools/nolibc: add getuid() and geteuid()Willy Tarreau1-0/+42
2023-03-20tools/nolibc: add integer types and integer limit macrosVincent Dagonneau1-0/+75
2023-03-20tools/nolibc: add stdint.hVincent Dagonneau3-16/+27
2023-03-20tools/nolibc: Add gitignore to avoid git complaints about sysrootPaul E. McKenney1-0/+1
2023-03-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski8-2/+31
2023-03-17Merge tag 'net-6.3-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-1/+3
2023-03-17ynl: broaden the license even moreJakub Kicinski1-1/+1
2023-03-14bpf: use canonical ftrace pathRoss Zwisler1-4/+4
2023-03-11xdp: add xdp_set_features_flag utility routineLorenzo Bianconi1-0/+2
2023-03-10Move bp_type_idx to include/linux/hw_breakpoint.hPalmer Dabbelt1-10/+0
2023-03-10Merge tag 'perf-tools-fixes-for-v6.3-1-2023-03-09' of git://git.kernel.org/pu...Linus Torvalds7-1/+28
2023-03-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-5/+8
2023-03-09bpf: Fix a typo for BPF_F_ANY_ALIGNMENT in bpf.hMichael Weiß1-1/+1
2023-03-09Merge tag 'net-6.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-1/+1
2023-03-09bpf: implement numbers iteratorAndrii Nakryiko1-0/+8
2023-03-08ynl: re-license uniformly under GPL-2.0 OR BSD-3-ClauseJakub Kicinski1-1/+1