summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2011-01-063-65/+86
|\
| * apic, amd: Make firmware bug messages more meaningfulRobert Richter2010-10-252-7/+9
| * mce, amd: Remove goto in threshold_create_device()Robert Richter2010-10-251-2/+2
| * mce, amd: Add helper functions to setup APICRobert Richter2010-10-251-29/+38
| * mce, amd: Shorten local variables mci_misc_{hi,lo}Robert Richter2010-10-251-13/+13
| * mce, amd: Implement mce_threshold_block_init() helper functionRobert Richter2010-10-251-19/+29
* | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2011-01-065-11/+50
|\ \
| * | x86: Fix included-by file reference commentsKees Cook2010-11-181-3/+3
| * | x86, cpu: Only CPU features determine NX capabilitiesKees Cook2010-11-101-1/+1
| * | x86, cpu: Call verify_cpu during 32bit CPU startupKees Cook2010-11-102-0/+7
| * | x86, cpu: Clear XD_DISABLED flag on Intel to regain NXKees Cook2010-11-101-8/+40
| * | x86, cpu: Rename verify_cpu_64.S to verify_cpu.SKees Cook2010-11-103-2/+2
* | | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-01-0613-90/+117
|\ \ \
| * | | x86: Fix APIC ID sizing bug on larger systems, clean up MAX_APICS confusionYinghai Lu2011-01-056-32/+19
| * | | Merge commit 'v2.6.37-rc8' into x86/apicIngo Molnar2011-01-04175-2974/+6200
| |\ \ \
| * | | | x86, acpi: Parse all SRAT cpu entries even above the cpu number limitationYinghai Lu2010-12-233-0/+16
| * | | | x86, acpi: Add MAX_LOCAL_APIC for 32bitYinghai Lu2010-12-233-2/+3
| * | | | x86: io_apic: Split setup_ioapic_ids_from_mpc()Sebastian Andrzej Siewior2010-12-062-12/+17
| * | | | x86: io_apic: Fix CONFIG_X86_IO_APIC=n breakageThomas Gleixner2010-10-241-1/+1
| * | | | x86: apic: Move probe_nr_irqs_gsi() into ioapic_init_mappings()Thomas Gleixner2010-10-233-10/+6
| * | | | x86: Allow platforms to force enable apicThomas Gleixner2010-10-232-33/+55
* | | | | Merge branch 'x86-amd-nb-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-01-0610-205/+226
|\ \ \ \ \
| * | | | | x86, cacheinfo: Cleanup L3 cache index disable supportHans Rosenfeld2010-11-183-84/+74
| * | | | | x86, amd-nb: Cleanup AMD northbridge caching codeHans Rosenfeld2010-11-184-71/+102
| * | | | | x86, amd-nb: Complete the rename of AMD NB and related codeHans Rosenfeld2010-11-1810-101/+101
* | | | | | x86, NMI: Add touch_nmi_watchdog to io_check_error delayHuang Ying2011-01-051-3/+5
* | | | | | x86: Avoid calling arch_trigger_all_cpu_backtrace() at the same timeDongdong Deng2011-01-051-0/+13
* | | | | | x86: Only call smp_processor_id in non-preempt casesDon Zickus2011-01-051-1/+2
* | | | | | Merge commit 'v2.6.37' into perf/coreIngo Molnar2011-01-053-9/+20
|\ \ \ \ \ \
| * | | | | | arch/x86/oprofile/op_model_amd.c: Perform initialisation on a single CPURobert Richter2011-01-031-8/+16
| * | | | | | Merge branch 'kvm-updates/2.6.37' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2011-01-022-1/+4
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| | * | | | | KVM: i8259: initialize isr_ackAvi Kivity2011-01-021-0/+2
| | * | | | | KVM: MMU: Fix incorrect direct gfn for unpaged mode shadowAvi Kivity2010-12-291-1/+2
* | | | | | | perf: Clean up power events by introducing new, more generic onesThomas Renninger2011-01-043-2/+9
* | | | | | | Merge commit 'v2.6.37-rc8' into perf/coreIngo Molnar2011-01-042-14/+19
|\| | | | | |
| * | | | | | x86/microcode: Fix double vfree() and remove redundant pointer checks before ...Jesper Juhl2010-12-271-11/+5
| * | | | | | Merge branches 'perf-fixes-for-linus' and 'x86-fixes-for-linus' of git://git....Linus Torvalds2010-12-231-3/+14
| |\ \ \ \ \ \
| | * | | | | | x86, kexec: Limit the crashkernel address appropriatelyH. Peter Anvin2010-12-171-3/+14
* | | | | | | | Merge branch 'core' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/opr...Ingo Molnar2010-12-303-18/+43
|\ \ \ \ \ \ \ \
| * | | | | | | | oprofile, x86: Add support for 6 counters (AMD family 15h)Robert Richter2010-12-192-18/+40
| * | | | | | | | oprofile, x86: Add support for AMD family 15hRobert Richter2010-12-191-0/+3
* | | | | | | | | x86, nmi_watchdog: Remove ARCH_HAS_NMI_WATCHDOG and rely on CONFIG_HARDLOCKUP...Don Zickus2010-12-225-17/+3
* | | | | | | | | Merge commit 'v2.6.37-rc7' into perf/coreIngo Molnar2010-12-2221-64/+226
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| | | | | | | | |
| | \ \ \ \ \ \ \
| *-. \ \ \ \ \ \ \ Merge branches 'x86-fixes-for-linus' and 'perf-fixes-for-linus' of git://git....Linus Torvalds2010-12-198-28/+38
| |\ \ \ \ \ \ \ \ \ | | | |_|/ / / / / / | | |/| | / / / / / | | |_|_|/ / / / / | |/| | | | | | |
| | * | | | | | | x86-32: Make sure we can map all of lowmem if we need toH. Peter Anvin2010-12-162-6/+8
| | * | | | | | | x86: Enable the intr-remap fault handling after local APIC setupKenji Kaneshige2010-12-132-7/+8
| | * | | | | | | x86, vt-d: Fix the vt-d fault handling irq migration in the x2apic modeKenji Kaneshige2010-12-131-0/+1
| | * | | | | | | x86, xsave: Use alloc_bootmem_align() instead of alloc_bootmem()Suresh Siddha2010-12-131-1/+2
| | * | | | | | | x86, gcc-4.6: Use gcc -m options when building vdsoH. Peter Anvin2010-12-131-2/+2
| | * | | | | | | x86: HPET: Chose a paranoid safe value for the ETIME checkThomas Gleixner2010-12-131-10/+16