| Commit message (Expand) | Author | Age | Files | Lines |
* | perf, x86: P4 PMU - describe config format | Cyrill Gorcunov | 2010-11-26 | 1 | -8/+55 |
* | perf, arch: Cleanup perf-pmu init vs lockup-detector | Peter Zijlstra | 2010-11-26 | 21 | -38/+30 |
* | x86: Set cpu masks before calling CPU_STARTING notifiers | Andi Kleen | 2010-11-26 | 1 | -4/+7 |
* | perf: Introduce is_sampling_event() | Franck Bui-Huu | 2010-11-26 | 1 | -1/+1 |
* | Merge branch 'perf/urgent' into perf/core | Ingo Molnar | 2010-11-26 | 5 | -4/+31 |
|\ |
|
| * | perf, x86: Fixup Kconfig deps | Peter Zijlstra | 2010-11-26 | 1 | -1/+1 |
| * | x86, perf, nmi: Disable perf if counters are not accessible | Don Zickus | 2010-11-26 | 1 | -0/+20 |
| * | x86/kprobes: Prevent kprobes to probe on save_args() | Masami Hiramatsu | 2010-11-18 | 1 | -0/+2 |
| * | Merge branch 'perf/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/f... | Ingo Molnar | 2010-11-18 | 1 | -0/+4 |
| |\ |
|
| | * | x86: Ignore trap bits on single step exceptions | Frederic Weisbecker | 2010-11-12 | 1 | -0/+4 |
| * | | x86, hw_nmi: Move backtrace_mask declaration under ARCH_HAS_NMI_WATCHDOG | Rakib Mullick | 2010-11-18 | 1 | -3/+4 |
* | | | Merge commit 'v2.6.37-rc3' into perf/core | Ingo Molnar | 2010-11-26 | 44 | -76/+116 |
|\ \ \ |
|
| * \ \ | Merge branch 'kvm-updates/2.6.37' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2010-11-18 | 2 | -11/+10 |
| |\ \ \ |
|
| | * | | | KVM: VMX: Fix host userspace gsbase corruption | Avi Kivity | 2010-11-17 | 1 | -8/+7 |
| | * | | | KVM: Correct ordering of ldt reload wrt fs/gs reload | Avi Kivity | 2010-11-17 | 2 | -3/+3 |
| * | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe... | Linus Torvalds | 2010-11-18 | 2 | -6/+10 |
| |\ \ \ \ |
|
| | * | | | | kgdb,ppc: Fix regression in evr register handling | Dongdong Deng | 2010-11-17 | 1 | -2/+2 |
| | * | | | | kgdb,x86: fix regression in detach handling | Jason Wessel | 2010-11-17 | 1 | -4/+8 |
| * | | | | | powerpc: Update a BKL related comment | Alessio Igor Bogani | 2010-11-18 | 1 | -3/+2 |
| * | | | | | powerpc/mm: Fix module instruction tlb fault handling on Book-E 64 | Kumar Gala | 2010-11-18 | 1 | -1/+4 |
| * | | | | | powerpc: Fix call to subpage_protection() | Michael Neuling | 2010-11-18 | 1 | -1/+1 |
| * | | | | | powerpc: Set CONFIG_32BIT on ppc32 | kerstin jonsson | 2010-11-18 | 1 | -0/+4 |
| * | | | | | powerpc/mm: Fix build error in setup_initial_memory_limit | Kumar Gala | 2010-11-18 | 1 | -1/+1 |
| * | | | | | powerpc/pseries: Don't override CONFIG_PPC_PSERIES_DEBUG | Nishanth Aravamudan | 2010-11-18 | 3 | -4/+6 |
| * | | | | | powerpc: Fix div64 in bootloader | Benjamin Herrenschmidt | 2010-11-18 | 1 | -1/+2 |
| * | | | | | BKL: remove extraneous #include <smp_lock.h> | Arnd Bergmann | 2010-11-17 | 26 | -26/+0 |
| | |/ / /
| |/| | | |
|
| * | | | | SCSI host lock push-down | Jeff Garzik | 2010-11-16 | 1 | -1/+3 |
| * | | | | Merge branch 'for-linus' of git://git390.marist.edu/pub/scm/linux-2.6 | Linus Torvalds | 2010-11-16 | 4 | -21/+73 |
| |\ \ \ \
| | |/ / /
| |/| | | |
|
| | * | | | [S390] kprobes: Fix the return address of multiple kretprobes | Martin Schwidefsky | 2010-11-10 | 1 | -3/+26 |
| | * | | | [S390] kprobes: disable interrupts throughout | Martin Schwidefsky | 2010-11-10 | 1 | -14/+27 |
| | * | | | [S390] mm: add devmem_is_allowed() for STRICT_DEVMEM checking | Hendrik Brueckner | 2010-11-10 | 2 | -0/+17 |
| | * | | | [S390] fix get_user_pages_fast | Martin Schwidefsky | 2010-11-10 | 1 | -4/+3 |
* | | | | | Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/fre... | Ingo Molnar | 2010-11-18 | 10 | -54/+59 |
|\ \ \ \ \ |
|
| * | | | | | x86: Eliminate bp argument from the stack tracing routines | Soeren Sandmann Pedersen | 2010-11-18 | 10 | -54/+59 |
* | | | | | | x86, nmi_watchdog: Remove all stub function calls from old nmi_watchdog | Don Zickus | 2010-11-18 | 12 | -809/+1 |
* | | | | | | x86, nmi_watchdog: Remove the old nmi_watchdog | Don Zickus | 2010-11-18 | 5 | -587/+4 |
| |_|_|/ /
|/| | | | |
|
* | | | | | Merge branch 'tip/perf/urgent-3' of git://git.kernel.org/pub/scm/linux/kernel... | Ingo Molnar | 2010-11-18 | 1 | -5/+5 |
|\ \ \ \ \
| |_|/ / /
|/| | | | |
|
| * | | | | tracing: Force arch_local_irq_* notrace for paravirt | Steven Rostedt | 2010-11-10 | 1 | -5/+5 |
* | | | | | Merge branch 'omap-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2010-11-15 | 4 | -6/+6 |
|\ \ \ \ \ |
|
| * | | | | | arm: omap1: devices: need to return with a value | Felipe Balbi | 2010-11-08 | 1 | -3/+2 |
| * | | | | | OMAP1: camera.h: add missing include | Janusz Krzysztofik | 2010-11-05 | 1 | -0/+2 |
| * | | | | | omap: dma: Add read-back to DMA interrupt handler to avoid spuriousinterrupts | Mathias Nyman | 2010-11-05 | 1 | -0/+2 |
| * | | | | | OMAP2: Devkit8000: Fix mmc regulator failure | Thomas Weber | 2010-11-05 | 1 | -3/+0 |
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba... | Linus Torvalds | 2010-11-15 | 1 | -20/+83 |
|\ \ \ \ \ \ |
|
| * | | | | | | x86/PCI: coalesce overlapping host bridge windows | Bjorn Helgaas | 2010-11-11 | 1 | -20/+83 |
| | |_|_|/ /
| |/| | | | |
|
* | | | | | | Merge branch 's5p-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2010-11-15 | 2 | -17/+17 |
|\ \ \ \ \ \ |
|
| * | | | | | | ARM: SAMSUNG: Fix HAVE_S3C_RTC warnings | Kukjin Kim | 2010-11-13 | 1 | -4/+4 |
| * | | | | | | ARM: SAMSUNG: Fix HAVE_S3C2410_I2C warnings | Kukjin Kim | 2010-11-13 | 1 | -6/+6 |
| * | | | | | | ARM: SAMSUNG: Fix HAVE_S3C2410_WATCHDOG warnings | Kyungmin Park | 2010-11-13 | 2 | -7/+7 |
| | |/ / / /
| |/| | | | |
|
* | | | | | | Merge branches 'sh-fixes-for-linus' and 'rmobile-fixes-for-linus' of git://gi... | Linus Torvalds | 2010-11-15 | 2 | -1/+7 |
|\ \ \ \ \ \ |
|