| Commit message (Expand) | Author | Age |
| ... | |
| | * | | | | | | | | | | | | | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2011-01-06 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | |_|_|_|_|_|_|_|_|_|_|_|/
| | |/| | | | | | | | | | | | |
|
| | * | | | | | | | | | | | | | | Merge branch 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2011-01-06 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| | | * | | | | | | | | | | | | | | x86, microcode, AMD: Cleanup code a bit | Borislav Petkov | 2010-11-10 |
| | | * | | | | | | | | | | | | | | x86, microcode, AMD: Replace vmalloc+memset with vzalloc | Jesper Juhl | 2010-11-10 |
| | | | |_|_|_|_|_|_|_|/ / / / /
| | |/| | | | | | | | | | | | |
|
| | * | | | | | | | | | | | | | | Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2011-01-06 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| | | * | | | | | | | | | | | | | | apic, amd: Make firmware bug messages more meaningful | Robert Richter | 2010-10-25 |
| | | * | | | | | | | | | | | | | | mce, amd: Remove goto in threshold_create_device() | Robert Richter | 2010-10-25 |
| | | * | | | | | | | | | | | | | | mce, amd: Add helper functions to setup APIC | Robert Richter | 2010-10-25 |
| | | * | | | | | | | | | | | | | | mce, amd: Shorten local variables mci_misc_{hi,lo} | Robert Richter | 2010-10-25 |
| | | * | | | | | | | | | | | | | | mce, amd: Implement mce_threshold_block_init() helper function | Robert Richter | 2010-10-25 |
| | * | | | | | | | | | | | | | | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2011-01-06 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| | | * | | | | | | | | | | | | | | | x86: Fix included-by file reference comments | Kees Cook | 2010-11-18 |
| | | * | | | | | | | | | | | | | | | x86, cpu: Call verify_cpu during 32bit CPU startup | Kees Cook | 2010-11-10 |
| | | * | | | | | | | | | | | | | | | x86, cpu: Clear XD_DISABLED flag on Intel to regain NX | Kees Cook | 2010-11-10 |
| | | * | | | | | | | | | | | | | | | x86, cpu: Rename verify_cpu_64.S to verify_cpu.S | Kees Cook | 2010-11-10 |
| | | | |/ / / / / / / / / / / / /
| | |/| | | | | | | | | | | | | |
|
| | * | | | | | | | | | | | | | | | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2011-01-06 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ |
|
| | | * | | | | | | | | | | | | | | | x86: Fix APIC ID sizing bug on larger systems, clean up MAX_APICS confusion | Yinghai Lu | 2011-01-05 |
| | | * | | | | | | | | | | | | | | | Merge commit 'v2.6.37-rc8' into x86/apic | Ingo Molnar | 2011-01-04 |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | |_|_|_|_|_|_|_|_|/ / / / /
| | | |/| | | | | | | | | | | | | |
|
| | | * | | | | | | | | | | | | | | | x86, acpi: Parse all SRAT cpu entries even above the cpu number limitation | Yinghai Lu | 2010-12-23 |
| | | * | | | | | | | | | | | | | | | x86, acpi: Add MAX_LOCAL_APIC for 32bit | Yinghai Lu | 2010-12-23 |
| | * | | | | | | | | | | | | | | | | Merge branch 'x86-amd-nb-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2011-01-06 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | |_|_|_|_|_|_|_|_|_|_|_|_|/ / /
| |/| | | | | | | | | | | | | | /
| | | |_|_|_|_|_|_|_|_|_|_|_|_|/
| | |/| | | | | | | | | | | | | |
|
| | * | | | | | | | | | | | | | | | x86, NMI: Add touch_nmi_watchdog to io_check_error delay | Huang Ying | 2011-01-05 |
| | * | | | | | | | | | | | | | | | x86: Avoid calling arch_trigger_all_cpu_backtrace() at the same time | Dongdong Deng | 2011-01-05 |
| | * | | | | | | | | | | | | | | | x86: Only call smp_processor_id in non-preempt cases | Don Zickus | 2011-01-05 |
| | * | | | | | | | | | | | | | | | perf: Clean up power events by introducing new, more generic ones | Thomas Renninger | 2011-01-04 |
| | * | | | | | | | | | | | | | | | Merge commit 'v2.6.37-rc8' into perf/core | Ingo Molnar | 2011-01-04 |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | |_|/ / / / / / / / / / / /
| | |/| | | | | | | | | | | | | |
|
| | | * | | | | | | | | | | | | | | x86/microcode: Fix double vfree() and remove redundant pointer checks before ... | Jesper Juhl | 2010-12-27 |
| | | * | | | | | | | | | | | | | | Merge branches 'perf-fixes-for-linus' and 'x86-fixes-for-linus' of git://git.... | Linus Torvalds | 2010-12-23 |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | |_|_|_|_|_|_|/ / / / / / /
| | |/| | | | | | | | | | | | | |
|
| | | | * | | | | | | | | | | | | | x86, kexec: Limit the crashkernel address appropriately | H. Peter Anvin | 2010-12-17 |
| | * | | | | | | | | | | | | | | | x86, nmi_watchdog: Remove ARCH_HAS_NMI_WATCHDOG and rely on CONFIG_HARDLOCKUP... | Don Zickus | 2010-12-22 |
| | * | | | | | | | | | | | | | | | Merge commit 'v2.6.37-rc7' into perf/core | Ingo Molnar | 2010-12-22 |
| | |\| | | | | | | | | | | | | | |
|
| | | | \ \ \ \ \ \ \ \ \ \ \ \ \ | |
| | | | \ \ \ \ \ \ \ \ \ \ \ \ \ | |
| | | *-. \ \ \ \ \ \ \ \ \ \ \ \ \ | Merge branches 'x86-fixes-for-linus' and 'perf-fixes-for-linus' of git://git.... | Linus Torvalds | 2010-12-19 |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | | | |/ / / / / / / / / / / / /
| | | |/| | | | | | | | | | | | /
| | | |_|_|_|_|_|_|_|_|_|_|_|_|/
| | |/| | | | | | | | | | | | | |
|
| | | | * | | | | | | | | | | | | | x86-32: Make sure we can map all of lowmem if we need to | H. Peter Anvin | 2010-12-16 |
| | | | * | | | | | | | | | | | | | x86: Enable the intr-remap fault handling after local APIC setup | Kenji Kaneshige | 2010-12-13 |
| | | | * | | | | | | | | | | | | | x86, vt-d: Fix the vt-d fault handling irq migration in the x2apic mode | Kenji Kaneshige | 2010-12-13 |
| | | | * | | | | | | | | | | | | | x86, xsave: Use alloc_bootmem_align() instead of alloc_bootmem() | Suresh Siddha | 2010-12-13 |
| | | | * | | | | | | | | | | | | | x86: HPET: Chose a paranoid safe value for the ETIME check | Thomas Gleixner | 2010-12-13 |
| | | | * | | | | | | | | | | | | | x86: io_apic: Avoid unused variable warning when CONFIG_GENERIC_PENDING_IRQ=n | Thomas Gleixner | 2010-12-09 |
| | | | |/ / / / / / / / / / / / |
|
| | | * | | | | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba... | Linus Torvalds | 2010-12-18 |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | |_|_|_|_|_|_|_|_|_|_|_|/
| | |/| | | | | | | | | | | | |
|
| | | | * | | | | | | | | | | | | x86: avoid high BIOS area when allocating address space | Bjorn Helgaas | 2010-12-17 |
| | | | * | | | | | | | | | | | | x86: avoid E820 regions when allocating address space | Bjorn Helgaas | 2010-12-17 |
| | | | * | | | | | | | | | | | | x86: avoid low BIOS area when allocating address space | Bjorn Helgaas | 2010-12-17 |
| | | | * | | | | | | | | | | | | Revert "x86: allocate space within a region top-down" | Bjorn Helgaas | 2010-12-17 |
| | | | |/ / / / / / / / / / / |
|
| | | * / / / / / / / / / / / | lguest: populate initial_page_table | Rusty Russell | 2010-12-16 |
| | | |/ / / / / / / / / / / |
|
| | * | | | | | | | | | | | | perf, x86: Provide a PEBS capable cycle event | Peter Zijlstra | 2010-12-16 |
| | * | | | | | | | | | | | | perf: Dynamic pmu types | Peter Zijlstra | 2010-12-16 |
| | * | | | | | | | | | | | | perf, x86: Detect broken BIOSes that corrupt the PMU | Peter Zijlstra | 2010-12-16 |
| | * | | | | | | | | | | | | Merge branch 'perf/urgent' into perf/core | Ingo Molnar | 2010-12-16 |
| | |\| | | | | | | | | | | |
|
| | | | \ \ \ \ \ \ \ \ \ \ | |
| | | | \ \ \ \ \ \ \ \ \ \ | |
| | | | \ \ \ \ \ \ \ \ \ \ | |
| | | | \ \ \ \ \ \ \ \ \ \ | |
| | | *---. \ \ \ \ \ \ \ \ \ \ | Merge branches 'x86-fixes-for-linus', 'perf-fixes-for-linus' and 'sched-fixes... | Linus Torvalds | 2010-12-08 |
| | | |\ \ \ \ \ \ \ \ \ \ \ \ \
| | | | | | |_|_|_|_|/ / / / /
| | | | | |/| | | | | | | / /
| | | |_|_|_|_|_|_|_|_|_|/ /
| | |/| | | | | | | | | | | |
|
| | | | * | | | | | | | | | | | x86/pvclock: Zero last_value on resume | Jeremy Fitzhardinge | 2010-11-28 |