-
- Downloads
Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
Pull ARM updates from Russell King: "Low priority fixes and updates for ARM: - add some missing includes - efficiency improvements in system call entry code when tracing is enabled - ensure ARMv6+ is always built as EABI - export save_stack_trace_tsk() - fix fatal signal handling during mm fault - build translation table base address register from scratch - appropriately align the .data section to a word boundary where we rely on that data being word aligned" * 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm: ARM: 8691/1: Export save_stack_trace_tsk() ARM: 8692/1: mm: abort uaccess retries upon fatal signal ARM: 8690/1: lpae: build TTB control register value from scratch in v7_ttb_setup ARM: align .data section ARM: always enable AEABI for ARMv6+ ARM: avoid saving and restoring registers unnecessarily ARM: move PC value into r9 ARM: obtain thread info structure later ARM: use aliases for registers in entry-common ARM: 8689/1: scu: add missing errno include ARM: 8688/1: pm: add missing types include
No related branches found
No related tags found
Showing
- arch/arm/Kconfig 2 additions, 2 deletionsarch/arm/Kconfig
- arch/arm/include/asm/smp_scu.h 1 addition, 0 deletionsarch/arm/include/asm/smp_scu.h
- arch/arm/include/asm/suspend.h 2 additions, 0 deletionsarch/arm/include/asm/suspend.h
- arch/arm/include/debug/omap2plus.S 1 addition, 0 deletionsarch/arm/include/debug/omap2plus.S
- arch/arm/kernel/entry-armv.S 2 additions, 0 deletionsarch/arm/kernel/entry-armv.S
- arch/arm/kernel/entry-common.S 31 additions, 13 deletionsarch/arm/kernel/entry-common.S
- arch/arm/kernel/head.S 2 additions, 0 deletionsarch/arm/kernel/head.S
- arch/arm/kernel/hyp-stub.S 1 addition, 0 deletionsarch/arm/kernel/hyp-stub.S
- arch/arm/kernel/iwmmxt.S 1 addition, 0 deletionsarch/arm/kernel/iwmmxt.S
- arch/arm/kernel/sleep.S 1 addition, 0 deletionsarch/arm/kernel/sleep.S
- arch/arm/kernel/stacktrace.c 1 addition, 0 deletionsarch/arm/kernel/stacktrace.c
- arch/arm/mach-exynos/sleep.S 1 addition, 0 deletionsarch/arm/mach-exynos/sleep.S
- arch/arm/mach-omap2/sleep34xx.S 2 additions, 0 deletionsarch/arm/mach-omap2/sleep34xx.S
- arch/arm/mach-omap2/sleep44xx.S 1 addition, 0 deletionsarch/arm/mach-omap2/sleep44xx.S
- arch/arm/mach-pxa/mioa701_bootresume.S 2 additions, 0 deletionsarch/arm/mach-pxa/mioa701_bootresume.S
- arch/arm/mach-rockchip/sleep.S 1 addition, 1 deletionarch/arm/mach-rockchip/sleep.S
- arch/arm/mm/cache-v4wb.S 1 addition, 0 deletionsarch/arm/mm/cache-v4wb.S
- arch/arm/mm/fault.c 4 additions, 1 deletionarch/arm/mm/fault.c
- arch/arm/mm/proc-v7-3level.S 1 addition, 2 deletionsarch/arm/mm/proc-v7-3level.S
- arch/arm/mm/proc-xscale.S 1 addition, 0 deletionsarch/arm/mm/proc-xscale.S
Loading
Please register or sign in to comment