summaryrefslogtreecommitdiffstats
path: root/arch/x86/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' into tracing/hw-breakpointsIngo Molnar2009-09-1550-1566/+1114
|\
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds2009-09-151-0/+3
| |\
| | * Merge branch 'master' into for-linusRafael J. Wysocki2009-09-1446-1551/+1071
| | |\
| | * \ Merge branch 'master' into for-linusRafael J. Wysocki2009-09-101-2/+10
| | |\ \
| | * \ \ Merge branch 'master' into for-linusRafael J. Wysocki2009-08-201-1/+1
| | |\ \ \
| | * \ \ \ Merge branch 'master' into for-linusRafael J. Wysocki2009-08-055-15/+28
| | |\ \ \ \
| | * \ \ \ \ Merge branch 'master' into for-linusRafael J. Wysocki2009-07-293-10/+29
| | |\ \ \ \ \
| | * | | | | | Driver Core: Add platform device arch data V3Magnus Damm2009-07-221-0/+3
| * | | | | | | Merge branch 'kvm-updates/2.6.32' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2009-09-157-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-033-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-111-3/+13
| | * | | | | | | | | x86: Fix CPU llc_shared_map information for AMD Magny-CoursAndreas Herrmann2009-09-041-0/+1
| | * | | | | | | | | x86: Move kernel_fpu_using to irq_fpu_usable in asm/i387.hHuang Ying2009-09-021-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-09-011-2/+8
| | * | | | | | | | | x86, msr: Create _on_cpu helpers for {rw,wr}msr_safe_regs()H. Peter Anvin2009-09-011-4/+14
| | * | | | | | | | | x86, msr: Have the _safe MSR functions return -EIO, not -EFAULTH. Peter Anvin2009-09-011-2/+2
| | * | | | | | | | | x86, asm: Make _ASM_EXTABLE() usable from assembly codeH. Peter Anvin2009-09-011-1/+9
| | * | | | | | | | | x86, asm: Add 32-bit versions of the combined CFI macrosH. Peter Anvin2009-09-011-1/+17
| | * | | | | | | | | x86, msr: Rewrite AMD rd/wrmsr variantsBorislav Petkov2009-09-012-23/+41