summaryrefslogtreecommitdiffstats
path: root/arch/x86/entry
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-06-222-6/+2
* x86/asm/entry/64: Disentangle error_entry/exit gsbase/ebx/usermode codeAndy Lutomirski2015-06-101-8/+31
* x86/asm/entry/32: Shorten __audit_syscall_entry() args preparationDenys Vlasenko2015-06-101-9/+18
* x86/asm/entry/32: Explain reloading of registers after __audit_syscall_entry()Denys Vlasenko2015-06-101-8/+12
* x86/asm/entry/32: Fix fallout from the R9 trick removal in the SYSCALL codeDenys Vlasenko2015-06-101-1/+1
* x86/asm/entry: Clean up entry*.S style, final bitsDenys Vlasenko2015-06-092-16/+16
* x86/asm/entry: (Re-)rename __NR_entry_INT80_compat_max to __NR_syscall_compat...Ingo Molnar2015-06-081-3/+3
* x86/asm/entry/32: Reinstate clearing of pt_regs->r8..r11 on EFAULT pathDenys Vlasenko2015-06-081-6/+2
* x86/asm/entry/64: Clean up entry_64.SIngo Molnar2015-06-081-416/+404
* Merge branch 'x86/asm' into x86/core, to prepare for new patchIngo Molnar2015-06-081-0/+7
* x86/asm/entry/32: Clean up entry_32.SIngo Molnar2015-06-081-571/+570
* x86/asm/entry: Untangle 'system_call' into two entry points: entry_SYSCALL_64...Ingo Molnar2015-06-082-7/+7
* x86/asm/entry: Untangle 'ia32_sysenter_target' into two entry points: entry_S...Ingo Molnar2015-06-082-7/+7
* x86/asm/entry: Rename compat syscall entry pointsIngo Molnar2015-06-082-7/+7
* x86/asm/entry/64/compat: Rename ia32entry.S -> entry_64_compat.SIngo Molnar2015-06-073-2/+2
* x86/asm/entry/32: Remove unnecessary optimization in stub32_cloneDenys Vlasenko2015-06-051-7/+6
* x86/asm/entry/32: Explain the stub32_clone logicDenys Vlasenko2015-06-051-0/+8
* x86/asm/entry/32: Improve code readabilityIngo Molnar2015-06-051-141/+146
* x86/asm/entry/32: Do not use R9 in SYSCALL32 entry pointDenys Vlasenko2015-06-051-11/+8
* x86/asm/entry/32: Open-code LOAD_ARGS32Denys Vlasenko2015-06-051-25/+29
* x86/asm/entry/32: Open-code CLEAR_RREGSDenys Vlasenko2015-06-051-13/+20
* x86/asm/entry/32: Simplify the zeroing of pt_regs->r8..r11 in the int80 code ...Denys Vlasenko2015-06-051-4/+9
* x86/asm/entry/64: Remove pointless jump to irq_returnAndy Lutomirski2015-06-051-3/+1
* x86/asm/entry: Move the vsyscall code to arch/x86/entry/vsyscall/Ingo Molnar2015-06-048-2/+547
* x86/asm/entry: Move the arch/x86/syscalls/ definitions to arch/x86/entry/sysc...Ingo Molnar2015-06-045-0/+848
* x86/asm/entry: Move arch/x86/include/asm/calling.h to arch/x86/entry/Ingo Molnar2015-06-044-3/+246
* x86/asm/entry: Move the 'thunk' functions to arch/x86/entry/Ingo Molnar2015-06-043-2/+112
* x86/asm/entry, x86/vdso: Move the vDSO code to arch/x86/entry/vdso/Ingo Molnar2015-06-0323-0/+2144
* x86/asm/entry: Move the compat syscall entry code to arch/x86/entry/Ingo Molnar2015-06-032-1/+526
* x86/asm/entry: Move entry_64.S and entry_32.S to arch/x86/entry/Ingo Molnar2015-06-033-0/+2695
OpenPOWER on IntegriCloud