summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/entry_64.S
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-241-21/+13Star
|\
| * x86: get rid of pt_regs argument in sigreturn variantsAl Viro2013-02-041-2/+0Star
| * x86: get rid of pt_regs argument of iopl(2)Al Viro2013-02-041-18/+13Star
| * amd64: get rid of useless RESTORE_TOP_OF_STACK in stub_execve()Al Viro2013-02-041-1/+0Star
* | X86: Handle Hyper-V vmbus interrupts as special hypervisor interruptsK. Y. Srinivasan2013-02-131-1/+6
* | x86-64: Fix unwind annotations in recent NMI changesJan Beulich2013-01-241-4/+3Star
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-12-211-3/+0Star
|\
| * generic compat_sys_sigaltstack()Al Viro2012-12-201-2/+0Star
| * introduce generic sys_sigaltstack(), switch x86 and um to itAl Viro2012-12-201-1/+0Star
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-12-121-3/+19
|\|
| * x86, um: switch to generic fork/vfork/cloneAl Viro2012-11-291-3/+19
* | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-12-121-14/+27
|\ \
| * | x86: Don't clobber top of pt_regs in nested NMISalman Qazi2012-11-021-14/+27
* | | Merge branch 'rcu/next' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Ingo Molnar2012-12-031-1/+1
|\ \ \ | |_|/ |/| |
| * | context_tracking: New context tracking susbsystemFrederic Weisbecker2012-11-301-1/+1
* | | x86-64: Fix ordering of CFI directives and recent ASM_CLAC additionsJan Beulich2012-11-211-7/+7
| |/ |/|
* | Merge commit 'v3.7-rc1' into stable/for-linus-3.7Konrad Rzeszutek Wilk2012-10-191-80/+152
|\|
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-131-20/+4Star
| |\
| | * x86, um: convert to saner kernel_execve() semanticsAl Viro2012-10-121-20/+4Star
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-101-49/+25Star
| |\|
| | * x86, um/x86: switch to generic sys_execve and kernel_execveAl Viro2012-10-011-33/+14Star
| | * x86: split ret_from_forkAl Viro2012-10-011-16/+11Star
| * | Merge branch 'x86-smap-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-10-011-1/+10
| |\ \
| | * | x86, smap: Add STAC and CLAC instructions to control user space accessH. Peter Anvin2012-09-211-1/+10
| | |/
| * | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-10-011-11/+11
| |\ \
| | * | x86_64: Work around old GAS bugTao Guo2012-09-261-10/+10
| | * | x86: Drop unnecessary kernel_eflags variable on 64-bitIan Campbell2012-09-131-1/+1
| | |/
| * | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-10-011-14/+116
| |\ \
| | * | ftrace/x86-64: Allow to change RIP in handlersSteven Rostedt2012-09-141-0/+4
| | * | ftrace/x86: Add support for -mfentry to x86_64Steven Rostedt2012-08-231-5/+27
| | * | Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/...Ingo Molnar2012-08-211-18/+0Star
| | |\|
| | * | Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git...Ingo Molnar2012-08-211-10/+86
| | |\ \
| | | * | ftrace/x86: Remove function_trace_stop check from graph callerSteven Rostedt2012-07-311-3/+0Star
| | | * | ftrace/x86: Add separate function to save regsSteven Rostedt2012-07-191-8/+86
| | | * | ftrace: Pass ftrace_ops as third parameter to function trace callbackSteven Rostedt2012-07-191-0/+1
| * | | | x86: Use the new schedule_user API on userspace preemptionFrederic Weisbecker2012-09-261-4/+5
| | |_|/ | |/| |
* / | | xen/x86: don't corrupt %eip when returning from a signal handlerDavid Vrabel2012-10-191-1/+1
|/ / /
* | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2012-07-261-18/+0Star
|\ \ \ | |/ / |/| |
| * | x86/tlb: replace INVALIDATE_TLB_VECTOR by CALL_FUNCTION_VECTORAlex Shi2012-06-281-18/+0Star
| |/
* / x86: Save cr2 in NMI in case NMIs take a page faultSteven Rostedt2012-06-071-0/+20
|/
* ftrace/x86: Do not change stacks in DEBUG when calling lockdepSteven Rostedt2012-06-011-3/+41
* x86, extable: Remove open-coded exception table entries in arch/x86/kernel/en...H. Peter Anvin2012-04-201-12/+4Star
* Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2012-03-301-0/+44
|\
| * x32: Handle process creationH. Peter Anvin2012-02-201-0/+15
| * x32: Signal-related system callsH. Peter Anvin2012-02-201-0/+19
| * x32: Handle the x32 system call flagH. Peter Anvin2012-02-201-0/+10
* | Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-03-221-1/+1
|\ \
| * | x86-64: Fix CFI data for common_interrupt()Mark Wielaard2012-02-271-1/+1
| |/
* | Merge branch 'tip/x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/gi...Ingo Molnar2012-02-281-29/+35
|\ \
| * | x86: Fix the NMI nesting commentsSteven Rostedt2012-02-241-6/+8