summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Expand)AuthorAgeFilesLines
* fault-injection: fix failcmd.sh warningAkinobu Mita2012-07-311-1/+1
* Merge branch 'akpm' (Andrew's patch-bomb)Linus Torvalds2012-07-306-1/+683
|\
| * fault-injection: add tool to run command with failslab or fail_page_allocAkinobu Mita2012-07-301-0/+219
| * fault-injection: add selftests for cpu and memory hotplugAkinobu Mita2012-07-305-1/+464
* | Merge tag 'ktest-v3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2012-07-302-4/+215
|\ \
| * | ktest: Allow perl regex expressions in conditional statementsSteven Rostedt2012-07-301-1/+5
| * | ktest: Ignore errors it tests if IGNORE_ERRORS is setSteven Rostedt2012-07-301-1/+10
| * | ktest: Reset saved min (force) configs for each testSteven Rostedt2012-07-201-0/+2
| * | ktest: Add check for bug or panic during rebootSteven Rostedt2012-07-191-1/+27
| * | ktest: Add MAX_MONITOR_WAIT optionSteven Rostedt2012-07-192-1/+23
| * | ktest: Fix config bisect with how make oldnoconfig worksSteven Rostedt2012-07-191-0/+46
| * | ktest: Add CONFIG_BISECT_CHECK optionSteven Rostedt2012-07-192-0/+20
| * | ktest: Add PRE_INSTALL optionSteven Rostedt2012-07-192-0/+16
| * | ktest: Add PRE/POST_KTEST and TEST optionsSteven Rostedt2012-07-192-0/+67
| * | ktest: Remove commented exitSteven Rostedt2012-07-191-1/+0
* | | Merge branch 'slab/next' of git://git.kernel.org/pub/scm/linux/kernel/git/pen...Linus Torvalds2012-07-301-7/+7
|\ \ \ | |_|/ |/| |
| * | mm: Fix signal SIGFPE in slabinfo.c.majianpeng2012-07-021-7/+7
* | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2012-07-263-539/+872
|\ \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| | \ \
| *-------. \ \ Merge branches 'acpi_pad', 'acpica', 'apei-bugzilla-43282', 'battery', 'cpuid...Len Brown2012-07-2611-567/+957
| |\ \ \ \ \ \ \ | | | | | |_|/ / | | | | |/| | / | | | | | | |/ | | | | | |/|
| | | | | | * tools/power: turbostat: fix large c1% issueLen Brown2012-07-191-4/+8
| | | | | | * tools/power: turbostat v2 - re-write for efficiencyLen Brown2012-07-193-539/+868
* | | | | | | Merge tag 'usb-3.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-07-261-5/+16
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge 3.5-rc7 into usb-nextGreg Kroah-Hartman2012-07-161-5/+16
| |\ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| | * | | | | | Merge 3.5-rc4 into usb-nextGreg Kroah-Hartman2012-06-256-11/+68
| | |\ \ \ \ \ \
| | * | | | | | | testusb: expose looping forever option "l" to userDu, ChangbinX2012-06-131-5/+16
| | | |/ / / / / | | |/| | | | |
* | | | | | | | Merge branch 'linus' into perf/coreIngo Molnar2012-07-183-17/+17
|\| | | | | | |
| * | | | | | | perf kvm: Fix segfault with report and mixed guestmount useDavid Ahern2012-07-021-14/+15
| * | | | | | | perf kvm: Fix regression with guest machine creationDavid Ahern2012-07-021-1/+1
| * | | | | | | perf script: Fix format regression due to libtraceevent mergeDavid Ahern2012-07-021-2/+1
| | |/ / / / / | |/| | | | |
* | | | | | | Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2012-07-0617-314/+726
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge tag 'libtraceevent-core-for-acme' of git://git.kernel.org/pub/scm/linux...Arnaldo Carvalho de Melo2012-07-052-122/+251
| |\ \ \ \ \ \ \
| | * | | | | | | tools lib traceevent: Cleanup realloc useNamhyung Kim2012-07-042-22/+10
| | * | | | | | | tools lib traceevent: Add missing break in make_bprint_argsPeter Huewe2012-07-041-0/+1
| | * | | | | | | tools lib traceevent: Check return value of arg_to_str()Namhyung Kim2012-07-041-2/+13
| | * | | | | | | tools lib traceevent: Check result of malloc() during reading tokenNamhyung Kim2012-07-041-1/+1
| | * | | | | | | tools lib traceevent: Fix some commentsNamhyung Kim2012-07-041-9/+7
| | * | | | | | | tools lib traceevent: Do not call add_event() again if allocation failedNamhyung Kim2012-07-041-1/+2
| | * | | | | | | tools lib traceevent: Pass string type argument to argsNamhyung Kim2012-07-041-0/+1
| | * | | | | | | tools lib traceevent: Handle realloc() failure pathNamhyung Kim2012-07-041-16/+60
| | * | | | | | | tools lib traceevent: Handle strdup failure casesNamhyung Kim2012-07-041-2/+27
| | * | | | | | | tools lib traceevent: Introduce extend_token()Namhyung Kim2012-07-041-26/+24
| | * | | | | | | tools lib traceevent: Fix printk_cmp()Namhyung Kim2012-07-041-4/+4
| | * | | | | | | tools lib traceevent: Fix trace_printk for long integersWolfgang Mauerer2012-07-041-2/+3
| | * | | | | | | tools lib traceevent: Fix %pM print format arg handlingSteven Rostedt2012-07-041-0/+1
| | * | | | | | | tools lib traceevent: Add support to show migrate disable counterSteven Rostedt2012-07-041-19/+38
| | * | | | | | | tools lib traceevent: Add support for "%.*s" in bprintk eventsSteven Rostedt2012-07-041-9/+25
| | * | | | | | | tools lib traceevent: Let filtering numbers by string use function namesSteven Rostedt2012-07-041-10/+35
| * | | | | | | | perf tools: Split event symbols arrays to hw and sw partsJiri Olsa2012-07-051-57/+117
| * | | | | | | | perf tools: Split out PE_VALUE_SYM parsing token to SW and HW tokensJiri Olsa2012-07-052-5/+12
| * | | | | | | | perf tools: Add empty rule for new line in event syntax parsingJiri Olsa2012-07-051-0/+1