summaryrefslogtreecommitdiffstats
path: root/tools/include
AgeCommit message (Expand)AuthorLines
2021-07-05tools headers UAPI: Sync files changed by the quotactl_fd new syscallArnaldo Carvalho de Melo-1/+2
2021-07-05tools headers UAPI: Sync asm-generic/mman-common.h with the kernelArnaldo Carvalho de Melo-0/+3
2021-07-05tools headers UAPI: Update tools's copy of drm/drm.h headerArnaldo Carvalho de Melo-4/+24
2021-07-05tools headers UAPI: Sync drm/i915_drm.h with the kernel sourcesArnaldo Carvalho de Melo-34/+359
2021-07-05tools include UAPI: Sync sound/asound.h copy with the kernel sourcesArnaldo Carvalho de Melo-2/+28
2021-07-02Merge tag 'perf-tools-for-v5.14-2021-07-01' of git://git.kernel.org/pub/scm/l...Linus Torvalds-0/+117
2021-07-01tools headers UAPI: Sync linux/kvm.h with the kernel sourcesArnaldo Carvalho de Melo-0/+105
2021-07-01tools include UAPI: Update linux/mount.h copyArnaldo Carvalho de Melo-0/+1
2021-06-30Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-7/+75
2021-06-30tools lib: Adopt bitmap_intersects() operation from the kernel sourcesAlexey Bayduraev-0/+11
2021-06-28Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-0/+8
2021-06-19tools headers UAPI: Sync linux/in.h copy with the kernel sourcesArnaldo Carvalho de Melo-0/+3
2021-06-19tools headers UAPI: Sync asm-generic/unistd.h with the kernel originalArnaldo Carvalho de Melo-2/+1
2021-06-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-2/+3
2021-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller-2/+41
2021-06-15bpf: Support socket migration by eBPF.Kuniyuki Iwashima-0/+15
2021-06-15bpf: Support BPF_FUNC_get_socket_cookie() for BPF_PROG_TYPE_SK_REUSEPORT.Kuniyuki Iwashima-0/+1
2021-06-03Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar-5/+14
2021-05-29Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-2/+3
2021-05-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-12/+212
2021-05-27KVM: X86: Use _BITUL() macro in UAPI headersJoe Richey-2/+3
2021-05-26xdp: Extend xdp_redirect_map with broadcast supportHangbin Liu-2/+12
2021-05-24Merge tag 'perf-tools-fixes-for-v5.13-2021-05-24' of git://git.kernel.org/pub...Linus Torvalds-2/+2
2021-05-24bpf: Add lookup_and_delete_elem support to hashtabDenis Salopek-0/+13
2021-05-22linux/bits.h: fix compilation error with GENMASKRikard Falkeborn-1/+9
2021-05-21tools headers UAPI: Sync linux/perf_event.h with the kernel sourcesArnaldo Carvalho de Melo-1/+1
2021-05-21tools headers UAPI: Sync linux/fs.h with the kernel sourcesArnaldo Carvalho de Melo-1/+1
2021-05-19bpf: Add cmd alias BPF_PROG_RUNAlexei Starovoitov-0/+1
2021-05-19bpf: Add bpf_sys_close() helper.Alexei Starovoitov-0/+7
2021-05-19bpf: Add bpf_btf_find_by_name_kind() helper.Alexei Starovoitov-0/+7
2021-05-19bpf: Introduce fd_idxAlexei Starovoitov-5/+11
2021-05-19bpf: Introduce bpf_sys_bpf() helper and program type.Alexei Starovoitov-0/+8
2021-05-12sched: prctl() core-scheduling interfaceChris Hyser-0/+8
2021-05-10tools headers UAPI: Sync perf_event.h with the kernel sourcesArnaldo Carvalho de Melo-5/+21
2021-05-10tools arch: Update arch/x86/lib/mem{cpy,set}_64.S copies used in 'perf bench ...Arnaldo Carvalho de Melo-0/+0
2021-05-10tools headers UAPI: Sync linux/prctl.h with the kernel sourcesArnaldo Carvalho de Melo-0/+4
2021-05-10tools headers UAPI: Sync files changed by landlock, quotactl_path and mount_s...Arnaldo Carvalho de Melo-1/+10
2021-05-10tools headers UAPI: Sync linux/kvm.h with the kernel sourcesArnaldo Carvalho de Melo-0/+45
2021-05-10tools headers UAPI: Sync drm/i915_drm.h with the kernel sourcesArnaldo Carvalho de Melo-0/+1
2021-05-10tools headers UAPI: Update tools's copy of drm.h headersArnaldo Carvalho de Melo-4/+121
2021-05-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds-22/+84
2021-05-06tools: sync lib/find_bit implementationYury Norov-3/+55
2021-05-06tools: sync find_next_bit implementationYury Norov-6/+21
2021-05-06tools: sync small_const_nbits() macro with the kernelYury Norov-3/+3
2021-05-06tools: sync BITMAP_LAST_WORD_MASK() macro with the kernelYury Norov-6/+1
2021-05-06tools: bitmap: sync function declarations with the kernelYury Norov-4/+4
2021-05-01Merge tag 'perf-tools-for-v5.13-2021-04-29' of git://git.kernel.org/pub/scm/l...Linus Torvalds-0/+93
2021-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-0/+3
2021-04-29Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-10/+845
2021-04-29tools headers uapi: Update tools's copy of linux/perf_event.hJin Yao-0/+15