Revision a991639c26c7231ddb6de7f34899fb70832b7d04 authored by Linus Torvalds on 29 May 2014, 21:14:43 UTC, committed by Linus Torvalds on 29 May 2014, 21:14:43 UTC
Pull arm64 fix from Will Deacon:
 "Fix CoW regression for transparent hugepages by routing set_pmd_at to
  set_pte_at, which correctly handles PTE_WRITE and will mark the
  resulting table entry as read-only where appropriate"

* tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux:
  arm64: mm: fix pmd_write CoW brokenness
2 parent s f035b3d + ceb2183
History
File Mode Size
Kconfig -rw-r--r-- 1.9 KB
Makefile -rw-r--r-- 623 bytes
README -rw-r--r-- 956 bytes
TODO -rw-r--r-- 96 bytes
bcma_private.h -rw-r--r-- 3.1 KB
core.c -rw-r--r-- 3.6 KB
driver_chipcommon.c -rw-r--r-- 8.8 KB
driver_chipcommon_nflash.c -rw-r--r-- 1.1 KB
driver_chipcommon_pmu.c -rw-r--r-- 18.8 KB
driver_chipcommon_sflash.c -rw-r--r-- 4.2 KB
driver_gmac_cmn.c -rw-r--r-- 265 bytes
driver_gpio.c -rw-r--r-- 5.9 KB
driver_mips.c -rw-r--r-- 10.0 KB
driver_pci.c -rw-r--r-- 8.9 KB
driver_pci_host.c -rw-r--r-- 17.4 KB
host_pci.c -rw-r--r-- 7.5 KB
host_soc.c -rw-r--r-- 3.6 KB
main.c -rw-r--r-- 12.0 KB
scan.c -rw-r--r-- 14.9 KB
scan.h -rw-r--r-- 1.7 KB
sprom.c -rw-r--r-- 20.2 KB

README

back to top