MIPS: KVM: Make entry code MIPS64 friendly
[cascardo/linux.git] / arch /
2016-08-01 James HoganMIPS: KVM: Make entry code MIPS64 friendly
2016-08-01 James HoganMIPS: KVM: Use kmap instead of CKSEG0ADDR()
2016-08-01 James HoganMIPS: KVM: Use virt_to_phys() to get commpage PFN
2016-08-01 James HoganMIPS: Fix definition of KSEGX() for 64-bit
2016-08-01 Jim MattsonKVM: VMX: Add VMCS to CPU's loaded VMCSs before VMPTRLD
2016-08-01 David Matlackkvm: x86: nVMX: maintain internal copy of current VMCS
2016-08-01 Radim KrčmářMerge branch 'kvm-ppc-next' of git://git./linux/kernel...
2016-07-28 Paul MackerrasKVM: PPC: Book3S HV: Save/restore TM state in H_CEDE
2016-07-28 Paul MackerrasKVM: PPC: Book3S HV: Pull out TM state save/restore...
2016-07-22 Radim KrčmářMerge tag 'kvm-arm-for-4.8' of git://git./linux/kernel...
2016-07-21 Radim KrčmářMerge tag 'kvm-s390-next-4.8-4' of git://git./linux...
2016-07-18 Andre PrzywaraKVM: arm64: vgic-its: Enable ITS emulation as a virtual...
2016-07-18 Andre PrzywaraKVM: arm64: vgic-its: Introduce new KVM ITS device
2016-07-18 Andre PrzywaraKVM: arm/arm64: Extend arch CAP checks to allow per...
2016-07-18 David HildenbrandKVM: s390: let ptff intercepts result in cc=3
2016-07-18 David HildenbrandKVM: s390: allow user space to handle instr 0x0000
2016-07-14 Dan Carpenterarm64: KVM: Clean up a condition
2016-07-14 Radim KrčmářKVM: x86: bump KVM_MAX_VCPU_ID to 1023
2016-07-14 Radim KrčmářKVM: x86: bump MAX_VCPUS to 288
2016-07-14 Radim KrčmářKVM: x86: add a flag to disable KVM x2apic broadcast...
2016-07-14 Radim KrčmářKVM: x86: add KVM_CAP_X2APIC_API
2016-07-14 Radim KrčmářKVM: pass struct kvm to kvm_set_routing_entry
2016-07-14 Radim KrčmářKVM: x86: reset lapic base in kvm_lapic_reset
2016-07-14 Radim KrčmářKVM: VMX: optimize APIC ID read with APICv
2016-07-14 Radim KrčmářKVM: x86: reset APIC ID when enabling LAPIC
2016-07-14 Radim KrčmářKVM: x86: use hardware-compatible format for APIC ID...
2016-07-14 Radim KrčmářKVM: x86: use generic function for MSI parsing
2016-07-14 Radim KrčmářKVM: x86: dynamic kvm_apic_map
2016-07-14 Radim KrčmářKVM: x86: use physical LAPIC array for logical x2APIC
2016-07-14 Radim KrčmářKVM: x86: add kvm_apic_map_get_dest_lapic
2016-07-14 Radim KrčmářKVM: x86: bump KVM_SOFT_MAX_VCPUS to 240
2016-07-14 Bandan Daskvm: vmx: advertise support for ept execute only
2016-07-14 Bandan Daskvm: mmu: track read permission explicitly for shadow...
2016-07-14 Bandan Daskvm: mmu: don't set the present bit unconditionally
2016-07-14 Bandan Daskvm: mmu: remove is_present_gpte()
2016-07-14 Bandan Daskvm: mmu: extend the is_present check to 32 bits
2016-07-11 Paolo BonziniMerge branch 'kvm-ppc-next' of git://git./linux/kernel...
2016-07-11 Paolo BonziniKVM: VMX: introduce vm_{entry,exit}_control_reset_shadow
2016-07-11 Paolo BonziniKVM: nVMX: keep preemption timer enabled during L2...
2016-07-11 Wanpeng LiKVM: nVMX: avoid incorrect preemption timer vmexit...
2016-07-11 Paolo BonziniKVM: VMX: reflect broken preemption timer in vmcs_config
2016-07-05 James HoganMIPS: KVM: Emulate generic QEMU machine on r6 T&E
2016-07-05 James HoganMIPS: KVM: Decode RDHWR more strictly
2016-07-05 James HoganMIPS: KVM: Recognise r6 CACHE encoding
2016-07-05 James HoganMIPS: KVM: Support r6 compact branch emulation
2016-07-05 James HoganMIPS: KVM: Don't save/restore lo/hi for r6
2016-07-05 James HoganMIPS: KVM: Fix pre-r6 ll/sc instructions on r6
2016-07-05 James HoganMIPS: KVM: Fix fpu.S misassembly with r6
2016-07-05 Paul BurtonMIPS: inst.h: Rename cbcond{0,1}_op to pop{1,3}0_op
2016-07-05 Paul BurtonMIPS: inst.h: Rename b{eq,ne}zcji[al]c_op to pop{6...
2016-07-05 James HoganMIPS: KVM: Save k0 straight into VCPU structure
2016-07-05 James HoganMIPS: KVM: Relative branch to common exit handler
2016-07-05 James HoganMIPS: KVM: Dynamically choose scratch registers
2016-07-05 James HoganMIPS: KVM: Drop redundant restore of DDATA_LO
2016-07-05 James HoganMIPS: KVM: Check MSA presence at uasm time
2016-07-05 James HoganMIPS: KVM: Omit FPU handling entry code if possible
2016-07-05 James HoganMIPS: KVM: Drop now unused asm offsets
2016-07-05 James HoganMIPS: KVM: Add dumping of generated entry code
2016-07-05 James HoganMIPS; KVM: Convert exception entry to uasm
2016-07-05 James HoganMIPS: uasm: Add r6 MUL encoding
2016-07-05 James HoganMIPS: uasm: Add MTHI/MTLO instructions
2016-07-05 James HoganMIPS: uasm: Add DI instruction
2016-07-05 James HoganMIPS: uasm: Add CFCMSA/CTCMSA instructions
2016-07-05 James HoganMIPS: uasm: Add CFC1/CTC1 instructions
2016-07-05 Paolo BonziniMerge tag 'kvm-s390-next-4.8-3' of git://git./linux...
2016-07-05 Wei YongjunKVM: x86: Use ARRAY_SIZE instead of dividing sizeof...
2016-07-05 David HildenbrandKVM: s390: inject PER i-fetch events on applicable...
2016-07-03 Marc Zyngierarm/arm64: Get rid of KERN_TO_HYP
2016-07-03 Marc Zyngierarm/arm64: KVM: Check that IDMAP doesn't intersect...
2016-07-03 Marc Zyngierarm/arm64: KVM: Prune unused #defines
2016-07-03 Marc Zyngierarm: KVM: Allow hyp teardown
2016-07-03 Marc Zyngierarm: KVM: Simplify HYP init
2016-07-03 Marc Zyngierarm/arm64: KVM: Kill free_boot_hyp_pgd
2016-07-03 Marc Zyngierarm/arm64: KVM: Drop boot_pgd
2016-07-03 Marc Zyngierarm64: KVM: Simplify HYP init/teardown
2016-07-03 Marc Zyngierarm/arm64: KVM: Always have merged page tables
2016-07-03 Marc Zyngierarm64: KVM: Runtime detection of lower HYP offset
2016-07-03 Marc Zyngierarm/arm64: KVM: Export __hyp_text_start/end symbols
2016-07-03 Marc Zyngierarm64: KVM: Refactor kern_hyp_va to deal with multiple...
2016-07-03 Marc Zyngierarm64: KVM: Define HYP offset masks
2016-07-03 Marc Zyngierarm64: Add ARM64_HYP_OFFSET_LOW capability
2016-07-03 Marc Zyngierarm64: KVM: Kill HYP_PAGE_OFFSET
2016-07-03 Marc Zyngierarm/arm64: KVM: Remove hyp_kern_va helper
2016-07-03 Marc Zyngierarm64: KVM: Always reference __hyp_panic_string via...
2016-07-03 Marc Zyngierarm64: KVM: Merged page tables documentation
2016-07-03 Marc ZyngierKVM: arm/arm64: The GIC is dead, long live the GIC
2016-07-01 Wanpeng LiKVM: vmx: fix missed cancellation of TSC deadline timer
2016-07-01 Wanpeng LiKVM: x86: introduce cancel_hv_tscdeadline
2016-07-01 Paolo BonziniKVM: vmx: fix underflow in TSC deadline calculation
2016-07-01 Paolo BonziniKVM: x86: use guest_exit_irqoff
2016-07-01 Paolo BonziniKVM: x86: always use "acknowledge interrupt on exit"
2016-07-01 Paolo BonziniKVM: remove kvm_guest_enter/exit wrappers
2016-06-29 Marc Zyngierarm/arm64: KVM: Make default HYP mappings non-excutable
2016-06-29 Marc Zyngierarm/arm64: KVM: Map the HYP text as read-only
2016-06-29 Marc Zyngierarm/arm64: KVM: Enforce HYP read-only mapping of the...
2016-06-29 Marc Zyngierarm64: Add PTE_HYP_XN page table flag
2016-06-29 Marc Zyngierarm/arm64: KVM: Add a protection parameter to create_hy...
2016-06-23 James HoganMIPS: KVM: Combine entry trace events into class
2016-06-23 Arnd Bergmannkvm: x86: use getboottime64
2016-06-23 Ashok RajKVM: VMX: enable guest access to LMCE related MSRs
next