summaryrefslogtreecommitdiff
path: root/arch/x86/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'kvm-updates/2.6.32' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2009-09-147-28/+55
|\
| * KVM: VMX: Check cpl before emulating debug register accessAvi Kivity2009-09-101-0/+1
| * KVM: Use thread debug register storage instead of kvm specific dataAvi Kivity2009-09-101-3/+0
| * KVM: Add missing #includeAvi Kivity2009-09-101-0/+2
| * KVM: Rename x86_emulate.c to emulate.cAvi Kivity2009-09-102-1/+1
| * KVM: report 1GB page support to userspaceJoerg Roedel2009-09-101-0/+2
| * KVM: MMU: enable gbpages by increasing nr of pagesizesJoerg Roedel2009-09-101-1/+1
| * KVM: MMU: shadow support for 1gb pagesJoerg Roedel2009-09-101-1/+0
| * KVM: MMU: make direct mapping paths aware of mapping levelsJoerg Roedel2009-09-101-1/+1
| * KVM: VMX: Introduce KVM_SET_IDENTITY_MAP_ADDR ioctlSheng Yang2009-09-101-0/+1
| * KVM: Reduce runnability interface with arch support codeGleb Natapov2009-09-101-0/+2
| * KVM: Move kvm_cpu_get_interrupt() declaration to x86 codeGleb Natapov2009-09-101-0/+1
| * KVM: PIT support for HPET legacy modeBeth Kon2009-09-101-0/+9
| * KVM: Add Directed EOI support to APIC emulationGleb Natapov2009-09-101-0/+2
| * KVM: Prepare memslot data structures for multiple hugepage sizesJoerg Roedel2009-09-101-6/+6
| * KVM: convert custom marker based tracing to event tracesMarcelo Tosatti2009-09-101-0/+2
| * x86: Add definition for IGNNE MSRAlexander Graf2009-09-101-0/+1
| * KVM: VMX: more MSR_IA32_VMX_EPT_VPID_CAP capability bitsMarcelo Tosatti2009-09-101-0/+7
| * KVM: VMX: Move rmode structure to vmx-specific codeAvi Kivity2009-09-101-10/+0
| * KVM: VMX: Support Unrestricted Guest featureNitin A Kamble2009-09-102-5/+8
| * KVM: Cache pdptrsAvi Kivity2009-09-101-0/+4
| * KVM: Add MCE supportHuang Ying2009-09-102-0/+6
| * KVM: Replace MSR_IA32_TIME_STAMP_COUNTER with MSR_IA32_TSC of msr-index.hJaswinder Singh Rajput2009-09-101-2/+0
* | Merge branch 'x86-percpu-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-09-143-9/+21
|\ \
| * | x86, percpu: Add 'percpu_read_stable()' interface for cacheable accessesLinus Torvalds2009-08-043-9/+21
* | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2009-09-141-8/+8
|\ \ \
| * | | x86, pgtable.h: Clean up typesFigo.zhang2009-06-291-3/+3
| * | | x86: Clean up dump_pagetable()Akinobu Mita2009-06-291-5/+5
* | | | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-09-141-0/+1
|\ \ \ \
| * | | | x86: split out core __math_state_restoreJeremy Fitzhardinge2009-06-171-0/+1
* | | | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-09-149-739/+858
|\ \ \ \ \
| * | | | | x86: Fix code patching for paravirt-alternatives on 486Ben Hutchings2009-09-101-3/+13
| * | | | | x86: Fix CPU llc_shared_map information for AMD Magny-CoursAndreas Herrmann2009-09-031-0/+1
| * | | | | x86: Move kernel_fpu_using to irq_fpu_usable in asm/i387.hHuang Ying2009-09-011-0/+8
| * | | | | 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-311-2/+8
| * | | | | x86, msr: Create _on_cpu helpers for {rw,wr}msr_safe_regs()H. Peter Anvin2009-08-311-4/+14
| * | | | | x86, msr: Have the _safe MSR functions return -EIO, not -EFAULTH. Peter Anvin2009-08-311-2/+2
| * | | | | 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, msr: Rewrite AMD rd/wrmsr variantsBorislav Petkov2009-08-312-23/+41
| * | | | | x86, msr: Add rd/wrmsr interfaces with preset registersBorislav Petkov2009-08-312-0/+29
| * | | | | x86: add specific support for Intel Atom architectureTobias Doerffel2009-08-231-0/+2
* | | | | | Merge branch 'x86-asm-generic-for-linus' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2009-09-1414-687/+15
|\ \ \ \ \ \
| * | | | | | x86: remove all now-duplicate header filesArnd Bergmann2009-06-1819-840/+14
| * | | | | | x86: convert termios.h to the asm-generic versionArnd Bergmann2009-06-181-23/+63
| * | | | | | x86: convert almost generic headers to asm-generic versionArnd Bergmann2009-06-1810-179/+73
| * | | | | | x86: convert trivial headers to asm-generic versionArnd Bergmann2009-06-188-53/+92
| * | | | | | x86: add copies of some headers to convert to asm-genericArnd Bergmann2009-06-185-0/+181