summaryrefslogtreecommitdiffstats
path: root/mm/memblock.c (unfollow)
Commit message (Expand)AuthorFilesLines
2016-01-08kvm/x86: Drop stimer_stop() functionAndrey Smetanin1-6/+1
2016-01-08kvm/x86: Hyper-V timers fix incorrect logical operationAndrey Smetanin1-1/+1
2016-01-08KVM: move architecture-dependent requests to arch/Paolo Bonzini6-51/+53
2016-01-08KVM: renumber vcpu->request bitsPaolo Bonzini1-30/+29
2016-01-08KVM: document which architecture uses each request bitPaolo Bonzini1-7/+13
2016-01-08KVM: Remove unused KVM_REQ_KICK to save a bit in vcpu->requestsPaolo Bonzini1-1/+1
2016-01-07kvm: x86: Check kvm_write_guest return value in kvm_write_wall_clockNicholas Krause1-1/+2
2016-01-07KVM: s390: implement the RI support of guestFan Zhang4-1/+28
2016-01-07kvm/s390: drop unpaired smp_mbMichael S. Tsirkin1-1/+0
2016-01-07kvm: x86: fix comment about {mmu,nested_mmu}.gva_to_gpaDavid Matlack1-4/+6
2015-12-18KVM: x86: MMU: Use clear_page() instead of init_shadow_page_table()Takuya Yoshikawa1-9/+1
2015-12-18arm/arm64: KVM: Detect vGIC presence at runtimePavel Fedin1-2/+20
2015-12-18MAINTAINERS: add git URL for KVM/ARMFengguang Wu1-0/+1
2015-12-18arm64: KVM: Add support for 16-bit VMIDVladimir Murzin6-4/+33
2015-12-18arm: KVM: Make kvm_arm.h friendly to assembly codeVladimir Murzin1-16/+17
2015-12-18arm/arm64: KVM: Remove unreferenced S2_PGD_ORDERVladimir Murzin3-5/+3
2015-12-18arm64: KVM: debug: Remove spurious inline attributesMarc Zyngier1-29/+29
2015-12-18ARM: KVM: Cleanup exception injectionMarc Zyngier1-36/+38
2015-12-16kvm/x86: Remove Hyper-V SynIC timer stoppingAndrey Smetanin1-1/+0
2015-12-16kvm: Dump guest rIP when the guest tried something unsupportedBorislav Petkov1-1/+2
2015-12-16KVM: vmx: detect mismatched size in VMCS read/writePaolo Bonzini1-17/+83
2015-12-16KVM: VMX: fix read/write sizes of VMCS fields in dump_vmcsPaolo Bonzini1-19/+20
2015-12-16KVM: VMX: fix read/write sizes of VMCS fieldsPaolo Bonzini1-4/+4
2015-12-16KVM: VMX: fix the writing POSTED_INTR_NVLi RongQing1-2/+2
2015-12-16kvm/x86: Hyper-V SynIC timersAndrey Smetanin6-3/+368
2015-12-16kvm/x86: Hyper-V SynIC message slot pending clearing at SINT ackAndrey Smetanin2-0/+33
2015-12-16kvm/x86: Hyper-V internal helper to read MSR HV_X64_MSR_TIME_REF_COUNTAndrey Smetanin1-4/+7
2015-12-16kvm/x86: Added Hyper-V vcpu_to_hv_vcpu()/hv_vcpu_to_vcpu() helpersAndrey Smetanin1-6/+14
2015-12-16kvm/x86: Rearrange func's declarations inside Hyper-V headerAndrey Smetanin1-10/+10
2015-12-16drivers/hv: Move struct hv_timer_message_payload into UAPI Hyper-V x86 headerAndrey Smetanin2-9/+8
2015-12-16drivers/hv: Move struct hv_message into UAPI Hyper-V x86 headerAndrey Smetanin2-75/+76
2015-12-16drivers/hv: Move HV_SYNIC_STIMER_COUNT into Hyper-V UAPI x86 headerAndrey Smetanin2-2/+2
2015-12-16drivers/hv: replace enum hv_message_type by u32Andrey Smetanin1-2/+2
2015-12-15KVM: s390: consider system MHA for guest storageGuenther Hutzl2-2/+12
2015-12-15KVM: s390: fix mismatch between user and in-kernel guest limitDominik Dingel5-8/+27
2015-12-15KVM: s390: obey kptr_restrict in tracesChristian Borntraeger2-7/+8
2015-12-15KVM: s390: use assignment instead of memcpyChristian Borntraeger1-2/+4
2015-12-14arm64: KVM: Remove weak attributesMarc Zyngier5-21/+13
2015-12-14arm64: KVM: Cleanup asm-offset.cMarc Zyngier1-39/+0
2015-12-14arm64: KVM: Turn system register numbers to an enumMarc Zyngier12-82/+87
2015-12-14arm64: KVM: Move away from the assembly version of the world switchMarc Zyngier4-1485/+1
2015-12-14arm64: KVM: Map the kernel RO section into HYPMarc Zyngier1-0/+7
2015-12-14arm64: KVM: Add compatibility aliasesMarc Zyngier5-0/+21
2015-12-14arm64: KVM: Add panic handlingMarc Zyngier3-1/+41
2015-12-14arm64: KVM: HYP mode entry pointsMarc Zyngier2-0/+204
2015-12-14arm64: KVM: Implement TLB handlingMarc Zyngier3-0/+75
2015-12-14arm64: KVM: Implement fpsimd save/restoreMarc Zyngier6-2/+81
2015-12-14arm64: KVM: Implement the core world switchMarc Zyngier2-0/+136
2015-12-14arm64: KVM: Add patchable function selectorMarc Zyngier1-0/+24
2015-12-14arm64: KVM: Implement guest entryMarc Zyngier3-0/+133