aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-10-26riscv: remove .text section size limitation for XIPVitaly Wool4-9/+26
2021-10-21Merge tag 'riscv-sifive-dt-5.16' of git://gitolite.kernel.org/pub/scm/linux/k...Palmer Dabbelt4-16/+7
2021-10-19riscv: dts: sifive: add missing compatible for plicKrzysztof Kozlowski1-1/+1
2021-10-19riscv: dts: microchip: add missing compatibles for clint and plicKrzysztof Kozlowski1-2/+2
2021-10-19riscv: dts: sifive: drop duplicated nodes and properties in sifiveKrzysztof Kozlowski2-10/+0
2021-10-19riscv: dts: sifive: fix Unleashed board compatibleKrzysztof Kozlowski1-1/+2
2021-10-19riscv: dts: sifive: use only generic JEDEC SPI NOR flash compatibleKrzysztof Kozlowski2-2/+2
2021-10-07riscv: dts: microchip: use vendor compatible for Cadence SD4HCKrzysztof Kozlowski1-1/+1
2021-10-07riscv: dts: microchip: drop unused pinctrl-namesKrzysztof Kozlowski1-1/+0
2021-10-07riscv: dts: microchip: drop duplicated MMC/SDHC nodeKrzysztof Kozlowski2-28/+12
2021-10-07riscv: dts: microchip: fix board compatibleKrzysztof Kozlowski2-3/+3
2021-10-07riscv: dts: microchip: drop duplicated nodesKrzysztof Kozlowski1-5/+0
2021-10-07dt-bindings: mmc: cdns: document Microchip MPFS MMC/SDHCI controllerKrzysztof Kozlowski1-0/+1
2021-10-04Merge tag 'for-riscv' of https://git.kernel.org/pub/scm/virt/kvm/kvm.git into...Palmer Dabbelt329-1912/+3911
2021-10-04riscv: add rv32 and rv64 randconfig build targetsRandy Dunlap3-0/+14
2021-10-04riscv: mm: don't advertise 1 num_asid for 0 asid bitsVineet Gupta1-3/+5
2021-10-04riscv: set default pm_power_off to NULLDimitri John Ledkov1-3/+9
2021-10-04riscv/vdso: Add support for time namespacesTong Tiangen6-54/+211
2021-10-04RISC-V: Add hypervisor extension related CSR definesAnup Patel1-0/+87
2021-10-04Merge tag 'kvm-s390-master-5.15-1' of git://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini2-1/+15
2021-10-02Merge remote-tracking branch 'palmer/riscv-vdso-cleanup' into for-nextPalmer Dabbelt5-28/+48
2021-10-02riscv/vdso: make arch_setup_additional_pages wait for mmap_sem for write kill...Tong Tiangen1-1/+3
2021-10-02riscv/vdso: Move vdso data page up frontTong Tiangen3-19/+30
2021-10-02riscv/vdso: Refactor asm/vdso.hTong Tiangen4-8/+15
2021-09-30KVM: selftests: Ensure all migrations are performed when test is affinedSean Christopherson1-10/+59
2021-09-30KVM: x86: Swap order of CPUID entry "index" vs. "significant flag" checksSean Christopherson1-2/+2
2021-09-30ptp: Fix ptp_kvm_getcrosststamp issue for x86 ptp_kvmZelin Deng1-7/+2
2021-09-30x86/kvmclock: Move this_cpu_pvti into kvmclock.hZelin Deng2-11/+16
2021-09-28KVM: s390: Function documentation fixesJanosch Frank2-1/+15
2021-09-28selftests: KVM: Don't clobber XMM register when readOliver Upton1-1/+1
2021-09-27KVM: VMX: Fix a TSX_CTRL_CPUID_CLEAR field mask issueZhenzhong Duan1-1/+1
2021-09-24Merge tag 'kvmarm-fixes-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini6-8/+17
2021-09-24selftests: KVM: Explicitly use movq to read xmm registersOliver Upton1-17/+17
2021-09-24selftests: KVM: Call ucall_init when setting up in rseq_testOliver Upton1-0/+1
2021-09-23KVM: Remove tlbs_dirtyLai Jiangshan2-9/+2
2021-09-23KVM: X86: Synchronize the shadow pagetable before link itLai Jiangshan2-9/+31
2021-09-23KVM: X86: Fix missed remote tlb flush in rmap_write_protect()Lai Jiangshan1-21/+2
2021-09-23KVM: x86: nSVM: don't copy virt_ext from vmcb12Maxim Levitsky1-1/+0
2021-09-23KVM: x86: nSVM: test eax for 4K alignment for GP errata workaroundMaxim Levitsky1-0/+4
2021-09-23KVM: x86: selftests: test simultaneous uses of V_IRQ from L1 and L0Maxim Levitsky3-0/+130
2021-09-23KVM: x86: nSVM: restore int_vector in svm_clear_vintrMaxim Levitsky1-0/+2
2021-09-22kvm: x86: Add AMD PMU MSRs to msrs_to_save_all[]Fares Mehanna1-0/+7
2021-09-22KVM: x86: nVMX: re-evaluate emulation_required on nested VM exitMaxim Levitsky3-4/+7
2021-09-22KVM: x86: nVMX: don't fail nested VM entry on invalid guest state if !from_vm...Maxim Levitsky2-2/+10
2021-09-22KVM: x86: VMX: synthesize invalid VM exit when emulating invalid guest stateMaxim Levitsky1-3/+14
2021-09-22KVM: x86: nSVM: refactor svm_leave_smm and smm_enter_smmMaxim Levitsky1-66/+69
2021-09-22KVM: x86: SVM: call KVM_REQ_GET_NESTED_STATE_PAGES on exit from SMM modeMaxim Levitsky3-5/+9
2021-09-22KVM: x86: reset pdptrs_from_userspace when exiting smmMaxim Levitsky1-0/+7
2021-09-22KVM: x86: nSVM: restore the L1 host state prior to resuming nested guest on S...Maxim Levitsky1-5/+7
2021-09-22KVM: nVMX: Filter out all unsupported controls when eVMCS was activatedVitaly Kuznetsov2-7/+14