aboutsummaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2021-11-18KVM: SEV: Set sev_info.active after initial checks in sev_guest_init()Sean Christopherson1-3/+3
2021-11-18KVM: SEV: Disallow COPY_ENC_CONTEXT_FROM if target has created vCPUsSean Christopherson1-1/+6
2021-11-18KVM: nVMX: Use a gfn_to_hva_cache for vmptrldDavid Woodhouse2-9/+22
2021-11-18KVM: nVMX: Use kvm_read_guest_offset_cached() for nested VMCS checkDavid Woodhouse1-11/+15
2021-11-18KVM: x86/xen: Use sizeof_field() instead of open-coding itDavid Woodhouse1-9/+9
2021-11-18KVM: nVMX: Use kvm_{read,write}_guest_cached() for shadow_vmcs12David Woodhouse2-9/+20
2021-11-18KVM: x86/xen: Fix get_attr of KVM_XEN_ATTR_TYPE_SHARED_INFODavid Woodhouse1-1/+1
2021-11-18KVM: x86/mmu: include EFER.LMA in extended mmu roleMaxim Levitsky2-0/+2
2021-11-18KVM: nVMX: don't use vcpu->arch.efer when checking host state on nested state loadMaxim Levitsky1-5/+17
2021-11-18KVM: Fix steal time asm constraintsDavid Woodhouse1-3/+3
2021-11-18cpuid: kvm_find_kvm_cpuid_features() should be declared 'static'Paul Durrant1-1/+1
2021-11-17ARM: dts: qcom: update USB nodes with new platform specific compatibleDavid Heidelberg2-4/+4
2021-11-17arm64: dts: qcom: ipq8074: add MDIO busRobert Marko1-0/+12
2021-11-17arm64: dts: qcom: sdm845-xiaomi-beryllium: set venus firmware pathKate Doeen1-0/+1
2021-11-17arm64: dts: qcom: sdm845-oneplus-common: set venus firmware pathKate Doeen1-0/+1
2021-11-17arm64: dts: qcom: sc7280: Add venus DT nodeDikshita Agarwal1-0/+75
2021-11-17arm64: dts: qcom: Add missing 'chassis-type'sStephan Gerhold3-0/+3
2021-11-17arm64: dts: qcom: sm8250-mtp: add sound card supportSrinivas Kandagatla1-0/+104
2021-11-17arm64: dts: qcom: sm8250-mtp: Add wsa8810 audio codec nodeSrinivas Kandagatla1-0/+20
2021-11-17arm64: dts: qcom: sm8250-mtp: Add wcd9380 audio codec nodeSrinivas Kandagatla1-0/+67
2021-11-17arm64: dts: qcom: sm8250: Add nodes for tx and rx macros with soundwire mastersSrinivas Kandagatla1-0/+157
2021-11-17Merge tag 'mips-fixes_5.16_1' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds6-1/+16
2021-11-17arm64: dts: mt8183-kukui: Update Tboard sensor mapping tableBen Tseng1-54/+54
2021-11-17arm64: dts: mediatek: mt8173: Add gce-client-reg to display od/ufoAngeloGioacchino Del Regno1-0/+2
2021-11-17arm64: dts: mt8183: Add kakadu sku22Hsin-Yi Wang2-0/+20
2021-11-17arm64: dts: mt8183: Add more fennel SKUsHsin-Yi Wang7-1/+55
2021-11-17arm64: dts: mt8183: Add kukui-jacuzzi-cozmo boardHsin-Yi Wang2-0/+37
2021-11-17arm64: dts: mt8183: jacuzzi: remove unused ddc-i2c-busHsin-Yi Wang1-1/+0
2021-11-17arm64: dts: mediatek: mt8183-evb: Add node for thermistorFabien Parent1-0/+8
2021-11-17arm64: dts: mediatek: mt8516: remove 2 invalid i2c clocksFabien Parent1-21/+6
2021-11-17arm64: dts: mediatek: mt8192: fix i2c node namesFabien Parent1-10/+10
2021-11-17arm64: dts: allwinner: orangepi-zero-plus: fix PHY modeRobert Marko1-1/+1
2021-11-17Add linux/cacheflush.hMatthew Wilcox (Oracle)9-12/+0
2021-11-17x86/mce: Get rid of cpu_missingZhaolong Zhang1-5/+0
2021-11-17KVM: arm64: Drop perf.c and fold its tiny bits of code into arm.cSean Christopherson4-28/+4
2021-11-17KVM: arm64: Hide kvm_arm_pmu_available behind CONFIG_HW_PERF_EVENTS=ySean Christopherson3-2/+4
2021-11-17KVM: arm64: Convert to the generic perf callbacksSean Christopherson1-32/+2
2021-11-17KVM: x86: Move Intel Processor Trace interrupt handler to vmx.cSean Christopherson3-21/+23
2021-11-17KVM: Move x86's perf guest info callbacks to generic KVMSean Christopherson4-42/+29
2021-11-17KVM: x86: More precisely identify NMI from guest when handling PMISean Christopherson4-6/+15
2021-11-17KVM: x86: Drop current_vcpu for kvm_running_vcpu + kvm_arch_vcpu variableSean Christopherson4-16/+20
2021-11-17perf: Force architectures to opt-in to guest callbacksSean Christopherson3-0/+3
2021-11-17perf: Add wrappers for invoking guest callbacksSean Christopherson3-25/+11
2021-11-17perf/core: Rework guest callbacks to prepare for static_call supportLike Xu8-75/+67
2021-11-17perf: Drop dead and useless guest "support" from arm, csky, nds32 and riscvSean Christopherson4-84/+8
2021-11-17perf: Stop pretending that perf can handle multiple guest callbacksSean Christopherson2-6/+6
2021-11-17KVM: x86: Register Processor Trace interrupt hook iff PT enabled in guestSean Christopherson3-1/+6
2021-11-17KVM: x86: Register perf callbacks after calling vendor's hardware_setup()Sean Christopherson1-3/+4
2021-11-17perf: Protect perf_guest_cbs with RCUSean Christopherson7-31/+60
2021-11-17x86/perf: Fix snapshot_branch_stack warning in VMSong Liu1-2/+0