summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* perf: Cleanup {start,commit,cancel}_txn detailsPeter Zijlstra2010-06-095-28/+36
* perf: Add non-exec mmap() trackingEric B Munson2010-06-095-22/+35
* perf, trace: Remove superfluous rcu_read_lock()Peter Zijlstra2010-06-091-2/+0
* perf, trace: Inline perf_swevent_put_recursion_context()Peter Zijlstra2010-06-093-7/+6
* perf, x86: Small fix to cpuid10_edxLivio Soares2010-06-081-2/+3
* Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acm...Ingo Molnar2010-06-0830-96/+328
|\
| * perf tools: Allow building perf source tarballs on non-configured treeArnaldo Carvalho de Melo2010-06-071-0/+2
| * perf report: Implement --sort cpuArun Sharma2010-06-056-2/+39
| * perf tools: Make event__preprocess_sample parse the sampleArnaldo Carvalho de Melo2010-06-058-44/+41
| * perf annotate: Ask objdump to demangle symbolsStephane Eranian2010-06-051-1/+1
| * perf buildid: add perfconfig option to specify buildid cache dirStephane Eranian2010-06-059-18/+89
| * perf tools: Make target to generate self contained source tarballArnaldo Carvalho de Melo2010-06-053-7/+44
| * perf tools: Add the ability to specify list of cpus to monitorStephane Eranian2010-06-058-24/+110
| * perf report: Make -D print sampled CPUStephane Eranian2010-06-052-3/+5
* | Merge branch 'tip/perf/core-3' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2010-06-0810-102/+27
|\ \
| * | tracing: Remove ftrace_preempt_disable/enableSteven Rostedt2010-06-039-99/+24
| * | tracing/sched: Make preempt_schedule() notraceSteven Rostedt2010-06-031-3/+3
* | | Merge branch 'for-tip' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/...Ingo Molnar2010-06-081-1/+1
|\ \ \
| * | | powerpc/oprofile: fix potential buffer overrun in op_model_cell.cDenis Kirjanov2010-06-071-1/+1
| | |/ | |/|
* | | perf: Fix signed comparison in perf_adjust_period()Peter Zijlstra2010-06-081-1/+4
|/ /
* | Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Ingo Molnar2010-06-041-2/+6
|\ \
| * | perf symbols: Set the DSO long name when using symbol_conf.vmlinux_nameArnaldo Carvalho de Melo2010-06-041-2/+6
* | | perf: Fix crash in sweventsPeter Zijlstra2010-06-031-9/+15
|/ /
* | Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Ingo Molnar2010-06-024-20/+39
|\ \
| * | perf buildid-list: Fix --with-hits event processingArnaldo Carvalho de Melo2010-06-011-1/+3
| * | perf scripts python: Give field dict to unhandled callbackPierre Tardy2010-06-012-18/+35
| * | perf hist: fix objdump output parsingKonstantin Stepanyuk2010-06-011-1/+1
* | | perf-record: Check correct pid when forkingBorislav Petkov2010-06-011-2/+1
* | | perf: Do the comm inheritance per thread in event__process_taskFrederic Weisbecker2010-06-011-7/+2
* | | perf: Use event__process_task from perf schedFrederic Weisbecker2010-06-011-0/+1
* | | perf: Process comm events by tidFrederic Weisbecker2010-05-311-2/+2
|/ /
* | blktrace: Fix new kernel-doc warningsRandy Dunlap2010-05-311-0/+2
* | perf_events: Fix unincremented buffer base on partial copyFrederic Weisbecker2010-05-311-0/+1
* | perf_events: Fix event scheduling issues introduced by transactional APIStephane Eranian2010-05-312-4/+29
* | perf_events, trace: Fix perf_trace_destroy(), mutex went missingPeter Zijlstra2010-05-311-1/+4
* | perf_events, trace: Fix probe unregister racePeter Zijlstra2010-05-314-7/+13
* | perf_events: Fix races in group compositionPeter Zijlstra2010-05-312-24/+71
* | perf_events: Fix races and clean up perf_event and perf_mmap_data interactionPeter Zijlstra2010-05-312-100/+129
* | Linux 2.6.35-rc1v2.6.35-rc1Linus Torvalds2010-05-301-2/+2
* | Merge branch 'slub/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2010-05-302-29/+15
|\ \
| * | SLUB: Allow full duplication of kmalloc array for 390Christoph Lameter2010-05-301-1/+1
| * | slub: move kmem_cache_node into it's own cachelineAlexander Duyck2010-05-242-28/+14
* | | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-05-301-0/+7
|\ \ \
| * | | mutex: Fix optimistic spinning vs. BKLTony Breeds2010-05-191-0/+7
* | | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-05-308-16/+45
|\ \ \ \
| * \ \ \ Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2010-05-292-8/+17
| |\ \ \ \
| | * | | | ring-buffer: Move zeroing out excess in page to ring buffer codeSteven Rostedt2010-05-252-8/+9
| | * | | | ring-buffer: Reset "real_end" when page is filledSteven Rostedt2010-05-251-0/+8
| * | | | | perf tui: Fix last use_browser problem related to .perfconfigArnaldo Carvalho de Melo2010-05-271-1/+1
| * | | | | perf symbols: Add the build id cache to the vmlinux pathArnaldo Carvalho de Melo2010-05-263-6/+25
OpenPOWER on IntegriCloud