linux-2.6-microblaze.git
2018-12-21 Lan TianyuKVM/MMU: Move tlb flush in kvm_set_pte_rmapp() to kvm_m...
2018-12-21 Lan TianyuKVM: Make kvm_set_spte_hva() return int
2018-12-21 Lan TianyuKVM: Replace old tlb flush function with new one to...
2018-12-21 Lan TianyuKVM/MMU: Add tlb flush with range helper function
2018-12-21 Lan TianyuKVM/VMX: Add hv tlb range flush support
2018-12-21 Lan Tianyux86/hyper-v: Add HvFlushGuestAddressList hypercall...
2018-12-21 Lan TianyuKVM: Add tlb_remote_flush_with_range callback in kvm_x8...
2018-12-21 Luwei KangKVM: x86: Disable Intel PT when VMXON in L1 guest
2018-12-21 Chao PengKVM: x86: Set intercept for Intel PT MSRs read/write
2018-12-21 Chao PengKVM: x86: Implement Intel PT MSRs read/write emulation
2018-12-21 Luwei KangKVM: x86: Introduce a function to initialize the PT...
2018-12-21 Chao PengKVM: x86: Add Intel PT context switch for each vcpu
2018-12-21 Chao PengKVM: x86: Add Intel Processor Trace cpuid emulation
2018-12-21 Chao PengKVM: x86: Add Intel PT virtualization work mode
2018-12-21 Luwei Kangperf/x86/intel/pt: add new capability for Intel PT
2018-12-21 Luwei Kangperf/x86/intel/pt: Add new bit definitions for PT MSRs
2018-12-21 Luwei Kangperf/x86/intel/pt: Introduce intel_pt_validate_cap()
2018-12-21 Chao Pengperf/x86/intel/pt: Export pt_cap_get()
2018-12-21 Chao Pengperf/x86/intel/pt: Move Intel PT MSRs bit defines to...
2018-12-21 Andrew Joneskvm: selftests: aarch64: dirty_log_test: support greate...
2018-12-21 Andrew Joneskvm: selftests: add pa-48/va-48 VM modes
2018-12-21 Andrew Joneskvm: selftests: dirty_log_test: improve mode param...
2018-12-21 Andrew Joneskvm: selftests: dirty_log_test: reset guest test phys...
2018-12-21 Andrew Joneskvm: selftests: dirty_log_test: always use -t
2018-12-21 Andrew Joneskvm: selftests: dirty_log_test: don't identity map...
2018-12-21 Andrew Joneskvm: selftests: x86_64: dirty_log_test: fix -t
2018-12-21 Wei YangKVM: fix some typos
2018-12-21 Peng Haox86/kvmclock: convert to SPDX identifiers
2018-12-21 Sean ChristophersonKVM: x86: Remove KF() macro placeholder
2018-12-21 Jim Mattsonkvm: vmx: Allow guest read access to IA32_TSC
2018-12-21 Jim Mattsonkvm: nVMX: NMI-window and interrupt-window exiting...
2018-12-21 Tambe, WilliamKVM: nSVM: Fix nested guest support for PAUSE filtering.
2018-12-21 Jim Mattsonkvm: Change offset in kvm_write_guest_offset_cached...
2018-12-21 Jim Mattsonkvm: Disallow wraparound in kvm_gfn_to_hva_cache_init
2018-12-21 YueHaibingKVM: VMX: Remove duplicated include from vmx.c
2018-12-21 Vitaly Kuznetsovselftests: kvm: report failed stage when exit reason...
2018-12-21 Vitaly KuznetsovKVM: x86: svm: report MSR_IA32_MCG_EXT_CTL as unsupported
2018-12-21 Paolo BonziniKVM: x86: fix size of x86_fpu_cache objects
2018-12-20 Radim KrčmářMerge tag 'kvm-ppc-next-4.21-1' of git://git./linux...
2018-12-19 Paolo BonziniMerge tag 'kvm-s390-next-4.21-1' of git://git./linux...
2018-12-19 Paolo BonziniMerge tag 'kvmarm-for-v4.21' of git://git./linux/kernel...
2018-12-19 Marc Zyngierarm: KVM: Add S2_PMD_{MASK,SIZE} constants
2018-12-19 Marc Zyngierarm/arm64: KVM: Add ARM_EXCEPTION_IS_TRAP macro
2018-12-19 Will Deaconarm64: KVM: Avoid setting the upper 32 bits of VTCR_EL2...
2018-12-19 Christoffer... KVM: arm/arm64: Fix unintended stage 2 PMD mappings
2018-12-19 Marc Zyngierarm/arm64: KVM: vgic: Force VM halt when changing the...
2018-12-19 Marc Zyngierarm64: KVM: Add trapped system register access tracepoint
2018-12-19 Christoffer... KVM: arm64: Make vcpu const in vcpu_read_sys_reg
2018-12-19 Christoffer... KVM: arm/arm64: arch_timer: Simplify kvm_timer_vcpu_ter...
2018-12-19 Christoffer... KVM: arm/arm64: Remove arch timer workqueue
2018-12-19 Christoffer... KVM: arm/arm64: Fixup the kvm_exit tracepoint
2018-12-19 Christoffer... KVM: arm/arm64: vgic: Consider priority and active...
2018-12-19 Gustavo A.... KVM: arm/arm64: vgic: Fix off-by-one bug in vgic_get_irq()
2018-12-18 Marc ZyngierKVM: arm/arm64: vgic: Cap SPIs to the VM-defined maximum
2018-12-18 Christoffer... KVM: arm64: Clarify explanation of STAGE2_PGTABLE_LEVELS
2018-12-18 Julien ThierryKVM: arm/arm64: vgic: Do not cond_resched_lock() with...
2018-12-18 Punit AgrawalKVM: arm64: Add support for creating PUD hugepages...
2018-12-18 Punit AgrawalKVM: arm64: Update age handlers to support PUD hugepages
2018-12-18 Punit AgrawalKVM: arm64: Support handling access faults for PUD...
2018-12-18 Punit AgrawalKVM: arm64: Support PUD hugepage in stage2_is_exec()
2018-12-18 Punit AgrawalKVM: arm64: Support dirty page tracking for PUD hugepages
2018-12-18 Punit AgrawalKVM: arm/arm64: Introduce helpers to manipulate page...
2018-12-18 Punit AgrawalKVM: arm/arm64: Re-factor setting the Stage 2 entry...
2018-12-18 Punit AgrawalKVM: arm/arm64: Share common code in user_mem_abort()
2018-12-18 Christoffer... KVM: arm/arm64: vgic-v2: Set active_source to 0 when...
2018-12-18 Mark RutlandKVM: arm/arm64: Log PSTATE for unhandled sysregs
2018-12-18 Christoffer... KVM: arm/arm64: Fix VMID alloc race by reverting to...
2018-12-18 Mark Rutlandarm64: KVM: Consistently advance singlestep when emulat...
2018-12-18 Mark Rutlandarm64: KVM: Skip MMIO insn after emulation
2018-12-18 Michael MuellerKVM: s390: fix kmsg component kvm-s390
2018-12-18 Michael MuellerKVM: s390: unregister debug feature on failing arch...
2018-12-17 Suraj Jitindar... KVM: PPC: Book3S HV: Allow passthrough of an emulated...
2018-12-17 Suraj Jitindar... KVM: PPC: Book3S: Introduce new hcall H_COPY_TOFROM_GUE...
2018-12-17 Suraj Jitindar... KVM: PPC: Book3S HV: Allow passthrough of an emulated...
2018-12-17 Suraj Jitindar... KVM: PPC: Update kvmppc_st and kvmppc_ld to use quadrants
2018-12-17 Suraj Jitindar... KVM: PPC: Add load_from_eaddr and store_to_eaddr to...
2018-12-17 Suraj Jitindar... KVM: PPC: Book3S HV: Implement functions to access...
2018-12-17 Suraj Jitindar... KVM: PPC: Book3S HV: Add function kvmhv_vcpu_is_radix()
2018-12-17 Suraj Jitindar... KVM: PPC: Book3S: Only report KVM_CAP_SPAPR_TCE_VFIO...
2018-12-16 Paul MackerrasKVM: PPC: Book3S HV: Flush guest mappings when turning...
2018-12-16 Paul MackerrasKVM: PPC: Book3S HV: Cleanups - constify memslots,...
2018-12-16 Paul MackerrasKVM: PPC: Book3S HV: Map single pages when doing dirty...
2018-12-16 Bharata B RaoKVM: PPC: Pass change type down to memslot commit function
2018-12-14 Paolo Bonzinikvm: selftests: ucall: improve ucall placement in memor...
2018-12-14 Marc Orrkvm: x86: Dynamically allocate guest_fpu
2018-12-14 Marc Orrkvm: x86: Use task structs fpu field for user
2018-12-14 Krish SadhukhanKVM: nVMX: Move the checks for Guest Non-Register State...
2018-12-14 Krish SadhukhanKVM: nVMX: Move the checks for Host Control Registers...
2018-12-14 Krish SadhukhanKVM: nVMX: Move the checks for VM-Entry Control Fields...
2018-12-14 Krish SadhukhanKVM: nVMX: Move the checks for VM-Exit Control Fields...
2018-12-14 Sean ChristophersonKVM: nVMX: Remove param indirection from nested_vmx_che...
2018-12-14 Krish SadhukhanKVM: nVMX: Move the checks for VM-Execution Control...
2018-12-14 Krish SadhukhanKVM: nVMX: Prepend "nested_vmx_" to check_vmentry_...
2018-12-14 Lan TianyuKVM/VMX: Check ept_pointer before flushing ept tlb
2018-12-14 Krish SadhukhanKVM nVMX: MSRs should not be stored if VM-entry fails...
2018-12-14 Jim Mattsonkvm: x86: Don't modify MSR_PLATFORM_INFO on vCPU reset
2018-12-14 Wei Huangkvm: vmx: add cpu into VMX preemption timer bug list
2018-12-14 Eduardo Habkostkvm: x86: Report STIBP on GET_SUPPORTED_CPUID
2018-12-14 Vitaly Kuznetsovx86/hyper-v: Stop caring about EOI for direct stimers
2018-12-14 Vitaly Kuznetsovx86/kvm/hyper-v: avoid open-coding stimer_mark_pending...
next