summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/entry_64.S
AgeCommit message (Expand)AuthorFilesLines
2015-03-05x86/asm/entry/64: Remove a bogus 'ret_from_fork' optimizationAndy Lutomirski1-5/+8
2015-02-23x86/xen: allow privcmd hypercalls to be preemptedDavid Vrabel1-0/+3
2015-02-01x86_64, entry: Remove the syscall exit audit and schedule optimizationsAndy Lutomirski1-47/+5
2015-02-01x86_64, entry: Use sysret to return to userspace when possibleAndy Lutomirski1-0/+54
2015-01-28Merge tag 'pr-20150114-x86-entry' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar1-121/+87
2015-01-17x86_64 entry: Fix RCX for ptraced syscallsAndy Lutomirski1-1/+2
2015-01-13x86: entry_64.S: fold SAVE_ARGS_IRQ macro into its sole userDenys Vlasenko1-46/+42
2015-01-13x86: entry_64.S: delete unused codeDenys Vlasenko1-34/+0
2015-01-02x86, entry: Switch stacks on a paranoid entry from userspaceAndy Lutomirski1-41/+45
2014-12-19Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+2
2014-12-16x86: Avoid building unused IRQ entry stubsJan Beulich1-2/+2
2014-12-13x86: hook up execveat system callDavid Drysdale1-0/+28
2014-11-23x86_64, traps: Rework bad_iretAndy Lutomirski1-26/+19
2014-11-23x86_64, traps: Stop using IST for #SSAndy Lutomirski1-1/+1
2014-11-23x86_64, traps: Fix the espfix64 #DF fixup and rewrite it in CAndy Lutomirski1-32/+2
2014-09-08x86_64, entry: Use split-phase syscall_trace_enter for 64-bit syscallsAndy Lutomirski1-23/+15
2014-09-08x86_64, entry: Treat regs->ax the same in fastpath and slowpath syscallsAndy Lutomirski1-9/+4
2014-08-04Merge branches 'x86-build-for-linus', 'x86-cleanups-for-linus' and 'x86-debug...Linus Torvalds1-26/+26
2014-07-28x86_64/entry/xen: Do not invoke espfix64 on XenAndy Lutomirski1-18/+10
2014-07-16x86/debug: Drop several unnecessary CFI annotationsJan Beulich1-26/+26
2014-06-12Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-21/+0
2014-06-09Merge tag 'trace-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds1-204/+0
2014-06-05Merge branch 'x86/espfix' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds1-4/+77
2014-05-21x86_64, entry: Merge paranoidzeroentry_ist into idtentryAndy Lutomirski1-25/+22
2014-05-21x86_64, entry: Merge most 64-bit asm entry macrosAndy Lutomirski1-88/+64
2014-05-21x86_64, entry: Add missing 'DEFAULT_FRAME 0' entry annotationsAndy Lutomirski1-0/+2
2014-05-14ftrace/x86: Move the mcount/fentry code out of entry_64.SSteven Rostedt1-204/+0
2014-05-04x86, espfix: Make it possible to disable 16-bit supportH. Peter Anvin1-0/+8
2014-04-30x86-64, espfix: Don't leak bits 31:16 of %esp returning to 16-bit stackH. Peter Anvin1-4/+69
2014-04-24kprobes: Prohibit probing on .entry.text codeMasami Hiramatsu1-20/+0
2014-01-09ftrace/x86: Load ftrace_ops in parameter not the variable holding itSteven Rostedt1-1/+1
2013-11-14Merge branch 'x86-trace-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+12
2013-11-12Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-3/+1
2013-11-08x86, trace: Register exception handler to trace IDTSeiji Aguchi1-1/+12
2013-10-09Merge tag 'v3.12-rc4' into sched/coreIngo Molnar1-15/+0
2013-10-01irq: Consolidate do_softirq() arch overriden implementationsFrederic Weisbecker1-2/+2
2013-09-25sched, x86: Provide a per-cpu preempt_count implementationPeter Zijlstra1-3/+1
2013-09-10x86: Remove now-unused save_rest()Borislav Petkov1-15/+0
2013-07-02Merge branch 'x86-tracing-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-7/+29
2013-06-25x86, flags: Rename X86_EFLAGS_BIT1 to X86_EFLAGS_FIXEDH. Peter Anvin1-1/+1
2013-06-23x86/tracing: Add config option checking to the definitions of mce handlersSeiji Aguchi1-0/+5
2013-06-20x86, trace: Add irq vector tracepointsSeiji Aguchi1-7/+24
2013-04-16KVM: VMX: Register a new IPI for posted interruptYang Zhang1-0/+5
2013-02-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-21/+13
2013-02-12X86: Handle Hyper-V vmbus interrupts as special hypervisor interruptsK. Y. Srinivasan1-1/+6
2013-02-03x86: get rid of pt_regs argument in sigreturn variantsAl Viro1-2/+0
2013-02-03x86: get rid of pt_regs argument of iopl(2)Al Viro1-18/+13
2013-02-03amd64: get rid of useless RESTORE_TOP_OF_STACK in stub_execve()Al Viro1-1/+0
2013-01-24x86-64: Fix unwind annotations in recent NMI changesJan Beulich1-4/+3
2012-12-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-3/+0