summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-02-1370-718/+3276
|\
| * KVM: ia64: drop kvm.h from installed user headersMike Frysinger2015-02-101-1/+0
| * KVM: x86: fix build with !CONFIG_SMPRadim Krčmář2015-02-101-0/+1
| * KVM: x86: emulate: correct page fault error code for NoWrite instructionsPaolo Bonzini2015-02-091-1/+2
| * KVM: s390: add cpu model supportMichael Mueller2015-02-093-1/+156
| * KVM: s390: use facilities and cpu_id per KVMMichael Mueller2015-02-095-44/+99
| * KVM: s390/CPACF: Choose crypto control block formatTony Krowiak2015-02-092-2/+49
| * s390/kernel: Update /proc/sysinfo file with Extended Name and UUIDEkaterina Tumanova2015-02-092-3/+36
| * KVM: s390: reenable LPP facilityChristian Borntraeger2015-02-091-1/+1
| * KVM: s390: floating irqs: fix user triggerable endless loopDavid Hildenbrand2015-02-091-0/+2
| * kvm: add halt_poll_ns module parameterPaolo Bonzini2015-02-0611-0/+11
| * kvm: remove KVM_MMIO_SIZETiejun Chen2015-02-051-2/+0
| * KVM: MIPS: Don't leak FPU/DSP to guestJames Hogan2015-02-042-4/+4
| * KVM: MIPS: Disable HTW while in guestJames Hogan2015-02-041-0/+13
| * KVM: nVMX: Enable nested posted interrupt processingWincy Van2015-02-033-7/+161
| * KVM: nVMX: Enable nested virtual interrupt deliveryWincy Van2015-02-031-2/+65
| * KVM: nVMX: Enable nested apic register virtualizationWincy Van2015-02-031-4/+35
| * KVM: nVMX: Make nested control MSRs per-cpuWincy Van2015-02-031-86/+129
| * KVM: nVMX: Enable nested virtualize x2apic modeWincy Van2015-02-031-2/+112
| * KVM: nVMX: Prepare for using hardware MSR bitmapWincy Van2015-02-031-11/+66
| * KVM: x86: revert "add method to test PIR bitmap vector"Marcelo Tosatti2015-02-022-15/+0
| * KVM: x86: fix lapic_timer_int_injected with APIC-vMarcelo Tosatti2015-02-021-6/+6
| * kvm: vmx: fix oops with explicit flexpriority=0 optionPaolo Bonzini2015-01-301-7/+7
| * KVM: x86: fix x2apic logical address matchingRadim Krčmář2015-01-301-1/+2
| * KVM: x86: replace 0 with APIC_DEST_PHYSICALRadim Krčmář2015-01-301-4/+2
| * KVM: x86: cleanup kvm_apic_match_*()Radim Krčmář2015-01-301-30/+16
| * KVM: x86: return bool from kvm_apic_match*()Radim Krčmář2015-01-303-7/+5
| * KVM: VMX: Add PML support in VMXKai Huang2015-01-305-1/+218
| * KVM: x86: Add new dirty logging kvm_x86_ops for PMLKai Huang2015-01-293-9/+93
| * KVM: x86: Change parameter of kvm_mmu_slot_remove_write_accessKai Huang2015-01-293-7/+11
| * KVM: MMU: Explicitly set D-bit for writable spte.Kai Huang2015-01-291-1/+15
| * KVM: MMU: Add mmu help functions to support PMLKai Huang2015-01-292-0/+204
| * KVM: Rename kvm_arch_mmu_write_protect_pt_masked to be more generic for log d...Kai Huang2015-01-292-4/+35
| * kvm: iommu: Add cond_resched to legacy device assignment codeJoerg Roedel2015-01-271-1/+3
| * KVM: x86: Emulation of call may use incorrect stack sizeNadav Amit2015-01-261-7/+18
| * KVM: x86: 32-bit wraparound read/write not emulated correctlyNadav Amit2015-01-262-3/+9
| * KVM: x86: Fix defines in emulator.cNadav Amit2015-01-261-1/+1
| * KVM: x86: ARPL emulation can cause spurious exceptionsNadav Amit2015-01-261-6/+26
| * KVM: x86: IRET emulation does not clear NMI maskingNadav Amit2015-01-263-0/+8
| * KVM: x86: Wrong operand size for far retNadav Amit2015-01-261-2/+2
| * KVM: x86: Dirty the dest op page on cmpxchg emulationNadav Amit2015-01-261-4/+7
| * Merge tag 'kvm-s390-next-20150122' of git://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini2015-01-2313-196/+605
| |\
| | * KVM: s390: remove redundant setting of interrupt typeJens Freimann2015-01-231-1/+0
| | * KVM: s390: fix bug in interrupt parameter checkJens Freimann2015-01-231-2/+2
| | * KVM: s390: avoid memory leaks if __inject_vm() failsDavid Hildenbrand2015-01-231-1/+5
| | * KVM: s390/cpacf: Enable/disable protected key functions for kvm guestTony Krowiak2015-01-233-2/+90
| | * KVM: s390: Provide guest TOD Clock Get/Set ControlsJason J. Herne2015-01-233-0/+134
| | * KVM: s390: trace correct values for set prefix and machine checksJens Freimann2015-01-231-4/+4
| | * KVM: s390: fix bug in sigp emergency signal injectionJens Freimann2015-01-231-3/+2
| | * KVM: s390: Take addressing mode into account for MVPG interceptionThomas Huth2015-01-231-6/+8