summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-06-0311-121/+200
|\
| * Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar2014-05-2211-121/+200
| |\
| | * rcutorture: Note diffs from git commitsPaul E. McKenney2014-05-141-0/+4
| | * rcutorture: Test RCU-sched primitives in TREE_PREEMPT_RCU kernelsPaul E. McKenney2014-05-141-0/+1
| | * torture: Use elapsed time to detect hangsPaul E. McKenney2014-05-141-6/+12
| | * torture: Better summary diagnostics for build failuresPaul E. McKenney2014-05-144-8/+21
| | * torture: Add tracing-enabled variant of TREE02Paul E. McKenney2014-05-141-0/+25
| | * torture: Choose bzImage location based on architecturePaul E. McKenney2014-05-143-6/+43
| | * torture: Permit multi-word qemu and boot argumentsPaul E. McKenney2014-05-141-2/+2
| | * torture: Report diagnostics from qemuPaul E. McKenney2014-05-141-1/+8
| | * torture: Make "--dryrun script" use same environment as normal runPaul E. McKenney2014-05-141-15/+11
| | * torture: Make "--dryrun script" output self-sufficientPaul E. McKenney2014-05-141-33/+27
| | * torture: Make config-fragment filtering RCU-independentPaul E. McKenney2014-05-141-1/+1
| | * torture: Rename RCU_QEMU_CMD to TORTURE_QEMU_CMDPaul E. McKenney2014-05-142-6/+6
| | * torture: Rename RCU_QEMU_ARG to TORTURE_QEMU_ARGPaul E. McKenney2014-05-141-3/+3
| | * torture: Rename RCU_QEMU_MAC to TORTURE_QEMU_MACPaul E. McKenney2014-05-142-5/+5
| | * torture: Rename RCU_QEMU_INTERACTIVE to TORTURE_QEMU_INTERACTIVEPaul E. McKenney2014-05-142-8/+8
| | * torture: Rename RCU_BUILDONLY to TORTURE_BUILDONLYPaul E. McKenney2014-05-142-4/+7
| | * torture: Rename RCU_BOOTARGS to TORTURE_BOOTARGSPaul E. McKenney2014-05-141-3/+3
| | * torture: Rename RCU_KMAKE_ARG to TORTURE_KMAKE_ARGPaul E. McKenney2014-05-142-4/+4
| | * torture: Allow variations of "defconfig" to be specifiedPaul E. McKenney2014-05-142-1/+9
| | * torture: Rename RCU_INITRD to TORTURE_INITRDPaul E. McKenney2014-05-132-4/+4
| | * torture: Make parse-rcutorture.sh less RCU-specificPaul E. McKenney2014-05-133-13/+13
| | * torture: Add batch headers "--dryrun sched"Paul E. McKenney2014-05-131-1/+2
| | * torture: Remove obsolete builddir optionsPaul E. McKenney2014-05-131-16/+0
* | | Merge tag 'usb-3.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2014-06-036-0/+1004
|\ \ \
| * \ \ Merge tag 'usb-for-v3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...Greg Kroah-Hartman2014-05-236-0/+1004
| |\ \ \ | | |/ / | |/| |
| | * | tools: usb: aio example applicationsRobert Baldyga2014-05-146-0/+1004
| | |/
* | | Merge branch 'liblockdep-fixes-3.15' of git://git.kernel.org/pub/scm/linux/ke...Ingo Molnar2014-05-112-3/+8
|\ \ \ | |/ / |/| |
| * | tools/liblockdep: Remove all build files when doing make cleanSasha Levin2014-05-081-1/+1
| * | tools/liblockdep: Build liblockdep from tools/MakefileS. Lockwood-Childs2014-05-082-2/+7
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-05-051-1/+1
|\ \ \
| * | | bpf_dbg: fix wrong register usageBrendan Hickey2014-04-301-1/+1
* | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-05-019-22/+64
|\ \ \ \ | |_|/ / |/| | |
| * | | perf tests x86: Fix stack map lookup in dwarf unwind testJiri Olsa2014-04-301-1/+1
| * | | perf x86: Fix perf to use non-executable stack, againMathias Krause2014-04-302-1/+11
| * | | perf tools: Remove extra '/' character in events file pathXia Kaixu2014-04-301-2/+2
| * | | perf machine: Search for modules in %s/lib/modules/%sRichard Yao2014-04-301-4/+12
| * | | perf tests: Add static build make testJiri Olsa2014-04-301-0/+2
| * | | perf tools: Fix bfd dependency libraries detectionJiri Olsa2014-04-301-11/+23
| * | | perf tools: Use LDFLAGS instead of ALL_LDFLAGSJiri Olsa2014-04-301-1/+1
| * | | Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2014-04-234-2/+12
| |\ \ \
| | * | | tools lib traceevent: Fix memory leak in pretty_print()Steven Rostedt2014-04-231-0/+1
| | * | | tools lib traceevent: Fix backward compatibility macros for pevent filter enumsSteven Rostedt2014-04-231-2/+2
| | * | | perf tools: Disable libdw unwind for all but x86 archJiri Olsa2014-04-231-0/+8
| | * | | perf tests x86: Fix memory leak in sample_ustack()Masanari Iida2014-04-231-0/+1
* | | | | tools/power/acpi: Minor bugfixesThomas Renninger2014-04-211-10/+1
|/ / / /
* | | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-04-204-2/+12
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | perf tools: Improve error reportingAdrien BAK2014-04-202-2/+9
| * | perf tools: Adjust symbols in VDSOVladimir Nikulichev2014-04-201-0/+2
OpenPOWER on IntegriCloud