Revision 713d25dba93ec3e739e209cd13bf7e1e9b00171a authored by Linus Torvalds on 28 March 2015, 17:58:53 UTC, committed by Linus Torvalds on 28 March 2015, 17:58:53 UTC
Pull parsic fixes from Helge Deller:
 "One patch from Mikulas fixes a bug on parisc by artifically
  incrementing the counter in pmd_free when the kernel tries to free
  the preallocated pmd.

  Other than that we now prevent that syscalls gets added without
  incrementing __NR_Linux_syscalls and fix the initial pmd setup code
  if a default page size greater than 4k has been selected"

* 'parisc-4.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux:
  parisc: Fix pmd code to depend on PT_NLEVELS value, not on CONFIG_64BIT
  parisc: mm: don't count preallocated pmds
  parisc: Add compile-time check when adding new syscalls
2 parent s 22824c5 + 2e3f0ab
History
File Mode Size
at91
bcm
berlin
hisilicon
keystone
mmp
mvebu
mxs
pxa
qcom
rockchip
samsung
shmobile
sirf
socfpga
spear
st
sunxi
tegra
ti
ux500
versatile
x86
zynq
Kconfig -rw-r--r-- 4.1 KB
Makefile -rw-r--r-- 2.8 KB
clk-asm9260.c -rw-r--r-- 11.3 KB
clk-axi-clkgen.c -rw-r--r-- 13.8 KB
clk-axm5516.c -rw-r--r-- 13.3 KB
clk-bcm2835.c -rw-r--r-- 1.9 KB
clk-cdce706.c -rw-r--r-- 17.7 KB
clk-clps711x.c -rw-r--r-- 5.8 KB
clk-composite.c -rw-r--r-- 8.0 KB
clk-conf.c -rw-r--r-- 3.8 KB
clk-devres.c -rw-r--r-- 1.1 KB
clk-divider.c -rw-r--r-- 13.4 KB
clk-efm32gg.c -rw-r--r-- 3.2 KB
clk-fixed-factor.c -rw-r--r-- 3.6 KB
clk-fixed-rate.c -rw-r--r-- 4.0 KB
clk-fractional-divider.c -rw-r--r-- 3.1 KB
clk-gate.c -rw-r--r-- 4.2 KB
clk-gpio-gate.c -rw-r--r-- 4.9 KB
clk-highbank.c -rw-r--r-- 8.2 KB
clk-ls1x.c -rw-r--r-- 4.9 KB
clk-max-gen.c -rw-r--r-- 4.4 KB
clk-max-gen.h -rw-r--r-- 1.1 KB
clk-max77686.c -rw-r--r-- 2.4 KB
clk-max77802.c -rw-r--r-- 2.6 KB
clk-moxart.c -rw-r--r-- 2.4 KB
clk-mux.c -rw-r--r-- 4.6 KB
clk-nomadik.c -rw-r--r-- 13.6 KB
clk-nspire.c -rw-r--r-- 3.8 KB
clk-palmas.c -rw-r--r-- 7.7 KB
clk-qoriq.c -rw-r--r-- 8.7 KB
clk-rk808.c -rw-r--r-- 4.4 KB
clk-s2mps11.c -rw-r--r-- 8.0 KB
clk-si5351.c -rw-r--r-- 40.3 KB
clk-si5351.h -rw-r--r-- 5.7 KB
clk-si570.c -rw-r--r-- 13.2 KB
clk-twl6040.c -rw-r--r-- 3.1 KB
clk-u300.c -rw-r--r-- 37.7 KB
clk-vt8500.c -rw-r--r-- 17.6 KB
clk-wm831x.c -rw-r--r-- 9.7 KB
clk-xgene.c -rw-r--r-- 14.0 KB
clk.c -rw-r--r-- 74.8 KB
clk.h -rw-r--r-- 1.1 KB
clkdev.c -rw-r--r-- 9.1 KB

back to top