Age | Commit message (Expand) | Author | Files | Lines |
2010-04-19 | KVM: Implement perf callbacks for guest sampling | Zhang, Yanmin | 3 | -1/+53 |
2010-04-19 | perf: Enhance perf to allow for guest statistic collection from host | Zhang, Yanmin | 2 | -11/+35 |
2010-04-08 | Merge branch 'linus' into perf/core | Ingo Molnar | 583 | -375/+999 |
2010-04-08 | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -0/+1 |
2010-04-07 | Merge branch 'davinci-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 4 | -5/+13 |
2010-04-07 | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 7 | -19/+53 |
2010-04-07 | davinci: fix compile warning: <mach/da8xx.h>: #include <linux/platform_device.h> | Sergei Shtylyov | 1 | -1/+3 |
2010-04-07 | Merge branch 'for-linus' of git://git.monstr.eu/linux-2.6-microblaze | Linus Torvalds | 4 | -11/+9 |
2010-04-07 | frv: fix kernel/user segment handling in NOMMU mode | David Howells | 2 | -5/+3 |
2010-04-07 | microblaze: Remove unused variable from ptrace | Michal Simek | 1 | -1/+0 |
2010-04-07 | microblaze: io.h: Add io big-endian function | John Linn | 1 | -0/+5 |
2010-04-07 | microblaze: Fix futex code | Michal Simek | 1 | -1/+1 |
2010-04-07 | microblaze: Fix ftrace_update_ftrace_func panic | Steven J. Magnani | 1 | -9/+3 |
2010-04-06 | perf, x86: Enable Nehalem-EX support | Vince Weaver | 1 | -0/+1 |
2010-04-06 | davinci: DM365: fix duplicate default IRQ priorities | Kevin Hilman | 1 | -1/+0 |
2010-04-06 | davinci: edma: clear events in edma_start() | Brian Niebuhr | 1 | -1/+2 |
2010-04-06 | davinci: da8xx/omap-l1: fix build error when CONFIG_DAVINCI_MUX is undefined | Sekhar Nori | 1 | -0/+4 |
2010-04-06 | davinci: timers: don't enable timer until clocksource is initialized | Kevin Hilman | 1 | -2/+4 |
2010-04-05 | Merge branch 'master' into export-slabh | Tejun Heo | 62 | -650/+1063 |
2010-04-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6 | Linus Torvalds | 5 | -13/+100 |
2010-04-04 | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 6 | -48/+99 |
2010-04-04 | perf: Drop the frame reliablity check | Frederic Weisbecker | 1 | -2/+1 |
2010-04-04 | sparc64: Implement perf_arch_fetch_caller_regs | David S. Miller | 1 | -0/+75 |
2010-04-04 | sparc64: Update defconfig. | David S. Miller | 1 | -12/+16 |
2010-04-04 | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ | David S. Miller | 1360 | -20768/+73896 |
2010-04-04 | sparc64: Fix array size reported by vmemmap_populate() | Ben Hutchings | 1 | -1/+1 |
2010-04-03 | Merge branch 'perf/urgent' into perf/core | Ingo Molnar | 1 | -2/+0 |
2010-04-03 | perf: Always build the powerpc perf_arch_fetch_caller_regs version | Frederic Weisbecker | 1 | -2/+0 |
2010-04-03 | Merge master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 10 | -47/+123 |
2010-04-03 | Merge branch 'merge' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds | 1 | -0/+2 |
2010-04-02 | x86: Fix double enable_IR_x2apic() call on SMP kernel on !SMP boards | Suresh Siddha | 1 | -0/+2 |
2010-04-02 | perf, x86: Add Nehalem programming quirk to Westmere | Peter Zijlstra | 1 | -0/+2 |
2010-04-02 | perf, x86: Fix __initconst vs const | Peter Zijlstra | 4 | -11/+11 |
2010-04-02 | perf, x86: Fix up the ANY flag stuff | Peter Zijlstra | 5 | -51/+74 |
2010-04-02 | perf, x86: implement ARCH_PERFMON_EVENTSEL bit masks | Robert Richter | 5 | -89/+45 |
2010-04-02 | perf, x86: Undo some some *_counter* -> *_event* renames | Robert Richter | 7 | -65/+65 |
2010-04-02 | Merge branch 'perf/urgent' into perf/core | Ingo Molnar | 80 | -609/+859 |
2010-04-02 | perf, x86: Fix callgraphs of 32-bit processes on 64-bit kernels | Torok Edwin | 2 | -5/+44 |
2010-04-02 | perf, x86: Fix AMD hotplug & constraint initialization | Peter Zijlstra | 2 | -36/+52 |
2010-04-02 | x86: Move notify_cpu_starting() callback to a later stage | Peter Zijlstra | 1 | -2/+2 |
2010-04-02 | Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/f... | Ingo Molnar | 2 | -3/+1 |
2010-04-02 | x86: Increase CONFIG_NODES_SHIFT max to 10 | David Rientjes | 1 | -2/+2 |
2010-04-02 | Merge branch 'sh/for-2.6.34' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 11 | -83/+294 |
2010-04-02 | sh: Fix up the SH-3 build for recent TLB changes. | Paul Mundt | 4 | -28/+75 |
2010-04-02 | sh: export return_address() symbol. | Paul Mundt | 1 | -0/+3 |
2010-04-02 | ibft, x86: Change reserve_ibft_region() to find_ibft_region() | Yinghai Lu | 1 | -2/+12 |
2010-04-02 | x86, hpet: Fix bug in RTC emulation | Alok Kataria | 1 | -0/+1 |
2010-04-02 | x86, hpet: Erratum workaround for read after write of HPET comparator | Pallipadi, Venkatesh | 1 | -1/+7 |
2010-04-02 | x86: Handle overlapping mptables | Andi Kleen | 1 | -2/+2 |
2010-04-01 | microblaze: Support word copying in copy_tofrom_user | Michal Simek | 1 | -14/+25 |