summaryrefslogtreecommitdiffstats
path: root/arch/x86 (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | 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
| * | | | | | | | | KVM: x86: Avoid zapping mmio sptes twice for generation wraparoundTakuya Yoshikawa2013-07-182-9/+6
| * | | | | | | | | KVM: Introduce kvm_arch_memslots_updated()Takuya Yoshikawa2013-07-181-0/+4
* | | | | | | | | | Merge tag 'stable/for-linus-3.12-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2013-09-056-32/+66
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | xen/pvhvm: Initialize xen panic handler for PVHVM guestsVaughan Cao2013-08-201-0/+2
| * | | | | | | | | | xen/m2p: use GNTTABOP_unmap_and_replace to reinstate the original mappingStefano Stabellini2013-08-201-6/+15
| * | | | | | | | | | x86/xen: during early setup, only 1:1 map the ISA regionDavid Vrabel2013-08-201-5/+11
| * | | | | | | | | | x86/xen: disable premption when enabling local irqsDavid Vrabel2013-08-201-13/+12
| * | | | | | | | | | xen/p2m: avoid unneccesary TLB flush in m2p_remove_override()David Vrabel2013-08-091-1/+0
| * | | | | | | | | | xen: Support 64-bit PV guest receiving NMIsKonrad Rzeszutek Wilk2013-08-094-7/+26
| | |_|_|/ / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'x86-spinlocks-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2013-09-0411-353/+531
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | x86/kvm/guest: Fix sparse warning: "symbol 'klock_waiting' was not declared a...Raghavendra K T2013-08-191-1/+1
| * | | | | | | | | | kvm: Paravirtual ticketlocks support for linux guests running on KVM hypervisorSrivatsa Vaddagiri2013-08-142-2/+274
| * | | | | | | | | | kvm guest: Add configuration support to enable debug information for KVM GuestsSrivatsa Vaddagiri2013-08-091-0/+9
| * | | | | | | | | | kvm uapi: Add KICK_CPU and PV_UNHALT definition to uapiRaghavendra K T2013-08-091-0/+1
| * | | | | | | | | | xen, pvticketlock: Allow interrupts to be enabled while blockingJeremy Fitzhardinge2013-08-091-6/+40
| * | | | | | | | | | x86, ticketlock: Add slowpath logicJeremy Fitzhardinge2013-08-095-25/+74
| * | | | | | | | | | x86, pvticketlock: When paravirtualizing ticket locks, increment by 2Jeremy Fitzhardinge2013-08-092-6/+14
| * | | | | | | | | | x86, pvticketlock: Use callee-save for lock_spinningJeremy Fitzhardinge2013-08-094-4/+5
| * | | | | | | | | | xen, pvticketlocks: Add xen_nopvspin parameter to disable xen pv ticketlocksJeremy Fitzhardinge2013-08-091-0/+14
| * | | | | | | | | | xen, pvticketlock: Xen implementation for PV ticket locksJeremy Fitzhardinge2013-08-091-269/+79
| * | | | | | | | | | xen: Defer spinlock setup until boot CPU setupJeremy Fitzhardinge2013-08-091-1/+1
| * | | | | | | | | | x86, ticketlock: Collapse a layer of functionsJeremy Fitzhardinge2013-08-091-30/+5
| * | | | | | | | | | x86, ticketlock: Don't inline _spin_unlock when using paravirt spinlocksRaghavendra K T2013-08-091-0/+1
| * | | | | | | | | | x86, spinlock: Replace pv spinlocks with pv ticketlocksJeremy Fitzhardinge2013-08-096-61/+65
| |/ / / / / / / / /
* | | | | | | | | | Merge branch 'x86-smap-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-09-044-11/+31
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | Introduce [compat_]save_altstack_ex() to unbreak x86 SMAPAl Viro2013-09-012-4/+4
| * | | | | | | | | | x86, smap: Handle csum_partial_copy_*_user()H. Peter Anvin2013-09-012-7/+27
* | | | | | | | | | | Merge branch 'x86-ras-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-09-047-14/+95
|\ \ \ \ \ \ \ \ \ \ \