-
- Downloads
Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
Pull ARM updates from Russell King: - add support for ftrace-with-registers, which is needed for kgraft and other ftrace tools - support for mremap() for the sigpage/vDSO so that checkpoint/restore can work - add timestamps to each line of the register dump output - remove the unused KTHREAD_SIZE from nommu - align the ARM bitops APIs with the generic API (using unsigned long pointers rather than void pointers) - make the configuration of userspace Thumb support an expert option so that we can default it on, and avoid some hard to debug userspace crashes * 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm: ARM: 8684/1: NOMMU: Remove unused KTHREAD_SIZE definition ARM: 8683/1: ARM32: Support mremap() for sigpage/vDSO ARM: 8679/1: bitops: Align prototypes to generic API ARM: 8678/1: ftrace: Adds support for CONFIG_DYNAMIC_FTRACE_WITH_REGS ARM: make configuration of userspace Thumb support an expert option ARM: 8673/1: Fix __show_regs output timestamps
No related branches found
No related tags found
Showing
- arch/arm/Kconfig 1 addition, 0 deletionsarch/arm/Kconfig
- arch/arm/include/asm/bitops.h 4 additions, 4 deletionsarch/arm/include/asm/bitops.h
- arch/arm/include/asm/ftrace.h 4 additions, 0 deletionsarch/arm/include/asm/ftrace.h
- arch/arm/include/asm/page-nommu.h 0 additions, 6 deletionsarch/arm/include/asm/page-nommu.h
- arch/arm/kernel/entry-ftrace.S 100 additions, 0 deletionsarch/arm/kernel/entry-ftrace.S
- arch/arm/kernel/ftrace.c 37 additions, 0 deletionsarch/arm/kernel/ftrace.c
- arch/arm/kernel/process.c 12 additions, 4 deletionsarch/arm/kernel/process.c
- arch/arm/kernel/vdso.c 18 additions, 0 deletionsarch/arm/kernel/vdso.c
- arch/arm/mm/Kconfig 5 additions, 1 deletionarch/arm/mm/Kconfig
- arch/x86/entry/vdso/vma.c 0 additions, 3 deletionsarch/x86/entry/vdso/vma.c
- mm/mmap.c 4 additions, 0 deletionsmm/mmap.c
Please register or sign in to comment