Age | Commit message (Expand) | Author | Files | Lines |
2021-09-14 | tools: compiler-gcc.h: Guard error attribute use with __has_attribute | Nathan Chancellor | 1 | -1/+3 |
2021-09-13 | Merge branch 'gcc-min-version-5.1' (make gcc-5.1 the minimum version) | Linus Torvalds | 2 | -144/+4 |
2021-09-13 | compiler-gcc.h: drop checks for older GCC versions | Nick Desaulniers | 1 | -3/+1 |
2021-09-13 | compiler.h: drop fallback overflow checkers | Nick Desaulniers | 2 | -141/+3 |
2021-09-11 | tools headers UAPI: Update tools's copy of drm.h headers | Arnaldo Carvalho de Melo | 1 | -2/+12 |
2021-09-11 | tools headers UAPI: Sync drm/i915_drm.h with the kernel sources | Arnaldo Carvalho de Melo | 1 | -81/+417 |
2021-09-11 | tools headers UAPI: Sync linux/fs.h with the kernel sources | Arnaldo Carvalho de Melo | 1 | -0/+1 |
2021-09-11 | tools headers UAPI: Sync linux/in.h copy with the kernel sources | Arnaldo Carvalho de Melo | 1 | -10/+32 |
2021-09-11 | tools include UAPI: Update linux/mount.h copy | Arnaldo Carvalho de Melo | 1 | -1/+2 |
2021-09-11 | tools headers UAPI: Sync linux/prctl.h with the kernel sources | Arnaldo Carvalho de Melo | 1 | -5/+7 |
2021-09-11 | tools include UAPI: Sync sound/asound.h copy with the kernel sources | Arnaldo Carvalho de Melo | 1 | -0/+1 |
2021-09-11 | tools headers UAPI: Sync linux/kvm.h with the kernel sources | Arnaldo Carvalho de Melo | 1 | -4/+7 |
2021-09-10 | tools headers UAPI: Sync files changed by new process_mrelease syscall and th... | Arnaldo Carvalho de Melo | 1 | -6/+8 |
2021-09-08 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -2/+2 |
2021-09-08 | tools: rename bitmap_alloc() to bitmap_zalloc() | Andy Shevchenko | 1 | -2/+2 |
2021-09-05 | Merge tag 'perf-tools-for-v5.15-2021-09-04' of git://git.kernel.org/pub/scm/l... | Linus Torvalds | 1 | -0/+18 |
2021-09-01 | Merge tag 'net-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 3 | -5/+169 |
2021-08-31 | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | Jakub Kicinski | 2 | -1/+86 |
2021-08-28 | ipv6: add IFLA_INET6_RA_MTU to expose mtu value | Rocco Yue | 1 | -0/+1 |
2021-08-25 | bpf: Add bpf_task_pt_regs() helper | Daniel Xu | 1 | -0/+7 |
2021-08-25 | tools: include: Add ethtool_drvinfo definition to UAPI header | Kumar Kartikeya Dwivedi | 1 | -0/+53 |
2021-08-24 | bpf: Migrate cgroup_bpf to internal cgroup_bpf_attach_type enum | Dave Marchevsky | 1 | -1/+1 |
2021-08-19 | tools: Add sparse context/locking annotations in compiler-types.h | Riccardo Mancini | 1 | -0/+18 |
2021-08-17 | bpf: Add bpf_get_attach_cookie() BPF helper to access bpf_cookie value | Andrii Nakryiko | 1 | -0/+16 |
2021-08-17 | bpf: Allow to specify user-provided bpf_cookie for BPF perf links | Andrii Nakryiko | 1 | -0/+7 |
2021-08-17 | bpf: Implement minimal BPF perf link | Andrii Nakryiko | 1 | -0/+2 |
2021-08-03 | bonding: add new option lacp_active | Hangbin Liu | 1 | -0/+1 |
2021-07-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2 | -7/+6 |
2021-07-20 | tools/nolibc: Implement msleep() | Mark Brown | 1 | -0/+13 |
2021-07-20 | tools: include: nolibc: Fix a typo occured to occurred in the file nolibc.h | Bhaskar Chowdhury | 1 | -1/+1 |
2021-07-16 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 1 | -4/+81 |
2021-07-16 | bpf: Add bpf_get_func_ip helper for kprobe programs | Jiri Olsa | 1 | -1/+1 |
2021-07-16 | bpf: Add bpf_get_func_ip helper for tracing programs | Jiri Olsa | 1 | -0/+7 |
2021-07-15 | bpf: Introduce bpf timers. | Alexei Starovoitov | 1 | -0/+73 |
2021-07-15 | bpf: Fix a typo of reuseport map in bpf.h. | Kuniyuki Iwashima | 1 | -1/+1 |
2021-07-15 | bpf: Sync tools/include/uapi/linux/bpf.h | Alexei Starovoitov | 1 | -3/+0 |
2021-07-14 | tools headers: Remove broken definition of __LITTLE_ENDIAN | Arnaldo Carvalho de Melo | 1 | -6/+0 |
2021-07-14 | tools headers UAPI: Sync files changed by the memfd_secret new syscall | Arnaldo Carvalho de Melo | 1 | -1/+6 |
2021-07-05 | tools headers UAPI: Sync files changed by the quotactl_fd new syscall | Arnaldo Carvalho de Melo | 1 | -1/+2 |
2021-07-05 | tools headers UAPI: Sync asm-generic/mman-common.h with the kernel | Arnaldo Carvalho de Melo | 1 | -0/+3 |
2021-07-05 | tools headers UAPI: Update tools's copy of drm/drm.h header | Arnaldo Carvalho de Melo | 1 | -4/+24 |
2021-07-05 | tools headers UAPI: Sync drm/i915_drm.h with the kernel sources | Arnaldo Carvalho de Melo | 1 | -34/+359 |
2021-07-05 | tools include UAPI: Sync sound/asound.h copy with the kernel sources | Arnaldo Carvalho de Melo | 1 | -2/+28 |
2021-07-02 | Merge tag 'perf-tools-for-v5.14-2021-07-01' of git://git.kernel.org/pub/scm/l... | Linus Torvalds | 3 | -0/+117 |
2021-07-01 | tools headers UAPI: Sync linux/kvm.h with the kernel sources | Arnaldo Carvalho de Melo | 1 | -0/+105 |
2021-07-01 | tools include UAPI: Update linux/mount.h copy | Arnaldo Carvalho de Melo | 1 | -0/+1 |
2021-07-01 | Merge tag 'net-next-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ne... | Linus Torvalds | 1 | -7/+75 |
2021-06-30 | tools lib: Adopt bitmap_intersects() operation from the kernel sources | Alexey Bayduraev | 1 | -0/+11 |
2021-06-28 | Merge tag 'sched-core-2021-06-28' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -0/+8 |
2021-06-19 | tools headers UAPI: Sync linux/in.h copy with the kernel sources | Arnaldo Carvalho de Melo | 1 | -0/+3 |