summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2008-07-20KVM: kvm_io_device: extend in_range() to manage len and write attributeLaurent Vivier4-15/+25
2008-07-20KVM: MMU: Avoid page prefetch on SVMAvi Kivity1-1/+4
2008-07-20KVM: MMU: Move nonpaging_prefetch_page()Avi Kivity1-9/+9
2008-07-20KVM: x86 emulator: implement 'push imm' (opcode 0x68)Avi Kivity1-1/+2
2008-07-20KVM: x86 emulator: simplify push imm8 emulationAvi Kivity1-3/+1
2008-07-20KVM: MMU: Optimize prefetch_page()Avi Kivity1-13/+15
2008-07-20KVM: x86 emulator: Add support for mov r, sreg (0x8c) instructionGuillaume Thouvenin1-1/+14
2008-07-20KVM: x86 emulator: Add support for mov seg, r (0x8e) instructionGuillaume Thouvenin1-1/+24
2008-07-20KVM: x86 emulator: adds support to mov r,imm (opcode 0xb8) instructionGuillaume Thouvenin1-1/+4
2008-07-20KVM: x86 emulator: add support for jmp far 0xeaGuillaume Thouvenin1-2/+29
2008-07-20KVM: x86 emulator: Update c->dst.bytes in decode instructionGuillaume Thouvenin1-0/+1
2008-07-20KVM: Prefixes segment functions that will be exported with "kvm_"Guillaume Thouvenin1-39/+39
2008-07-20KVM: MTRR supportAvi Kivity1-4/+48
2008-07-20KVM: VMX: Enable NMI with in-kernel irqchipSheng Yang3-19/+118
2008-07-20KVM: IOAPIC/LAPIC: Enable NMI supportSheng Yang2-1/+8
2008-07-20KVM: Remove unnecessary ->decache_regs() callAvi Kivity1-1/+0
2008-07-20KVM: Remove decache_vcpus_on_cpu() and related callbacksAvi Kivity3-19/+0
2008-07-20KVM: VMX: Add list of potentially locally cached vcpusAvi Kivity2-29/+22
2008-07-20KVM: Handle virtualization instruction #UD faults during rebootAvi Kivity2-20/+25
2008-07-20KVM: MMU: Fix false flooding when a pte points to page tableAvi Kivity2-2/+18
2008-07-20KVM: VMX: Trivial vmcs_write64() code simplificationAvi Kivity1-3/+1
2008-07-20KVM: SVM: Fake MSR_K7 performance countersChris Lalancette1-6/+9
2008-07-20KVM: PIT: support mode 3Aurelien Jarno1-0/+1
2008-07-20KVM: SVM: add tracing support for TDP page faultsJoerg Roedel1-0/+4
2008-07-20KVM: SVM: add missing kvmtrace markersJoerg Roedel1-1/+25
2008-07-20KVM: add missing kvmtrace bitsJoerg Roedel1-5/+20
2008-07-20KVM: SVM: implement dedicated INTR exit handlerJoerg Roedel1-1/+7
2008-07-20KVM: SVM: implement dedicated NMI exit handlerJoerg Roedel1-1/+6
2008-07-20KVM: VMX: move APIC_ACCESS trace entry to generic codeJoerg Roedel2-2/+4
2008-07-20KVM: add statics were possible, function definition in lapic.hHarvey Harrison5-7/+8
2008-07-17Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-2/+2
2008-07-17Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+1
2008-07-17x86: fix numaq_tsc_disableYinghai Lu1-1/+1
2008-07-17ftrace: fix merge bugletIngo Molnar1-2/+1
2008-07-16Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds8-50/+202
2008-07-16Revert "x86/PCI: ACPI based PCI gap calculation"Jesse Barnes1-80/+0
2008-07-16ACPI : Create "idle=nomwait" bootparamZhao Yakui1-0/+11
2008-07-16ACPI: Create "idle=halt" bootparamZhao Yakui1-1/+16
2008-07-16ACPI: Disable the C2C3_FFH access mode HW has no MWAIT supportZhao Yakui1-0/+6
2008-07-16ACPICA: Update DMAR and SRAT table definitionsBob Moore1-2/+1
2008-07-16x86: fix kernel_physical_mapping_init() for large x86 systemsJack Steiner1-1/+1
2008-07-15Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds1-0/+2
2008-07-15x86/PCI: ACPI based PCI gap calculationAlok Kataria1-0/+80
2008-07-15x86: fix TSC build error on 32bitThomas Gleixner1-0/+2
2008-07-15generic-ipi: merge fixIngo Molnar1-1/+1
2008-07-15Merge branch 'generic-ipi' into generic-ipi-for-linusIngo Molnar30-406/+140
2008-07-15Merge branch 'timers/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+2
2008-07-15Merge branch 'core/stacktrace' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+2
2008-07-15x86: sanitize KconfigThomas Gleixner1-13/+9
2008-07-15Merge branch 'linus' into x86/urgentIngo Molnar218-13286/+20711