-
- Downloads
Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm
Pull ARM updates from Russell King: - replace setup_irq() with request_irq() for ebsa110, footbridge, rpc - fix clang assembly error in kexec code - remove .fixup section in boot stub - decompressor / EFI cache flushing updates * tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm: ARM: 8966/1: rpc: replace setup_irq() by request_irq() ARM: 8965/2: footbridge: replace setup_irq() by request_irq() ARM: 8964/1: ebsa110: replace setup_irq() by request_irq() ARM: 8962/1: kexec: drop invalid assembly argument ARM: decompressor: switch to by-VA cache maintenance for v7 cores ARM: decompressor: prepare cache_clean_flush for doing by-VA maintenance ARM: decompressor: factor out routine to obtain the inflated image size ARM: 8959/1: Remove unused .fixup section in boot stub ARM: allow unwinder to unwind recursive functions
Showing
- arch/arm/boot/compressed/head.S 66 additions, 70 deletionsarch/arm/boot/compressed/head.S
- arch/arm/boot/compressed/vmlinux.lds.S 0 additions, 1 deletionarch/arm/boot/compressed/vmlinux.lds.S
- arch/arm/kernel/relocate_kernel.S 4 additions, 4 deletionsarch/arm/kernel/relocate_kernel.S
- arch/arm/kernel/unwind.c 1 addition, 1 deletionarch/arm/kernel/unwind.c
- arch/arm/mach-ebsa110/core.c 5 additions, 7 deletionsarch/arm/mach-ebsa110/core.c
- arch/arm/mach-footbridge/dc21285-timer.c 3 additions, 8 deletionsarch/arm/mach-footbridge/dc21285-timer.c
- arch/arm/mach-footbridge/isa-irq.c 4 additions, 6 deletionsarch/arm/mach-footbridge/isa-irq.c
- arch/arm/mach-footbridge/isa-timer.c 3 additions, 8 deletionsarch/arm/mach-footbridge/isa-timer.c
- arch/arm/mach-rpc/time.c 2 additions, 6 deletionsarch/arm/mach-rpc/time.c
Loading
Please register or sign in to comment