summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* perf, x86: Fix incorrect branches event on AMD CPUsVince Weaver2010-07-031-2/+2
* perf tools: Fix find tids routine by excluding "." and ".."Gui Jianfeng2010-07-011-1/+10
* x86: Send a SIGTRAP for user icebp trapsFrederic Weisbecker2010-06-301-1/+10
* tracing: Fix undeclared ENOSYS in include/linux/tracepoint.hWu Zhangjin2010-06-211-0/+1
* perf record: prevent kill(0, SIGTERM);Ian Munsie2010-06-171-1/+1
* perf session: Remove threads from tree on PERF_RECORD_EXITArnaldo Carvalho de Melo2010-06-174-2/+20
* Merge branch 'tip/perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar2010-06-111-1/+3
|\
| * perf/tracing: Fix regression of perf losing kprobe eventsSteven Rostedt2010-06-101-1/+3
* | perf record: Don't call newt functions when not initializedArnaldo Carvalho de Melo2010-06-101-2/+13
|/
* perf_events: Fix Intel Westmere event constraintsStephane Eranian2010-06-101-0/+1
* Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/f...Ingo Molnar2010-06-091-1/+2
|\
| * tracing: Fix null pointer deref with SEND_SIG_FORCEDOleg Nesterov2010-06-081-1/+2
* | 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
| * | | | perf tui: Reset use_browser if stdout is not a ttyArnaldo Carvalho de Melo2010-05-262-1/+2
| |/ / /
* | | | ia64: revert __node_random additionLinus Torvalds2010-05-301-17/+0
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds2010-05-307-82/+500
|\ \ \ \
| * | | | mm: export generic_pipe_buf_*() to modulesMiklos Szeredi2010-05-261-0/+6
| * | | | fuse: support splice() reading from fuse deviceMiklos Szeredi2010-05-251-41/+187
OpenPOWER on IntegriCloud