summaryrefslogtreecommitdiff
path: root/arch/x86/entry
AgeCommit message (Expand)Author
2015-06-08x86/asm/entry: Rename compat syscall entry pointsIngo Molnar
2015-06-07x86/asm/entry/64/compat: Rename ia32entry.S -> entry_64_compat.SIngo Molnar
2015-06-05x86/asm/entry/32: Remove unnecessary optimization in stub32_cloneDenys Vlasenko
2015-06-05x86/asm/entry/32: Explain the stub32_clone logicDenys Vlasenko
2015-06-05x86/asm/entry/32: Improve code readabilityIngo Molnar
2015-06-05x86/asm/entry/32: Do not use R9 in SYSCALL32 entry pointDenys Vlasenko
2015-06-05x86/asm/entry/32: Open-code LOAD_ARGS32Denys Vlasenko
2015-06-05x86/asm/entry/32: Open-code CLEAR_RREGSDenys Vlasenko
2015-06-05x86/asm/entry/32: Simplify the zeroing of pt_regs->r8..r11 in the int80 code ...Denys Vlasenko
2015-06-05x86/asm/entry/64: Remove pointless jump to irq_returnAndy Lutomirski
2015-06-04x86/asm/entry: Move the vsyscall code to arch/x86/entry/vsyscall/Ingo Molnar
2015-06-04x86/asm/entry: Move the arch/x86/syscalls/ definitions to arch/x86/entry/sysc...Ingo Molnar
2015-06-04x86/asm/entry: Move arch/x86/include/asm/calling.h to arch/x86/entry/Ingo Molnar
2015-06-04x86/asm/entry: Move the 'thunk' functions to arch/x86/entry/Ingo Molnar
2015-06-03x86/asm/entry, x86/vdso: Move the vDSO code to arch/x86/entry/vdso/Ingo Molnar
2015-06-03x86/asm/entry: Move the compat syscall entry code to arch/x86/entry/Ingo Molnar
2015-06-03x86/asm/entry: Move entry_64.S and entry_32.S to arch/x86/entry/Ingo Molnar