aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-12-13x86, watchdog: Compile fix when CONFIG_LOCAL_APIC not enabledDon Zickus1-0/+3
2010-12-10Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acm...Ingo Molnar8-66/+127
2010-12-10perf, sparc: Fix CONFIG_PERF_EVENTS=y build errorIngo Molnar1-1/+1
2010-12-10x86, NMI: Add back unknown_nmi_panic and nmi_watchdog sysctlsDon Zickus6-18/+30
2010-12-10lockup detector: Compile fixes from removing the old x86 nmi watchdogDon Zickus2-2/+10
2010-12-09x86: Address 'unused' warning in hw_nmi.c againRakib Mullick1-1/+1
2010-12-09perf session: Remove unneeded dump_printf callsArnaldo Carvalho de Melo1-12/+11
2010-12-09perf session: Split out user event processingThomas Gleixner1-18/+24
2010-12-09perf session: Split out sample preprocessingThomas Gleixner1-15/+25
2010-12-09perf session: Move dump code to event delivery pathThomas Gleixner1-5/+5
2010-12-09perf session: Add file_offset to event delivery functionThomas Gleixner1-4/+8
2010-12-09perf session: Store file offset in sample_queueThomas Gleixner1-2/+5
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-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-06Linux 2.6.37-rc5Linus Torvalds1-1/+1
2010-12-06Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds5-10/+15
2010-12-06ARM: tegra: fix regression from addruart rewriteOlof Johansson1-2/+2
2010-12-06Merge branch 'pm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds6-37/+68
2010-12-06PM / Hibernate: Fix memory corruption related to swapRafael J. Wysocki5-22/+30
2010-12-06Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds15-30/+56
2010-12-06PM / 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-05Merge branch 'slab/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-2/+2
2010-12-05Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmar...Linus Torvalds13-363/+401
2010-12-05Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/kyle/pa...Linus Torvalds9-25/+28
2010-12-05Revert "vfs: show unreachable paths in getcwd and proc"Eric W. Biederman1-1/+1
2010-12-04perf tools: Ask for ID PERF_SAMPLE_ info on all PERF_RECORD_ eventsArnaldo Carvalho de Melo9-100/+315
2010-12-04perf session: Parse sample earlierArnaldo Carvalho de Melo18-192/+236
2010-12-04perf events: Make sample_type identity fields available in all PERF_RECORD_ e...Arnaldo Carvalho de Melo2-18/+102