Age | Commit message (Expand) | Author | Files | Lines |
2011-01-11 | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 10 | -96/+101 |
2011-01-10 | Merge branch 'stable/generic' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -2/+3 |
2011-01-09 | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git... | Ingo Molnar | 26 | -714/+648 |
2011-01-09 | perf, x86: P4 PMU - Fix unflagged overflows handling | Cyrill Gorcunov | 1 | -13/+15 |
2011-01-08 | Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj... | Linus Torvalds | 18 | -72/+67 |
2011-01-07 | x86: Save rbp in pt_regs on irq entry | Frederic Weisbecker | 1 | -13/+23 |
2011-01-07 | x86, dumpstack: Fix unused variable warning | Rakib Mullick | 1 | -6/+0 |
2011-01-07 | apic: Move hypervisor detection of x2apic to hypervisor.h | Sheng Yang | 1 | -2/+3 |
2011-01-07 | x86, NMI: Clean-up default_do_nmi() | Don Zickus | 1 | -16/+14 |
2011-01-07 | x86, NMI: Allow NMI reason io port (0x61) to be processed on any CPU | Don Zickus | 1 | -6/+10 |
2011-01-07 | x86, NMI: Remove DIE_NMI_IPI | Don Zickus | 6 | -19/+12 |
2011-01-07 | x86, NMI: Add priorities to handlers | Don Zickus | 5 | -4/+7 |
2011-01-07 | x86: Convert some devices to use DIE_NMIUNKNOWN | Don Zickus | 1 | -1/+1 |
2011-01-07 | x86, NMI: Add NMI symbol constants and rename memory parity to PCI SERR | Huang Ying | 1 | -25/+26 |
2011-01-07 | Merge branch 'linus' into x86/apic-cleanups | Ingo Molnar | 48 | -1693/+872 |
2011-01-06 | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -38/+39 |
2011-01-06 | Merge branches 'x86-alternatives-for-linus', 'x86-fpu-for-linus', 'x86-hwmon-... | Linus Torvalds | 3 | -1/+56 |
2011-01-06 | Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -27/+34 |
2011-01-06 | Merge branch 'x86-tsc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -5/+91 |
2011-01-06 | Merge branch 'x86-security-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2 | -2/+9 |
2011-01-06 | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 6 | -322/+21 |
2011-01-06 | Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -24/+10 |
2011-01-06 | Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2 | -65/+85 |
2011-01-06 | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 3 | -9/+48 |
2011-01-06 | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 4 | -56/+86 |
2011-01-06 | Merge branch 'x86-amd-nb-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 5 | -165/+169 |
2011-01-05 | x86, NMI: Add touch_nmi_watchdog to io_check_error delay | Huang Ying | 1 | -3/+5 |
2011-01-05 | x86: Avoid calling arch_trigger_all_cpu_backtrace() at the same time | Dongdong Deng | 1 | -0/+13 |
2011-01-05 | x86: Only call smp_processor_id in non-preempt cases | Don Zickus | 1 | -1/+2 |
2011-01-05 | x86: Fix APIC ID sizing bug on larger systems, clean up MAX_APICS confusion | Yinghai Lu | 2 | -4/+5 |
2011-01-04 | x86, mm: Initialize initial_page_table before paravirt jumps | Rusty Russell | 1 | -38/+39 |
2011-01-04 | Merge commit 'v2.6.37-rc8' into x86/apic | Ingo Molnar | 71 | -5922/+624 |
2011-01-04 | perf: Clean up power events by introducing new, more generic ones | Thomas Renninger | 3 | -2/+9 |
2011-01-04 | Merge commit 'v2.6.37-rc8' into perf/core | Ingo Molnar | 2 | -14/+19 |
2011-01-03 | x86, hwmon: Add core threshold notification to therm_throt.c | R, Durgadoss | 1 | -0/+40 |
2010-12-30 | x86: Use this_cpu_inc_return for nmi counter | Tejun Heo | 1 | -2/+1 |
2010-12-30 | x86: Replace uses of current_cpu_data with this_cpu ops | Tejun Heo | 8 | -21/+21 |
2010-12-30 | x86: Use this_cpu_ops to optimize code | Tejun Heo | 13 | -56/+51 |
2010-12-27 | x86/microcode: Fix double vfree() and remove redundant pointer checks before ... | Jesper Juhl | 1 | -11/+5 |
2010-12-24 | Merge branches 'perf-fixes-for-linus' and 'x86-fixes-for-linus' of git://git.... | Linus Torvalds | 1 | -3/+14 |
2010-12-24 | x86, acpi: Parse all SRAT cpu entries even above the cpu number limitation | Yinghai Lu | 1 | -0/+5 |
2010-12-24 | x86, acpi: Add MAX_LOCAL_APIC for 32bit | Yinghai Lu | 1 | -1/+1 |
2010-12-23 | Merge commit 'v2.6.37-rc7' into x86/security | Ingo Molnar | 20 | -74/+183 |
2010-12-23 | x86, nmi_watchdog: Remove ARCH_HAS_NMI_WATCHDOG and rely on CONFIG_HARDLOCKUP... | Don Zickus | 2 | -11/+1 |
2010-12-22 | x86, UV: Fix the effect of extra bits in the hub nodeid register | Jack Steiner | 1 | -12/+21 |
2010-12-22 | x86, UV: Add common uv_early_read_mmr() function for reading MMRs | Jack Steiner | 1 | -16/+14 |
2010-12-22 | Merge commit 'v2.6.37-rc7' into perf/core | Ingo Molnar | 9 | -28/+86 |
2010-12-19 | Merge branches 'x86-fixes-for-linus' and 'perf-fixes-for-linus' of git://git.... | Linus Torvalds | 6 | -25/+35 |
2010-12-18 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba... | Linus Torvalds | 3 | -1/+49 |
2010-12-18 | x86, kexec: Limit the crashkernel address appropriately | H. Peter Anvin | 1 | -3/+14 |