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
i1480
Kconfig -rw-r--r-- 2.4 KB
Makefile -rw-r--r-- 448 bytes
address.c -rw-r--r-- 10.1 KB
allocator.c -rw-r--r-- 9.9 KB
beacon.c -rw-r--r-- 16.3 KB
driver.c -rw-r--r-- 4.0 KB
drp-avail.c -rw-r--r-- 8.6 KB
drp-ie.c -rw-r--r-- 9.6 KB
drp.c -rw-r--r-- 24.5 KB
est.c -rw-r--r-- 13.3 KB
hwa-rc.c -rw-r--r-- 28.2 KB
ie-rcv.c -rw-r--r-- 1.5 KB
ie.c -rw-r--r-- 9.6 KB
lc-dev.c -rw-r--r-- 12.4 KB
lc-rc.c -rw-r--r-- 13.3 KB
neh.c -rw-r--r-- 17.8 KB
pal.c -rw-r--r-- 3.2 KB
radio.c -rw-r--r-- 4.7 KB
reset.c -rw-r--r-- 11.0 KB
rsv.c -rw-r--r-- 27.4 KB
scan.c -rw-r--r-- 4.1 KB
umc-bus.c -rw-r--r-- 5.5 KB
umc-dev.c -rw-r--r-- 2.2 KB
umc-drv.c -rw-r--r-- 845 bytes
uwb-debug.c -rw-r--r-- 9.2 KB
uwb-internal.h -rw-r--r-- 11.1 KB
uwbd.c -rw-r--r-- 10.2 KB
whc-rc.c -rw-r--r-- 13.2 KB
whci.c -rw-r--r-- 6.3 KB

back to top