summaryrefslogtreecommitdiffstats
path: root/arch/x86/entry/entry_64.S
Commit message (Expand)AuthorAgeFilesLines
...
| | * x86/entry/64: Clear extra registers beyond syscall arguments, to reduce specu...Dan Williams2018-02-061-0/+13
* | | x86/mm: Optimize boot-time paging mode switching costKirill A. Shutemov2018-02-211-9/+2Star
* | | x86/mm: Make __VIRTUAL_MASK_SHIFT dynamicKirill A. Shutemov2018-02-141-0/+12
|/ /
* | Merge tag 'kvm-4.16-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-02-101-0/+3
|\ \
| * | x86/hyperv: Reenlightenment notifications supportVitaly Kuznetsov2018-01-301-0/+3
* | | Merge branch 'linus' into sched/urgent, to resolve conflictsIngo Molnar2018-02-061-120/+7Star
|\ \ \ | | |/ | |/|
| * | x86/entry/64: Push extra regs right awayAndy Lutomirski2018-01-301-3/+7
| * | x86/entry/64: Remove the SYSCALL64 fast pathAndy Lutomirski2018-01-301-117/+0Star
| * | Merge tag 'v4.15' into x86/pti, to be able to merge dependent changesIngo Molnar2018-01-301-4/+10
| |\ \
* | | | membarrier/x86: Provide core serializing commandMathieu Desnoyers2018-02-051-0/+4
| |_|/ |/| |
* | | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-01-301-1/+2
|\| | | |/ |/|
| * x86/retpoline: Simplify vmexit_fill_RSB()Borislav Petkov2018-01-271-1/+2
* | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-01-211-1/+1
|\|
| * x86/mce: Make machine check speculation protectedThomas Gleixner2018-01-191-1/+1
* | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-01-171-0/+11
|\|
| * x86/retpoline: Fill RSB on context switch for affected CPUsDavid Woodhouse2018-01-151-0/+11
* | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-01-141-3/+9
|\|
| * x86/retpoline/entry: Convert entry assembler indirect jumpsDavid Woodhouse2018-01-121-3/+9
* | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-12-301-7/+41
|\|
| * x86/mm: Optimize RESTORE_CR3Peter Zijlstra2017-12-231-2/+2
| * x86/mm: Use/Fix PCID to optimize user/kernel switchesPeter Zijlstra2017-12-231-4/+5
| * x86/mm/pti: Prepare the x86/entry assembly code for entry/exit CR3 switchingDave Hansen2017-12-231-6/+39
* | Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-12-231-2/+2
|\|
| * x86/entry: Rename SYSENTER_stack to CPU_ENTRY_AREA_entry_stackDave Hansen2017-12-221-2/+2
* | Merge branch 'WIP.x86-pti.entry-for-linus' of git://git.kernel.org/pub/scm/li...Linus Torvalds2017-12-181-25/+164
|\|
| * x86/entry/64: Make cpu_entry_area.tss read-onlyAndy Lutomirski2017-12-171-4/+4
| * x86/entry: Clean up the SYSENTER_stack codeAndy Lutomirski2017-12-171-1/+1
| * x86/entry/64: Create a per-CPU SYSCALL entry trampolineAndy Lutomirski2017-12-171-0/+58
| * x86/entry/64: Return to userspace from the trampoline stackAndy Lutomirski2017-12-171-4/+51
| * x86/entry/64: Use a per-CPU trampoline stack for IDT entriesAndy Lutomirski2017-12-171-17/+50
| * x86/entry/64/paravirt: Use paravirt-safe macro to access eflagsBoris Ostrovsky2017-12-171-3/+4
| * Merge commit 'upstream-x86-entry' into WIP.x86/mmIngo Molnar2017-12-171-58/+83
| |\
* | | x86/entry/64: Add missing irqflags tracing to native_load_gs_index()Andy Lutomirski2017-11-231-2/+8
* | | x86/entry/64: Fix entry_SYSCALL_64_after_hwframe() IRQ tracingAndy Lutomirski2017-11-221-2/+2
* | | Merge branch 'linus' into x86/asm, to pick up fixes and resolve conflictsIngo Molnar2017-11-071-0/+1
|\| | | |/ |/|
| * Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-021-0/+1
| |\
| | * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | | x86/entry/64: Shorten TEST instructionsBorislav Petkov2017-11-021-2/+2
* | | x86/entry/64: De-Xen-ify our NMI codeAndy Lutomirski2017-11-021-12/+18
* | | xen, x86/entry/64: Add xen NMI trap entryJuergen Gross2017-11-021-1/+1
* | | x86/entry/64: Use POP instead of MOV to restore regs on NMI returnAndy Lutomirski2017-11-021-4/+7
* | | x86/entry/64: Merge the fast and slow SYSRET pathsAndy Lutomirski2017-11-021-3/+3
* | | x86/entry/64: Use pop instead of movq in syscall_return_via_sysretAndy Lutomirski2017-11-021-3/+11
* | | x86/entry/64: Shrink paranoid_exit_restore and make labels localAndy Lutomirski2017-11-021-8/+5Star
* | | x86/entry/64: Simplify reg restore code in the standard IRET pathsAndy Lutomirski2017-11-021-6/+6
* | | x86/entry/64: Move SWAPGS into the common IRET-to-usermode pathAndy Lutomirski2017-11-021-18/+14Star
* | | x86/entry/64: Split the IRET-to-user and IRET-to-kernel pathsAndy Lutomirski2017-11-021-9/+25
* | | x86/entry/64: Remove the restore_c_regs_and_iret labelAndy Lutomirski2017-11-021-3/+2Star
* | | x86/asm: Don't use the confusing '.ifeq' directiveJosh Poimboeuf2017-10-231-1/+1
|/ /
* / x86/entry: Fix idtentry unwind hintJosh Poimboeuf2017-10-231-1/+1
|/