summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-12-09perf session: Consolidate the dump codeThomas Gleixner2-25/+40
2010-12-09perf session: Dont queue events w/o timestampsThomas Gleixner1-1/+1
2010-12-09perf event: Prevent unbound event__name array accessThomas Gleixner4-6/+19
2010-12-09perf report: Allow user to specify path to kallsyms fileDavid Ahern4-2/+13
2010-12-09x86: Address 'unused' warning in hw_nmi.c againRakib Mullick1-1/+1
2010-12-08perf: Stop all counters on rebootPeter Zijlstra1-1/+23
2010-12-08perf, amd: Remove the nb lockPeter Zijlstra1-13/+3
2010-12-07perf makefile: Allow strong and weak functions in LIB_OBJSIan Munsie1-1/+1
2010-12-07Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acm...Ingo Molnar24-379/+787
2010-12-07Merge commit 'v2.6.37-rc5' into perf/coreIngo Molnar589-6735/+14256
2010-12-07Linux 2.6.37-rc5v2.6.37-rc5Linus Torvalds1-1/+1
2010-12-07Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-10/+15
2010-12-07ARM: tegra: fix regression from addruart rewriteOlof Johansson1-2/+2
2010-12-07Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds6-37/+68
2010-12-07PM / Hibernate: Fix memory corruption related to swapRafael J. Wysocki5-22/+30
2010-12-07Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds15-30/+56
2010-12-07PM / Hibernate: Use async I/O when reading compressed hibernation imageBojan Smojver1-15/+38
2010-12-06kprobes: Use text_poke_smp_batch for unoptimizingMasami Hiramatsu3-6/+46
2010-12-06kprobes: Use text_poke_smp_batch for optimizingMasami Hiramatsu3-19/+69
2010-12-06x86: Introduce text_poke_smp_batch() for batch-code modifyingMasami Hiramatsu2-9/+47
2010-12-06kprobes: Reuse unused kprobeMasami Hiramatsu1-2/+30
2010-12-06kprobes: Support delayed unoptimizingMasami Hiramatsu2-77/+237
2010-12-06kprobes: Separate kprobe optimizing code from optimizerMasami Hiramatsu1-17/+26
2010-12-06kprobes: Cleanup disabling and unregistering pathMasami Hiramatsu1-56/+72
2010-12-06kprobes: Rename old_p to more appropriate nameMasami Hiramatsu1-47/+46
2010-12-06Merge branch 'for-rmk-fixes' of git://git.infradead.org/users/cbou/linux-cns3xxxRussell King1-1/+1
2010-12-06perf tools: Catch a few uncheck calloc/malloc'sChris Samuel5-0/+15
2010-12-06perf script: Fix compiler warning in builtin_script.c:is_top_script()Stephane Eranian1-5/+5
2010-12-06perf session: Sort all events if ordered_samples=trueThomas Gleixner1-53/+72
2010-12-06perf options: add OPT_CALLBACK_DEFAULT_NOOPTAkihiro Nagai1-0/+4
2010-12-06perf hist: Better displaying of unresolved DSOs and symbolsIan Munsie1-3/+3
2010-12-06ARM: 6524/1: GIC irq desciptor bug fixChao Xie1-1/+7
2010-12-06Merge branch 'slab/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-2/+2
2010-12-06Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmar...Linus Torvalds13-363/+401
2010-12-06Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/kyle/pa...Linus Torvalds9-25/+28
2010-12-06Revert "vfs: show unreachable paths in getcwd and proc"Eric W. Biederman1-1/+1
2010-12-05perf tools: Ask for ID PERF_SAMPLE_ info on all PERF_RECORD_ eventsArnaldo Carvalho de Melo9-100/+315
2010-12-05perf session: Parse sample earlierArnaldo Carvalho de Melo18-192/+236
2010-12-05perf events: Make sample_type identity fields available in all PERF_RECORD_ e...Arnaldo Carvalho de Melo2-18/+102
2010-12-05perf events: Separate the routines handling the PERF_SAMPLE_ identity fieldsArnaldo Carvalho de Melo2-54/+76
2010-12-05perf events: Fix event inherit fallout of precalculated headersThomas Gleixner1-0/+5
2010-12-04parisc: Fix GSC PS/2 driver name for keyboard and mouseGuy Martin1-1/+1
2010-12-04parisc: KittyHawk LCD fixGuy Martin1-4/+13
2010-12-04parisc: convert the rest of the irq handlers to simple/percpuJames Bottomley6-11/+12
2010-12-04parisc: fix dino/gsc interruptsJames Bottomley1-1/+1
2010-12-04ARM: 6523/1: iop: ensure sched_clock() is notraceRabin Vincent1-1/+2
2010-12-04ARM: 6456/1: Fix for building DEBUG with sa11xx_base.c as a module.Marcelo Roberto Jimenez1-0/+1
2010-12-04ARM: 6519/1: kuser: Fix incorrect cmpxchg syscall in kuser helpersDave Martin1-1/+1
2010-12-04slub: Fix a crash during slabinfo -vTero Roponen1-2/+2
2010-12-03Merge branch '2.6.37-rc4-pvhvm-fixes' of git://xenbits.xen.org/people/sstabel...Linus Torvalds8-41/+114