summaryrefslogtreecommitdiff
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-09-051-5/+0
|\
| * x86, paravirt: Remove duplicate definition for DEF_NATIVEH. Peter Anvin2013-09-041-5/+0
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-09-052-21/+21
|\ \
| * | oprofilefs_create_...() do not need superblock argumentAl Viro2013-09-032-14/+14
| * | oprofilefs_mkdir() doesn't need superblock argumentAl Viro2013-09-032-3/+3
| * | oprofile: don't bother with passing superblock to ->create_files()Al Viro2013-09-032-21/+21
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-09-0414-328/+847
|\ \ \
| * | | KVM: MMU: remove unused parameterXiao Guangrong2013-08-291-2/+2
| * | | KVM: x86: update masterclock when kvmclock_offset is calculated (v2)Marcelo Tosatti2013-08-281-23/+24
| * | | KVM: x86: add comments where MMIO does not return to the emulatorPaolo Bonzini2013-08-281-2/+5
| * | | KVM: vmx: count exits to userspace during invalid guest emulationPaolo Bonzini2013-08-281-0/+1
| * | | kvm hypervisor: Simplify kvm_for_each_vcpu with kvm_irq_delivery_to_apicRaghavendra K T2013-08-262-20/+10
| * | | kvm hypervisor : Add a hypercall to KVM hypervisor to support pv-ticketlocksSrivatsa Vaddagiri2013-08-263-2/+50
| * | | kvm uapi: Add KICK_CPU and PV_UNHALT definition to uapiRaghavendra K T2013-08-261-0/+1
| * | | KVM: x86: Update symbolic exit codesJan Kiszka2013-08-131-2/+3
| * | | KVM: nVMX: Advertise IA32_PAT in VM exit controlArthur Chunqi Li2013-08-071-3/+5
| * | | KVM: nVMX: Fix up VM_ENTRY_IA32E_MODE control feature reportingJan Kiszka2013-08-071-1/+5
| * | | KVM: nEPT: Advertise WB type EPTPJan Kiszka2013-08-071-2/+2
| * | | nVMX: Keep arch.pat in sync on L1-L2 switchesJan Kiszka2013-08-071-3/+6
| * | | nEPT: Miscelleneous cleanupsNadav Har'El2013-08-071-4/+2
| * | | nEPT: Some additional commentsNadav Har'El2013-08-071-0/+13
| * | | Advertise the support of EPT to the L1 guest, through the appropriate MSR.Nadav Har'El2013-08-071-2/+18
| * | | nEPT: Nested INVEPTNadav Har'El2013-08-074-0/+77
| * | | nEPT: MMU context for nested EPTNadav Har'El2013-08-073-1/+69
| * | | nEPT: Add nEPT violation/misconfigration supportYang Zhang2013-08-074-14/+95
| * | | nEPT: correctly check if remote tlb flush is needed for shadowed EPT tablesGleb Natapov2013-08-071-4/+4
| * | | nEPT: Redefine EPT-specific link_shadow_page()Yang Zhang2013-08-072-5/+11
| * | | nEPT: Add EPT tables support to paging_tmpl.hNadav Har'El2013-08-072-1/+41
| * | | nEPT: Support shadow paging for guest paging without A/D bitsGleb Natapov2013-08-071-3/+13
| * | | nEPT: make guest's A/D bits depends on guest's paging modeGleb Natapov2013-08-071-8/+22
| * | | nEPT: Move common code to paging_tmpl.hNadav Har'El2013-08-072-67/+69
| * | | nEPT: Fix wrong test in kvm_set_cr3Nadav Har'El2013-08-071-11/+0
| * | | nEPT: Fix cr3 handling in nested exit and entryNadav Har'El2013-08-071-0/+26
| * | | nEPT: Support LOAD_IA32_EFER entry/exit controls for L1Nadav Har'El2013-08-071-7/+16
| * | | KVM: MMU: fix check the reserved bits on the gpte of L2Xiao Guangrong2013-08-071-2/+1
| * | | KVM: nVMX: correctly set tr base on nested vmexit emulationGleb Natapov2013-08-071-1/+1
| * | | nVMX: reset rflags register cache during nested vmentry.Gleb Natapov2013-07-291-1/+1
| * | | KVM: x86: handle singlestep during emulationPaolo Bonzini2013-07-291-1/+38
| * | | KVM: x86: handle hardware breakpoints during emulationPaolo Bonzini2013-07-291-0/+66
| * | | KVM: x86: rename EMULATE_DO_MMIOPaolo Bonzini2013-07-294-6/+6
| * | | KVM: x86: Drop some unused functions from lapicJan Kiszka2013-07-251-10/+0
| * | | KVM: x86: Simplify __apic_accept_irqJan Kiszka2013-07-251-15/+8
| * | | perf, kvm: Support the in_tx/in_tx_cp modifiers in KVM arch perfmon emulation v5Andi Kleen2013-07-192-5/+21
| * | | KVM: nVMX: Set segment infomation of L1 when L2 exitsArthur Chunqi Li2013-07-181-10/+48
| * | | remove sched notifier for cross-cpu migrationsMarcelo Tosatti2013-07-183-53/+8
| * | | KVM: nVMX: Fix read/write to MSR_IA32_FEATURE_CONTROLNadav Har'El2013-07-182-7/+31
| * | | KVM: x86: Drop useless castMathias Krause2013-07-181-1/+1
| * | | KVM: VMX: Use proper types to access const arraysMathias Krause2013-07-181-8/+7
| * | | KVM: nVMX: Set success rflags when emulate VMXON/VMXOFF in nested virtArthur Chunqi Li2013-07-181-0/+2
| * | | KVM: nVMX: Change location of 3 functions in vmx.cArthur Chunqi Li2013-07-181-43/+40