summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | tools/power turbostat: bugfix: TDP MSRs print bits fixingChen Yu2016-03-131-10/+10
| | * | | | | | | tools/power turbostat: correct output for MSR_NHM_SNB_PKG_CST_CFG_CTL dumpLen Brown2016-03-131-1/+1
| | * | | | | | | tools/power turbostat: call __cpuid() instead of __get_cpuid()Len Brown2016-03-131-7/+7
| | * | | | | | | tools/power turbostat: indicate SMX and SGX supportLen Brown2016-03-131-1/+27
| | * | | | | | | tools/power turbostat: detect and work around syscall jitterLen Brown2016-03-131-1/+50
| | * | | | | | | tools/power turbostat: show GFX%rc6Len Brown2016-03-131-0/+45
| | * | | | | | | tools/power turbostat: show GFXMHzLen Brown2016-03-131-1/+49
| | * | | | | | | tools/power turbostat: show IRQs per CPULen Brown2016-03-131-4/+122
| | * | | | | | | tools/power turbostat: make fewer systems callsLen Brown2016-03-131-10/+41
| | * | | | | | | tools/power turbostat: fix compiler warningsLen Brown2016-03-131-4/+4
| | * | | | | | | tools/power turbostat: add --out option for saving output in a fileLen Brown2016-03-132-135/+160
| | * | | | | | | tools/power turbostat: re-name "%Busy" field to "Busy%"Len Brown2016-03-132-11/+11
| | * | | | | | | tools/power turbostat: Intel Xeon x200: fix turbo-ratio decodingHubert Chrzaniuk2016-03-131-27/+26
| | * | | | | | | tools/power turbostat: Intel Xeon x200: fix erroneous bclk valueChrzaniuk, Hubert2016-03-131-1/+1
| | * | | | | | | tools/power turbostat: allow sub-sec intervalsLen Brown2016-03-132-5/+17
| | * | | | | | | tools/power turbostat: Decode MSR_MISC_PWR_MGMTLen Brown2016-02-171-0/+23
| | * | | | | | | tools/power turbostat: decode HWP registersLen Brown2016-02-171-6/+118
| | * | | | | | | tools/power turbostat: CPUID(0x16) leaf shows base, max, and bus frequencyLen Brown2016-02-171-5/+18
| | * | | | | | | tools/power turbostat: decode more CPUID fieldsLen Brown2016-02-171-1/+27
* | | | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-03-162-21/+30
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | mm, tracing: unify mm flags handling in tracepoints and printkVlastimil Babka2016-03-151-1/+1
| * | | | | | | | | tools, perf: make gfp_compact_table up to dateVlastimil Babka2016-03-151-19/+28
| * | | | | | | | | slub: convert SLAB_DEBUG_FREE to SLAB_CONSISTENCY_CHECKSLaura Abbott2016-03-151-1/+1
* | | | | | | | | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-03-151-2/+4
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge commit 'torture.2015.02.23a' into core/rcuIngo Molnar2016-03-151-2/+4
| |\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | |
| | * | | | | | | | | rcutorture: Check for self-detected stallsPaul E. McKenney2016-01-251-2/+2
| | * | | | | | | | | rcutorture: Don't keep empty console.log.diags filesPaul E. McKenney2016-01-251-0/+2
| | * | | | | | | | | rcutorture: Add checks for rcutorture writer starvationPaul E. McKenney2016-01-251-2/+2
| | | |_|/ / / / / / | | |/| | | | | | |
* | | | | | | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-03-155-44/+501
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | selftests/x86: In syscall_nt, test NT|TF as wellAndy Lutomirski2016-03-101-8/+49
| * | | | | | | | | Merge tag 'v4.5-rc7' into x86/asm, to pick up SMAP fixIngo Molnar2016-03-072-12/+11
| |\ \ \ \ \ \ \ \ \ | | | |/ / / / / / / | | |/| | | | | | |
| * | | | | | | | | Merge branch 'x86/urgent' into x86/asm, to pick up fixesIngo Molnar2016-02-1828-63/+1510
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ | | |/| | | | | | |
| * | | | | | | | | selftests/x86: Add a test for syscall restart under ptraceAndy Lutomirski2016-02-171-0/+126
| * | | | | | | | | selftests/x86: Fix some error messages in ptrace_syscallAndy Lutomirski2016-02-171-3/+3
| * | | | | | | | | selftests/x86: Add tests for UC_SIGCONTEXT_SS and UC_STRICT_RESTORE_SSAndy Lutomirski2016-02-171-28/+202
| * | | | | | | | | x86/signal/64: Re-add support for SS in the 64-bit signal contextAndy Lutomirski2016-02-171-3/+2
| * | | | | | | | | selftests/x86: Add check_initial_reg_state()Andy Lutomirski2016-01-292-1/+117
| * | | | | | | | | selftests/x86: Extend Makefile to allow 64-bit-only testsAndy Lutomirski2016-01-291-2/+3
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2016-03-14150-1616/+11149
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | perf stat: Add --metric-only support for -AAndi Kleen2016-03-102-9/+38
| * | | | | | | | | perf stat: Implement --metric-only modeAndi Kleen2016-03-102-10/+205
| * | | | | | | | | perf stat: Document CSV format in manpageAndi Kleen2016-03-101-0/+23
| * | | | | | | | | perf hists browser: Check sort keys before hot key actionsNamhyung Kim2016-03-101-0/+9
| * | | | | | | | | perf hists browser: Allow thread filtering for comm sort keyNamhyung Kim2016-03-101-10/+32
| * | | | | | | | | perf tools: Add sort__has_comm variableNamhyung Kim2016-03-102-0/+4
| * | | | | | | | | perf tools: Recalc total periods using top-level entries in hierarchyNamhyung Kim2016-03-101-10/+34
| * | | | | | | | | perf tools: Remove nr_sort_keys fieldNamhyung Kim2016-03-103-31/+0
| * | | | | | | | | perf hists browser: Cleanup hist_browser__fprintf_hierarchy_entry()Namhyung Kim2016-03-101-14/+8
| * | | | | | | | | perf tools: Remove hist_entry->fmt fieldNamhyung Kim2016-03-101-1/+0
| * | | | | | | | | perf tools: Fix command line filters in hierarchy modeNamhyung Kim2016-03-101-3/+97