index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
include
/
linux
Commit message (
Expand
)
Author
Age
Files
Lines
*
perf tools: Remove broken __no_tail_call attribute
Peter Zijlstra
2020-11-03
2
-15
/
+0
*
treewide: Convert macro and uses of __section(foo) to __section("foo")
Joe Perches
2020-10-25
1
-1
/
+1
*
Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
2020-10-15
1
-1
/
+58
|
\
|
*
btf: Add BTF_ID_LIST_SINGLE macro
Lorenz Bauer
2020-09-21
1
-0
/
+8
|
*
bpf: Add BTF_SET_START/END macros
Jiri Olsa
2020-08-25
1
-1
/
+50
*
|
objtool: Make unwind hint definitions available to other architectures
Julien Thierry
2020-09-10
1
-0
/
+129
*
|
static_call: Handle tail-calls
Peter Zijlstra
2020-09-01
1
-0
/
+7
*
|
x86/static_call: Add inline static call implementation for x86-64
Josh Poimboeuf
2020-09-01
1
-0
/
+28
|
/
*
tools/: replace HTTP links with HTTPS ones
Alexander A. Klimov
2020-08-07
1
-1
/
+1
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
2020-08-05
2
-0
/
+134
|
\
|
*
bpf: Make btf_sock_ids global
Yonghong Song
2020-07-21
1
-0
/
+30
|
*
bpf: Add BTF_ID_LIST_GLOBAL in btf_ids.h
Yonghong Song
2020-07-21
1
-3
/
+7
|
*
tools/bpf: Sync btf_ids.h to tools
Yonghong Song
2020-07-21
1
-1
/
+10
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
2020-07-13
2
-0
/
+91
|
|
\
|
|
*
tools headers: Adopt verbatim copy of btf_ids.h from kernel sources
Jiri Olsa
2020-07-13
2
-0
/
+91
*
|
|
Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2020-08-04
1
-2
/
+0
|
\
\
\
|
*
|
|
compiler: Remove uninitialized_var() macro
Kees Cook
2020-07-16
1
-2
/
+0
|
|
|
/
|
|
/
|
*
|
|
Merge tag 'v5.8-rc6' into locking/core, to pick up fixes
Ingo Molnar
2020-07-25
1
-2
/
+1
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Raise gcc version requirement to 4.9
Linus Torvalds
2020-07-08
1
-2
/
+1
|
|
/
*
/
lockdep: Remove lockdep_hardirq{s_enabled,_context}() argument
Peter Zijlstra
2020-07-10
1
-2
/
+2
|
/
*
kallsyms/printk: add loglvl to print_ip_sym()
Dmitry Safonov
2020-06-09
1
-1
/
+1
*
Merge tag 'perf-tools-2020-06-02' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2020-06-04
2
-0
/
+15
|
\
|
*
tools compiler.h: Add attribute to disable tail calls
Ian Rogers
2020-06-01
2
-0
/
+15
*
|
Merge tag 'docs-5.8' of git://git.lwn.net/linux
Linus Torvalds
2020-06-01
2
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
docs: Add rbtree documentation to the core-api
Matthew Wilcox (Oracle)
2020-04-21
2
-2
/
+2
*
|
tools headers: Synchronize linux/bits.h with the kernel sources
Arnaldo Carvalho de Melo
2020-04-14
3
-6
/
+104
*
|
tools headers: Adopt verbatim copy of compiletime_assert() from kernel sources
Arnaldo Carvalho de Melo
2020-04-14
1
-0
/
+26
*
|
tools headers: Update linux/vdso.h and grab a copy of vdso/const.h
Arnaldo Carvalho de Melo
2020-04-14
1
-4
/
+1
|
/
*
lockdep: Rename trace_{hard,soft}{irq_context,irqs_enabled}()
Peter Zijlstra
2020-03-21
1
-4
/
+4
*
lockdep: Rename trace_hardirq_{enter,exit}()
Thomas Gleixner
2020-03-21
1
-2
/
+2
*
bitops: more BITS_TO_* macros
Yury Norov
2020-02-04
1
-4
/
+5
*
tools lib: Fix builds when glibc contains strlcpy()
Vitaly Chikunov
2020-01-06
1
-0
/
+8
*
tools bitmap: Implement bitmap_equal() operation at bitmap API
Alexey Budankov
2020-01-06
1
-0
/
+30
*
augmented rbtree: rework the RB_DECLARE_CALLBACKS macro definition
Michel Lespinasse
2019-09-25
1
-12
/
+12
*
augmented rbtree: add new RB_DECLARE_CALLBACKS_MAX macro
Michel Lespinasse
2019-09-25
1
-1
/
+35
*
augmented rbtree: add comments for RB_DECLARE_CALLBACKS macro
Michel Lespinasse
2019-09-25
1
-21
/
+33
*
rbtree: avoid generating code twice for the cached versions (tools copy)
Michel Lespinasse
2019-09-25
2
-43
/
+59
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next
Linus Torvalds
2019-09-18
1
-0
/
+2
|
\
|
*
tools: bpftool: move "__printf()" attributes to header file
Quentin Monnet
2019-08-15
1
-0
/
+2
*
|
tools headers: Add missing perf_event.h include
Jiri Olsa
2019-08-22
1
-0
/
+1
*
|
tools headers: Synchronize linux/bits.h with the kernel sources
Arnaldo Carvalho de Melo
2019-08-20
1
-7
/
+10
*
|
tools headers: Grab copy of linux/const.h, needed by linux/bits.h
Arnaldo Carvalho de Melo
2019-08-20
1
-0
/
+9
*
|
tools headers: Add limits.h to access __WORDSIZE
Arnaldo Carvalho de Melo
2019-08-20
1
-0
/
+1
|
/
*
Merge tag 'perf-core-for-mingo-5.3-20190709' of git://git.kernel.org/pub/scm/...
Ingo Molnar
2019-07-13
1
-0
/
+12
|
\
|
*
tools lib: Adopt zalloc()/zfree() from tools/perf
Arnaldo Carvalho de Melo
2019-07-09
1
-0
/
+12
*
|
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
2019-07-11
1
-0
/
+48
|
\
\
|
*
|
tools: bpftool: add "prog run" subcommand to test-run programs
Quentin Monnet
2019-07-05
1
-0
/
+48
*
|
|
Merge tag 'docs-5.3' of git://git.lwn.net/linux
Linus Torvalds
2019-07-09
1
-1
/
+1
|
\
\
\
|
*
|
|
Merge tag 'v5.2-rc4' into mauro
Jonathan Corbet
2019-06-14
3
-31
/
+3
|
|
\
|
|
|
*
|
|
docs: fix broken documentation links
Mauro Carvalho Chehab
2019-06-08
1
-1
/
+1
[next]