summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/entry_64.S
Commit message (Expand)AuthorAgeFilesLines
* 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
| * x86-64: Fix CFI annotations for NMI nesting codeJan Beulich2012-02-241-24/+28
* | Merge branch 'linus' into x86/asmIngo Molnar2012-02-281-40/+199
|\|
| * x86: Specify a size for the cmp in the NMI handlerSteven Rostedt2012-02-211-2/+2
| * x86/nmi: Test saved %cs in NMI to determine nested NMI caseSteven Rostedt2012-02-201-0/+7
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-01-181-7/+7
| |\
| | * audit: inline audit_syscall_entry to reduce burden on archsEric Paris2012-01-171-2/+2
| | * Audit: push audit success and retcode into arch ptrace.hEric Paris2012-01-171-5/+5
| * | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-01-151-33/+185
| |\ \ | | |/ | |/|
| | * x86: Add workaround to NMI iret woesSteven Rostedt2011-12-211-0/+177
| | * x86: Document the NMI handler about not using paranoid_exitSteven Rostedt2011-12-211-1/+8
| | * x86: Do not schedule while still in NMI contextLinus Torvalds2011-12-211-32/+0Star
* | | x86-64: Improve insn scheduling in SAVE_ARGS_IRQJan Beulich2012-02-241-4/+3Star
|/ /
* | x86: Fix rflags in FAKE_STACK_FRAMESeiichi Ikarashi2011-12-061-1/+1
* | x86-64: Cleanup some assembly entry pointsJan Beulich2011-12-051-1/+1
* | x86-64: Slightly shorten line system call entry and exit pathsJan Beulich2011-12-051-5/+3Star
* | x86-64: Reduce amount of redundant code generated for invalidate_interruptNNJan Beulich2011-12-051-3/+12
* | x86-64: Slightly shorten int_ret_from_sys_callJan Beulich2011-12-051-3/+1Star
|/
* x86-64: Fix CFI data for interrupt framesJan Beulich2011-09-281-5/+9
* Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-08-131-1/+0Star
|\
| * x86-64: Rework vsyscall emulation and add vsyscall= parameterAndy Lutomirski2011-08-111-1/+0Star
* | Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-07-231-0/+4
|\|
| * x86-64: Emulate legacy vsyscallsAndy Lutomirski2011-06-071-0/+2
| * x86-64: Document some of entry_64.SAndy Lutomirski2011-06-051-0/+2
* | Merge branch 'x86-mce-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2011-07-231-5/+0Star
|\ \
| * | x86, mce: Replace MCE_SELF_VECTOR by irq_workHidetoshi Seto2011-06-161-5/+0Star
| |/
* | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2011-07-231-3/+3
|\ \
| * | x86, asm: Flip RESTORE_ARGS arguments logicBorislav Petkov2011-06-031-2/+2
| * | x86, asm: Flip SAVE_ARGS arguments logicBorislav Petkov2011-06-031-1/+1
| |/
* | x86: Don't use frame pointer to save old stack on irq entryFrederic Weisbecker2011-07-021-12/+15
* | x86: Remove useless unwinder backlink from irq regs savingFrederic Weisbecker2011-07-021-1/+0Star
* | x86,64: Separate arg1 from rbp handling in SAVE_REGS_IRQFrederic Weisbecker2011-07-021-1/+2
* | x86,64: Simplify save_regs()Frederic Weisbecker2011-07-021-27/+17Star
|/
* x86: Fix common misspellingsLucas De Marchi2011-03-181-2/+2
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2011-03-161-1/+4
|\
| * x86: Allocate 32 tlb_invalidate_interrupt handler stubsShaohua Li2011-02-141-1/+4
* | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2011-03-161-1/+1
|\ \
| * | x86, binutils, xen: Fix another wrong size directiveAlexander van Heukelum2011-03-121-1/+1
| |/
* / x86: Separate out entry text sectionJiri Olsa2011-03-081-2/+4
|/
* Merge branch 'kvm-updates/2.6.38' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2011-01-131-0/+3
|\
| * KVM: Handle async PF in a guest.Gleb Natapov2011-01-121-0/+3
* | x86: Save rbp in pt_regs on irq entryFrederic Weisbecker2011-01-071-13/+23
|/
* x86/kprobes: Prevent kprobes to probe on save_args()Masami Hiramatsu2010-11-181-0/+2
*-. Merge branches 'softirq-for-linus', 'x86-debug-for-linus', 'x86-numa-for-linu...Linus Torvalds2010-10-231-16/+4Star
|\ \
| | * x86, asm: Fix CFI macro invocations to deal with shortcomings in gasJan Beulich2010-10-191-16/+4Star
* | | Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-10-211-64/+44Star
|\ \ \ | | |/ | |/|
| * | x86: Use {push,pop}{l,q}_cfi in more placesJan Beulich2010-09-031-42/+23Star
| * | x86-64: Use symbolics instead of raw numbers in entry_64.SJan Beulich2010-09-031-16/+16
| * | x86-64: Adjust frame type at paranoid_exit:Jan Beulich2010-09-031-1/+1