aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-01-19selftest: cpufreq: Add support for cpufreq testsViresh Kumar6-0/+568
2017-01-19selftests: Add intel_pstate to TARGETSStafford Horne1-0/+1
2017-01-19selftests/intel_pstate: Update makefile to match new styleStafford Horne1-9/+4
2017-01-19selftests/intel_pstate: Fix warning on loop index overflowStafford Horne1-1/+1
2017-01-19cpupower: Restore format of frequency-info limitStafford Horne1-9/+12
2017-01-19selftests/futex: Add headers to makefile dependenciesStafford Horne1-1/+4
2017-01-19selftests/futex: Add stdio used for loggingStafford Horne1-0/+1
2017-01-11selftests: x86 protection_keys remove dead codeShuah Khan1-10/+0
2017-01-11selftests: x86 protection_keys fix unused variable compile warningsShuah Khan1-5/+0
2017-01-11selftests: ipc add missing generated file to .gitignoreShuah Khan1-0/+1
2017-01-11selftests: gpio add .gitignore for generated filesShuah Khan1-0/+1
2017-01-05selftests: enable O and KBUILD_OUTPUTbamvor.zhangjian@huawei.com18-75/+122
2017-01-05selftests: add EXTRA_CLEAN for clean targetbamvor.zhangjian@huawei.com7-24/+17
2017-01-05selftests: remove CROSS_COMPILE in dedicated Makefilebamvor.zhangjian@huawei.com2-2/+0
2017-01-05selftests: add default rules for c source filebamvor.zhangjian@huawei.com6-21/+10
2017-01-05selftests: remove useless TEST_DIRSbamvor.zhangjian@huawei.com2-3/+3
2017-01-05selftests: remove duplicated all and clean targetbamvor.zhangjian@huawei.com36-255/+106
2016-12-25Merge branch 'turbostat' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linuxLinus Torvalds3-371/+673
2016-12-24tools/power turbostat: remove obsolete -M, -m, -C, -c optionsLen Brown2-110/+2
2016-12-24tools/power turbostat: Make extensible via the --add parameterLen Brown2-9/+409
2016-12-23Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds27-405/+865
2016-12-22perf sched timehist: Fix invalid period calculationNamhyung Kim1-1/+1
2016-12-22perf sched timehist: Remove hardcoded 'comm_width' check at print_summaryNamhyung Kim1-3/+0
2016-12-22perf sched timehist: Enlarge default 'comm_width'Namhyung Kim1-1/+1
2016-12-22perf sched timehist: Honour 'comm_width' when aligning the headersNamhyung Kim1-3/+4
2016-12-20tools lib bpf: Add bpf_prog_{attach,detach}Joe Stringer2-0/+26
2016-12-20perf diff: Do not overwrite valid build idKan Liang1-1/+2
2016-12-20perf annotate: Don't throw error for zero length symbolsRavi Bangoria1-1/+2
2016-12-20perf bench futex: Fix lock-pi help stringDavidlohr Bueso1-1/+1
2016-12-20perf trace: Check if MAP_32BIT is defined (again)Jiri Olsa1-0/+2
2016-12-18Merge tag 'libnvdimm-for-4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-7/+23
2016-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+29
2016-12-17Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds12-16/+12
2016-12-17Merge branch 'for-4.10/libnvdimm' into libnvdimm-for-nextDan Williams1-7/+23
2016-12-17bpf, test_verifier: fix a test case error result on unprivilegedDaniel Borkmann1-1/+1
2016-12-17bpf: fix regression on verifier pruning wrt map lookupsDaniel Borkmann1-0/+28
2016-12-16Merge tag 'powerpc-4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds53-337/+3307
2016-12-15Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds3-9/+6
2016-12-15Merge tag 'linux-kselftest-4.10-rc1-update' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds24-0/+1948
2016-12-16tools: enable endian checks for all sparse buildsMichael S. Tsirkin1-4/+0
2016-12-16tools/virtio: use {READ,WRITE}_ONCE() in uaccess.hMark Rutland1-4/+5
2016-12-16tools/virtio: fix READ_ONCE()Mark Rutland1-1/+1
2016-12-15Merge tag 'trace-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds7-7/+131
2016-12-15tools lib bpf: Add flags to bpf_create_map()Joe Stringer3-3/+5
2016-12-15tools lib bpf: use __u32 from linux/types.hJoe Stringer2-4/+4
2016-12-15tools lib bpf: Sync {tools,}/include/uapi/linux/bpf.hJoe Stringer1-229/+364
2016-12-15perf annotate: Fix jump target outside of function address rangeRavi Bangoria3-9/+15
2016-12-15perf annotate: Support jump instruction with target as second operandRavi Bangoria1-1/+5
2016-12-15perf record: Force ignore_missing_thread for uid optionJiri Olsa1-0/+3
2016-12-15perf evsel: Allow to ignore missing pidJiri Olsa3-0/+46