summaryrefslogtreecommitdiff
path: root/arch/x86/entry/vdso/vdso32
AgeCommit message (Expand)Author
2015-12-21x86/entry: Restore traditional SYSENTER calling conventionAndy Lutomirski
2015-12-21x86/entry: Fix some commentsAndy Lutomirski
2015-11-03Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2015-10-09x86/entry/32: Re-implement SYSENTER using the new C pathAndy Lutomirski
2015-10-09x86/vdso/compat: Wire up SYSENTER and SYSCSALL for compat userspaceAndy Lutomirski
2015-10-09x86/vdso/32: Save extra registers in the INT80 vsyscall pathAndy Lutomirski
2015-10-09x86/vdso: Replace hex int80 CFI annotations with GAS directivesAndy Lutomirski
2015-10-07x86/vdso: Remove runtime 32-bit vDSO selectionAndy Lutomirski
2015-09-22x86/vdso32: Define PGTABLE_LEVELS to 32bit VDSOToshi Kani
2015-06-03x86/asm/entry, x86/vdso: Move the vDSO code to arch/x86/entry/vdso/Ingo Molnar