aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* x86, msr: Fix msr-reg.S compilation with gas 2.16.1, on 32-bit tooIngo Molnar2009-09-031-1/+1
* x86: Move kernel_fpu_using to irq_fpu_usable in asm/i387.hHuang Ying2009-09-012-12/+13
* x86, msr: fix msr-reg.S compilation with gas 2.16.1H. Peter Anvin2009-09-011-1/+1
* Merge branch 'x86/paravirt' into x86/cpuIngo Molnar2009-09-012-711/+722
|\
| * x86/paravirt: split paravirt definitions into paravirt_types.hJeremy Fitzhardinge2009-06-172-710/+721
* | x86, msr: Export the register-setting MSR functions via /dev/*/msrH. Peter Anvin2009-08-312-2/+59
* | x86, msr: Create _on_cpu helpers for {rw,wr}msr_safe_regs()H. Peter Anvin2009-08-312-4/+63
* | x86, msr: Have the _safe MSR functions return -EIO, not -EFAULTH. Peter Anvin2009-08-313-11/+5
* | x86, msr: CFI annotations, cleanups for msr-reg.SH. Peter Anvin2009-08-311-38/+42
* | x86, asm: Make _ASM_EXTABLE() usable from assembly codeH. Peter Anvin2009-08-311-1/+9
* | x86, asm: Add 32-bit versions of the combined CFI macrosH. Peter Anvin2009-08-311-1/+17
* | x86, AMD: Disable wrongly set X86_FEATURE_LAHF_LM CPUID bitBorislav Petkov2009-08-311-1/+10
* | x86, msr: Rewrite AMD rd/wrmsr variantsBorislav Petkov2009-08-313-24/+41
* | x86, msr: Add rd/wrmsr interfaces with preset registersBorislav Petkov2009-08-315-0/+130
* | x86: add specific support for Intel Atom architectureTobias Doerffel2009-08-234-5/+20
* | Merge commit 'v2.6.31-rc7' into x86/cpuIngo Molnar2009-08-23178-2038/+4487
|\ \
| * | x86: don't call '->send_IPI_mask()' with an empty maskLinus Torvalds2009-08-211-11/+10
| * | x86: don't send an IPI to the empty set of CPU'sLinus Torvalds2009-08-211-0/+3
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2009-08-181-7/+7
| |\ \
| | * | percpu, sparc64: fix sparse possible cpu map handlingTejun Heo2009-08-141-7/+7
| * | | x86, mce: Don't initialize MCEs on unknown CPUsIngo Molnar2009-08-171-5/+14
| * | | x86, mce: don't log boot MCEs on Pentium M (model == 13) CPUsBartlomiej Zolnierkiewicz2009-08-171-0/+4
| * | | x86: Annotate section mismatch warnings in kernel/apic/x2apic_uv_x.cLeonardo Potenza2009-08-161-2/+2
| * | | x86, mce: therm_throt: Don't log redundant normalityHugh Dickins2009-08-161-2/+5
| * | | x86: Fix UV BAU destination subnode idCliff Wickman2009-08-152-1/+2
| |/ /
| * | Merge branch 'perfcounters-fixes-for-linus' of git://git.kernel.org/pub/scm/l...Linus Torvalds2009-08-132-8/+34
| |\ \
| | * | perf_counter, x86: Fix/improve apic fallbackIngo Molnar2009-08-122-5/+31
| | * | perf_counter, x86: Fix generic cache events on P6-mobile CPUsIngo Molnar2009-08-111-2/+2
| | * | perf_counter, x86: Fix lapic printk messageIngo Molnar2009-08-111-1/+1
| * | | x86: Fix oops in identify_cpu() on CPUs without CPUIDOndrej Zary2009-08-121-24/+24
| * | | x86: Clear incorrectly forced X86_FEATURE_LAHF_LM flagKevin Winchester2009-08-111-0/+7
| * | | x86, mce: therm_throt - change when we print messagesDmitry Torokhov2009-08-111-7/+11
| * | | x86: Add reboot quirk for every 5 series MacBook/ProShunichi Fuji2009-08-101-6/+6
| |/ /
| * | x86: Fix serialization in pit_expect_msb()Linus Torvalds2009-08-101-7/+22
| * | Merge branch 'kvm-updates/2.6.31' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2009-08-095-22/+85
| |\ \
| | * | KVM: MMU: limit rmap chain lengthMarcelo Tosatti2009-08-061-5/+28
| | * | KVM: VMX: Fix locking imbalance on emulation failureJan Kiszka2009-08-051-1/+1
| | * | KVM: VMX: Fix locking order in handle_invalid_guest_stateJan Kiszka2009-08-051-2/+2
| | * | KVM: MMU: handle n_free_mmu_pages > n_alloc_mmu_pages in kvm_mmu_change_mmu_p...Marcelo Tosatti2009-08-051-7/+8
| | * | KVM: SVM: force new asid on vcpu migrationMarcelo Tosatti2009-08-051-3/+3
| | * | KVM: x86: verify MTRR/PAT validityMarcelo Tosatti2009-08-051-1/+38
| | * | KVM: PIT: fix kpit_elapsed division by zeroMarcelo Tosatti2009-08-051-0/+3
| | * | KVM: Fix KVM_GET_MSR_INDEX_LISTJan Kiszka2009-08-051-3/+2
| * | | x86: fix buffer overflow in efi_init()Roel Kluin2009-08-091-1/+1
| * | | x86: Add quirk to make Apple MacBookPro5,1 use reboot=pciOzan Çağlayan2009-08-081-1/+9
| * | | x86: Fix MSI-X initialization by using online_mask for x2apic target_cpusYinghai Lu2009-08-082-6/+10
| * | | x86: Fix VMI && stack protectorAlok Kataria2009-08-051-1/+1
| |/ /
| * | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-08-0416-79/+120
| |\ \
| | * | x86: Work around compilation warning in arch/x86/kernel/apm_32.cSubrata Modak2009-08-041-1/+1
| | * | x86, UV: Complete IRQ interrupt migration in arch_enable_uv_irq()Jack Steiner2009-08-041-0/+3