aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAge
...
| * | | | | | | | | | | | | | x86, AMD IOMMU: replace self made size parsing with memparse callJoerg Roedel2008-07-11
| * | | | | | | | | | | | | | x86, AMD IOMMU: replace memset with __GFP_ZERO for table allocationJoerg Roedel2008-07-11
| * | | | | | | | | | | | | | x86, AMD IOMMU: do runtime list initialization at compile timeJoerg Roedel2008-07-11
| * | | | | | | | | | | | | | x86, AMD IOMMU: use true/false instead of 0/1 for bool valueJoerg Roedel2008-07-11
| * | | | | | | | | | | | | | x86, AMD IOMMU: remove unneeded initializations from command buffer allocationJoerg Roedel2008-07-11
| * | | | | | | | | | | | | | x86, AMD IOMMU: rename struct command to iommu_cmdJoerg Roedel2008-07-11
| * | | | | | | | | | | | | | x86, AMD IOMMU: add an emergency exit to the completion wait loopJoerg Roedel2008-07-11
| * | | | | | | | | | | | | | x86, AMD IOMMU: remove unnecessary free checks from init codeJoerg Roedel2008-07-11
| * | | | | | | | | | | | | | x86, AMD IOMMU: replace TBL_SIZE macro with a functionJoerg Roedel2008-07-11
| * | | | | | | | | | | | | | x86, AMD IOMMU: replace UPDATE_LAST_BDF macro with a functionJoerg Roedel2008-07-11
| * | | | | | | | | | | | | | x86, AMD IOMMU: replace HIGH_U32 macro with upper_32_bits functionJoerg Roedel2008-07-11
| * | | | | | | | | | | | | | x86, AMD IOMMU: add comments to core codeJoerg Roedel2008-07-11
| * | | | | | | | | | | | | | x86, AMD IOMMU: add comments to the initialization codeJoerg Roedel2008-07-11
| * | | | | | | | | | | | | | x86, AMD IOMMU: ignore detection of GART IOMMUJoerg Roedel2008-07-09
* | | | | | | | | | | | | | | Merge branch 'linus' into x86/urgentIngo Molnar2008-07-21
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | KVM: MMU: Fix potential race setting upper shadow ptes on nonpae hostsAvi Kivity2008-07-20
| * | | | | | | | | | | | | | KVM: x86 emulator: emulate clflushGlauber Costa2008-07-20
| * | | | | | | | | | | | | | KVM: MMU: improve invalid shadow root page handlingMarcelo Tosatti2008-07-20
| * | | | | | | | | | | | | | KVM: MMU: nuke shadowed pgtable pages and ptes on memslot destructionMarcelo Tosatti2008-07-20
| * | | | | | | | | | | | | | KVM: Prefix some x86 low level function with kvm_, to avoid namespace issuesAvi Kivity2008-07-20
| * | | | | | | | | | | | | | KVM: check injected pic irq within valid pic irqsBen-Ami Yassour2008-07-20
| * | | | | | | | | | | | | | KVM: x86 emulator: Fix HLT instructionMohammed Gamal2008-07-20
| * | | | | | | | | | | | | | KVM: Apply the kernel sigmask to vcpus blocked due to being uninitializedAvi Kivity2008-07-20
| * | | | | | | | | | | | | | KVM: VMX: Add ept_sync_context in flush_tlbSheng Yang2008-07-20
| * | | | | | | | | | | | | | KVM: mmu_shrink: kvm_mmu_zap_page requires slots_lock to be heldMarcelo Tosatti2008-07-20
| * | | | | | | | | | | | | | x86: KVM guest: make kvm_smp_prepare_boot_cpu() staticAdrian Bunk2008-07-20
| * | | | | | | | | | | | | | KVM: SVM: fix suspend/resume supportJoerg Roedel2008-07-20
| * | | | | | | | | | | | | | KVM: move slots_lock acquision down to vapic_exitMarcelo Tosatti2008-07-20
| * | | | | | | | | | | | | | KVM: VMX: Fake emulate Intel perfctr MSRsChris Lalancette2008-07-20
| * | | | | | | | | | | | | | KVM: VMX: Fix a wrong usage of vmcs_configSheng Yang2008-07-20
| * | | | | | | | | | | | | | KVM: MMU: Fix printk formatAvi Kivity2008-07-20
| * | | | | | | | | | | | | | KVM: MMU: When debug is enabled, make it a run-time parameterAvi Kivity2008-07-20
| * | | | | | | | | | | | | | KVM: x86 emulator: lazily evaluate segment registersAvi Kivity2008-07-20
| * | | | | | | | | | | | | | KVM: x86 emulator: avoid segment base adjust for leaAvi Kivity2008-07-20
| * | | | | | | | | | | | | | KVM: x86 emulator: simplify rip relative decodingAvi Kivity2008-07-20
| * | | | | | | | | | | | | | KVM: x86 emulator: simplify r/m decodingAvi Kivity2008-07-20
| * | | | | | | | | | | | | | KVM: x86 emulator: simplify sib decodingAvi Kivity2008-07-20
| * | | | | | | | | | | | | | KVM: x86 emulator: handle undecoded rex.b with r/m = 5 in certain casesAvi Kivity2008-07-20
| * | | | | | | | | | | | | | KVM: x86 emulator: emulate nop and xchg reg, acc (opcodes 0x90 - 0x97)Mohammed Gamal2008-07-20
| * | | | | | | | | | | | | | KVM: Use printk_rlimit() instead of reporting emulation failures just onceAvi Kivity2008-07-20
| * | | | | | | | | | | | | | KVM: Do not calculate linear rip in emulation failure reportGlauber Costa2008-07-20
| * | | | | | | | | | | | | | KVM: only abort guest entry if timer count goes from 0->1Marcelo Tosatti2008-07-20
| * | | | | | | | | | | | | | KVM: Add coalesced MMIO support (x86 part)Laurent Vivier2008-07-20
| * | | | | | | | | | | | | | KVM: kvm_io_device: extend in_range() to manage len and write attributeLaurent Vivier2008-07-20
| * | | | | | | | | | | | | | KVM: MMU: Avoid page prefetch on SVMAvi Kivity2008-07-20
| * | | | | | | | | | | | | | KVM: MMU: Move nonpaging_prefetch_page()Avi Kivity2008-07-20
| * | | | | | | | | | | | | | KVM: x86 emulator: implement 'push imm' (opcode 0x68)Avi Kivity2008-07-20
| * | | | | | | | | | | | | | KVM: x86 emulator: simplify push imm8 emulationAvi Kivity2008-07-20
| * | | | | | | | | | | | | | KVM: MMU: Optimize prefetch_page()Avi Kivity2008-07-20
| * | | | | | | | | | | | | | KVM: x86 emulator: Add support for mov r, sreg (0x8c) instructionGuillaume Thouvenin2008-07-20