summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm
AgeCommit message (Expand)AuthorFilesLines
2019-10-18x86/asm: Remove the last GLOBAL user and remove the macroJiri Slaby1-8/+0
2019-10-18linkage: Introduce new macros for assembler symbolsJiri Slaby1-3/+7
2019-10-17x86: xen: insn: Decode Xen and KVM emulate-prefix signatureMasami Hiramatsu1-0/+6
2019-10-17x86: xen: kvm: Gather the definition of emulate prefixesMasami Hiramatsu2-7/+18
2019-10-17x86/asm: Allow to pass macros to __ASM_FORM()Masami Hiramatsu1-3/+5
2019-10-12Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-1/+4
2019-10-12Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-2/+2
2019-10-11x86/mm: Use the correct function type for native_set_fixmap()Sami Tolvanen1-1/+1
2019-10-11syscalls/x86: Fix function types in COND_SYSCALLSami Tolvanen1-5/+16
2019-10-11syscalls/x86: Wire up COMPAT_SYSCALL_DEFINE0Andy Lutomirski1-2/+30
2019-10-11syscalls/x86: Use the correct function type in SYSCALL_DEFINE0Sami Tolvanen1-11/+12
2019-10-08x86/cpu: Add Comet Lake to the Intel CPU models headerKan Liang1-0/+3
2019-10-08x86/asm: Fix MWAITX C-state hint valueJanakarajan Natarajan1-1/+1
2019-10-08x86/cpufeatures: Add feature bit RDPRU on AMDBabu Moger1-0/+1
2019-10-07uaccess: implement a proper unsafe_copy_to_user() and switch filldir over to itLinus Torvalds1-0/+23
2019-10-07x86/platform/uv: Account for UV Hubless in is_uvX_hub OpsMike Travis1-41/+20
2019-10-07x86/platform/uv: Add UV Hubbed/Hubless Proc FS FilesMike Travis1-0/+4
2019-10-07x86/platform/uv: Add return code to UV BIOS Init functionMike Travis1-1/+1
2019-10-07x86/platform/uv: Return UV Hubless System TypeMike Travis1-2/+10
2019-10-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-7/+0
2019-10-03x86/math-emu: Limit MATH_EMULATION to 486SX compatiblesArnd Bergmann1-0/+2
2019-10-01x86: Use the correct SPDX License Identifier in headersNishad Kamdar2-2/+2
2019-09-28Merge branch 'next-lockdown' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-0/+11
2019-09-27Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds4-28/+70
2019-09-27KVM: x86: assign two bits to track SPTE kindsPaolo Bonzini1-7/+0
2019-09-25KVM: x86: Don't check kvm_rebooting in __kvm_handle_fault_on_reboot()Sean Christopherson1-7/+1
2019-09-25KVM: x86: Drop ____kvm_handle_fault_on_reboot()Sean Christopherson1-5/+1
2019-09-25KVM: x86: Check kvm_rebooting in kvm_spurious_fault()Sean Christopherson1-1/+1
2019-09-25x86/mm: Clean up the pmd_read_atomic() commentsIngo Molnar1-21/+23
2019-09-25x86/mm: Fix function name typo in pmd_read_atomic() commentWei Yang1-2/+2
2019-09-24mm: consolidate pgtable_cache_init() and pgd_cache_init()Mike Rapoport2-3/+0
2019-09-24mm: remove quicklist page table cachesNicholas Piggin2-2/+0
2019-09-24kvm: nvmx: limit atomic switch MSRsMarc Orr1-0/+1
2019-09-24kvm: svm: Intercept RDPRUJim Mattson1-0/+1
2019-09-24KVM: x86/mmu: Explicitly track only a single invalid mmu generationSean Christopherson1-2/+2
2019-09-24KVM: x86/mmu: Revert "Revert "KVM: MMU: reclaim the zapped-obsolete page first""Sean Christopherson1-0/+1
2019-09-24KVM: x86: Add support for user wait instructionsTao Xu1-0/+1
2019-09-24KVM: x86: Add comments to document various emulation typesSean Christopherson1-0/+30
2019-09-24KVM: x86: Remove emulation_result enums, EMULATE_{DONE,FAIL,USER_EXIT}Sean Christopherson1-6/+0
2019-09-24KVM: x86: Add explicit flag for forced emulation on #UDSean Christopherson1-0/+1
2019-09-24KVM: x86: Move #GP injection for VMware into x86_emulate_instruction()Sean Christopherson1-2/+1
2019-09-24KVM: x86: hyper-v: set NoNonArchitecturalCoreSharing CPUID bit when SMT is im...Vitaly Kuznetsov1-0/+7
2019-09-24KVM/Hyper-V/VMX: Add direct tlb flush supportVitaly Kuznetsov2-0/+6
2019-09-24KVM/Hyper-V: Add new KVM capability KVM_CAP_HYPERV_DIRECT_TLBFLUSHTianyu Lan1-0/+1
2019-09-24x86/Hyper-V: Fix definition of struct hv_vp_assist_pageTianyu Lan1-5/+15
2019-09-21Merge tag 'compiler-attributes-for-linus-v5.4' of git://github.com/ojeda/linuxLinus Torvalds2-9/+9
2019-09-20Merge tag 'powerpc-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-0/+10
2019-09-19Merge tag 'dma-mapping-5.4' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds1-14/+0
2019-09-18Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2-13/+1
2019-09-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds3-5/+31