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
host
hotplug
pcie
Kconfig -rw-r--r-- 3.2 KB
Makefile -rw-r--r-- 1.5 KB
access.c -rw-r--r-- 17.2 KB
ats.c -rw-r--r-- 8.6 KB
bus.c -rw-r--r-- 9.3 KB
host-bridge.c -rw-r--r-- 2.0 KB
hotplug-pci.c -rw-r--r-- 702 bytes
htirq.c -rw-r--r-- 4.3 KB
iov.c -rw-r--r-- 15.9 KB
irq.c -rw-r--r-- 1.7 KB
msi.c -rw-r--r-- 34.7 KB
of.c -rw-r--r-- 1.5 KB
pci-acpi.c -rw-r--r-- 15.8 KB
pci-driver.c -rw-r--r-- 34.7 KB
pci-label.c -rw-r--r-- 7.4 KB
pci-stub.c -rw-r--r-- 2.4 KB
pci-sysfs.c -rw-r--r-- 39.1 KB
pci.c -rw-r--r-- 119.4 KB
pci.h -rw-r--r-- 10.1 KB
probe.c -rw-r--r-- 57.2 KB
proc.c -rw-r--r-- 9.1 KB
quirks.c -rw-r--r-- 137.4 KB
remove.c -rw-r--r-- 3.5 KB
rom.c -rw-r--r-- 6.2 KB
search.c -rw-r--r-- 12.0 KB
setup-bus.c -rw-r--r-- 46.6 KB
setup-irq.c -rw-r--r-- 1.7 KB
setup-res.c -rw-r--r-- 9.9 KB
slot.c -rw-r--r-- 10.2 KB
syscall.c -rw-r--r-- 2.6 KB
vc.c -rw-r--r-- 12.3 KB
vpd.c -rw-r--r-- 1.2 KB
xen-pcifront.c -rw-r--r-- 27.1 KB

back to top