summaryrefslogtreecommitdiffstats
path: root/tools/include
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org:/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2021-03-091-1/+0
|\
| * Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski2021-02-261-1/+0
| |\
| | * bpf: Remove blank line in bpf helper description commentHangbin Liu2021-02-241-1/+0
* | | tools headers UAPI: Update tools' copy of linux/coresight-pmu.hArnaldo Carvalho de Melo2021-03-061-5/+15
* | | tools headers: Update syscall.tbl files to support mount_setattrArnaldo Carvalho de Melo2021-03-061-0/+16
* | | tools headers UAPI: Sync kvm.h headers with the kernel sourcesArnaldo Carvalho de Melo2021-03-061-0/+73
* | | tools headers UAPI: Sync openat2.h with the kernel sourcesArnaldo Carvalho de Melo2021-03-061-0/+4
* | | tools headers UAPI: Sync drm/i915_drm.h with the kernel sourcesArnaldo Carvalho de Melo2021-03-061-1/+2
* | | tools headers UAPI: Update tools's copy of drm.h headersArnaldo Carvalho de Melo2021-03-061-48/+49
|/ /
* | Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-231-1/+3
|\ \
| * | fs: add mount_setattr()Christian Brauner2021-01-241-1/+3
* | | Merge tag 'modules-for-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-02-231-3/+0
|\ \ \
| * | | module: remove EXPORT_UNUSED_SYMBOL*Christoph Hellwig2021-02-081-2/+0
| * | | module: remove EXPORT_SYMBOL_GPL_FUTUREChristoph Hellwig2021-02-081-1/+0
| |/ /
* | | Merge tag 'objtool-core-2021-02-23' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2021-02-231-1/+12
|\ \ \
| * | | objtool: Combine UNWIND_HINT_RET_OFFSET and UNWIND_HINT_FUNCJosh Poimboeuf2021-01-261-1/+4
| * | | objtool: Add asm version of STACK_FRAME_NON_STANDARDJosh Poimboeuf2021-01-261-0/+8
* | | | Merge tag 'perf-tools-for-v5.12-2020-02-19' of git://git.kernel.org/pub/scm/l...Linus Torvalds2021-02-222-9/+90
|\ \ \ \
| * \ \ \ Merge branch 'perf/urgent' into perf/coreArnaldo Carvalho de Melo2021-02-161-0/+3
| |\ \ \ \
| | * | | | tools headers UAPI: Sync linux/prctl.h with the kernel sourcesArnaldo Carvalho de Melo2021-02-111-0/+3
| | | |/ / | | |/| |
| * | | | tools headers uapi: Update tools's copy of linux/perf_event.hKan Liang2021-02-081-4/+50
| * | | | Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo2021-01-202-5/+2
| |\| | |
| * | | | tools headers uapi: Sync tools/include/uapi/linux/perf_event.hJiri Olsa2020-12-281-5/+37
| | |/ / | |/| |
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-02-211-0/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | Merge tag 'kvmarm-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini2021-02-122-5/+2
| |\ \ \ | | | |/ | | |/|
| * | | KVM: PPC: Book3S HV: Introduce new capability for 2nd DAWRRavi Bangoria2021-02-101-0/+1
| | |/ | |/|
* | | Merge tag 'sched-core-2021-02-17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-212-1/+241
|\ \ \
| * | | static_call: Allow module use without exposing static_call_keyJosh Poimboeuf2021-02-171-2/+25
| * | | static_call: Pull some static_call declarations to the type headersPeter Zijlstra2021-02-171-0/+27
| * | | rbtree: Add generic add and find helpersPeter Zijlstra2021-02-171-1/+191
| | |/ | |/|
* | | Merge tag 'core-rcu-2021-02-17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-02-211-38/+115
|\ \ \
| * \ \ Merge branch 'for-mingo-nolibc' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2021-02-121-38/+115
| |\ \ \ | | |/ / | |/| |
| | * | tools/nolibc: Fix position of -lgcc in the documented exampleWilly Tarreau2021-01-211-1/+1
| | * | tools/nolibc: Emit detailed error for missing alternate syscall number defini...Willy Tarreau2021-01-211-13/+39
| | * | tools/nolibc: Remove incorrect definitions of __ARCH_WANT_*Willy Tarreau2021-01-211-8/+0
| | * | tools/nolibc: Get timeval, timespec and timezone from linux/time.hWilly Tarreau2021-01-211-18/+1
| | * | tools/nolibc: Implement poll() based on ppoll()Willy Tarreau2021-01-211-0/+10
| | * | tools/nolibc: Implement fork() based on clone()Willy Tarreau2021-01-211-0/+10
| | * | tools/nolibc: Make getpgrp() fall back to getpgid(0)Willy Tarreau2021-01-211-1/+19
| | * | tools/nolibc: Make dup2() rely on dup3() when availableWilly Tarreau2021-01-211-0/+26
| | * | tools/nolibc: Add the definition for dup()Willy Tarreau2021-01-211-0/+12
| | |/
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2021-02-164-6/+458
|\ \ \
| * | | bpf: Add BPF-helper for MTU checkingJesper Dangaard Brouer2021-02-131-0/+75
| * | | bpf: bpf_fib_lookup return MTU value as output when looked upJesper Dangaard Brouer2021-02-131-2/+9
| * | | bpf: Expose bpf_get_socket_cookie to tracing programsFlorent Revest2021-02-111-0/+8
| * | | bpf: Be less specific about socket cookies guaranteesFlorent Revest2021-02-111-4/+4
| * | | bpf: Count the number of times recursion was preventedAlexei Starovoitov2021-02-111-0/+1
| * | | samples/bpf: Set flag __SANE_USERSPACE_TYPES__ for MIPS to fix build warningsTiezhu Yang2021-01-261-0/+3
| * | | tools, headers: Sync struct bpf_perf_event_dataFlorian Lehner2021-01-261-0/+1
| * | | bpf: Remove extra lock_sock for TCP_ZEROCOPY_RECEIVEStanislav Fomichev2021-01-201-0/+357