summaryrefslogtreecommitdiff
path: root/tools/include
AgeCommit message (Expand)Author
2023-05-17tools headers: Update the copy of x86's mem{cpy,set}_64.S used in 'perf bench'Arnaldo Carvalho de Melo
2023-05-16tools headers UAPI: Sync linux/prctl.h with the kernel sourcesArnaldo Carvalho de Melo
2023-05-10tools headers kvm: Sync uapi/{asm/linux} kvm.h headers with the kernel sourcesYanteng Si
2023-05-10tools include UAPI: Sync the sound/asound.h copy with the kernel sourcesYanteng Si
2023-05-10tools headers UAPI: Sync the linux/const.h with the kernel headersYanteng Si
2023-05-10tools headers UAPI: Sync the i915_drm.h with the kernel sourcesYanteng Si
2023-05-10tools headers UAPI: Sync the drm/drm.h with the kernel sourcesYanteng Si
2023-05-10tools headers UAPI: Sync the linux/in.h with the kernel sourcesYanteng Si
2023-05-07Merge tag 'perf-tools-for-v6.4-3-2023-05-06' of git://git.kernel.org/pub/scm/...Linus Torvalds
2023-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2023-04-28Merge tag 'objtool-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-04-27Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-04-27Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2023-04-26Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2023-04-26Merge tag 'kvmarm-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini
2023-04-25Merge tag 'asm-generic-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-04-24Merge tag 'v6.4/vfs.open' of git://git.kernel.org/pub/scm/linux/kernel/git/vf...Linus Torvalds
2023-04-24Merge tag 'docs-6.4' of git://git.lwn.net/linuxLinus Torvalds
2023-04-24Merge tag 'linux-kselftest-next-6.4-rc1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2023-04-24Merge tag 'nolibc.2023.04.04a' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-04-21selftests/mm: add new selftests for KSMStefan Roesch
2023-04-21tools: bpftool: print netfilter link infoFlorian Westphal
2023-04-21tools/virtio: fix build caused by virtio_ring changesShunsuke Mie
2023-04-15bpf: Introduce opaque bpf_refcount struct and add btf_record plumbingDave Marchevsky
2023-04-13Daniel Borkmann says:Jakub Kicinski
2023-04-11tools/nolibc/stdio: Implement vprintf()Mark Brown
2023-04-11bpf: Add log_true_size output field to return necessary log buffer sizeAndrii Nakryiko
2023-04-10tools include UAPI: Sync uapi/linux/perf_event.h with the kernel sourcesRavi Bangoria
2023-04-06tools: Rename __fallthrough to fallthroughLiam Howlett
2023-04-04perf cs-etm: Handle PERF_RECORD_AUX_OUTPUT_HW_ID packetMike Leach
2023-04-04perf cs-etm: Update record event to use new Trace ID protocolMike Leach
2023-04-04perf cs-etm: Move mapping of Trace ID and cpu into helper functionMike Leach
2023-03-30docs: move x86 documentation into Documentation/arch/Jonathan Corbet
2023-03-29macvlan: Add netlink attribute for broadcast cutoffHerbert Xu
2023-03-27tools/nolibc: x86_64: add stackprotector supportThomas Weißschuh
2023-03-27tools/nolibc: i386: add stackprotector supportThomas Weißschuh
2023-03-27tools/nolibc: add support for stack protectorThomas Weißschuh
2023-03-27tools/nolibc: add helpers for wait() signal exitsThomas Weißschuh
2023-03-27tools/nolibc: add definitions for standard fdsThomas Weißschuh
2023-03-23x86,objtool: Split UNWIND_HINT_EMPTY in twoJosh Poimboeuf
2023-03-23x86,objtool: Separate unret validation from unwind hintsJosh Poimboeuf
2023-03-23x86,objtool: Introduce ORC_TYPE_*Josh Poimboeuf
2023-03-23objtool: Add objtool_types.hJosh Poimboeuf
2023-03-22bpf: Update the struct_ops of a bpf_link.Kui-Feng Lee
2023-03-22bpf: Create links for BPF struct_ops maps.Kui-Feng Lee
2023-03-22open: return EINVAL for O_DIRECTORY | O_CREATChristian Brauner
2023-03-20tools/nolibc: Add support for LoongArchFeiyang Chen
2023-03-20tools/nolibc: Add statx() and make stat() rely on statx() if necessaryFeiyang Chen
2023-03-20tools/nolibc: Include linux/fcntl.h and remove duplicate codeFeiyang Chen
2023-03-20tools/nolibc: check for S_I* macros before defining themWilly Tarreau