| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | | | ktest: Add POST_INSTALL to allow initrds to be created | Steven Rostedt | 2010-11-18 | 2 | -0/+16 |
| * | | | | | ktest: Added sample.conf, new %default option format | Steven Rostedt | 2010-11-18 | 2 | -142/+649 |
| * | | | | | ktest: Add open and close console and start stop monitor | Steven Rostedt | 2010-11-18 | 1 | -87/+170 |
| * | | | | | ktest: Added continuing on success, clear log and timeout | Steven Rostedt | 2010-11-18 | 1 | -38/+78 |
| * | | | | | ktest: Add reverse bisect, better logging, copyright | Steven Rostedt | 2010-11-18 | 1 | -6/+45 |
| * | | | | | ktest: Added patchcheck | Steven Rostedt | 2010-11-18 | 1 | -2/+140 |
| * | | | | | ktest: Added reboot on success | Steven Rostedt | 2010-11-18 | 1 | -1/+6 |
| * | | | | | ktest: Added better console, add test build | Steven Rostedt | 2010-11-18 | 1 | -48/+159 |
| * | | | | | ktest: Bisecting, install modules, add logging | Steven Rostedt | 2010-11-18 | 1 | -94/+227 |
| * | | | | | ktest: New features reboot on error, make options | Steven Rostedt | 2010-11-18 | 1 | -16/+46 |
| * | | | | | ktest: New features: noclean, dodie, poweroff on error and success | Steven Rostedt | 2010-11-18 | 1 | -21/+94 |
| * | | | | | Initial start of ktest.pl | Steven Rostedt | 2010-11-18 | 1 | -0/+334 |
* | | | | | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2011-01-11 | 10 | -78/+220 |
|\ \ \ \ \ \
| | |_|_|_|/
| |/| | | | |
|
| * | | | | | perf session: Fix infinite loop in __perf_session__process_events | Arnaldo Carvalho de Melo | 2011-01-10 | 1 | -1/+1 |
| * | | | | | perf evsel: Support perf_evsel__open(cpus > 1 && threads > 1) | Arnaldo Carvalho de Melo | 2011-01-10 | 2 | -33/+159 |
| * | | | | | perf sched: Use PTHREAD_STACK_MIN to avoid pthread_attr_setstacksize() fail | Jiri Pirko | 2011-01-10 | 1 | -1/+2 |
| * | | | | | perf tools: Emit clearer message for sys_perf_event_open ENOENT return | Arnaldo Carvalho de Melo | 2011-01-10 | 2 | -0/+5 |
| * | | | | | perf stat: better error message for unsupported events | David Ahern | 2011-01-10 | 1 | -0/+2 |
| * | | | | | perf sched: Fix allocation result check | Arnaldo Carvalho de Melo | 2011-01-10 | 1 | -1/+1 |
| * | | | | | perf tools: Pass whole attr to event selectors | Lin Ming | 2011-01-07 | 5 | -10/+19 |
| * | | | | | perf tools: Build with frame pointer | Frederic Weisbecker | 2011-01-06 | 1 | -1/+1 |
| * | | | | | perf tools: Fix buffer overflow error when specifying all tracepoints | Han Pingtian | 2011-01-06 | 1 | -31/+30 |
| | |_|_|/
| |/| | | |
|
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pen... | Linus Torvalds | 2011-01-10 | 1 | -0/+1364 |
|\ \ \ \ \ |
|
| * \ \ \ \ | Merge branch 'slab/next' into for-linus | Pekka Enberg | 2011-01-09 | 1 | -0/+1364 |
| |\ \ \ \ \
| | |_|_|/ /
| |/| | | | |
|
| | * | | | | slub: move slabinfo.c to tools/slub/slabinfo.c | Christoph Lameter | 2010-11-06 | 1 | -0/+1364 |
| | | |/ /
| | |/| | |
|
* | | | | | Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6 | Linus Torvalds | 2011-01-07 | 2 | -0/+26 |
|\ \ \ \ \ |
|
| * | | | | | [S390] perf: add DWARF register lookup for s390 | Heiko Carstens | 2011-01-05 | 2 | -0/+26 |
| |/ / / / |
|
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 | Linus Torvalds | 2011-01-06 | 7 | -0/+490 |
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
|
| * | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 2010-12-26 | 9 | -62/+161 |
| |\ \ \ \ |
|
| * \ \ \ \ | Merge branch 'vhost-net-next' of git://git.kernel.org/pub/scm/linux/kernel/gi... | David S. Miller | 2010-12-14 | 7 | -0/+490 |
| |\ \ \ \ \ |
|
| | * | | | | | tools/virtio: virtio_test tool | Michael S. Tsirkin | 2010-12-09 | 5 | -0/+487 |
| | * | | | | | vhost test module | Michael S. Tsirkin | 2010-12-09 | 2 | -0/+3 |
* | | | | | | | perf script: Make some lists static | Arnaldo Carvalho de Melo | 2011-01-05 | 1 | -2/+2 |
* | | | | | | | perf script: Use the default lost event handler | Arnaldo Carvalho de Melo | 2011-01-05 | 1 | -14/+1 |
* | | | | | | | perf session: Warn about errors when processing pipe events too | Arnaldo Carvalho de Melo | 2011-01-05 | 1 | -26/+31 |
* | | | | | | | perf tools: Fix perf_event.h header usage | Stephane Eranian | 2011-01-05 | 2 | -2/+2 |
* | | | | | | | perf test: Clarify some error reports in the open syscall test | Arnaldo Carvalho de Melo | 2011-01-05 | 1 | -7/+11 |
* | | | | | | | Merge commit 'v2.6.37' into perf/core | Ingo Molnar | 2011-01-05 | 1 | -1/+1 |
|\ \ \ \ \ \ \
| | |_|_|/ / /
| |/| | | | | |
|
| * | | | | | | perf: Fix callchain hit bad cast on ascii display | Frederic Weisbecker | 2011-01-03 | 1 | -1/+1 |
| | |_|/ / /
| |/| | | | |
|
* | | | | | | perf timechart: Adjust perf timechart to the new power events | Thomas Renninger | 2011-01-04 | 3 | -18/+118 |
* | | | | | | Merge branch 'perf/test' of git://git.kernel.org/pub/scm/linux/kernel/git/acm... | Ingo Molnar | 2011-01-04 | 24 | -519/+1013 |
|\ \ \ \ \ \ |
|
| * | | | | | | perf test: Add test for counting open syscalls | Arnaldo Carvalho de Melo | 2011-01-04 | 1 | -0/+83 |
| * | | | | | | perf evsel: Auto allocate resources needed for some methods | Arnaldo Carvalho de Melo | 2011-01-04 | 1 | -0/+9 |
| * | | | | | | perf evsel: Use {cpu,thread}_map to shorten list of parameters | Arnaldo Carvalho de Melo | 2011-01-04 | 3 | -17/+22 |
| * | | | | | | perf tools: Refactor all_tids to hold nr and the map | Arnaldo Carvalho de Melo | 2011-01-04 | 5 | -85/+88 |
| * | | | | | | perf tools: Refactor cpumap to hold nr and the map | Arnaldo Carvalho de Melo | 2011-01-04 | 5 | -67/+138 |
| * | | | | | | perf evsel: Introduce per cpu and per thread open helpers | Arnaldo Carvalho de Melo | 2011-01-04 | 3 | -58/+83 |
| * | | | | | | perf evsel: Steal the counter reading routines from stat | Arnaldo Carvalho de Melo | 2011-01-04 | 3 | -92/+196 |
| * | | | | | | perf evsel: Delete the event selectors at exit | Arnaldo Carvalho de Melo | 2011-01-03 | 6 | -8/+16 |
| * | | | | | | perf util: Move do_read from session to util | Arnaldo Carvalho de Melo | 2011-01-03 | 5 | -24/+23 |