summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | KVM: s390: let ptff intercepts result in cc=3David Hildenbrand2016-07-181-0/+8
| * | | | | | KVM: s390: allow user space to handle instr 0x0000David Hildenbrand2016-07-183-2/+29
| * | | | | | KVM: x86: bump KVM_MAX_VCPU_ID to 1023Radim Krčmář2016-07-143-4/+12
| * | | | | | KVM: x86: bump MAX_VCPUS to 288Radim Krčmář2016-07-141-1/+1
| * | | | | | KVM: x86: add a flag to disable KVM x2apic broadcast quirkRadim Krčmář2016-07-143-14/+45
| * | | | | | KVM: x86: add KVM_CAP_X2APIC_APIRadim Krčmář2016-07-145-11/+52
| * | | | | | KVM: pass struct kvm to kvm_set_routing_entryRadim Krčmář2016-07-143-3/+6
| * | | | | | KVM: x86: reset lapic base in kvm_lapic_resetRadim Krčmář2016-07-141-4/+4
| * | | | | | KVM: VMX: optimize APIC ID read with APICvRadim Krčmář2016-07-141-3/+0
| * | | | | | KVM: x86: reset APIC ID when enabling LAPICRadim Krčmář2016-07-141-2/+3
| * | | | | | KVM: x86: use hardware-compatible format for APIC ID registerRadim Krčmář2016-07-143-22/+52
| * | | | | | KVM: x86: use generic function for MSI parsingRadim Krčmář2016-07-141-12/+7
| * | | | | | KVM: x86: dynamic kvm_apic_mapRadim Krčmář2016-07-143-7/+16
| * | | | | | KVM: x86: use physical LAPIC array for logical x2APICRadim Krčmář2016-07-142-38/+41
| * | | | | | KVM: x86: add kvm_apic_map_get_dest_lapicRadim Krčmář2016-07-141-132/+98
| * | | | | | KVM: x86: bump KVM_SOFT_MAX_VCPUS to 240Radim Krčmář2016-07-141-1/+1
| * | | | | | kvm: vmx: advertise support for ept execute onlyBandan Das2016-07-141-0/+3
| * | | | | | kvm: mmu: track read permission explicitly for shadow EPT page tablesBandan Das2016-07-143-10/+23
| * | | | | | kvm: mmu: don't set the present bit unconditionallyBandan Das2016-07-144-9/+11
| * | | | | | kvm: mmu: remove is_present_gpte()Bandan Das2016-07-144-8/+3
| * | | | | | kvm: mmu: extend the is_present check to 32 bitsBandan Das2016-07-141-1/+1
| * | | | | | Merge branch 'kvm-ppc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2016-07-1113-9/+407
| |\ \ \ \ \ \
| | * | | | | | KVM: PPC: Book3S HV: Fix TB corruption in guest exit path on HMI interruptMahesh Salgaonkar2016-06-2010-5/+396
| | * | | | | | powerpc/powernv: Remove the usage of PACAR1 from opal wrappersMahesh Salgaonkar2016-06-201-2/+0
| | * | | | | | KVM: PPC: Book3S PR: Fix contents of SRR1 when injecting a program exceptionThomas Huth2016-06-201-1/+11
| | * | | | | | KVM: PPC: Book3S PR: Fix illegal opcode emulationThomas Huth2016-06-201-1/+0
| * | | | | | | KVM: VMX: introduce vm_{entry,exit}_control_reset_shadowPaolo Bonzini2016-07-111-2/+12
| * | | | | | | KVM: nVMX: keep preemption timer enabled during L2 executionPaolo Bonzini2016-07-111-2/+13
| * | | | | | | KVM: nVMX: avoid incorrect preemption timer vmexit in nested guestWanpeng Li2016-07-111-0/+2
| * | | | | | | KVM: VMX: reflect broken preemption timer in vmcs_configPaolo Bonzini2016-07-111-3/+2
| * | | | | | | MIPS: KVM: Emulate generic QEMU machine on r6 T&EJames Hogan2016-07-051-1/+7
| * | | | | | | MIPS: KVM: Decode RDHWR more strictlyJames Hogan2016-07-051-1/+3
| * | | | | | | MIPS: KVM: Recognise r6 CACHE encodingJames Hogan2016-07-052-2/+24
| * | | | | | | MIPS: KVM: Support r6 compact branch emulationJames Hogan2016-07-051-6/+46
| * | | | | | | MIPS: KVM: Don't save/restore lo/hi for r6James Hogan2016-07-052-12/+10
| * | | | | | | MIPS: KVM: Fix pre-r6 ll/sc instructions on r6James Hogan2016-07-051-3/+3
| * | | | | | | MIPS: KVM: Fix fpu.S misassembly with r6James Hogan2016-07-051-2/+5
| * | | | | | | MIPS: inst.h: Rename cbcond{0,1}_op to pop{1,3}0_opPaul Burton2016-07-053-6/+6
| * | | | | | | MIPS: inst.h: Rename b{eq,ne}zcji[al]c_op to pop{6,7}6_opPaul Burton2016-07-053-6/+6
| * | | | | | | MIPS: KVM: Save k0 straight into VCPU structureJames Hogan2016-07-051-22/+15
| * | | | | | | MIPS: KVM: Relative branch to common exit handlerJames Hogan2016-07-053-12/+25
| * | | | | | | MIPS: KVM: Dynamically choose scratch registersJames Hogan2016-07-053-15/+84
| * | | | | | | MIPS: KVM: Drop redundant restore of DDATA_LOJames Hogan2016-07-051-4/+0
| * | | | | | | MIPS: KVM: Check MSA presence at uasm timeJames Hogan2016-07-051-20/+15
| * | | | | | | MIPS: KVM: Omit FPU handling entry code if possibleJames Hogan2016-07-051-12/+15
| * | | | | | | MIPS: KVM: Drop now unused asm offsetsJames Hogan2016-07-051-66/+0
| * | | | | | | MIPS: KVM: Add dumping of generated entry codeJames Hogan2016-07-051-0/+25
| * | | | | | | MIPS; KVM: Convert exception entry to uasmJames Hogan2016-07-057-634/+642
| * | | | | | | MIPS: uasm: Add r6 MUL encodingJames Hogan2016-07-052-0/+48
| * | | | | | | MIPS: uasm: Add MTHI/MTLO instructionsJames Hogan2016-07-055-5/+16