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
Kconfig -rw-r--r-- 4.1 KB
Makefile -rw-r--r-- 977 bytes
clk-alpha-pll.c -rw-r--r-- 8.6 KB
clk-alpha-pll.h -rw-r--r-- 1.4 KB
clk-branch.c -rw-r--r-- 3.8 KB
clk-branch.h -rw-r--r-- 1.8 KB
clk-pll.c -rw-r--r-- 8.8 KB
clk-pll.h -rw-r--r-- 2.1 KB
clk-rcg.c -rw-r--r-- 20.9 KB
clk-rcg.h -rw-r--r-- 4.4 KB
clk-rcg2.c -rw-r--r-- 19.7 KB
clk-regmap-divider.c -rw-r--r-- 2.1 KB
clk-regmap-divider.h -rw-r--r-- 815 bytes
clk-regmap-mux.c -rw-r--r-- 1.7 KB
clk-regmap-mux.h -rw-r--r-- 815 bytes
clk-regmap.c -rw-r--r-- 3.1 KB
clk-regmap.h -rw-r--r-- 1.5 KB
common.c -rw-r--r-- 6.4 KB
common.h -rw-r--r-- 1.6 KB
gcc-apq8084.c -rw-r--r-- 88.4 KB
gcc-ipq4019.c -rw-r--r-- 32.1 KB
gcc-ipq806x.c -rw-r--r-- 65.0 KB
gcc-msm8660.c -rw-r--r-- 57.1 KB
gcc-msm8916.c -rw-r--r-- 81.3 KB
gcc-msm8960.c -rw-r--r-- 76.1 KB
gcc-msm8974.c -rw-r--r-- 68.0 KB
gcc-msm8996.c -rw-r--r-- 90.4 KB
gdsc.c -rw-r--r-- 6.8 KB
gdsc.h -rw-r--r-- 2.2 KB
lcc-ipq806x.c -rw-r--r-- 10.2 KB
lcc-msm8960.c -rw-r--r-- 14.3 KB
mmcc-apq8084.c -rw-r--r-- 77.6 KB
mmcc-msm8960.c -rw-r--r-- 67.6 KB
mmcc-msm8974.c -rw-r--r-- 60.7 KB
mmcc-msm8996.c -rw-r--r-- 81.3 KB
reset.c -rw-r--r-- 1.6 KB
reset.h -rw-r--r-- 992 bytes

back to top