Revision ccf55f73a607dba0cec470e677e3fad754304220 authored by Linus Torvalds on 10 June 2016, 19:23:49 UTC, committed by Linus Torvalds on 10 June 2016, 19:23:49 UTC
Pull powerpc fixes from
 - ptrace: Fix out of bounds array access warning from Khem Raj
 - pseries: Fix PCI config address for DDW from Gavin Shan
 - pseries: Fix IBM_ARCH_VEC_NRCORES_OFFSET since POWER8NVL was added
   from Michael Ellerman
 - of: fix autoloading due to broken modalias with no 'compatible' from
   Wolfram Sang
 - radix: Fix always false comparison against MMU_NO_CONTEXT from Aneesh
   Kumar K.V
 - hash: Compute the segment size correctly for ISA 3.0 from Aneesh
   Kumar K.V
 - nohash: Fix build break with 64K pages from Michael Ellerman

* tag 'powerpc-4.7-3' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux:
  powerpc/nohash: Fix build break with 64K pages
  powerpc/mm/hash: Compute the segment size correctly for ISA 3.0
  powerpc/mm/radix: Fix always false comparison against MMU_NO_CONTEXT
  of: fix autoloading due to broken modalias with no 'compatible'
  powerpc/pseries: Fix IBM_ARCH_VEC_NRCORES_OFFSET since POWER8NVL was added
  powerpc/pseries: Fix PCI config address for DDW
  powerpc/ptrace: Fix out of bounds array access warning
2 parent s c8f17d6 + 8017ea3
History
File Mode Size
.gitignore -rw-r--r-- 88 bytes
Kconfig -rw-r--r-- 14.1 KB
Makefile -rw-r--r-- 981 bytes
adummy.c -rw-r--r-- 4.0 KB
ambassador.c -rw-r--r-- 66.1 KB
ambassador.h -rw-r--r-- 15.8 KB
atmtcp.c -rw-r--r-- 11.4 KB
eni.c -rw-r--r-- 61.4 KB
eni.h -rw-r--r-- 4.6 KB
firestream.c -rw-r--r-- 54.2 KB
firestream.h -rw-r--r-- 14.6 KB
fore200e.c -rw-r--r-- 88.6 KB
fore200e.h -rw-r--r-- 38.6 KB
he.c -rw-r--r-- 76.1 KB
he.h -rw-r--r-- 19.8 KB
horizon.c -rw-r--r-- 83.0 KB
horizon.h -rw-r--r-- 16.7 KB
idt77105.c -rw-r--r-- 11.3 KB
idt77105.h -rw-r--r-- 3.7 KB
idt77252.c -rw-r--r-- 89.8 KB
idt77252.h -rw-r--r-- 33.6 KB
idt77252_tables.h -rw-r--r-- 44.9 KB
iphase.c -rw-r--r-- 108.1 KB
iphase.h -rw-r--r-- 53.4 KB
lanai.c -rw-r--r-- 80.6 KB
midway.h -rw-r--r-- 7.5 KB
nicstar.c -rw-r--r-- 72.3 KB
nicstar.h -rw-r--r-- 22.9 KB
nicstarmac.c -rw-r--r-- 6.0 KB
nicstarmac.copyright -rw-r--r-- 2.7 KB
solos-attrlist.c -rw-r--r-- 2.2 KB
solos-pci.c -rw-r--r-- 39.4 KB
suni.c -rw-r--r-- 9.8 KB
suni.h -rw-r--r-- 9.7 KB
tonga.h -rw-r--r-- 694 bytes
uPD98401.h -rw-r--r-- 11.7 KB
uPD98402.c -rw-r--r-- 6.5 KB
uPD98402.h -rw-r--r-- 4.4 KB
zatm.c -rw-r--r-- 43.4 KB
zatm.h -rw-r--r-- 3.5 KB
zeprom.h -rw-r--r-- 944 bytes

back to top