aboutsummaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2020-03-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 19-104/+169
2020-03-01KVM: VMX: check descriptor table exits on instruction emulationGravatar Oliver Upton 1-0/+15
2020-02-28Merge tag 'kvmarm-fixes-5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Paolo Bonzini 13-75/+83
2020-02-28kvm: x86: Limit the number of "kvm: disabled by bios" messagesGravatar Erwan Velu 1-2/+2
2020-02-28KVM: x86: avoid useless copy of cpufreq policyGravatar Paolo Bonzini 1-5/+5
2020-02-28KVM: allow disabling -WerrorGravatar Paolo Bonzini 2-1/+14
2020-02-28KVM: x86: allow compiling as non-module with W=1Gravatar Valdis Klētnieks 2-0/+4
2020-02-28KVM: Pre-allocate 1 cpumask variable per cpu for both pv tlb and pv ipisGravatar Wanpeng Li 1-12/+21
2020-02-28KVM: Introduce pv check helpersGravatar Wanpeng Li 1-10/+24
2020-02-28KVM: SVM: allocate AVIC data structures based on kvm_amd module parameterGravatar Paolo Bonzini 1-1/+2
2020-02-26Revert "KVM: x86: enable -Werror"Gravatar Christoph Hellwig 1-1/+0
2020-02-25Merge tag 'riscv-for-linux-5.6-rc4' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 5-24/+53
2020-02-25Merge branch 'mips-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mi...Gravatar Linus Torvalds 6-25/+49
2020-02-24riscv: adjust the indentGravatar Zong Li 1-11/+15
2020-02-24riscv: allocate a complete page size for each page tableGravatar Zong Li 1-11/+16
2020-02-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 17-106/+264
2020-02-23Merge tag 'csky-for-linus-5.6-rc3' of git://github.com/c-sky/csky-linuxGravatar Linus Torvalds 33-164/+662
2020-02-23KVM: nVMX: Check IO instruction VM-exit conditionsGravatar Oliver Upton 2-7/+52
2020-02-23KVM: nVMX: Refactor IO bitmap checks into helper functionGravatar Oliver Upton 2-14/+27
2020-02-23KVM: nVMX: Don't emulate instructions in guest modeGravatar Paolo Bonzini 1-1/+1
2020-02-23KVM: nVMX: Emulate MTF when performing instruction emulationGravatar Oliver Upton 8-2/+83
2020-02-23KVM: fix error handling in svm_hardware_setupGravatar Li RongQing 1-21/+20
2020-02-23csky: Replace <linux/clk-provider.h> by <linux/of_clk.h>Gravatar Geert Uytterhoeven 1-1/+1
2020-02-22Merge tag 'ras-urgent-2020-02-22' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-23/+27
2020-02-22Merge tag 'x86-urgent-2020-02-22' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 3-3/+16
2020-02-22Merge tag 's390-5.6-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Gravatar Linus Torvalds 8-29/+25
2020-02-22arm64: Ask the compiler to __always_inline functions used by KVM at HYPGravatar James Morse 4-8/+8
2020-02-22KVM: arm64: Define our own swab32() to avoid a uapi static inlineGravatar James Morse 2-2/+9
2020-02-22KVM: arm64: Ask the compiler to __always_inline functions used at HYPGravatar James Morse 5-28/+29
2020-02-21Merge tag 'for-linus-5.6-rc3-tag' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-3/+4
2020-02-21Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Gravatar Linus Torvalds 2-2/+2
2020-02-21Merge tag 'powerpc-5.6-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Gravatar Linus Torvalds 17-99/+308
2020-02-21KVM: SVM: Fix potential memory leak in svm_cpu_init()Gravatar Miaohe Lin 1-7/+6
2020-02-21KVM: apic: avoid calculating pending eoi from an uninitialized valGravatar Miaohe Lin 1-1/+3
2020-02-21KVM: nVMX: clear PIN_BASED_POSTED_INTR from nested pinbased_ctls only when ap...Gravatar Vitaly Kuznetsov 4-11/+8
2020-02-21KVM: nVMX: handle nested posted interrupts when apicv is disabled for L1Gravatar Vitaly Kuznetsov 4-10/+17
2020-02-21kvm: x86: svm: Fix NULL pointer dereference when AVIC not enabledGravatar Suravee Suthikulpanit 1-0/+3
2020-02-21KVM: VMX: Add VMX_FEATURE_USR_WAIT_PAUSEGravatar Xiaoyao Li 2-1/+2
2020-02-21KVM: nVMX: Hold KVM's srcu lock when syncing vmcs12->shadowGravatar wanpeng li 1-2/+9
2020-02-21KVM: x86: don't notify userspace IOAPIC on edge-triggered interrupt EOIGravatar Miaohe Lin 1-1/+1
2020-02-21csky: Implement copy_thread_tlsGravatar Guo Ren 2-3/+5
2020-02-21csky: Add PCI supportGravatar MaJun 3-1/+39
2020-02-21csky: Minimize defconfig to support buildroot config.fragmentGravatar Ma Jun 1-7/+0
2020-02-21csky: Add setup_initrd check codeGravatar Guo Ren 2-3/+44
2020-02-21csky: Cleanup old Kconfig optionsGravatar Krzysztof Kozlowski 2-3/+0
2020-02-21arch/csky: fix some Kconfig typosGravatar Randy Dunlap 1-1/+1
2020-02-21csky: Fixup compile warning for three unimplemented syscallsGravatar Guo Ren 1-0/+3
2020-02-21csky: Remove unused cache implementationGravatar Guo Ren 1-15/+1
2020-02-21csky: Fixup ftrace modify panicGravatar Guo Ren 1-0/+2
2020-02-21csky: Add flush_icache_mm to defer flush icache allGravatar Guo Ren 7-11/+77