summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-04-26Merge branches 'pm-core', 'pm-pci', 'pm-sleep', 'pm-domains' and 'powercap'Rafael J. Wysocki
2021-04-26Merge branch 'pm-cpufreq'Rafael J. Wysocki
2021-04-26dt-bindings: mailbox: qcom-ipcc: Add compatible for SC7280Sai Prakash Ranjan
2021-04-26ALSA: emu8000: Fix a use after free in snd_emu8000_create_mixerLv Yunlong
2021-04-26io_uring: simplify SQPOLL cancellationsPavel Begunkov
2021-04-26io_uring: fix work_exit sqpoll cancellationsPavel Begunkov
2021-04-26io_uring: Fix uninitialized variable up.resvColin Ian King
2021-04-26io_uring: fix invalid error check after mallocPavel Begunkov
2021-04-26blk-iocost: don't ignore vrate_min on QD contentionTejun Heo
2021-04-26Merge remote-tracking branch 'torvalds/master' into perf/coreArnaldo Carvalho de Melo
2021-04-26ALSA: hda/realtek: fix static noise on ALC285 Lenovo laptopsSami Loone
2021-04-26mmc: block: Issue a cache flush only when it's enabledAvri Altman
2021-04-26selftests: kvm: Fix the check of return valueZhenzhong Duan
2021-04-26KVM: x86: Take advantage of kvm_arch_dy_has_pending_interrupt()Haiwei Li
2021-04-26KVM: SVM: Skip SEV cache flush if no ASIDs have been usedSean Christopherson
2021-04-26KVM: SVM: Remove an unnecessary prototype declaration of sev_flush_asids()Sean Christopherson
2021-04-26KVM: SVM: Drop redundant svm_sev_enabled() helperSean Christopherson
2021-04-26KVM: SVM: Move SEV VMCB tracking allocation to sev.cSean Christopherson
2021-04-26KVM: SVM: Explicitly check max SEV ASID during sev_hardware_setup()Sean Christopherson
2021-04-26KVM: SVM: Unconditionally invoke sev_hardware_teardown()Sean Christopherson
2021-04-26KVM: SVM: Enable SEV/SEV-ES functionality by default (when supported)Sean Christopherson
2021-04-26KVM: SVM: Condition sev_enabled and sev_es_enabled on CONFIG_KVM_AMD_SEV=ySean Christopherson
2021-04-26KVM: SVM: Append "_enabled" to module-scoped SEV/SEV-ES control variablesSean Christopherson
2021-04-26KVM: SEV: Mask CPUID[0x8000001F].eax according to supported featuresPaolo Bonzini
2021-04-26KVM: SVM: Move SEV module params/variables to sev.cSean Christopherson
2021-04-26KVM: SVM: Disable SEV/SEV-ES if NPT is disabledSean Christopherson
2021-04-26KVM: SVM: Free sev_asid_bitmap during init if SEV setup failsSean Christopherson
2021-04-26KVM: SVM: Zero out the VMCB array used to track SEV ASID associationSean Christopherson
2021-04-26x86/sev: Drop redundant and potentially misleading 'sev_enabled'Sean Christopherson
2021-04-26KVM: x86: Move reverse CPUID helpers to separate header fileRicardo Koller
2021-04-26KVM: x86: Rename GPR accessors to make mode-aware variants the defaultsSean Christopherson
2021-04-26KVM: SVM: Use default rAX size for INVLPGA emulationSean Christopherson
2021-04-26KVM: x86/xen: Drop RAX[63:32] when processing hypercallSean Christopherson
2021-04-26KVM: nVMX: Truncate base/index GPR value on address calc in !64-bitSean Christopherson
2021-04-26KVM: nVMX: Truncate bits 63:32 of VMCS field on nested check in !64-bitSean Christopherson
2021-04-26KVM: VMX: Truncate GPR value for DR and CR reads in !64-bit modeSean Christopherson
2021-04-26KVM: SVM: Truncate GPR value for DR and CR accesses in !64-bit modeSean Christopherson
2021-04-26KVM: x86: Check CR3 GPA for validity regardless of vCPU modeSean Christopherson
2021-04-26KVM: x86: Remove emulator's broken checks on CR0/CR3/CR4 loadsSean Christopherson
2021-04-26KVM: VMX: Intercept FS/GS_BASE MSR accesses for 32-bit KVMSean Christopherson
2021-04-26KVM: SVM: Delay restoration of host MSR_TSC_AUX until return to userspaceSean Christopherson
2021-04-26KVM: SVM: Clear MSR_TSC_AUX[63:32] on writeSean Christopherson
2021-04-26KVM: SVM: Inject #GP on guest MSR_TSC_AUX accesses if RDTSCP unsupportedSean Christopherson
2021-04-26KVM: VMX: Invert the inlining of MSR interception helpersSean Christopherson
2021-04-26KVM: documentation: fix sphinx warningsPaolo Bonzini
2021-04-26KVM: X86: Fix failure to boost kernel lock holder candidate in SEV-ES guestsWanpeng Li
2021-04-26KVM: x86: Properly handle APF vs disabled LAPIC situationVitaly Kuznetsov
2021-04-26memstick: r592: ignore kfifo_out() return code againArnd Bergmann
2021-04-26drm/i915: Fix docbook descriptions for i915_gem_shrinkerMaarten Lankhorst
2021-04-26drm/i915: fix an error code in intel_overlay_do_put_image()Dan Carpenter