summaryrefslogtreecommitdiffstats
path: root/arch/x86/entry/entry_64.S (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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/+5
* | | 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/+14
* | | 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/+2
* | | 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
|/
* Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-09-051-44/+5
|\
| * x86/xen: Get rid of paravirt op adjust_exception_frameJuergen Gross2017-08-311-19/+4
| * x86/idt: Remove the tracing IDT completelyThomas Gleixner2017-08-291-13/+0
| * x86/traps: Simplify pagefault tracing logicThomas Gleixner2017-08-291-12/+1
* | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-09-041-37/+142
|\|
| * x86/xen/64: Rearrange the SYSCALL entriesAndy Lutomirski2017-08-101-7/+2
| * Merge branch 'x86/urgent' into x86/asm, to pick up fixesIngo Molnar2017-08-101-0/+3
| |\
| * | x86/entry/64: Add unwind hint annotationsJosh Poimboeuf2017-07-181-10/+61
| * | x86/entry/64: Initialize the top of the IRQ stack before switching stacksAndy Lutomirski2017-07-181-1/+23
| * | x86/entry/64: Refactor IRQ stacks and make them NMI-safeAndy Lutomirski2017-07-181-24/+61
* | | Merge branch 'linus' into perf/core, to pick up fixesIngo Molnar2017-08-241-0/+2
|\ \ \ | | |/ | |/|
| * | x86/asm/64: Clear AC on NMI entriesAndy Lutomirski2017-08-101-0/+2
* | | irq: Make the irqentry text section unconditionalMasami Hiramatsu2017-08-101-7/+2
|/ /
* / x86: irq: Define a global vector for nested posted interruptsWincy Van2017-07-261-0/+1
|/
* x86/asm: Fix comment in return_from_SYSCALL_64()Kirill A. Shutemov2017-06-131-1/+2
* Revert "x86/entry: Fix the end of the stack for newly forked tasks"Josh Poimboeuf2017-05-241-7/+4
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-05-021-5/+2
|\
| * x86/asm: Remove __VIRTUAL_MASK_SHIFT==47 assertKirill A. Shutemov2017-04-041-5/+2
* | x86/entry/64: Relax pvops stub clobber specificationsJan Beulich2017-03-011-8/+7
|/
* x86/entry: Fix the end of the stack for newly forked tasksJosh Poimboeuf2017-01-121-4/+7
* x86/entry64: Remove unused audit related macrosAlexander Kuleshov2016-10-251-6/+0
* x86/entry/unwind: Create stack frames for saved interrupt registersJosh Poimboeuf2016-10-211-3/+7
* Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2016-10-141-0/+2
|\
| * x86: move exports to actual definitionsAl Viro2016-08-081-0/+2
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2016-10-071-1/+1
|\ \
| * | x86/entry: spell EBX register correctly in documentationNicolas Iooss2016-09-291-1/+1
* | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-10-041-38/+113
|\ \ \
| * | | x86/entry/64: Fix a minor comment rebase errorAndy Lutomirski2016-09-161-1/+0
| * | | x86: Move thread_info into task_structAndy Lutomirski2016-09-151-2/+5
| * | | x86/entry/64: Clean up and document espfix64 stack setupAndy Lutomirski2016-09-131-11/+53
| * | | sched/x86: Pass kernel thread parameters in 'struct fork_frame'Brian Gerst2016-08-241-20/+17
| * | | sched/x86: Rewrite the switch_to() codeBrian Gerst2016-08-241-3/+38