summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/entry_64.S (follow)
Commit message (Expand)AuthorAgeFilesLines
* x86/asm/entry/64: Disable opportunistic SYSRET if regs->flags has TF setAndy Lutomirski2015-04-021-1/+15
* x86/asm/entry: Check for syscall exit work with IRQs disabledAndy Lutomirski2015-03-241-4/+14
* x86/asm/entry/64: Remove a bogus 'ret_from_fork' optimizationAndy Lutomirski2015-03-051-5/+8
* x86/xen: allow privcmd hypercalls to be preemptedDavid Vrabel2015-02-231-0/+3
* x86_64, entry: Remove the syscall exit audit and schedule optimizationsAndy Lutomirski2015-02-011-47/+5
* x86_64, entry: Use sysret to return to userspace when possibleAndy Lutomirski2015-02-011-0/+54
* Merge tag 'pr-20150114-x86-entry' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2015-01-281-121/+87
|\
| * x86: entry_64.S: fold SAVE_ARGS_IRQ macro into its sole userDenys Vlasenko2015-01-131-46/+42
| * x86: entry_64.S: delete unused codeDenys Vlasenko2015-01-131-34/+0
| * x86, entry: Switch stacks on a paranoid entry from userspaceAndy Lutomirski2015-01-021-41/+45
* | x86_64 entry: Fix RCX for ptraced syscallsAndy Lutomirski2015-01-171-1/+2
|/
* Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-12-191-2/+2
|\
| * x86: Avoid building unused IRQ entry stubsJan Beulich2014-12-161-2/+2
* | x86: hook up execveat system callDavid Drysdale2014-12-131-0/+28
|/
* x86_64, traps: Rework bad_iretAndy Lutomirski2014-11-231-26/+19
* x86_64, traps: Stop using IST for #SSAndy Lutomirski2014-11-231-1/+1
* x86_64, traps: Fix the espfix64 #DF fixup and rewrite it in CAndy Lutomirski2014-11-231-32/+2
* x86_64, entry: Use split-phase syscall_trace_enter for 64-bit syscallsAndy Lutomirski2014-09-081-23/+15
* x86_64, entry: Treat regs->ax the same in fastpath and slowpath syscallsAndy Lutomirski2014-09-081-9/+4
*---. Merge branches 'x86-build-for-linus', 'x86-cleanups-for-linus' and 'x86-debug...Linus Torvalds2014-08-051-26/+26
|\ \ \
| | | * x86/debug: Drop several unnecessary CFI annotationsJan Beulich2014-07-161-26/+26
| | |/
* | / x86_64/entry/xen: Do not invoke espfix64 on XenAndy Lutomirski2014-07-291-18/+10
| |/ |/|
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-06-131-21/+0
|\ \
| * | kprobes: Prohibit probing on .entry.text codeMasami Hiramatsu2014-04-241-20/+0
| |/
* | Merge tag 'trace-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2014-06-101-204/+0
|\ \
| * | ftrace/x86: Move the mcount/fentry code out of entry_64.SSteven Rostedt2014-05-141-204/+0
| |/
* | Merge branch 'x86/espfix' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2014-06-051-4/+77
|\ \
| * | x86, espfix: Make it possible to disable 16-bit supportH. Peter Anvin2014-05-041-0/+8
| * | x86-64, espfix: Don't leak bits 31:16 of %esp returning to 16-bit stackH. Peter Anvin2014-04-301-4/+69
| |/
* | x86_64, entry: Merge paranoidzeroentry_ist into idtentryAndy Lutomirski2014-05-221-25/+22
* | x86_64, entry: Merge most 64-bit asm entry macrosAndy Lutomirski2014-05-221-88/+64
* | x86_64, entry: Add missing 'DEFAULT_FRAME 0' entry annotationsAndy Lutomirski2014-05-221-0/+2
|/
* ftrace/x86: Load ftrace_ops in parameter not the variable holding itSteven Rostedt2014-01-091-1/+1
* Merge branch 'x86-trace-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-11-141-1/+12
|\
| * x86, trace: Register exception handler to trace IDTSeiji Aguchi2013-11-081-1/+12
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-11-121-3/+1
|\ \
| * | Merge tag 'v3.12-rc4' into sched/coreIngo Molnar2013-10-091-15/+0
| |\|
| * | sched, x86: Provide a per-cpu preempt_count implementationPeter Zijlstra2013-09-251-3/+1
* | | irq: Consolidate do_softirq() arch overriden implementationsFrederic Weisbecker2013-10-011-2/+2
| |/ |/|
* | x86: Remove now-unused save_rest()Borislav Petkov2013-09-101-15/+0
|/
* Merge branch 'x86-tracing-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2013-07-031-7/+29
|\
| * x86/tracing: Add config option checking to the definitions of mce handlersSeiji Aguchi2013-06-231-0/+5
| * x86, trace: Add irq vector tracepointsSeiji Aguchi2013-06-211-7/+24
* | x86, flags: Rename X86_EFLAGS_BIT1 to X86_EFLAGS_FIXEDH. Peter Anvin2013-06-261-1/+1
|/
* KVM: VMX: Register a new IPI for posted interruptYang Zhang2013-04-161-0/+5
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-241-21/+13
|\
| * x86: get rid of pt_regs argument in sigreturn variantsAl Viro2013-02-041-2/+0
| * x86: get rid of pt_regs argument of iopl(2)Al Viro2013-02-041-18/+13
| * amd64: get rid of useless RESTORE_TOP_OF_STACK in stub_execve()Al Viro2013-02-041-1/+0
* | X86: Handle Hyper-V vmbus interrupts as special hypervisor interruptsK. Y. Srinivasan2013-02-131-1/+6