aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include
Commit message (Expand)AuthorAgeFilesLines
* KVM: X86: Introduce generic guest-mode representationJoerg Roedel2011-01-121-0/+1
* KVM: Pull extra page fault information into struct x86_exceptionAvi Kivity2011-01-122-13/+6
* KVM: Push struct x86_exception info the various gva_to_gpa variantsAvi Kivity2011-01-121-5/+9
* KVM: x86 emulator: make emulator memory callbacks return full exceptionAvi Kivity2011-01-121-6/+9
* KVM: x86 emulator: introduce struct x86_exception to communicate faultsAvi Kivity2011-01-121-3/+8
* KVM: MMU: remove 'clear_unsync' parameterXiao Guangrong2011-01-121-1/+1
* KVM: Add instruction-set-specific exit qualifications to kvm_exit traceAvi Kivity2011-01-121-0/+1
* KVM: x86 emulator: preserve an operand's segment identityAvi Kivity2011-01-121-1/+4
* KVM: MMU: fix apf prefault if nested guest is enabledXiao Guangrong2011-01-121-0/+1
* KVM: remove unused function declarationXiao Guangrong2011-01-121-1/+0
* KVM: handle exit due to INVD in VMXGleb Natapov2011-01-121-0/+1
* KVM: x86: Add missing inline tag to kvm_read_and_reset_pf_reasonJan Kiszka2011-01-121-1/+1
* KVM: Let host know whether the guest can handle async PF in non-userspace con...Gleb Natapov2011-01-122-0/+2
* KVM: Inject asynchronous page fault into a PV guest if page is swapped out.Gleb Natapov2011-01-121-0/+3
* KVM: Handle async PF in a guest.Gleb Natapov2011-01-122-0/+13
* KVM paravirt: Add async PF initialization to PV guest.Gleb Natapov2011-01-121-0/+6
* KVM: Add PV MSR to enable asynchronous page faults delivery.Gleb Natapov2011-01-122-0/+6
* KVM paravirt: Move kvm_smp_prepare_boot_cpu() from kvmclock.c to kvm.c.Gleb Natapov2011-01-121-0/+1
* KVM: Retry fault before vmentryGleb Natapov2011-01-121-1/+3
* KVM: Halt vcpu if page it tries to access is swapped outGleb Natapov2011-01-121-0/+18
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2010-12-181-0/+3
|\
| * x86: avoid high BIOS area when allocating address spaceBjorn Helgaas2010-12-171-0/+3
* | KVM: enlarge number of possible CPUID leavesAndre Przywara2010-12-081-1/+1
|/
* x86/pvclock: Zero last_value on resumeJeremy Fitzhardinge2010-11-281-0/+1
* Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-11-273-2/+23
|\
| * x86-64: Fix and clean up AMD Fam10 MMCONF enablingJan Beulich2010-11-181-1/+1
| * x86: UV: Address interrupt/IO port operation conflictDimitri Sivanich2010-11-182-1/+22
* | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-11-271-5/+5
|\ \
| * \ Merge branch 'tip/perf/urgent-3' of git://git.kernel.org/pub/scm/linux/kernel...Ingo Molnar2010-11-181-5/+5
| |\ \ | | |/ | |/|
| | * tracing: Force arch_local_irq_* notrace for paravirtSteven Rostedt2010-11-101-5/+5
* | | arch/x86/include/asm/fixmap.h: mark __set_fixmap_offset as __always_inlineAndrew Morton2010-11-251-2/+2
* | | Merge branches 'upstream/core', 'upstream/xenfs' and 'upstream/evtchn' into u...Jeremy Fitzhardinge2010-11-223-101/+119
|\ \ \ | |/ /
| * | x86, UV: Update node controller MMRsJack Steiner2010-11-101-93/+96
| * | x86: Address gcc4.6 "set but not used" warnings in apic.hAndi Kleen2010-11-091-5/+5
| |/
| *-. Merge branches 'x86-fixes-for-linus' and 'x86-uv-for-linus' of git://git.kern...Linus Torvalds2010-10-291-3/+18
| |\ \
| | | * x86, uv: Enable Westmere support on SGI UVRuss Anderson2010-10-261-3/+18
* | | | xen: implement XENMEM_machphys_mappingIan Campbell2010-11-124-18/+13
|/ / /
* | | Merge branch 'stable/xen-pcifront-0.8.2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2010-10-287-2/+123
|\ \ \
| * | | xen: remap GSIs as pirqs when running as initial domainJeremy Fitzhardinge2010-10-221-0/+7
| * | | xen: support GSI -> pirq remapping in PV on HVM guestsStefano Stabellini2010-10-221-0/+5
| * | | xen: add xen hvm acpi_register_gsi variantJeremy Fitzhardinge2010-10-221-0/+3
| * | | xen/x86/PCI: Add support for the Xen PCI subsystemAlex Nixon2010-10-181-0/+53
| * | | x86: Introduce x86_msi_opsStefano Stabellini2010-10-182-2/+40
| * | | x86/PCI: Clean up pci_cache_line_sizeAlex Nixon2010-10-181-0/+1
| * | | x86/io_apic: add get_nr_irqs_gsi()Jeremy Fitzhardinge2010-10-181-0/+1
| * | | xen: define BIOVEC_PHYS_MERGEABLE()Jeremy Fitzhardinge2010-10-181-0/+13
* | | | Merge branch 'perf-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2010-10-272-9/+11
|\ \ \ \
| * \ \ \ Merge branch 'x86' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/opro...Ingo Molnar2010-10-252-9/+11
| |\ \ \ \
| | * \ \ \ Merge branch 'oprofile/core' into oprofile/x86Robert Richter2010-10-2535-604/+250
| | |\ \ \ \
| | * | | | | oprofile, x86: Add support for IBS periodic op counter extensionRobert Richter2010-10-151-9/+10