index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2020-03-31
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
3
-69
/
+284
2020-03-30
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2
-3
/
+83
2020-03-30
Merge tag 'x86-entry-2020-03-30' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-6
/
+6
2020-03-30
libbpf: Add support for bpf_link-based cgroup attachment
Andrii Nakryiko
1
-0
/
+12
2020-03-30
bpf: Implement bpf_link-based cgroup BPF program attachment
Andrii Nakryiko
1
-1
/
+9
2020-03-30
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-29
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-28
tools: Add EXPECTED_FD-related definitions in if_link.h
Toke Høiland-Jørgensen
1
-1
/
+3
2020-03-27
bpf: Enable bpf cgroup hooks to retrieve cgroup v2 and ancestor id
Daniel Borkmann
1
-1
/
+20
2020-03-27
bpf: Add netns cookie and enable it for bpf cgroup hooks
Daniel Borkmann
1
-1
/
+15
2020-03-26
net: macsec: add support for offloading to the MAC
Antoine Tenart
1
-0
/
+1
2020-03-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2
-7
/
+9
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-12
bpf: Add bpf_xdp_output() helper
Eelco Chaudron
1
-1
/
+25
2020-03-12
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-04
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-03
bpf: Sync uapi bpf.h to tools/
Willem de Bruijn
1
-0
/
+1
2020-02-21
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-19
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
2020-02-11
tools headers UAPI: Sync prctl.h with the kernel sources
Arnaldo Carvalho de Melo
1
-0
/
+4
2020-02-11
tools include UAPI: Sync x86's syscalls_64.tbl, generic unistd.h and fcntl.h ...
Arnaldo Carvalho de Melo
3
-2
/
+46
2020-02-04
bitops: more BITS_TO_* macros
Yury Norov
1
-4
/
+5
2020-01-28
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
5
-7
/
+100
2020-01-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
3
-4
/
+75
2020-01-22
bpf: Sync uapi bpf.h to tools/
Martin KaFai Lau
1
-1
/
+8
2020-01-22
libbpf: Add support for program extensions
Alexei Starovoitov
1
-0
/
+1
2020-01-15
tools/bpf: Sync uapi header bpf.h
Yonghong Song
1
-0
/
+21
2020-01-15
bpf: Add bpf_send_signal_thread() helper
Yonghong Song
1
-2
/
+17
2020-01-14
net: macsec: introduce the macsec_context structure
Antoine Tenart
1
-0
/
+7
2020-01-13
tools: Sync uapi/linux/if_link.h
Andrii Nakryiko
1
-0
/
+1
2020-01-10
libbpf: Sanitize global functions
Alexei Starovoitov
1
-0
/
+6
2020-01-09
tcp: Define IPPROTO_MPTCP
Mat Martineau
1
-0
/
+2
2020-01-09
bpf: Document BPF_F_QUERY_EFFECTIVE flag
Andrey Ignatov
1
-1
/
+6
[next]