summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-10-27Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acm...Ingo Molnar10-10/+93
2010-10-26perf python scripting: Add futex-contention scriptArnaldo Carvalho de Melo4-0/+74
2010-10-26perf python scripting: Fixup cut'n'paste error in sctop scriptArnaldo Carvalho de Melo1-1/+1
2010-10-26perf scripting: Shut up 'perf record' final statusArnaldo Carvalho de Melo5-7/+16
2010-10-26perf record: Remove newline character from perror() argumentMatt Fleming1-2/+2
2010-10-26Merge branch 'tip/perf/ringbuffer-2' of git://git.kernel.org/pub/scm/linux/ke...Ingo Molnar2-175/+172
2010-10-26Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acm...Ingo Molnar20-40/+106
2010-10-26perf python scripting: Support fedora 11 (audit 1.7.17)Arnaldo Carvalho de Melo1-1/+4
2010-10-26perf python scripting: Improve the syscalls-by-pid scriptArnaldo Carvalho de Melo1-8/+13
2010-10-26perf python scripting: print the syscall name on sctopArnaldo Carvalho de Melo1-5/+2
2010-10-26perf python scripting: Improve the syscalls-counts scriptArnaldo Carvalho de Melo1-2/+3
2010-10-26perf python scripting: Improve the failed-syscalls-by-pid scriptArnaldo Carvalho de Melo2-8/+50
2010-10-25Merge branch 'x86' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/opro...Ingo Molnar4-46/+100
2010-10-25Merge branch 'oprofile/core' into oprofile/x86Robert Richter703-11501/+19241
2010-10-25Merge commit 'linux-2.6/master' (early part) into oprofile/coreRobert Richter465-10045/+16810
2010-10-25kprobes: Remove redundant text_mutex lock in optimizeMasami Hiramatsu1-3/+4
2010-10-25x86/oprofile: Fix uninitialized variable use in debug printkIngo Molnar1-15/+11
2010-10-23tracing: Fix 'faild' -> 'failed' typoJoe Perches1-1/+1
2010-10-23Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acm...Ingo Molnar11-236/+823
2010-10-23perf probe: Fix format specified for Dwarf_Off parameterArnaldo Carvalho de Melo1-1/+2
2010-10-23perf trace: Fix detection of script extensionBen Hutchings1-1/+1
2010-10-23perf trace: Use $PERF_EXEC_PATH in canned report scriptsBen Hutchings13-15/+15
2010-10-23perf tools: Document event modifiersSonny Rao1-0/+17
2010-10-22perf tools: Remove direct slang.h includeArnaldo Carvalho de Melo1-1/+0
2010-10-22Merge branch 'tip/perf/core-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Ingo Molnar1-6/+2
2010-10-22perf_events: Fix for transaction recovery in group_sched_in()Stephane Eranian1-2/+20
2010-10-22perf_events: Revert: Fix transaction recovery in group_sched_in()Stephane Eranian1-63/+13
2010-10-22perf, x86: Use NUMA aware allocations for PEBS/BTS/DS allocationsPeter Zijlstra1-3/+6
2010-10-22perf, x86: Clean up reserve_ds_buffers() signaturePeter Zijlstra2-12/+6
2010-10-22perf, x86: Less disastrous PEBS/BTS buffer allocation failurePeter Zijlstra2-16/+47
2010-10-22perf, x86: Fixup the precise_ip computationPeter Zijlstra1-4/+5
2010-10-22perf, x86: Extract DS alloc/free functionsPeter Zijlstra1-14/+26
2010-10-22perf, x86: Extract PEBS/BTS allocation functionsPeter Zijlstra1-34/+56
2010-10-22perf, x86: Extract PEBS/BTS buffer free routinesPeter Zijlstra1-5/+25
2010-10-22Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds130-683/+3676
2010-10-22Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds31-630/+1815
2010-10-22Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds39-173/+1894
2010-10-22Merge branch 'core-memblock-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds69-1703/+1639
2010-10-22include/linux/libata.h: fix typoAndrea Gelmini1-1/+1
2010-10-22pata_bf54x: fix return type of bfin_set_devctlMike Frysinger1-1/+1
2010-10-22Drivers: ata: Makefile: replace the use of <module>-objs with <module>-yTracey Dent1-1/+1
2010-10-22libahci: fix result_tf handling after an ATA PIO data-in commandTejun Heo2-3/+16
2010-10-22pata_sl82c105: implement sff_irq_check() methodSergei Shtylyov1-0/+11
2010-10-22pata_sil680: implement sff_irq_check() methodSergei Shtylyov1-0/+12
2010-10-22pata_pdc202xx_old: implement sff_irq_check() methodSergei Shtylyov1-0/+23
2010-10-22pata_cmd640: implement sff_irq_check() methodSergei Shtylyov1-0/+12
2010-10-22ata_piix: Add device ID for ICH4-LBen Hutchings1-0/+2
2010-10-22pata_sil680: make sil680_sff_exec_command() 'static'Sergei Shtylyov1-2/+2
2010-10-22ata: Intel IDE-R supportAlan Cox1-1/+53
2010-10-22libata: reorder ata_queued_cmd to remove alignment padding on 64 bit buildsRichard Kennedy1-3/+3