[GIT PULL] parisc architecture updates for v4.10-rc1

From: Helge Deller
Date: Wed Dec 21 2016 - 10:48:47 EST


Hi Linus,

please pull the changes for this merge window for the parisc architecture from:

git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git parisc-4.10-1

Changes include:

- Add Kernel address space layout randomization support
- Re-enable interrupts earlier now that we have a working IRQ stack
- Optimize the timer interrupt function to better cope with missed timer irqs
- Fix error return code in parisc perf code (by Dan Carpenter)
- Fix PAT debug code

Thanks,
Helge

----------------------------------------------------------------
Dan Carpenter (1):
parisc: perf: return -EFAULT on error

Helge Deller (4):
parisc: Enable KASLR
parisc: Re-enable interrupts early
parisc: Enhance CPU detection code on PAT machines
parisc: Optimize timer interrupt function

arch/parisc/Kconfig | 1 +
arch/parisc/include/asm/elf.h | 7 ++-
arch/parisc/include/asm/pdcpat.h | 2 +-
arch/parisc/include/asm/processor.h | 4 --
arch/parisc/kernel/entry.S | 12 +---
arch/parisc/kernel/firmware.c | 2 +-
arch/parisc/kernel/inventory.c | 8 +--
arch/parisc/kernel/perf.c | 5 +-
arch/parisc/kernel/process.c | 6 +-
arch/parisc/kernel/processor.c | 29 +++++-----
arch/parisc/kernel/sys_parisc.c | 18 +++---
arch/parisc/kernel/time.c | 112 ++++++++++--------------------------
12 files changed, 67 insertions(+), 139 deletions(-)