summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/entry_64.S
AgeCommit message (Expand)AuthorFilesLines
2014-06-13Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-21/+0
2014-06-10Merge 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-22x86_64, entry: Merge paranoidzeroentry_ist into idtentryAndy Lutomirski1-25/+22
2014-05-22x86_64, entry: Merge most 64-bit asm entry macrosAndy Lutomirski1-88/+64
2014-05-22x86_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-05-01x86-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-10ftrace/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-09x86, 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-03Merge branch 'x86-tracing-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-7/+29
2013-06-26x86, 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-21x86, trace: Add irq vector tracepointsSeiji Aguchi1-7/+24
2013-04-16KVM: VMX: Register a new IPI for posted interruptYang Zhang1-0/+5
2013-02-24Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-21/+13
2013-02-13X86: Handle Hyper-V vmbus interrupts as special hypervisor interruptsK. Y. Srinivasan1-1/+6
2013-02-04x86: get rid of pt_regs argument in sigreturn variantsAl Viro1-2/+0
2013-02-04x86: get rid of pt_regs argument of iopl(2)Al Viro1-18/+13
2013-02-04amd64: 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-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-3/+0
2012-12-20generic compat_sys_sigaltstack()Al Viro1-2/+0
2012-12-20introduce generic sys_sigaltstack(), switch x86 and um to itAl Viro1-1/+0
2012-12-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-3/+19
2012-12-12Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-14/+27
2012-12-03Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar1-1/+1
2012-11-30context_tracking: New context tracking susbsystemFrederic Weisbecker1-1/+1
2012-11-29x86, um: switch to generic fork/vfork/cloneAl Viro1-3/+19
2012-11-21x86-64: Fix ordering of CFI directives and recent ASM_CLAC additionsJan Beulich1-7/+7
2012-11-02x86: Don't clobber top of pt_regs in nested NMISalman Qazi1-14/+27
2012-10-19Merge commit 'v3.7-rc1' into stable/for-linus-3.7Konrad Rzeszutek Wilk1-80/+152
2012-10-19xen/x86: don't corrupt %eip when returning from a signal handlerDavid Vrabel1-1/+1
2012-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-20/+4
2012-10-12x86, um: convert to saner kernel_execve() semanticsAl Viro1-20/+4
2012-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-49/+25
2012-10-02Merge branch 'x86-smap-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+10
2012-10-01Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-11/+11
2012-10-01Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-14/+116
2012-10-01x86, um/x86: switch to generic sys_execve and kernel_execveAl Viro1-33/+14
2012-10-01x86: split ret_from_forkAl Viro1-16/+11
2012-09-26x86: Use the new schedule_user API on userspace preemptionFrederic Weisbecker1-4/+5