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
Kconfig -rw-r--r-- 10.2 KB
Makefile -rw-r--r-- 1.5 KB
core.c -rw-r--r-- 19.2 KB
pwm-ab8500.c -rw-r--r-- 3.3 KB
pwm-atmel-hlcdc.c -rw-r--r-- 7.4 KB
pwm-atmel-tcb.c -rw-r--r-- 11.5 KB
pwm-atmel.c -rw-r--r-- 9.7 KB
pwm-bcm-kona.c -rw-r--r-- 8.9 KB
pwm-bcm2835.c -rw-r--r-- 4.9 KB
pwm-bfin.c -rw-r--r-- 3.1 KB
pwm-clps711x.c -rw-r--r-- 4.3 KB
pwm-ep93xx.c -rw-r--r-- 5.9 KB
pwm-fsl-ftm.c -rw-r--r-- 12.5 KB
pwm-img.c -rw-r--r-- 6.5 KB
pwm-imx.c -rw-r--r-- 8.6 KB
pwm-jz4740.c -rw-r--r-- 4.8 KB
pwm-lp3943.c -rw-r--r-- 7.5 KB
pwm-lpc32xx.c -rw-r--r-- 4.3 KB
pwm-lpss-pci.c -rw-r--r-- 1.6 KB
pwm-lpss-platform.c -rw-r--r-- 1.7 KB
pwm-lpss.c -rw-r--r-- 3.9 KB
pwm-lpss.h -rw-r--r-- 828 bytes
pwm-mxs.c -rw-r--r-- 4.7 KB
pwm-pca9685.c -rw-r--r-- 7.1 KB
pwm-puv3.c -rw-r--r-- 3.5 KB
pwm-pxa.c -rw-r--r-- 5.5 KB
pwm-renesas-tpu.c -rw-r--r-- 11.9 KB
pwm-rockchip.c -rw-r--r-- 7.1 KB
pwm-samsung.c -rw-r--r-- 15.8 KB
pwm-spear.c -rw-r--r-- 6.5 KB
pwm-sti.c -rw-r--r-- 10.0 KB
pwm-sun4i.c -rw-r--r-- 8.5 KB
pwm-tegra.c -rw-r--r-- 5.8 KB
pwm-tiecap.c -rw-r--r-- 8.7 KB
pwm-tiehrpwm.c -rw-r--r-- 16.2 KB
pwm-tipwmss.c -rw-r--r-- 3.3 KB
pwm-tipwmss.h -rw-r--r-- 1.1 KB
pwm-twl-led.c -rw-r--r-- 8.6 KB
pwm-twl.c -rw-r--r-- 8.9 KB
pwm-vt8500.c -rw-r--r-- 6.8 KB
sysfs.c -rw-r--r-- 7.7 KB

back to top