aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/entry/entry_64.S (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-01-12x86/entry: Fix the end of the stack for newly forked tasksJosh Poimboeuf1-4/+7
2016-10-25x86/entry64: Remove unused audit related macrosAlexander Kuleshov1-6/+0
2016-10-21x86/entry/unwind: Create stack frames for saved interrupt registersJosh Poimboeuf1-3/+7
2016-10-14Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds1-0/+2
2016-10-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2016-10-03Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-38/+113
2016-09-30x86/entry/64: Fix context tracking state warning when load_gs_index failsWanpeng Li1-2/+2
2016-09-29x86/entry: spell EBX register correctly in documentationNicolas Iooss1-1/+1
2016-09-16x86/entry/64: Fix a minor comment rebase errorAndy Lutomirski1-1/+0
2016-09-15x86: Move thread_info into task_structAndy Lutomirski1-2/+5
2016-09-13x86/entry/64: Clean up and document espfix64 stack setupAndy Lutomirski1-11/+53
2016-08-24sched/x86: Pass kernel thread parameters in 'struct fork_frame'Brian Gerst1-20/+17
2016-08-24sched/x86: Rewrite the switch_to() codeBrian Gerst1-3/+38
2016-08-18Merge branch 'x86/urgent' into x86/asm, to pick up fixesIngo Molnar1-5/+20
2016-08-10x86/entry: Clarify the RF saving/restoring situation with SYSCALL/SYSRETBorislav Petkov1-5/+9
2016-08-10x86, kasan, ftrace: Put APIC interrupt handlers into .irqentry.textAlexander Potapenko1-0/+11
2016-08-07x86: move exports to actual definitionsAl Viro1-0/+2
2016-08-01x86/entry: Remove duplicated commentBorislav Petkov1-2/+1
2016-07-15x86/dumpstack: When OOPSing, rewind the stack before do_exit()Andy Lutomirski1-0/+11
2016-05-05x86/entry, sched/x86: Don't save/restore EFLAGS on task switchBrian Gerst1-3/+0
2016-04-29x86/segments/64: When load_gs_index fails, clear the baseAndy Lutomirski1-0/+6
2016-04-13x86/entry/64: Make gs_change a local labelBorislav Petkov1-5/+5
2016-04-13x86/cpu: Add Erratum 88 detection on AMDBorislav Petkov1-1/+1
2016-03-10x86/entry: Improve system call entry commentsAndy Lutomirski1-0/+10
2016-02-01x86/entry/64: Fix fast-path syscall return register stateAndy Lutomirski1-1/+3
2016-02-01x86/entry/64: Fix an IRQ state error on ptregs-using syscallsAndy Lutomirski1-6/+13
2016-01-29x86/entry/64: Migrate the 64-bit syscall slow path to CAndy Lutomirski1-78/+39
2016-01-29x86/entry/64: Stop using int_ret_from_sys_call in ret_from_forkAndy Lutomirski1-16/+19
2016-01-29x86/entry/64: Call all native slow-path syscalls with full pt-regsAndy Lutomirski1-78/+1
2016-01-29x86/entry/64: Always run ptregs-using syscalls on the slow pathAndy Lutomirski1-14/+42
2015-11-24x86/entry/64: Bypass enter_from_user_mode on non-context-tracking bootsAndy Lutomirski1-6/+2
2015-11-24x86/entry/64: Fix irqflag tracing wrt context trackingAndy Lutomirski1-1/+18
2015-10-09x86/entry/64/compat: Migrate the body of the syscall entry to CAndy Lutomirski1-1/+1
2015-10-09x86/entry/64/compat: Set up full pt_regs for all compat syscallsAndy Lutomirski1-5/+1
2015-10-07x86/entry, locking/lockdep: Move lockdep_sys_exit() to prepare_exit_to_usermode()Andy Lutomirski1-1/+0
2015-09-22x86/nmi/64: Fix a paravirt stack-clobbering bug in the NMI codeAndy Lutomirski1-1/+4
2015-09-22x86/paravirt: Replace the paravirt nop with a bona fide empty functionAndy Lutomirski1-0/+11
2015-07-31Merge branch 'x86/urgent' into x86/asm, before applying dependent patchesIngo Molnar1-100/+199
2015-07-17x86/entry/64, x86/nmi/64: Add CONFIG_DEBUG_ENTRY NMI testing codeAndy Lutomirski1-0/+15
2015-07-17x86/nmi/64: Make the "NMI executing" variable more consistentAndy Lutomirski1-6/+5
2015-07-17x86/nmi/64: Minor asm simplificationAndy Lutomirski1-2/+1
2015-07-17x86/nmi/64: Use DF to avoid userspace RSP confusing nested NMI detectionAndy Lutomirski1-4/+25
2015-07-17x86/nmi/64: Reorder nested NMI checksAndy Lutomirski1-16/+18
2015-07-17x86/nmi/64: Improve nested NMI commentsAndy Lutomirski1-66/+92
2015-07-17x86/nmi/64: Switch stacks on userspace NMI entryAndy Lutomirski1-4/+58
2015-07-17x86/nmi/64: Remove asm code that saves CR2Andy Lutomirski1-17/+0
2015-07-07x86/entry: Remove SCHEDULE_USER and asm/context-tracking.hAndy Lutomirski1-1/+0
2015-07-07x86/asm/entry/64: Migrate error and IRQ exit work to C and remove old assembly codeAndy Lutomirski1-46/+18
2015-07-07x86/asm/entry/64: Simplify IRQ stack pt_regs handlingAndy Lutomirski1-5/+3
2015-07-07x86/asm/entry/64: Save all regs on interrupt entryAndy Lutomirski1-20/+9