index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
Age
Commit message (
Expand
)
Author
Files
Lines
2017-04-19
perf tools: Remove include dirent.h from util.h
Arnaldo Carvalho de Melo
11
-1
/
+11
2017-04-19
perf tools: Remove misplaced __maybe_unused in some functions
Arnaldo Carvalho de Melo
1
-2
/
+2
2017-04-19
perf tools: Use api/fs/tracing_path.h where needed
Arnaldo Carvalho de Melo
3
-1
/
+2
2017-04-19
perf tools: No need to include bitops.h in util.h
Arnaldo Carvalho de Melo
1
-1
/
+0
2017-04-19
perf tools: Move path related functions to util/path.h
Arnaldo Carvalho de Melo
15
-28
/
+52
2017-04-19
perf tools: Don't include terminal handling headers in util.h
Arnaldo Carvalho de Melo
8
-6
/
+12
2017-04-19
perf str{filter,list}: Disentangle headers
Arnaldo Carvalho de Melo
17
-11
/
+22
2017-04-19
perf tools: Include errno.h where needed
Arnaldo Carvalho de Melo
95
-2
/
+96
2017-04-19
perf tools: Move extra string util functions to util/string2.h
Arnaldo Carvalho de Melo
23
-41
/
+72
2017-04-19
perf tools: Move srcline definitions to separate header
Arnaldo Carvalho de Melo
8
-27
/
+40
2017-04-19
perf tools: Move print_binary definitions to separate files
Arnaldo Carvalho de Melo
12
-78
/
+91
2017-04-19
tools include: Include missing headers for fls() and types in linux/log2.h
Arnaldo Carvalho de Melo
1
-0
/
+3
2017-04-19
perf tools: Move sane ctype stuff from util.h to sane_ctype.h
Arnaldo Carvalho de Melo
37
-55
/
+114
2017-04-19
perf tools: Ditch unused PATH_SEP, STRIP_EXTENSION
Arnaldo Carvalho de Melo
2
-26
/
+0
2017-04-19
perf tools: Replace STR() calls with __stringify()
Arnaldo Carvalho de Melo
6
-11
/
+12
2017-04-19
perf tools: Remove PRI[xu] macros from perf.h
Arnaldo Carvalho de Melo
1
-20
/
+0
2017-04-19
perf tools: Including missing inttypes.h header
Arnaldo Carvalho de Melo
59
-1
/
+59
2017-04-19
perf tools: Remove unused macros from util.h
Arnaldo Carvalho de Melo
1
-12
/
+0
2017-04-19
tools include: Drop ARRAY_SIZE() definition from linux/hashtable.h
Arnaldo Carvalho de Melo
1
-4
/
+0
2017-04-19
objtool: Drop ARRAY_SIZE() definition, tools/include/linux/kernel.h has it now
Arnaldo Carvalho de Melo
2
-4
/
+2
2017-04-19
perf tools: Add include <linux/kernel.h> where ARRAY_SIZE() is used
Arnaldo Carvalho de Melo
42
-1
/
+42
2017-04-19
tools include: Move ARRAY_SIZE() to linux/kernel.h
Arnaldo Carvalho de Melo
2
-2
/
+3
2017-04-19
tools include: Adopt __same_type() and __must_be_array() from the kernel
Arnaldo Carvalho de Melo
2
-0
/
+8
2017-04-19
tools include: Introduce linux/bug.h, from the kernel sources
Arnaldo Carvalho de Melo
2
-0
/
+11
2017-04-19
perf tools: Remove FLEX_ARRAY definition
Arnaldo Carvalho de Melo
2
-24
/
+2
2017-04-19
perf unwind arm64: Add missing errno.h header
Arnaldo Carvalho de Melo
1
-1
/
+1
2017-04-19
tools/power/x86/intel_pstate_tracer: Adjust directory ownership
Doug Smythies
1
-0
/
+17
2017-04-18
Merge tag 'trace-v4.11-rc5-4' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-0
/
+117
2017-04-18
selftests: ftrace: Add check for function-fork before running pid filter test
Steven Rostedt (VMware)
1
-4
/
+23
2017-04-18
selftests: ftrace: Add a testcase for function PID filter
Namhyung Kim
1
-0
/
+98
2017-04-17
bpf: lru: Lower the PERCPU_NR_SCANS from 16 to 4
Martin KaFai Lau
1
-1
/
+1
2017-04-17
bpf: lru: Cleanup test_lru_map.c
Martin KaFai Lau
1
-23
/
+9
2017-04-17
bpf: lru: Add test_lru_sanity6 for BPF_F_NO_COMMON_LRU
Martin KaFai Lau
1
-5
/
+65
2017-04-16
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
5
-18
/
+27
2017-04-15
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-0
/
+6
2017-04-13
tools: bpf_jit_disasm: Add option to dump JIT image to a file.
David Daney
1
-4
/
+36
2017-04-13
Revert "perf tools: Fix include of linux/mman.h"
David Carrillo-Cisneros
1
-1
/
+1
2017-04-13
perf util: Hint missing file when tool tips fail to load
David Carrillo-Cisneros
1
-1
/
+2
2017-04-13
tools build: Fix feature detection redefinion of build flags
David Carrillo-Cisneros
1
-5
/
+5
2017-04-13
perf tools: Disable JVMTI if no ELF support available
David Carrillo-Cisneros
1
-1
/
+3
2017-04-13
perf trace: Add usage of --no-syscalls in man page
Ravi Bangoria
1
-1
/
+2
2017-04-13
perf stat: Fix bug in handling events in error state
Stephane Eranian
2
-5
/
+11
2017-04-13
cpupower: Fix turbo frequency reporting for pre-Sandy Bridge cores
Ben Hutchings
1
-0
/
+1
2017-04-13
Merge branch 'turbostat' of git://git.kernel.org/pub/scm/linux/kernel/git/len...
Rafael J. Wysocki
2
-13
/
+15
2017-04-13
tools/power turbostat: update version number
Len Brown
1
-1
/
+1
2017-04-13
tools/power turbostat: fix impossibly large CPU%c1 value
Len Brown
1
-1
/
+1
2017-04-13
tools/power turbostat: turbostat.8 add missing column definitions
Doug Smythies
1
-0
/
+2
2017-04-13
tools/power turbostat: update HWP dump to decimal from hex
Len Brown
1
-3
/
+3
2017-04-13
tools/power turbostat: enable package THERM_INTERRUPT dump
Len Brown
1
-6
/
+2
2017-04-13
tools/power turbostat: show missing Core and GFX power on SKL and KBL
Len Brown
1
-1
/
+3
[prev]
[next]