summaryrefslogtreecommitdiffstats
path: root/arch/x86/include
Commit message (Expand)AuthorAgeFilesLines
* KVM: Remove irq_pending bitmapGleb Natapov2009-06-101-2/+0
* KVM: Deal with interrupt shadow state for emulated instructionsGlauber Costa2009-06-101-0/+3
* KVM: Replace ->drop_interrupt_shadow() by ->set_interrupt_shadow()Glauber Costa2009-06-102-1/+5
* x86: Add cpu features MOVBE and POPCNTAvi Kivity2009-06-101-0/+2
* KVM: Drop request_nmi from statsJan Kiszka2009-06-101-1/+0
* KVM: Enable snooping control for supported hardwareSheng Yang2009-06-101-0/+1
* KVM: Replace get_mt_mask_shift with get_mt_maskSheng Yang2009-06-101-2/+3
* KVM: Get rid of get_irq() callbackGleb Natapov2009-06-101-1/+0
* KVM: SVM: Add NMI injection supportGleb Natapov2009-06-101-1/+7
* KVM: Get rid of arch.interrupt_window_open & arch.nmi_window_openGleb Natapov2009-06-101-2/+0
* KVM: Remove inject_pending_vectors() callbackGleb Natapov2009-06-101-2/+0
* KVM: Remove exception_injected() callback.Gleb Natapov2009-06-101-1/+0
* KVM: VMX: Consolidate userspace and kernel interrupt injection for VMXGleb Natapov2009-06-101-1/+1
* KVM: x86 emulator: Add new mode of instruction emulation: skipGleb Natapov2009-06-101-0/+1
* KVM: MMU: remove global page optimization logicMarcelo Tosatti2009-06-101-4/+0
* KVM: Fix unneeded instruction skipping during task switching.Gleb Natapov2009-06-101-0/+1
* KVM: MMU: Use different shadows when EFER.NXE changesAvi Kivity2009-06-101-0/+1
* KVM: MMU: Emulate #PF error code of reserved bits violationDong, Eddie2009-06-101-0/+2
* KVM: Fix interrupt unhalting a vcpu when it shouldn'tGleb Natapov2009-06-101-1/+1
* KVM: change the way how lowest priority vcpu is calculatedGleb Natapov2009-06-101-1/+1
* KVM: Enable MSI-X for KVM assigned deviceSheng Yang2009-06-101-0/+1
* x86: Fix performance regression caused by paravirt_ops on native kernelsJeremy Fitzhardinge2009-05-152-3/+3
* x86, 32-bit: fix kernel_trap_sp()Masami Hiramatsu2009-05-121-3/+4
* x86: fix percpu_{to,from}_op()Jan Beulich2009-05-111-5/+5
* Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-05-021-0/+1
|\
| * x86, mce: fix boot logging logicAndi Kleen2009-04-221-0/+1
* | x86/PCI: set_pci_bus_resources_arch_default cleanupsYinghai Lu2009-04-221-1/+1
* | FRV: Fix the section attribute on UP DECLARE_PER_CPU()David Howells2009-04-214-6/+6
|/
* lguest: fix guest crash on non-linear addresses in gdt pvopsRusty Russell2009-04-191-1/+1
* Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-04-171-4/+0
|\
| * x86, PAT: Remove duplicate memtype reserve in devmem mmapSuresh Siddha2009-04-101-4/+0
* | Merge branch 'x86/uv' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/li...Linus Torvalds2009-04-161-0/+5
|\ \
| * | x86: UV BAU messaging timeoutsCliff Wickman2009-04-031-0/+5
* | | Merge branch 'for-rc1/xen/core' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2009-04-132-2/+3
|\ \ \
| * | | Xen: Add virt_to_pfn helper functionAlex Nixon2009-04-081-1/+2
| * | | x86-64: remove PGE from must-have feature listJeremy Fitzhardinge2009-04-081-1/+1
* | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-04-134-3/+18
|\ \ \ \
| * | | | x86: add linux kernel support for YMM stateSuresh Siddha2009-04-123-1/+14
| * | | | x86: fix set_fixmap to use phys_addr_tMasami Hiramatsu2009-04-103-6/+8
| | |_|/ | |/| |
* | | | x86: fix set_fixmap to use phys_addr_tMasami Hiramatsu2009-04-092-4/+4
* | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-04-091-0/+0
|\ \ \ \ | |/ / /
| * | | x86: cpu_debug remove execute permissionJaswinder Singh Rajput2009-04-091-0/+0
| |/ /
* | | x86 ACPI: Add support for Always Running APIC timerVenkatesh Pallipadi2009-04-071-0/+1
|/ /
* | dma-mapping: replace all DMA_24BIT_MASK macro with DMA_BIT_MASK(24)Yang Hongyang2009-04-071-2/+2
* | dma-mapping: replace all DMA_32BIT_MASK macro with DMA_BIT_MASK(32)Yang Hongyang2009-04-071-2/+2
* | Merge git://git.infradead.org/iommu-2.6Linus Torvalds2009-04-062-4/+10
|\ \
| * | x2apic/intr-remap: decouple interrupt remapping from x2apicHan, Weidong2009-04-041-2/+1
| * | Intel IOMMU Suspend/Resume Support - Interrupt RemappingFenghua Yu2009-04-032-4/+11
* | | Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-04-055-6/+20
|\ \ \
| * \ \ Merge branch 'tracing/core-v2' into tracing-for-linusIngo Molnar2009-04-025-6/+20
| |\ \ \
OpenPOWER on IntegriCloud