x86/asm/entry, x86/vdso: Move the vDSO code to arch/x86/entry/vdso/
authorIngo Molnar <mingo@kernel.org>
Wed, 3 Jun 2015 16:05:44 +0000 (18:05 +0200)
committerIngo Molnar <mingo@kernel.org>
Wed, 3 Jun 2015 16:51:37 +0000 (18:51 +0200)
commitd603c8e184d882cc3f55c599f4185bad956ee0a7
tree9af00f42ddd7fbdc1192e5708caaa3ef85103175
parent19a433f45135656d065bdf1bbe543796b194ba3a
x86/asm/entry, x86/vdso: Move the vDSO code to arch/x86/entry/vdso/

Cc: Borislav Petkov <bp@alien8.de>
Cc: H. Peter Anvin <hpa@zytor.com>
Cc: Linus Torvalds <torvalds@linux-foundation.org>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Andy Lutomirski <luto@amacapital.net>
Cc: Denys Vlasenko <dvlasenk@redhat.com>
Cc: Brian Gerst <brgerst@gmail.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: linux-kernel@vger.kernel.org
Signed-off-by: Ingo Molnar <mingo@kernel.org>
26 files changed:
MAINTAINERS
arch/x86/Kbuild
arch/x86/Makefile
arch/x86/entry/Makefile
arch/x86/entry/vdso/.gitignore [moved from arch/x86/vdso/.gitignore with 100% similarity]
arch/x86/entry/vdso/Makefile [moved from arch/x86/vdso/Makefile with 100% similarity]
arch/x86/entry/vdso/checkundef.sh [moved from arch/x86/vdso/checkundef.sh with 100% similarity]
arch/x86/entry/vdso/vclock_gettime.c [moved from arch/x86/vdso/vclock_gettime.c with 100% similarity]
arch/x86/entry/vdso/vdso-layout.lds.S [moved from arch/x86/vdso/vdso-layout.lds.S with 100% similarity]
arch/x86/entry/vdso/vdso-note.S [moved from arch/x86/vdso/vdso-note.S with 100% similarity]
arch/x86/entry/vdso/vdso.lds.S [moved from arch/x86/vdso/vdso.lds.S with 100% similarity]
arch/x86/entry/vdso/vdso2c.c [moved from arch/x86/vdso/vdso2c.c with 100% similarity]
arch/x86/entry/vdso/vdso2c.h [moved from arch/x86/vdso/vdso2c.h with 100% similarity]
arch/x86/entry/vdso/vdso32-setup.c [moved from arch/x86/vdso/vdso32-setup.c with 100% similarity]
arch/x86/entry/vdso/vdso32/.gitignore [moved from arch/x86/vdso/vdso32/.gitignore with 100% similarity]
arch/x86/entry/vdso/vdso32/int80.S [moved from arch/x86/vdso/vdso32/int80.S with 100% similarity]
arch/x86/entry/vdso/vdso32/note.S [moved from arch/x86/vdso/vdso32/note.S with 100% similarity]
arch/x86/entry/vdso/vdso32/sigreturn.S [moved from arch/x86/vdso/vdso32/sigreturn.S with 100% similarity]
arch/x86/entry/vdso/vdso32/syscall.S [moved from arch/x86/vdso/vdso32/syscall.S with 100% similarity]
arch/x86/entry/vdso/vdso32/sysenter.S [moved from arch/x86/vdso/vdso32/sysenter.S with 100% similarity]
arch/x86/entry/vdso/vdso32/vclock_gettime.c [moved from arch/x86/vdso/vdso32/vclock_gettime.c with 100% similarity]
arch/x86/entry/vdso/vdso32/vdso-fakesections.c [moved from arch/x86/vdso/vdso32/vdso-fakesections.c with 100% similarity]
arch/x86/entry/vdso/vdso32/vdso32.lds.S [moved from arch/x86/vdso/vdso32/vdso32.lds.S with 100% similarity]
arch/x86/entry/vdso/vdsox32.lds.S [moved from arch/x86/vdso/vdsox32.lds.S with 100% similarity]
arch/x86/entry/vdso/vgetcpu.c [moved from arch/x86/vdso/vgetcpu.c with 100% similarity]
arch/x86/entry/vdso/vma.c [moved from arch/x86/vdso/vma.c with 100% similarity]