summaryrefslogtreecommitdiffstats
path: root/tools
AgeCommit message (Expand)Author
2014-05-17cpupower: cpupower info -b should return 0 on success, not the perf bias valueThomas Renninger
2014-05-17cpupower: If root, try to load msr driver on x86 if /dev/cpu/0/msr is not ava...Thomas Renninger
2014-05-17cpupower: Install recently added cpupower-idle-{set, info} manpagesThomas Renninger
2014-05-17cpupower: Introduce idle state disable-by-latency and enable-allThomas Renninger
2014-05-17cpupower: Remove all manpages on make uninstallRamkumar Ramachandra
2014-05-17cpupower: Remove dead link to homepage, and update the targets built.Ramkumar Ramachandra
2014-05-17cpupower: Rename cpufrequtils -> cpupower, and libcpufreq -> libcpupower.Ramkumar Ramachandra
2014-05-16tools: bpf_jit_disasm: increase image buffer sizeAlexei Starovoitov
2014-05-16tools: bpf_jit_disasm: ignore image address for disasmAlexei Starovoitov
2014-05-16perf tools: Add libdw DWARF post unwind support for ARMJean Pihet
2014-05-16perf tests: Add dwarf unwind test on ARMJean Pihet
2014-05-16perf tests: Introduce perf_regs_load function on ARMJean Pihet
2014-05-16perf tools: Consolidate types.h for ARM and ARM64Jean Pihet
2014-05-16perf session: Fix possible null pointer dereference in session.cMasanari Iida
2014-05-16perf sched: Cleanup, remove unused variables in map_switch_event()Dongsheng Yang
2014-05-16perf sched: Remove nr_state_machine_bugs in perf latencyDongsheng Yang
2014-05-14rcutorture: Note diffs from git commitsPaul E. McKenney
2014-05-14rcutorture: Test RCU-sched primitives in TREE_PREEMPT_RCU kernelsPaul E. McKenney
2014-05-14torture: Use elapsed time to detect hangsPaul E. McKenney
2014-05-14torture: Better summary diagnostics for build failuresPaul E. McKenney
2014-05-14torture: Add tracing-enabled variant of TREE02Paul E. McKenney
2014-05-14torture: Choose bzImage location based on architecturePaul E. McKenney
2014-05-14torture: Permit multi-word qemu and boot argumentsPaul E. McKenney
2014-05-14torture: Report diagnostics from qemuPaul E. McKenney
2014-05-14torture: Make "--dryrun script" use same environment as normal runPaul E. McKenney
2014-05-14torture: Make "--dryrun script" output self-sufficientPaul E. McKenney
2014-05-14torture: Make config-fragment filtering RCU-independentPaul E. McKenney
2014-05-14torture: Rename RCU_QEMU_CMD to TORTURE_QEMU_CMDPaul E. McKenney
2014-05-14torture: Rename RCU_QEMU_ARG to TORTURE_QEMU_ARGPaul E. McKenney
2014-05-14torture: Rename RCU_QEMU_MAC to TORTURE_QEMU_MACPaul E. McKenney
2014-05-14torture: Rename RCU_QEMU_INTERACTIVE to TORTURE_QEMU_INTERACTIVEPaul E. McKenney
2014-05-14torture: Rename RCU_BUILDONLY to TORTURE_BUILDONLYPaul E. McKenney
2014-05-14torture: Rename RCU_BOOTARGS to TORTURE_BOOTARGSPaul E. McKenney
2014-05-14torture: Rename RCU_KMAKE_ARG to TORTURE_KMAKE_ARGPaul E. McKenney
2014-05-14torture: Allow variations of "defconfig" to be specifiedPaul E. McKenney
2014-05-14tools: usb: aio example applicationsRobert Baldyga
2014-05-13torture: Rename RCU_INITRD to TORTURE_INITRDPaul E. McKenney
2014-05-13torture: Make parse-rcutorture.sh less RCU-specificPaul E. McKenney
2014-05-13torture: Add batch headers "--dryrun sched"Paul E. McKenney
2014-05-13torture: Remove obsolete builddir optionsPaul E. McKenney
2014-05-12perf tools: Remove usage of trace_sched_wakeup(.success)Peter Zijlstra
2014-05-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-05-12Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar
2014-05-12perf tools: Use tid for finding threadNamhyung Kim
2014-05-12perf tools: Get rid of on_exit() feature testNamhyung Kim
2014-05-12perf record: Propagate exit status of a command line workloadNamhyung Kim
2014-05-12perf tools: Clarify the output of perf sched map.Dongsheng
2014-05-12perf tools: Adapt the TASK_STATE_TO_CHAR_STR to new value in kernel space.Dongsheng
2014-05-12perf tools: Add missing event for perf sched record.Dongsheng
2014-05-12net: filter: BPF testsuiteAlexei Starovoitov