summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2018-10-17kvm: vmx: Defer setting of DR6 until #DB deliveryJim Mattson
2018-10-17kvm: x86: Defer setting of CR2 until #PF deliveryJim Mattson
2018-10-17kvm: x86: Add payload operands to kvm_multiple_exceptionJim Mattson
2018-10-17kvm: x86: Add exception payload fields to kvm_vcpu_eventsJim Mattson
2018-10-17parisc: Add alternative coding infrastructureHelge Deller
2018-10-17Merge branch 'parisc-4.19-3' of git://git.kernel.org/pub/scm/linux/kernel/git...Greg Kroah-Hartman
2018-10-17x86/fpu: Fix i486 + no387 boot crash by only saving FPU registers on context ...Sebastian Andrzej Siewior
2018-10-17x86/fpu: Remove second definition of fpu in __fpu__restore_sig()Sebastian Andrzej Siewior
2018-10-17x86/entry/64: Further improve paranoid_entry commentsAndy Lutomirski
2018-10-17x86/entry/32: Clear the CS high bitsJan Kiszka
2018-10-17x86/kconfig: Remove redundant 'default n' lines from all x86 Kconfig'sBartlomiej Zolnierkiewicz
2018-10-17parisc: Include compressed vmlinux file in vmlinuz boot kernelHelge Deller
2018-10-17parisc: Fix address in HPMC IVAJohn David Anglin
2018-10-17parisc: Fix exported address of os_hpmc handlerHelge Deller
2018-10-17parisc: Fix map_pages() to not overwrite existing pte entriesHelge Deller
2018-10-17parisc: Purge TLB entries after updating page table entry and set page access...John David Anglin
2018-10-17parisc: Release spinlocks using ordered storeJohn David Anglin
2018-10-17parisc: Clean up crash header outputHelge Deller
2018-10-17parisc: Add SYSTEM_INFO and REGISTER TOC PAT functionsHelge Deller
2018-10-17parisc: Remove PTE load and fault check from L2_ptep macroJohn David Anglin
2018-10-17parisc: Reorder TLB flush timing calculationJohn David Anglin
2018-10-17parisc: remove check for minimum required GCC versionMasahiro Yamada
2018-10-17parisc: Use PARISC_ITLB_TRAP constant in entry.SHelge Deller
2018-10-17kvm: x86: Add has_payload and payload to kvm_queued_exceptionJim Mattson
2018-10-16MIPS: Cleanup DSP ASE detectionPaul Burton
2018-10-17x86/kvm/nVMX: nested state migration for Enlightened VMCSVitaly Kuznetsov
2018-10-17x86/kvm/nVMX: allow bare VMXON state migrationVitaly Kuznetsov
2018-10-17x86/kvm/lapic: preserve gfn_to_hva_cache len on cache reinitVitaly Kuznetsov
2018-10-17x86/kvm/hyperv: don't clear VP assist pages on initVitaly Kuznetsov
2018-10-17KVM: nVMX: optimize prepare_vmcs02{,_full} for Enlightened VMCS caseVitaly Kuznetsov
2018-10-17KVM: nVMX: implement enlightened VMPTRLD and VMCLEARVitaly Kuznetsov
2018-10-17KVM: nVMX: add enlightened VMCS stateVitaly Kuznetsov
2018-10-17KVM: nVMX: add KVM_CAP_HYPERV_ENLIGHTENED_VMCS capabilityVitaly Kuznetsov
2018-10-17KVM: VMX: refactor evmcs_sanitize_exec_ctrls()Vitaly Kuznetsov
2018-10-17KVM: hyperv: define VP assist page helpersLadi Prosek
2018-10-17KVM: x86: reintroduce pte_list_remove, but including mmu_spte_clear_track_bitsWei Yang
2018-10-17KVM: x86: rename pte_list_remove to __pte_list_removeWei Yang
2018-10-17kvm/x86 : fix some typoPeng Hao
2018-10-17KVM/VMX: Change hv flush logic when ept tables are mismatched.Lan Tianyu
2018-10-17KVM/x86: Use 32bit xor to clear registerUros Bizjak
2018-10-17KVM/x86: Use assembly instruction mnemonics instead of .byte streamsUros Bizjak
2018-10-17KVM/x86: Fix invvpid and invept register operand size in 64-bit modeUros Bizjak
2018-10-17x86/kvm/mmu: check if MMU reconfiguration is needed in init_kvm_nested_mmu()Vitaly Kuznetsov
2018-10-17x86/kvm/mmu: check if tdp/shadow MMU reconfiguration is neededVitaly Kuznetsov
2018-10-17x86/kvm/nVMX: introduce source data cache for kvm_init_shadow_ept_mmu()Vitaly Kuznetsov
2018-10-17x86/kvm/mmu: make space for source data caching in struct kvm_mmuVitaly Kuznetsov
2018-10-17x86/kvm/mmu: get rid of redundant kvm_mmu_setup()Paolo Bonzini
2018-10-17x86/kvm/mmu: introduce guest_mmuVitaly Kuznetsov
2018-10-17x86/kvm/mmu.c: add kvm_mmu parameter to kvm_mmu_free_roots()Vitaly Kuznetsov
2018-10-17x86/kvm/mmu.c: set get_pdptr hook in kvm_init_shadow_ept_mmu()Vitaly Kuznetsov