aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm
AgeCommit message (Expand)AuthorFilesLines
2021-10-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+14
2021-10-01KVM: x86: only allocate gfn_track when necessaryDavid Stevens2-2/+14
2021-10-01kvm: use kvfree() in kvm_arch_free_vm()Juergen Gross1-0/+2
2021-10-01KVM: x86/mmu: Avoid memslot lookup in make_spte and mmu_try_to_unsync_pagesDavid Matlack1-2/+0
2021-10-01KVM: x86/mmu: Avoid memslot lookup in page_fault_handle_page_trackDavid Matlack1-0/+2
2021-10-01KVM: MMU: change mmu->page_fault() arguments to kvm_page_faultPaolo Bonzini1-2/+2
2021-10-01kvm: x86: abstract locking around pvclock_update_vm_gtod_copyPaolo Bonzini1-1/+0
2021-09-30x86/unwind: Recover kretprobe trampoline entryMasami Hiramatsu1-0/+23
2021-09-30x86/kprobes: Add UNWIND_HINT_FUNC on kretprobe_trampoline()Josh Poimboeuf1-0/+5
2021-09-30kprobes: treewide: Remove trampoline_address from kretprobe_trampoline_handler()Masami Hiramatsu1-1/+0
2021-09-30x86: add CPU field to struct thread_infoArd Biesheuvel1-0/+3
2021-09-30KVM: x86: Subsume nested GPA read helper into load_pdptrs()Sean Christopherson1-3/+0
2021-09-30kvm: rename KVM_MAX_VCPU_ID to KVM_MAX_VCPU_IDSJuergen Gross1-1/+1
2021-09-30KVM: Make kvm_make_vcpus_request_mask() use pre-allocated cpu_kick_maskVitaly Kuznetsov1-1/+0
2021-09-30x86/kvmclock: Move this_cpu_pvti into kvmclock.hZelin Deng1-0/+14
2021-09-27Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-1/+1
2021-09-27x86/softirq: Disable softirq stacks on PREEMPT_RTThomas Gleixner1-0/+3
2021-09-26Merge tag 'x86-urgent-2021-09-26' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-3/+1
2021-09-25Merge tag 'for-linus-5.15b-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-5/+1
2021-09-23x86/mce: Get rid of machine_check_vectorBorislav Petkov1-10/+0
2021-09-23x86/mce: Get rid of the mce_severity function pointerBorislav Petkov1-2/+0
2021-09-22x86/asm: Fix SETZ size enqcmds() build failureKees Cook1-1/+1
2021-09-22KVM: x86: Handle SRCU initialization failure during page track initHaimin Zhang1-1/+1
2021-09-21x86: Increase exception stack sizesPeter Zijlstra1-1/+1
2021-09-21x86/mm/64: Improve stack overflow warningsPeter Zijlstra3-15/+38
2021-09-21x86/iopl: Fake iopl(3) CLI/STI usagePeter Zijlstra2-0/+2
2021-09-20x86/fault: Fix wrong signal when vsyscall fails with pkeyJiashuo Liang1-2/+0
2021-09-20xen/pci-swiotlb: reduce visibility of symbolsJan Beulich1-5/+1
2021-09-17x86/xen: Mark xen_force_evtchn_callback() noinstrPeter Zijlstra1-1/+1
2021-09-17x86/xen: Make save_fl() noinstrPeter Zijlstra1-2/+5
2021-09-17x86/xen: Make set_debugreg() noinstrPeter Zijlstra2-2/+2
2021-09-17x86/xen: Make get_debugreg() noinstrPeter Zijlstra2-2/+2
2021-09-17x86/xen: Make write_cr2() noinstrPeter Zijlstra1-1/+1
2021-09-17x86/xen: Make read_cr2() noinstrPeter Zijlstra1-1/+1
2021-09-15x86/paravirt: Use PVOP_* for paravirt callsPeter Zijlstra1-4/+4
2021-09-15x86/paravirt: Mark arch_local_irq_*() __always_inlinePeter Zijlstra1-4/+4
2021-09-15x86: Always inline ip_within_syscall_gap()Peter Zijlstra1-1/+1
2021-09-14x86/fpu/signal: Change return type of fpu__restore_sig() to booleanThomas Gleixner1-1/+1
2021-09-14x86/fpu/signal: Change return type of copy_fpstate_to_sigframe() to booleanThomas Gleixner1-1/+1
2021-09-14x86/fpu/signal: Move header zeroing out of xsave_to_user_sigframe()Thomas Gleixner1-11/+6
2021-09-14arch: remove unused function syscall_set_arguments()Peter Collingbourne1-33/+0
2021-09-13x86/asm: Avoid adding register pressure for the init case in static_cpu_has()H. Peter Anvin1-4/+9
2021-09-13x86/asm: Add _ASM_RIP() macro for x86-64 (%rip) suffixH. Peter Anvin (Intel)1-0/+5
2021-09-13x86/uaccess: Fix 32-bit __get_user_asm_u64() when CC_HAS_ASM_GOTO_OUTPUT=yWill Deacon1-2/+2
2021-09-13x86/fpu/signal: Clarify exception handling in restore_fpregs_from_user()Thomas Gleixner1-13/+8
2021-09-13x86/fpu: Use EX_TYPE_FAULT_MCE_SAFE for exception fixupsThomas Gleixner1-2/+2
2021-09-13x86/extable: Provide EX_TYPE_DEFAULT_MCE_SAFE and EX_TYPE_FAULT_MCE_SAFEThomas Gleixner1-0/+3
2021-09-13x86/extable: Rework the exception table mechanicsThomas Gleixner6-31/+64
2021-09-13x86/extable: Get rid of redundant macrosThomas Gleixner1-24/+12
2021-09-08arch: remove compat_alloc_user_spaceArnd Bergmann2-20/+0