Merge branch 'x86/vdso' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next
Pull x86 cdso updates from Peter Anvin: "Vdso cleanups and improvements largely from Andy Lutomirski. This makes the vdso a lot less ''special''" * 'x86/vdso' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: x86/vdso, build: Make LE access macros clearer, host-safe x86/vdso, build: Fix cross-compilation from big-endian architectures x86/vdso, build: When vdso2c fails, unlink the output x86, vdso: Fix an OOPS accessing the HPET mapping w/o an HPET x86, mm: Replace arch_vma_name with vm_ops->name for vsyscalls x86, mm: Improve _install_special_mapping and fix x86 vdso naming mm, fs: Add vm_ops->name as an alternative to arch_vma_name x86, vdso: Fix an OOPS accessing the HPET mapping w/o an HPET x86, vdso: Remove vestiges of VDSO_PRELINK and some outdated comments x86, vdso: Move the vvar and hpet mappings next to the 64-bit vDSO x86, vdso: Move the 32-bit vdso special pages after the text x86, vdso: Reimplement vdso.so preparation in build-time C x86, vdso: Move syscall and sysenter setup into kernel/cpu/common.c x86, vdso: Clean up 32-bit vs 64-bit vdso params x86, mm: Ensure correct alignment of the fixmap
Showing
- arch/x86/ia32/ia32_signal.c 4 additions, 4 deletionsarch/x86/ia32/ia32_signal.c
- arch/x86/include/asm/elf.h 20 additions, 15 deletionsarch/x86/include/asm/elf.h
- arch/x86/include/asm/fixmap.h 4 additions, 7 deletionsarch/x86/include/asm/fixmap.h
- arch/x86/include/asm/mmu.h 1 addition, 1 deletionarch/x86/include/asm/mmu.h
- arch/x86/include/asm/proto.h 0 additions, 2 deletionsarch/x86/include/asm/proto.h
- arch/x86/include/asm/vdso.h 33 additions, 45 deletionsarch/x86/include/asm/vdso.h
- arch/x86/include/asm/vdso32.h 0 additions, 11 deletionsarch/x86/include/asm/vdso32.h
- arch/x86/include/asm/vvar.h 1 addition, 19 deletionsarch/x86/include/asm/vvar.h
- arch/x86/include/uapi/asm/vsyscall.h 1 addition, 6 deletionsarch/x86/include/uapi/asm/vsyscall.h
- arch/x86/kernel/cpu/common.c 33 additions, 0 deletionsarch/x86/kernel/cpu/common.c
- arch/x86/kernel/hpet.c 0 additions, 3 deletionsarch/x86/kernel/hpet.c
- arch/x86/kernel/signal.c 4 additions, 2 deletionsarch/x86/kernel/signal.c
- arch/x86/kernel/vsyscall_64.c 4 additions, 11 deletionsarch/x86/kernel/vsyscall_64.c
- arch/x86/mm/fault.c 3 additions, 2 deletionsarch/x86/mm/fault.c
- arch/x86/mm/init_64.c 14 additions, 15 deletionsarch/x86/mm/init_64.c
- arch/x86/mm/ioremap.c 6 additions, 0 deletionsarch/x86/mm/ioremap.c
- arch/x86/mm/pgtable.c 3 additions, 3 deletionsarch/x86/mm/pgtable.c
- arch/x86/um/vdso/vma.c 1 addition, 1 deletionarch/x86/um/vdso/vma.c
- arch/x86/vdso/.gitignore 2 additions, 3 deletionsarch/x86/vdso/.gitignore
- arch/x86/vdso/Makefile 32 additions, 58 deletionsarch/x86/vdso/Makefile
Loading
Please register or sign in to comment