aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2021-07-14KVM: x86/pmu: Clear anythread deprecated bit when 0xa leaf is unsupported on the SVMLike Xu1-1/+2
2021-07-14KVM: mmio: Fix use-after-free Read in kvm_vm_ioctl_unregister_coalesced_mmioKefeng Wang1-1/+1
2021-07-14KVM: SVM: Revert clearing of C-bit on GPA in #NPF handlerSean Christopherson1-1/+1
2021-07-14KVM: x86/mmu: Do not apply HPA (memory encryption) mask to GPAsSean Christopherson4-8/+18
2021-07-14KVM: x86: Use kernel's x86_phys_bits to handle reduced MAXPHYADDRSean Christopherson1-7/+20
2021-07-14KVM: x86: Use guest MAXPHYADDR from CPUID.0x8000_0008 iff TDP is enabledSean Christopherson1-1/+7
2021-07-14Revert "KVM: x86: WARN and reject loading KVM if NX is supported but not enabled"Sean Christopherson1-3/+0
2021-07-14KVM: selftests: x86: Address missing vm_install_exception_handler conversionsMarc Zyngier2-2/+2
2021-07-14Merge tag 'kvm-s390-master-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEADPaolo Bonzini719-3258/+6680
2021-07-14Makefile: Enable -Wimplicit-fallthrough for ClangGustavo A. R. Silva1-6/+3
2021-07-14powerpc/smp: Fix fall-through warning for ClangGustavo A. R. Silva1-0/+1
2021-07-14ALSA: usb-audio: Add missing proc text entry for BESPOKEN typeTakashi Iwai1-1/+9
2021-07-14perf sched: Cast PTHREAD_STACK_MIN to int as it may turn into sysconf(__SC_THREAD_STACK_MIN_VALUE)Arnaldo Carvalho de Melo1-1/+1
2021-07-14dmaengine: mpc512x: Fix fall-through warning for ClangGustavo A. R. Silva1-0/+1
2021-07-14usb: gadget: fsl_qe_udc: Fix fall-through warning for ClangGustavo A. R. Silva1-0/+1
2021-07-14drm/ttm: add a check against null pointer dereferenceZheyu Ma1-0/+3
2021-07-14cifs: fix the out of range assignment to bit fields in parse_server_interfacesHyunchul Lee1-2/+2
2021-07-14cifs: Do not use the original cruid when following DFS links for multiuser mountsRonnie Sahlberg1-0/+4
2021-07-14cifs: use the expiry output of dns_query to schedule next resolutionShyam Prasad N6-10/+65
2021-07-14platform/x86: amd-pmc: Use return code on suspendMario Limonciello1-1/+1
2021-07-14platform/x86: amd-pmc: Add new acpi id for future PMC controllersShyam Sundar S K1-0/+4
2021-07-14platform/x86: amd-pmc: Add support for ACPI ID AMDI0006Shyam Sundar S K1-0/+1
2021-07-14platform/x86: amd-pmc: Add support for logging s0ix countersShyam Sundar S K1-1/+44
2021-07-14platform/x86: amd-pmc: Add support for logging SMU metricsShyam Sundar S K1-8/+139
2021-07-14platform/x86: amd-pmc: call dump registers only onceShyam Sundar S K1-4/+1
2021-07-14platform/x86: amd-pmc: Fix SMU firmware reporting mechanismShyam Sundar S K1-10/+0
2021-07-14platform/x86: amd-pmc: Fix command completion codeShyam Sundar S K1-2/+36
2021-07-14platform/x86: think-lmi: Add pending_reboot supportMark Pearson2-0/+20
2021-07-14libperf: Fix build error with LIBPFM4=1Heiko Carstens1-1/+1
2021-07-14tools headers UAPI: Sync files changed by the memfd_secret new syscallArnaldo Carvalho de Melo3-1/+8
2021-07-14perf stat: Merge uncore events by default for hybrid platformJin Yao2-4/+13
2021-07-14perf tests: Fix 'Convert perf time to TSC' on core-only systemJin Yao1-1/+2
2021-07-14perf tests: Fix 'Roundtrip evsel->name' on core-only systemJin Yao1-1/+2
2021-07-14perf tests: Fix 'Parse event definition strings' on core-only systemJin Yao1-6/+10
2021-07-14perf pmu: Skip invalid hybrid pmuJin Yao1-1/+8
2021-07-14drm/i915/gtt: drop the page table optimisationMatthew Auld1-4/+1
2021-07-14spi: mediatek: move devm_spi_register_master positionMason Zhang1-6/+6
2021-07-14ASoC: codecs: wcd938x: make sdw dependency explicit in KconfigSrinivas Kandagatla1-0/+1
2021-07-14ASoC: SOF: Intel: Update ADL descriptor to use ACPI power statesSathya Prakash M R1-0/+1
2021-07-14iommu/rockchip: Fix physical address decodingBenjamin Gaignard1-2/+4
2021-07-14iommu/vt-d: Fix clearing real DMA device's scalable-mode context entriesLu Baolu1-3/+2
2021-07-14iommu/vt-d: Global devTLB flush when present context entry changedSanjay Kumar1-9/+22
2021-07-14iommu/qcom: Revert "iommu/arm: Cleanup resources in case of probe error path"Marek Szyprowski1-11/+2
2021-07-14KVM: arm64: selftests: get-reg-list: actually enable pmu regs in pmu sublistAndrew Jones1-1/+2
2021-07-14KVM: selftests: change pthread_yield to sched_yieldAndrew Jones1-1/+1
2021-07-14KVM: arm64: Fix detection of shared VMAs on guest faultMarc Zyngier1-1/+1
2021-07-14ARM: dts: imx6qdl-sr-som: Increase the PHY reset duration to 10msMaxime Chevallier1-1/+7
2021-07-14ARM: imx: common: Move prototype outside the SMP blockFabio Estevam1-1/+1
2021-07-14ARM: imx: add missing clk_disable_unprepare()Yang Yingliang1-3/+9
2021-07-14ARM: imx: add missing iounmap()Yang Yingliang1-1/+6