aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/entry_64.S
Commit message (Expand)AuthorAgeFilesLines
* x86/paravirt: Replace the paravirt nop with a bona fide empty functionAndy Lutomirski2015-10-131-0/+11
* x86/asm/entry/64: Remove a bogus 'ret_from_fork' optimizationAndy Lutomirski2015-05-091-5/+8
* x86_64, traps: Rework bad_iretAndy Lutomirski2014-12-141-29/+19
* x86_64, traps: Fix the espfix64 #DF fixup and rewrite it in CAndy Lutomirski2014-12-141-32/+2
* x86_64, traps: Stop using IST for #SSAndy Lutomirski2014-12-141-1/+1
* x86_64/entry/xen: Do not invoke espfix64 on XenAndy Lutomirski2014-09-131-21/+10
* x86, espfix: Make it possible to disable 16-bit supportH. Peter Anvin2014-09-131-0/+8
* x86-64, espfix: Don't leak bits 31:16 of %esp returning to 16-bit stackH. Peter Anvin2014-09-131-4/+69
* xen/x86: don't corrupt %eip when returning from a signal handlerDavid Vrabel2012-10-301-1/+1
* 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-121-1/+0
|\
| * x86-64: Rework vsyscall emulation and add vsyscall= parameterAndy Lutomirski2011-08-101-1/+0
* | Merge branch 'x86-vdso-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2011-07-221-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-221-5/+0
|\ \
| * | x86, mce: Replace MCE_SELF_VECTOR by irq_workHidetoshi Seto2011-06-161-5/+0
| |/
* | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2011-07-221-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/+0
* | 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/+17
|/
* 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-151-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-151-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/+4
|\ \
| | * x86, asm: Fix CFI macro invocations to deal with shortcomings in gasJan Beulich2010-10-191-16/+4
* | | Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2010-10-211-64/+44
|\ \ \ | | |/ | |/|
| * | x86: Use {push,pop}{l,q}_cfi in more placesJan Beulich2010-09-031-42/+23
| * | 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
| * | x86-64: Fix unwind annotations in syscall stubsJan Beulich2010-09-031-5/+4
| |/
* | irq_work: Add generic hardirq context callbacksPeter Zijlstra2010-10-181-3/+3
|/
* Mark arguments to certain syscalls as being constDavid Howells2010-08-131-2/+2
* Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2010-08-061-3/+3
|\
| * x86-64, asm: Directly access per-cpu ISTBrian Gerst2010-08-011-3/+3
* | Merge branch 'upstream/pvhvm' into upstream/xenJeremy Fitzhardinge2010-08-041-0/+3
|\ \ | |/ |/|
| * x86/xen: event channels delivery on HVM.Sheng Yang2010-07-221-0/+3
* | x86: auditsyscall: fix fastpath return value after rescheduleRoland McGrath2010-07-211-2/+2
|/
* Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-12-161-46/+3
|\
| * x86, 64-bit: Move kernel_thread to CBrian Gerst2009-12-101-46/+3