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
2021-05-05
Merge branch 'turbostat' of git://git.kernel.org/pub/scm/linux/kernel/git/len...
Linus Torvalds
2
-548
/
+772
2021-05-05
Merge tag 'ktest-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
2
-281
/
+427
2021-05-05
tools/power turbostat: version 2021.05.04
Len Brown
1
-2
/
+2
2021-05-05
tools/power turbostat: Support "turbostat --hide idle"
Len Brown
2
-2
/
+22
2021-05-05
tools/power turbostat: elevate priority of interval mode
Len Brown
1
-9
/
+57
2021-05-05
tools/power turbostat: formatting
Len Brown
1
-510
/
+433
2021-05-05
tools/power turbostat: rename tcc variables
Zhang Rui
1
-22
/
+22
2021-05-05
tools/power turbostat: add TCC Offset support
Zhang Rui
1
-3
/
+55
2021-05-05
tools/power turbostat: save original CPU model
Zhang Rui
1
-0
/
+5
2021-05-05
tools/power turbostat: Fix Core C6 residency on Atom CPUs
Zhang Rui
1
-1
/
+38
2021-05-05
tools/power turbostat: Print the C-state Pre-wake settings
Chen Yu
1
-0
/
+14
2021-05-05
tools/power turbostat: Enable tsc_tweak for Elkhart Lake and Jasper Lake
Chen Yu
1
-1
/
+1
2021-05-05
tools/power turbostat: unmark non-kernel-doc comment
Randy Dunlap
1
-1
/
+1
2021-05-05
tools/power/turbostat: Remove Package C6 Retention on Ice Lake Server
Chen Yu
1
-6
/
+30
2021-05-05
tools/power turbostat: Fix offset overflow issue in index converting
Calvin Walton
1
-5
/
+6
2021-05-05
tools/power/turbostat: Fix turbostat for AMD Zen CPUs
Bas Nieuwenhuizen
1
-2
/
+6
2021-05-05
tools/power turbostat: update version number
Len Brown
1
-1
/
+1
2021-05-05
tools/power turbostat: Fix DRAM Energy Unit on SKX
Zhang Rui
1
-0
/
+1
2021-05-05
Revert "tools/power turbostat: adjust for temperature offset"
Len Brown
1
-29
/
+33
2021-05-05
tools/power turbostat: Support Ice Lake D
Chen Yu
1
-0
/
+1
2021-05-05
tools/power turbostat: Support Alder Lake Mobile
Chen Yu
1
-0
/
+1
2021-05-05
tools/power turbostat: print microcode patch level
Len Brown
1
-4
/
+9
2021-05-05
tools/power turbostat: add built-in-counter for IPC -- Instructions per Cycle
Len Brown
1
-0
/
+84
2021-05-04
Merge tag 'dma-mapping-5.13' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
1
-5
/
+17
2021-05-04
ktest: Re-arrange the code blocks for better discoverability
John 'Warthog9' Hawley (VMware)
1
-142
/
+154
2021-05-04
ktest: Further consistency cleanups
John 'Warthog9' Hawley (VMware)
1
-49
/
+36
2021-05-04
ktest: Fixing indentation to match expected pattern
John 'Warthog9' Hawley (VMware)
1
-94
/
+92
2021-05-04
ktest: Adding editor hints to improve consistency
John 'Warthog9' Hawley (VMware)
1
-0
/
+9
2021-05-04
ktest: Add example config for using VMware VMs
John 'Warthog9' Hawley (VMware)
1
-0
/
+137
2021-05-04
ktest: Minor cleanup with uninitialized variable $build_options
John 'Warthog9' Hawley (VMware)
1
-0
/
+3
2021-05-03
Merge tag 'trace-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...
Linus Torvalds
1
-2
/
+2
2021-05-02
Merge tag 'landlock_v34' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...
Linus Torvalds
9
-0
/
+3616
2021-05-01
Merge tag 'perf-tools-for-v5.13-2021-04-29' of git://git.kernel.org/pub/scm/l...
Linus Torvalds
243
-883
/
+9950
2021-05-01
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
13
-78
/
+1459
2021-05-01
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
3
-18
/
+77
2021-04-30
Merge tag 'powerpc-5.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
17
-58
/
+1578
2021-04-30
vm/test_vmalloc.sh: adapt for updated driver interface
Uladzislau Rezki (Sony)
1
-10
/
+11
2021-04-30
selftests: add a MREMAP_DONTUNMAP selftest for shmem
Brian Geffon
1
-0
/
+52
2021-04-30
kselftests: cgroup: update kmem test for new vmstat implementation
Johannes Weiner
1
-8
/
+14
2021-04-30
Merge tag 'kbuild-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
5
-4
/
+28
2021-04-29
Merge tag 'net-next-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
198
-2258
/
+14933
2021-04-29
perf build: Defer printing detected features to the end of all feature checks
Arnaldo Carvalho de Melo
1
-0
/
+7
2021-04-29
tools build: Allow deferring printing the results of feature detection
Arnaldo Carvalho de Melo
1
-10
/
+17
2021-04-29
perf build: Regenerate the FEATURE_DUMP file after extra feature checks
Jiri Olsa
1
-0
/
+6
2021-04-29
perf session: Dump PERF_RECORD_TIME_CONV event
Leo Yan
3
-1
/
+46
2021-04-29
perf session: Add swap operation for event TIME_CONV
Leo Yan
1
-1
/
+14
2021-04-29
perf jit: Let convert_timestamp() to be backwards-compatible
Leo Yan
2
-10
/
+22
2021-04-29
perf tools: Change fields type in perf_record_time_conv
Leo Yan
1
-2
/
+3
2021-04-29
perf tools: Enable libtraceevent dynamic linking
Michael Petlan
5
-2
/
+32
2021-04-29
perf Documentation: Document intel-hybrid support
Jin Yao
3
-0
/
+217
[next]