summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | KVM: x86/mmu: Rename page_header() to to_shadow_page()Sean Christopherson2020-07-083-15/+15
| * | | | | KVM: x86/mmu: Add sptep_to_sp() helper to wrap shadow page lookupSean Christopherson2020-07-084-20/+23
| * | | | | KVM: x86/mmu: Make kvm_mmu_page definition and accessor internal-onlySean Christopherson2020-07-082-44/+50
| * | | | | KVM: x86/mmu: Add MMU-internal headerSean Christopherson2020-07-084-5/+13
| * | | | | KVM: x86/mmu: Move kvm_mmu_available_pages() into mmu.cSean Christopherson2020-07-082-9/+9
| * | | | | KVM: x86/mmu: Move mmu_audit.c and mmutrace.h into the mmu/ sub-directorySean Christopherson2020-07-082-1/+1
| * | | | | KVM: x86/mmu: Exit to userspace on make_mmu_pages_available() errorSean Christopherson2020-07-082-2/+4
| * | | | | KVM: x86/mmu: Batch zap MMU pages when shrinking the slabSean Christopherson2020-07-081-16/+1
| * | | | | KVM: x86/mmu: Batch zap MMU pages when recycling oldest pagesSean Christopherson2020-07-081-13/+39
| * | | | | KVM: x86/mmu: Don't put invalid SPs back on the list of active pagesSean Christopherson2020-07-081-8/+20
| * | | | | KVM: x86/mmu: Optimize MMU page cache lookup for fully direct MMUsSean Christopherson2020-07-081-2/+7
| * | | | | KVM: x86/mmu: Avoid multiple hash lookups in kvm_get_mmu_page()Sean Christopherson2020-07-081-8/+9
| * | | | | KVM: x86: Use VMCALL and VMMCALL mnemonics in kvm_para.hUros Bizjak2020-07-081-1/+1
| * | | | | KVM: SVM: Rename svm_nested_virtualize_tpr() to nested_svm_virtualize_tpr()Joerg Roedel2020-07-082-4/+4
| * | | | | KVM: SVM: Add svm_ prefix to set/clr/is_intercept()Joerg Roedel2020-07-083-48/+48
| * | | | | KVM: SVM: Add vmcb_ prefix to mark_*() functionsJoerg Roedel2020-07-085-31/+31
| * | | | | KVM: SVM: Rename struct nested_state to svm_nested_stateJoerg Roedel2020-07-081-2/+2
| * | | | | KVM: nVMX: Wrap VM-Fail valid path in generic VM-Fail helperSean Christopherson2020-07-081-41/+36
| * | | | | kvm: x86: Set last_vmentry_cpu in vcpu_enter_guestJim Mattson2020-07-083-2/+1
| * | | | | kvm: x86: Move last_cpu into kvm_vcpu_arch as last_vmentry_cpuJim Mattson2020-07-086-16/+13
| * | | | | kvm: x86: Add "last CPU" to some KVM_EXIT informationJim Mattson2020-07-083-3/+12
| * | | | | kvm: vmx: Add last_cpu to struct vcpu_vmxJim Mattson2020-07-082-0/+4
| * | | | | kvm: svm: Always set svm->last_cpu on VMRUNJim Mattson2020-07-082-1/+1
| * | | | | kvm: svm: Prefer vcpu->cpu to raw_smp_processor_id()Jim Mattson2020-07-081-6/+3
| * | | | | KVM: x86: report sev_pin_memory errors with PTR_ERRPaolo Bonzini2020-07-081-10/+12
| * | | | | KVM: SVM: convert get_user_pages() --> pin_user_pages()John Hubbard2020-07-081-3/+3
| * | | | | KVM: SVM: fix svn_pin_memory()'s use of get_user_pages_fast()John Hubbard2020-07-081-1/+5
| * | | | | KVM: nSVM: Check that DR6[63:32] and DR7[64:32] are not set on vmrun of neste...Krish Sadhukhan2020-07-081-0/+3
| * | | | | KVM: x86: Move the check for upper 32 reserved bits of DR6 to separate functionKrish Sadhukhan2020-07-082-1/+6
| * | | | | KVM: X86: Do the same ignore_msrs check for feature msrsPeter Xu2020-07-083-4/+10
| * | | | | KVM: X86: Move ignore_msrs handling upper the stackPeter Xu2020-07-082-26/+56
| * | | | | KVM: x86/mmu: Make .write_log_dirty a nested operationSean Christopherson2020-07-084-40/+40
| * | | | | KVM: nVMX: WARN if PML emulation helper is invoked outside of nested guestSean Christopherson2020-07-081-21/+22
| * | | | | KVM: x86/mmu: Drop kvm_arch_write_log_dirty() wrapperSean Christopherson2020-07-083-17/+1
| * | | | | KVM: async_pf: change kvm_setup_async_pf()/kvm_arch_setup_async_pf() return t...Vitaly Kuznetsov2020-07-082-13/+11
| * | | | | KVM: x86: drop KVM_PV_REASON_PAGE_READY case from kvm_handle_page_fault()Vitaly Kuznetsov2020-07-081-11/+6
| * | | | | Merge branch 'kvm-master' into HEADPaolo Bonzini2020-07-0814-34/+64
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'kvm-async-pf-int' into HEADPaolo Bonzini2020-07-084-13/+40
| |\ \ \ \ \ \
| | * | | | | | KVM: x86: Switch KVM guest to using interrupts for page ready APF deliveryVitaly Kuznetsov2020-06-155-15/+51
| * | | | | | | KVM: MIPS: fix spelling mistake "Exteneded" -> "Extended"Colin Ian King2020-07-081-2/+2
* | | | | | | | Revert "x86/mm/64: Do not sync vmalloc/ioremap mappings"Linus Torvalds2020-08-062-0/+7
* | | | | | | | Merge tag 'sched-fifo-2020-08-04' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-061-2/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | sched,bL_switcher: Convert to sched_set_fifo*()Peter Zijlstra2020-06-151-2/+1
* | | | | | | | | Merge tag 'mips_5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2020-08-0690-1469/+2742
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | MIPS: SGI-IP27: always enable NUMA in KconfigMike Rapoport2020-08-051-0/+1
| * | | | | | | | | MIPS: Update default config file for Loongson-3Huacai Chen2020-08-041-6/+83
| * | | | | | | | | MIPS: KVM: Add kvm guest support for Loongson-3Huacai Chen2020-08-047-3/+125
| * | | | | | | | | MIPS: handle Loongson-specific GSExc exceptionWANG Xuerui2020-07-316-0/+60
| * | | | | | | | | MIPS: add definitions for Loongson-specific CP0.Diag1 registerWANG Xuerui2020-07-311-0/+8
| * | | | | | | | | MIPS: only register FTLBPar exception handler for supported modelsWANG Xuerui2020-07-314-1/+20