index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
selftests: Add intel_pstate to TARGETS
Stafford Horne
2017-01-19
1
-0
/
+1
*
selftests/intel_pstate: Update makefile to match new style
Stafford Horne
2017-01-19
1
-9
/
+4
*
selftests/intel_pstate: Fix warning on loop index overflow
Stafford Horne
2017-01-19
1
-1
/
+1
*
cpupower: Restore format of frequency-info limit
Stafford Horne
2017-01-19
1
-9
/
+12
*
selftests/futex: Add headers to makefile dependencies
Stafford Horne
2017-01-19
1
-1
/
+4
*
selftests/futex: Add stdio used for logging
Stafford Horne
2017-01-19
1
-0
/
+1
*
selftests: x86 protection_keys remove dead code
Shuah Khan
2017-01-11
1
-10
/
+0
*
selftests: x86 protection_keys fix unused variable compile warnings
Shuah Khan
2017-01-11
1
-5
/
+0
*
selftests: ipc add missing generated file to .gitignore
Shuah Khan
2017-01-11
1
-0
/
+1
*
selftests: gpio add .gitignore for generated files
Shuah Khan
2017-01-11
1
-0
/
+1
*
selftests: enable O and KBUILD_OUTPUT
bamvor.zhangjian@huawei.com
2017-01-05
18
-75
/
+122
*
selftests: add EXTRA_CLEAN for clean target
bamvor.zhangjian@huawei.com
2017-01-05
7
-24
/
+17
*
selftests: remove CROSS_COMPILE in dedicated Makefile
bamvor.zhangjian@huawei.com
2017-01-05
2
-2
/
+0
*
selftests: add default rules for c source file
bamvor.zhangjian@huawei.com
2017-01-05
6
-21
/
+10
*
selftests: remove useless TEST_DIRS
bamvor.zhangjian@huawei.com
2017-01-05
2
-3
/
+3
*
selftests: remove duplicated all and clean target
bamvor.zhangjian@huawei.com
2017-01-05
36
-255
/
+106
*
Merge branch 'turbostat' of git://git.kernel.org/pub/scm/linux/kernel/git/len...
Linus Torvalds
2016-12-25
3
-371
/
+673
|
\
|
*
tools/power turbostat: remove obsolete -M, -m, -C, -c options
Len Brown
2016-12-24
2
-110
/
+2
|
*
tools/power turbostat: Make extensible via the --add parameter
Len Brown
2016-12-24
2
-9
/
+409
|
*
tools/power turbostat: Denverton uses a 25 MHz crystal, not 19.2 MHz
Len Brown
2016-12-02
1
-1
/
+1
|
*
tools/power turbostat: line up headers when -M is used
Len Brown
2016-12-02
1
-1
/
+1
|
*
tools/power turbostat: fix SKX PKG_CSTATE_LIMIT decoding
Len Brown
2016-12-02
1
-1
/
+4
|
*
tools/power turbostat: Support Knights Mill (KNM)
Len Brown
2016-12-01
1
-0
/
+7
|
*
tools/power turbostat: Display HWP OOB status
Srinivas Pandruvada
2016-12-01
1
-2
/
+3
|
*
tools/power turbostat: fix Denverton BCLK
Xiaolong Wang
2016-12-01
1
-0
/
+1
|
*
tools/power turbostat: use intel-family.h model strings
Len Brown
2016-12-01
2
-124
/
+126
|
*
tools/power/turbostat: Add Denverton RAPL support
Jacob Pan
2016-12-01
1
-0
/
+3
|
*
tools/power/turbostat: Add Denverton support
Jacob Pan
2016-12-01
1
-0
/
+2
|
*
tools/power/turbostat: split core MSR support into status + limit
Jacob Pan
2016-12-01
1
-9
/
+11
|
*
tools/power turbostat: fix error case overflow read of slm_freq_table[]
Colin Ian King
2016-12-01
1
-1
/
+1
|
*
tools/power turbostat: Allocate correct amount of fd and irq entries
Mika Westerberg
2016-12-01
1
-4
/
+4
|
*
tools/power turbostat: switch to tab delimited output
Len Brown
2016-12-01
1
-85
/
+85
|
*
tools/power turbostat: Gracefully handle ACPI S3
Len Brown
2016-12-01
1
-42
/
+35
|
*
tools/power turbostat: tidy up output on Joule counter overflow
Len Brown
2016-12-01
1
-5
/
+1
*
|
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2016-12-24
27
-405
/
+865
|
\
\
|
*
|
perf sched timehist: Fix invalid period calculation
Namhyung Kim
2016-12-22
1
-1
/
+1
|
*
|
perf sched timehist: Remove hardcoded 'comm_width' check at print_summary
Namhyung Kim
2016-12-22
1
-3
/
+0
|
*
|
perf sched timehist: Enlarge default 'comm_width'
Namhyung Kim
2016-12-22
1
-1
/
+1
|
*
|
perf sched timehist: Honour 'comm_width' when aligning the headers
Namhyung Kim
2016-12-22
1
-3
/
+4
|
*
|
tools lib bpf: Add bpf_prog_{attach,detach}
Joe Stringer
2016-12-20
2
-0
/
+26
|
*
|
perf diff: Do not overwrite valid build id
Kan Liang
2016-12-20
1
-1
/
+2
|
*
|
perf annotate: Don't throw error for zero length symbols
Ravi Bangoria
2016-12-20
1
-1
/
+2
|
*
|
perf bench futex: Fix lock-pi help string
Davidlohr Bueso
2016-12-20
1
-1
/
+1
|
*
|
perf trace: Check if MAP_32BIT is defined (again)
Jiri Olsa
2016-12-20
1
-0
/
+2
|
*
|
tools lib bpf: Add flags to bpf_create_map()
Joe Stringer
2016-12-15
3
-3
/
+5
|
*
|
tools lib bpf: use __u32 from linux/types.h
Joe Stringer
2016-12-15
2
-4
/
+4
|
*
|
tools lib bpf: Sync {tools,}/include/uapi/linux/bpf.h
Joe Stringer
2016-12-15
1
-229
/
+364
|
*
|
perf annotate: Fix jump target outside of function address range
Ravi Bangoria
2016-12-15
3
-9
/
+15
|
*
|
perf annotate: Support jump instruction with target as second operand
Ravi Bangoria
2016-12-15
1
-1
/
+5
|
*
|
perf record: Force ignore_missing_thread for uid option
Jiri Olsa
2016-12-15
1
-0
/
+3
[next]