summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2020-01-28Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2020-01-28Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-01-28Merge branches 'x86/hyperv', 'x86/kdump' and 'x86/misc' into x86/urgent, to p...Ingo Molnar
2020-01-28Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-01-28Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-01-28Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2020-01-28Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-01-28Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-01-28Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2020-01-28Merge branch 'core-headers-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2020-01-28of: Add OF_DMA_DEFAULT_COHERENT & select it on powerpcMichael Ellerman
2020-01-27Merge tag 'x86-pti-2020-01-28' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-01-27Merge tag 'irq-core-2020-01-28' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-01-27Merge tag 'smp-core-2020-01-28' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-01-27Merge tag 'timers-core-2020-01-27' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-01-27Merge tag 'timers-urgent-2020-01-27' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2020-01-27Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremapLinus Torvalds
2020-01-27Merge tag 'pm-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2020-01-27KVM: x86: Use a typedef for fastop functionsSean Christopherson
2020-01-27KVM: X86: Add 'else' to unify fastop and execute call pathMiaohe Lin
2020-01-27KVM: x86: inline memslot_valid_for_gptePaolo Bonzini
2020-01-27KVM: x86/mmu: Use huge pages for DAX-backed filesSean Christopherson
2020-01-27KVM: x86/mmu: Remove lpage_is_disallowed() check from set_spte()Sean Christopherson
2020-01-27KVM: x86/mmu: Fold max_mapping_level() into kvm_mmu_hugepage_adjust()Sean Christopherson
2020-01-27KVM: x86/mmu: Zap any compound page when collapsing sptesSean Christopherson
2020-01-27KVM: x86/mmu: Remove obsolete gfn restoration in FNAME(fetch)Sean Christopherson
2020-01-27KVM: x86/mmu: Rely on host page tables to find HugeTLB mappingsSean Christopherson
2020-01-27KVM: x86/mmu: Drop level optimization from fast_page_fault()Sean Christopherson
2020-01-27KVM: x86/mmu: Walk host page tables to find THP mappingsSean Christopherson
2020-01-27KVM: x86/mmu: Refactor THP adjust to prep for changing querySean Christopherson
2020-01-27x86/mm: Introduce lookup_address_in_mm()Sean Christopherson
2020-01-27KVM: Use vcpu-specific gva->hva translation when querying host page sizeSean Christopherson
2020-01-27mm: thp: KVM: Explicitly check for THP when populating secondary MMUSean Christopherson
2020-01-27KVM: x86/mmu: Enforce max_level on HugeTLB mappingsSean Christopherson
2020-01-27kvm/x86: export kvm_vector_hashing_enabled() is unnecessaryPeng Hao
2020-01-27KVM: VMX: remove duplicated segment cache clearMiaohe Lin
2020-01-27Adding 'else' to reduce checking.Haiwei Li
2020-01-27KVM: nVMX: Check GUEST_DR7 on vmentry of nested guestsKrish Sadhukhan
2020-01-27KVM: Move running VCPU from ARM to common codePaolo Bonzini
2020-01-27KVM: X86: Drop x86_set_memory_region()Peter Xu
2020-01-27KVM: X86: Don't take srcu lock in init_rmode_identity_map()Peter Xu
2020-01-27x86/kvm/hyper-v: remove stale evmcs_already_enabled check from nested_enable_...Vitaly Kuznetsov
2020-01-27KVM: x86: Perform non-canonical checks in 32-bit KVMSean Christopherson
2020-01-27KVM: nVMX: WARN on failure to set IA32_PERF_GLOBAL_CTRLOliver Upton
2020-01-27KVM: x86: Remove unused ctxt param from emulator's FPU accessorsSean Christopherson
2020-01-27KVM: x86: Revert "KVM: X86: Fix fpu state crash in kvm guest"Sean Christopherson
2020-01-27KVM: x86: Ensure guest's FPU state is loaded when accessing for emulationSean Christopherson
2020-01-27KVM: x86: Handle TIF_NEED_FPU_LOAD in kvm_{load,put}_guest_fpu()Sean Christopherson
2020-01-27Revert "KVM: x86: Add a WARN on TIF_NEED_FPU_LOAD in kvm_load_guest_fpu()"Paolo Bonzini
2020-01-27KVM: apic: short-circuit kvm_apic_accept_pic_intr() when pic intr is acceptedMiaohe Lin