aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/entry_64.S (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-10-01Merge branch 'x86-smap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+10
2012-10-01Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-11/+11
2012-10-01Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-14/+116
2012-09-26x86: Use the new schedule_user API on userspace preemptionFrederic Weisbecker1-4/+5
2012-09-26x86_64: Work around old GAS bugTao Guo1-10/+10
2012-09-21x86, smap: Add STAC and CLAC instructions to control user space accessH. Peter Anvin1-1/+10
2012-09-13ftrace/x86-64: Allow to change RIP in handlersSteven Rostedt1-0/+4
2012-09-13x86: Drop unnecessary kernel_eflags variable on 64-bitIan Campbell1-1/+1
2012-08-23ftrace/x86: Add support for -mfentry to x86_64Steven Rostedt1-5/+27
2012-08-21Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/coreIngo Molnar1-18/+0
2012-08-21Merge branch 'tip/perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace into perf/coreIngo Molnar1-10/+86
2012-07-31ftrace/x86: Remove function_trace_stop check from graph callerSteven Rostedt1-3/+0
2012-07-26Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-18/+0
2012-07-19ftrace/x86: Add separate function to save regsSteven Rostedt1-8/+86
2012-07-19ftrace: Pass ftrace_ops as third parameter to function trace callbackSteven Rostedt1-0/+1
2012-06-27x86/tlb: replace INVALIDATE_TLB_VECTOR by CALL_FUNCTION_VECTORAlex Shi1-18/+0
2012-06-07x86: Save cr2 in NMI in case NMIs take a page faultSteven Rostedt1-0/+20
2012-05-31ftrace/x86: Do not change stacks in DEBUG when calling lockdepSteven Rostedt1-3/+41
2012-04-20x86, extable: Remove open-coded exception table entries in arch/x86/kernel/entry_64.SH. Peter Anvin1-12/+4
2012-03-29Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+44
2012-03-22Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2012-02-28Merge branch 'tip/x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace into x86/asmIngo Molnar1-29/+35
2012-02-28Merge branch 'linus' into x86/asmIngo Molnar1-40/+199
2012-02-27x86-64: Fix CFI data for common_interrupt()Mark Wielaard1-1/+1
2012-02-24x86: Fix the NMI nesting commentsSteven Rostedt1-6/+8
2012-02-24x86-64: Improve insn scheduling in SAVE_ARGS_IRQJan Beulich1-4/+3
2012-02-24x86-64: Fix CFI annotations for NMI nesting codeJan Beulich1-24/+28
2012-02-20x86: Specify a size for the cmp in the NMI handlerSteven Rostedt1-2/+2
2012-02-20x32: Handle process creationH. Peter Anvin1-0/+15
2012-02-20x32: Signal-related system callsH. Peter Anvin1-0/+19
2012-02-20x32: Handle the x32 system call flagH. Peter Anvin1-0/+10
2012-02-20x86/nmi: Test saved %cs in NMI to determine nested NMI caseSteven Rostedt1-0/+7
2012-01-17Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/auditLinus Torvalds1-7/+7
2012-01-17audit: inline audit_syscall_entry to reduce burden on archsEric Paris1-2/+2
2012-01-17Audit: push audit success and retcode into arch ptrace.hEric Paris1-5/+5
2012-01-15Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-33/+185
2011-12-21x86: Add workaround to NMI iret woesSteven Rostedt1-0/+177
2011-12-21x86: Document the NMI handler about not using paranoid_exitSteven Rostedt1-1/+8
2011-12-21x86: Do not schedule while still in NMI contextLinus Torvalds1-32/+0
2011-12-06x86: Fix rflags in FAKE_STACK_FRAMESeiichi Ikarashi1-1/+1
2011-12-05x86-64: Cleanup some assembly entry pointsJan Beulich1-1/+1
2011-12-05x86-64: Slightly shorten line system call entry and exit pathsJan Beulich1-5/+3
2011-12-05x86-64: Reduce amount of redundant code generated for invalidate_interruptNNJan Beulich1-3/+12
2011-12-05x86-64: Slightly shorten int_ret_from_sys_callJan Beulich1-3/+1
2011-09-28x86-64: Fix CFI data for interrupt framesJan Beulich1-5/+9
2011-08-12Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-tipLinus Torvalds1-1/+0
2011-08-10x86-64: Rework vsyscall emulation and add vsyscall= parameterAndy Lutomirski1-1/+0
2011-07-22Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+4
2011-07-22Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-5/+0
2011-07-22Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-3/+3