summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | | tools/power turbostat: turbostat.8 updateLen Brown2017-03-011-98/+140
| | * | | | | | | | tools/power turbostat: update --list featureLen Brown2017-03-011-106/+113
| | * | | | | | | | tools/power turbostat: use wide columns to display large numbersLen Brown2017-03-011-13/+55
| | * | | | | | | | tools/power turbostat: Add --list option to show available header namesLen Brown2017-03-011-52/+66
| | * | | | | | | | tools/power turbostat: fix zero IRQ count shown in one-shot command modeLen Brown2017-03-011-4/+8
| | * | | | | | | | tools/power turbostat: add --cpu parameterLen Brown2017-03-012-2/+95
| | * | | | | | | | tools/power turbostat: print sysfs C-state statsLen Brown2017-03-012-18/+147
| | * | | | | | | | tools/power turbostat: extend --add option to accept /sys pathLen Brown2017-03-011-23/+69
| | * | | | | | | | tools/power turbostat: skip unused counters on BDXLen Brown2017-03-011-0/+17
| | * | | | | | | | tools/power turbostat: fix decoding for GLM, DNV, SKX turbo-ratio limitsLen Brown2017-03-011-23/+67
| | * | | | | | | | tools/power turbostat: skip unused counters on SKXLen Brown2017-03-011-0/+18
| | * | | | | | | | tools/power turbostat: Denverton: use HW CC1 counter, skip C3, C7Len Brown2017-03-011-0/+20
| | * | | | | | | | tools/power turbostat: initial Gemini Lake SOC supportLen Brown2017-03-011-0/+5
| | * | | | | | | | tools/power turbostat: bug fixes to --add, --show/--hide featuresLen Brown2017-03-011-61/+77
| | * | | | | | | | tools/power turbostat: use tsc_tweak everwhere it is neededLen Brown2017-03-011-23/+25
| | * | | | | | | | tools/power turbostat: print system config, unless --quietLen Brown2017-03-012-60/+52
| | * | | | | | | | tools/power turbostat: show all columns, independent of --debugLen Brown2017-03-011-7/+0
| | * | | | | | | | tools/power turbostat: decode MSR_MISC_FEATURE_CONTROLLen Brown2017-03-011-0/+24
| | * | | | | | | | tools/power turbostat: decode CPUID(6).TURBOLen Brown2017-03-011-1/+4
| | * | | | | | | | tools/power turbostat: dump Atom P-states correctlyLen Brown2017-03-011-21/+82
| | * | | | | | | | tools/power turbostat: further decode MSR_IA32_MISC_ENABLELen Brown2017-03-011-4/+6
| | * | | | | | | | tools/power turbostat: add precision to --debug frequency outputLen Brown2017-03-011-21/+21
| | * | | | | | | | tools/power turbostat: Baytrail c-state supportLen Brown2017-03-011-9/+37
| | * | | | | | | | tools/power turbostat: use new name for MSR_PKG_CST_CONFIG_CONTROLLen Brown2017-03-011-5/+5
| | * | | | | | | | tools/power turbostat: update MSR_PKG_CST_CONFIG_CONTROL decodingLen Brown2017-02-251-1/+1
| | * | | | | | | | tools/power turbostat: Baytrail: remove debug line in quiet modeLen Brown2017-02-251-1/+2
| | * | | | | | | | tools/power turbostat: decode Baytrail CC6 and MC6 demotion configurationLen Brown2017-02-251-0/+42
| | * | | | | | | | tools/power turbostat: BYT does not have MSR_MISC_PWR_MGMTLen Brown2017-02-251-2/+10
| | * | | | | | | | tools/power turbostat: Add --show and --hide parametersLen Brown2017-02-252-120/+347
| | * | | | | | | | tools/power turbostat: fix bugs in --add optionLen Brown2017-02-251-36/+52
| | | |/ / / / / / | | |/| | | | | |
* | | | | | | | | give up on gcc ilog2() constant optimizationsLinus Torvalds2017-03-021-11/+2
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | objtool, modules: Discard objtool annotation sections for modulesJosh Poimboeuf2017-03-011-3/+3
| |_|_|_|_|/ / |/| | | | | |
* | | | | | | Merge branch 'idr-4.11' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2017-02-2841-709/+689
|\ \ \ \ \ \ \
| * | | | | | | radix tree test suite: Add config option for map shiftRehas Sachdeva2017-02-134-11/+16
| * | | | | | | radix tree test suite: Run iteration tests for longerMatthew Wilcox2017-02-131-2/+2
| * | | | | | | radix tree test suite: Fix split/join memory leaksMatthew Wilcox2017-02-131-1/+14
| * | | | | | | radix tree test suite: Fix leaks in regression2.cMatthew Wilcox2017-02-131-2/+4
| * | | | | | | radix tree test suite: Fix leaky testsMatthew Wilcox2017-02-131-12/+16
| * | | | | | | radix tree test suite: Enable address sanitizerMatthew Wilcox2017-02-131-1/+1
| * | | | | | | radix-tree: Chain preallocated nodes through ->parentMatthew Wilcox2017-02-131-3/+3
| * | | | | | | radix tree test suite: Dial down verbosity with -vRehas Sachdeva2017-02-1310-58/+77
| * | | | | | | radix tree test suite: Introduce kmalloc_verboseMatthew Wilcox2017-02-132-0/+26
| * | | | | | | radix tree test suite: Build separate binaries for some testsMatthew Wilcox2017-02-134-7/+33
| * | | | | | | ida: Use exceptional entries for small IDAsMatthew Wilcox2017-02-131-1/+92
| * | | | | | | ida: Move ida_bitmap to a percpu variableMatthew Wilcox2017-02-132-3/+4
| * | | | | | | Reimplement IDR and IDA using the radix treeMatthew Wilcox2017-02-138-6/+365
| * | | | | | | radix tree test suite: Remove obsolete CONFIGMatthew Wilcox2017-02-131-2/+0
| * | | | | | | radix tree test suite: Use vpath to find lib filesMatthew Wilcox2017-02-131-3/+2
| * | | | | | | radix tree test suite: Reduce kernel.hMatthew Wilcox2017-02-133-39/+12
| * | | | | | | radix tree test suite: Remove export.hMatthew Wilcox2017-02-131-2/+0