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
int340x_thermal
samsung
st
ti-soc-thermal
Kconfig -rw-r--r-- 9.7 KB
Makefile -rw-r--r-- 1.5 KB
armada_thermal.c -rw-r--r-- 7.9 KB
clock_cooling.c -rw-r--r-- 14.1 KB
cpu_cooling.c -rw-r--r-- 14.3 KB
db8500_cpufreq_cooling.c -rw-r--r-- 2.7 KB
db8500_thermal.c -rw-r--r-- 13.9 KB
dove_thermal.c -rw-r--r-- 5.0 KB
fair_share.c -rw-r--r-- 3.8 KB
gov_bang_bang.c -rw-r--r-- 3.6 KB
imx_thermal.c -rw-r--r-- 17.2 KB
intel_powerclamp.c -rw-r--r-- 21.2 KB
intel_soc_dts_thermal.c -rw-r--r-- 11.3 KB
kirkwood_thermal.c -rw-r--r-- 3.2 KB
of-thermal.c -rw-r--r-- 23.6 KB
rcar_thermal.c -rw-r--r-- 12.1 KB
rockchip_thermal.c -rw-r--r-- 18.1 KB
spear_thermal.c -rw-r--r-- 5.1 KB
step_wise.c -rw-r--r-- 6.3 KB
tegra_soctherm.c -rw-r--r-- 12.1 KB
thermal_core.c -rw-r--r-- 47.3 KB
thermal_core.h -rw-r--r-- 3.9 KB
thermal_hwmon.c -rw-r--r-- 7.4 KB
thermal_hwmon.h -rw-r--r-- 1.6 KB
user_space.c -rw-r--r-- 1.7 KB
x86_pkg_temp_thermal.c -rw-r--r-- 16.4 KB

back to top