Age | Commit message (Expand) | Author | Files | Lines |
2020-04-14 | tools headers: Synchronize linux/bits.h with the kernel sources | Arnaldo Carvalho de Melo | 4 | -6/+113 |
2020-04-14 | tools headers: Adopt verbatim copy of compiletime_assert() from kernel sources | Arnaldo Carvalho de Melo | 1 | -0/+26 |
2020-04-14 | tools headers UAPI: Sync drm/i915_drm.h with the kernel sources | Arnaldo Carvalho de Melo | 1 | -0/+21 |
2020-04-14 | tools headers UAPI: Update tools's copy of drm.h headers | Arnaldo Carvalho de Melo | 1 | -0/+2 |
2020-04-14 | tools headers kvm: Sync linux/kvm.h with the kernel sources | Arnaldo Carvalho de Melo | 1 | -2/+45 |
2020-04-14 | tools headers UAPI: Sync linux/fscrypt.h with the kernel sources | Arnaldo Carvalho de Melo | 1 | -0/+1 |
2020-04-14 | tools include UAPI: Sync linux/vhost.h with the kernel sources | Arnaldo Carvalho de Melo | 1 | -0/+24 |
2020-04-14 | tools headers UAPI: Sync linux/mman.h with the kernel | Arnaldo Carvalho de Melo | 1 | -2/+3 |
2020-04-14 | tools headers UAPI: Sync sched.h with the kernel | Arnaldo Carvalho de Melo | 1 | -0/+5 |
2020-04-14 | tools headers: Update linux/vdso.h and grab a copy of vdso/const.h | Arnaldo Carvalho de Melo | 2 | -4/+11 |
2020-04-05 | Merge tag 'perf-urgent-2020-04-05' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -2/+14 |
2020-04-04 | Merge tag 'perf-urgent-for-mingo-5.7-20200403' of git://git.kernel.org/pub/sc... | Ingo Molnar | 1 | -2/+14 |
2020-04-02 | tools headers UAPI: Update tools's copy of linux/perf_event.h | Namhyung Kim | 1 | -2/+14 |
2020-04-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next | Linus Torvalds | 3 | -69/+284 |
2020-03-31 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2 | -3/+83 |
2020-03-31 | Merge tag 'x86-entry-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -6/+6 |
2020-03-31 | libbpf: Add support for bpf_link-based cgroup attachment | Andrii Nakryiko | 1 | -0/+12 |
2020-03-31 | bpf: Implement bpf_link-based cgroup BPF program attachment | Andrii Nakryiko | 1 | -1/+9 |
2020-03-31 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -1/+7 |
2020-03-30 | bpf: Add socket assign support | Joe Stringer | 1 | -1/+24 |
2020-03-30 | net: macsec: add support for specifying offload upon link creation | Mark Starovoytov | 1 | -0/+1 |
2020-03-30 | bpf: Introduce BPF_PROG_TYPE_LSM | KP Singh | 1 | -0/+2 |
2020-03-29 | tools: Add EXPECTED_FD-related definitions in if_link.h | Toke Høiland-Jørgensen | 1 | -1/+3 |
2020-03-28 | bpf: Enable bpf cgroup hooks to retrieve cgroup v2 and ancestor id | Daniel Borkmann | 1 | -1/+20 |
2020-03-28 | bpf: Add netns cookie and enable it for bpf cgroup hooks | Daniel Borkmann | 1 | -1/+15 |
2020-03-27 | net: macsec: add support for offloading to the MAC | Antoine Tenart | 1 | -0/+1 |
2020-03-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2 | -7/+9 |
2020-03-24 | tools headers uapi: Update linux/in.h copy | Arnaldo Carvalho de Melo | 1 | -0/+2 |
2020-03-21 | lockdep: Rename trace_{hard,soft}{irq_context,irqs_enabled}() | Peter Zijlstra | 1 | -4/+4 |
2020-03-21 | lockdep: Rename trace_hardirq_{enter,exit}() | Thomas Gleixner | 1 | -2/+2 |
2020-03-19 | tools headers uapi: Update linux/in.h copy | Arnaldo Carvalho de Melo | 1 | -0/+2 |
2020-03-19 | Merge branch 'perf/urgent' into perf/core, to pick up fixes | Ingo Molnar | 1 | -7/+7 |
2020-03-13 | tools/bpf: Move linux/types.h for selftests and bpftool | Tobias Klauser | 1 | -0/+23 |
2020-03-13 | bpf: Add bpf_xdp_output() helper | Eelco Chaudron | 1 | -1/+25 |
2020-03-13 | bpf: Added new helper bpf_get_ns_current_pid_tgid | Carlos Neira | 1 | -1/+19 |
2020-03-06 | tools: Fix off-by 1 relative directory includes | Ian Rogers | 1 | -7/+7 |
2020-03-05 | tools headers UAPI: Update tools's copy of linux/perf_event.h | Arnaldo Carvalho de Melo | 1 | -1/+7 |
2020-03-05 | bpf: Introduce BPF_MODIFY_RETURN | KP Singh | 1 | -0/+1 |
2020-03-04 | bpf: Switch BPF UAPI #define constants used from BPF program side to enums | Andrii Nakryiko | 1 | -67/+110 |
2020-03-04 | bpf: Sync uapi bpf.h to tools/ | Willem de Bruijn | 1 | -0/+1 |
2020-02-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 1 | -1/+24 |
2020-02-21 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds | 1 | -9/+7 |
2020-02-20 | selftests/bpf: Add bpf_read_branch_records() selftest | Daniel Xu | 1 | -1/+24 |
2020-02-18 | bpf, uapi: Remove text about bpf_redirect_map() giving higher performance | Toke Høiland-Jørgensen | 1 | -9/+7 |
2020-02-12 | tools headers kvm: Sync linux/kvm.h with the kernel sources | Arnaldo Carvalho de Melo | 1 | -0/+5 |
2020-02-12 | tools include UAPI: Sync sound/asound.h copy | Arnaldo Carvalho de Melo | 1 | -23/+132 |
2020-02-12 | tools headers UAPI: Sync asm-generic/mman-common.h with the kernel | Arnaldo Carvalho de Melo | 1 | -0/+2 |
2020-02-12 | tools headers UAPI: Sync drm/i915_drm.h with the kernel sources | Arnaldo Carvalho de Melo | 1 | -0/+32 |
2020-02-12 | tools headers uapi: Sync linux/fscrypt.h with the kernel sources | Arnaldo Carvalho de Melo | 1 | -1/+13 |
2020-02-11 | tools headers UAPI: Sync sched.h with the kernel | Arnaldo Carvalho de Melo | 1 | -0/+6 |