summaryrefslogtreecommitdiffstats
path: root/arch/x86/entry/entry_64.S
Commit message (Expand)AuthorAgeFilesLines
* 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-011-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-071-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-031-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
| * | | Merge branch 'x86/urgent' into x86/asm, to pick up fixesIngo Molnar2016-08-181-5/+20
| |\ \ \
| * | | | x86/entry: Remove duplicated commentBorislav Petkov2016-08-011-2/+1
| | |_|/ | |/| |
* | | | x86/entry/64: Fix context tracking state warning when load_gs_index failsWanpeng Li2016-09-301-2/+2
| |/ / |/| |
* | | x86/entry: Clarify the RF saving/restoring situation with SYSCALL/SYSRETBorislav Petkov2016-08-101-5/+9
* | | x86, kasan, ftrace: Put APIC interrupt handlers into .irqentry.textAlexander Potapenko2016-08-101-0/+11
|/ /
* | x86/dumpstack: When OOPSing, rewind the stack before do_exit()Andy Lutomirski2016-07-151-0/+11
|/
* x86/entry, sched/x86: Don't save/restore EFLAGS on task switchBrian Gerst2016-05-051-3/+0
* x86/segments/64: When load_gs_index fails, clear the baseAndy Lutomirski2016-04-291-0/+6
* x86/entry/64: Make gs_change a local labelBorislav Petkov2016-04-131-5/+5
* x86/cpu: Add Erratum 88 detection on AMDBorislav Petkov2016-04-131-1/+1
* x86/entry: Improve system call entry commentsAndy Lutomirski2016-03-101-0/+10
* x86/entry/64: Fix fast-path syscall return register stateAndy Lutomirski2016-02-011-1/+3
* x86/entry/64: Fix an IRQ state error on ptregs-using syscallsAndy Lutomirski2016-02-011-6/+13
* x86/entry/64: Migrate the 64-bit syscall slow path to CAndy Lutomirski2016-01-291-78/+39
* x86/entry/64: Stop using int_ret_from_sys_call in ret_from_forkAndy Lutomirski2016-01-291-16/+19
* x86/entry/64: Call all native slow-path syscalls with full pt-regsAndy Lutomirski2016-01-291-78/+1
* x86/entry/64: Always run ptregs-using syscalls on the slow pathAndy Lutomirski2016-01-291-14/+42
* x86/entry/64: Bypass enter_from_user_mode on non-context-tracking bootsAndy Lutomirski2015-11-241-6/+2
* x86/entry/64: Fix irqflag tracing wrt context trackingAndy Lutomirski2015-11-241-1/+18
* x86/entry/64/compat: Migrate the body of the syscall entry to CAndy Lutomirski2015-10-091-1/+1
* x86/entry/64/compat: Set up full pt_regs for all compat syscallsAndy Lutomirski2015-10-091-5/+1
* x86/entry, locking/lockdep: Move lockdep_sys_exit() to prepare_exit_to_usermo...Andy Lutomirski2015-10-071-1/+0
* x86/nmi/64: Fix a paravirt stack-clobbering bug in the NMI codeAndy Lutomirski2015-09-221-1/+4
* x86/paravirt: Replace the paravirt nop with a bona fide empty functionAndy Lutomirski2015-09-221-0/+11
* Merge branch 'x86/urgent' into x86/asm, before applying dependent patchesIngo Molnar2015-07-311-100/+199
|\
| * x86/entry/64, x86/nmi/64: Add CONFIG_DEBUG_ENTRY NMI testing codeAndy Lutomirski2015-07-171-0/+15
| * x86/nmi/64: Make the "NMI executing" variable more consistentAndy Lutomirski2015-07-171-6/+5
| * x86/nmi/64: Minor asm simplificationAndy Lutomirski2015-07-171-2/+1
| * x86/nmi/64: Use DF to avoid userspace RSP confusing nested NMI detectionAndy Lutomirski2015-07-171-4/+25
| * x86/nmi/64: Reorder nested NMI checksAndy Lutomirski2015-07-171-16/+18
| * x86/nmi/64: Improve nested NMI commentsAndy Lutomirski2015-07-171-66/+92
| * x86/nmi/64: Switch stacks on userspace NMI entryAndy Lutomirski2015-07-171-4/+58
OpenPOWER on IntegriCloud