summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2017-08-11kvm: x86: Disallow illegal IA32_APIC_BASE MSR valuesJim Mattson
2017-08-11KVM: MMU: Bail out immediately if there is no available mmu pageWanpeng Li
2017-08-11KVM: MMU: Fix softlockup due to mmu_lock is held too longWanpeng Li
2017-08-11KVM: nVMX: validate eptp pointerDavid Hildenbrand
2017-08-10kvm: nVMX: Add support for fast unprotection of nested guest page tablesPaolo Bonzini
2017-08-10KVM: SVM: Limit PFERR_NESTED_GUEST_PAGE error_code check to L1 guestBrijesh Singh
2017-08-10KVM: X86: Fix residual mmio emulation request to userspaceWanpeng Li
2017-08-08KVM: arm: implements the kvm_arch_vcpu_in_kernel()Longpeng(Mike)
2017-08-08KVM: s390: implements the kvm_arch_vcpu_in_kernel()Longpeng(Mike)
2017-08-08KVM: X86: implement the logic for spinlock optimizationLongpeng(Mike)
2017-08-08KVM: add spinlock optimization frameworkLongpeng(Mike)
2017-08-07KVM: x86: use general helpers for some cpuid manipulationRadim Krčmář
2017-08-07KVM: x86: generalize guest_cpuid_has_ helpersRadim Krčmář
2017-08-07KVM: x86: X86_FEATURE_NRIPS is not scattered anymoreRadim Krčmář
2017-08-07KVM: nVMX: Emulate EPTP switching for the L1 hypervisorBandan Das
2017-08-07KVM: nVMX: Enable VMFUNC for the L1 hypervisorBandan Das
2017-08-07KVM: vmx: Enable VMFUNCsBandan Das
2017-08-07KVM: nVMX: get rid of nested_release_page*David Hildenbrand
2017-08-07KVM: nVMX: get rid of nested_get_page()David Hildenbrand
2017-08-07KVM: nVMX: INVPCID supportPaolo Bonzini
2017-08-07KVM: hyperv: support HV_X64_MSR_TSC_FREQUENCY and HV_X64_MSR_APIC_FREQUENCYLadi Prosek
2017-08-06Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds
2017-08-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2017-08-04Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-08-04Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds
2017-08-04Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds
2017-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds
2017-08-04Merge tag 'powerpc-4.13-5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2017-08-04sparc64: Fix exception handling in UltraSPARC-III memcpy.David S. Miller
2017-08-04arm64: avoid overflow in VA_START and PAGE_OFFSETNick Desaulniers
2017-08-04arm64: Fix potential race with hardware DBM in ptep_set_access_flags()Catalin Marinas
2017-08-04Merge tag 'davinci-fixes-for-v4.13' of git://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann
2017-08-04Merge tag 'sunxi-fixes-for-4.13' of https://git.kernel.org/pub/scm/linux/kern...Arnd Bergmann
2017-08-04Merge tag 'qcom-arm64-defconfig-fixes-for-4.13-rc2' of git://git.kernel.org/p...Arnd Bergmann
2017-08-04ARM: dts: tango4: Request RGMII RX and TX clock delaysMarc Gonzalez
2017-08-04Merge tag 'renesas-fixes3-for-v4.13' of https://git.kernel.org/pub/scm/linux/...Arnd Bergmann
2017-08-04Merge tag 'mvebu-fixes-4.13-2' of git://git.infradead.org/linux-mvebu into fixesArnd Bergmann
2017-08-04Merge tag 'amlogic-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/kh...Arnd Bergmann
2017-08-04Merge tag 'v4.13-rockchip-dts32fixes-1' of git://git.kernel.org/pub/scm/linux...Arnd Bergmann
2017-08-04powerpc/64: Fix __check_irq_replay missing decrementer interruptNicholas Piggin
2017-08-04powerpc/perf: POWER9 PMU stops after idle workaroundNicholas Piggin
2017-08-03Merge tag 'pm-4.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2017-08-03Merge branches 'pm-cpufreq-x86', 'pm-cpufreq-docs' and 'intel_pstate'Rafael J. Wysocki
2017-08-03Merge tag 'kvm-arm-for-v4.13-rc4' of git://git.kernel.org/pub/scm/linux/kerne...Radim Krčmář
2017-08-03KVM: nVMX: Fix interrupt window request with "Acknowledge interrupt on exit"Wanpeng Li
2017-08-02KVM: nVMX: mark vmcs12 pages dirty on L2 exitDavid Matlack
2017-08-02kvm: nVMX: don't flush VMCS12 during VMXOFF or VCPU teardownDavid Matlack
2017-08-02KVM: nVMX: do not pin the VMCS12Paolo Bonzini
2017-08-02KVM: X86: init irq->level in kvm_pv_kick_cpu_opLongpeng(Mike)
2017-08-02KVM: X86: Fix loss of pending INIT due to raceWanpeng Li