Revision 9de455b20705f36384a711d4a20bcf7ba1ab180b authored by Atsushi Nemoto on 12 December 2006, 17:14:55 UTC, committed by Linus Torvalds on 13 December 2006, 17:27:08 UTC
To allow a more effective copy_user_highpage() on certain architectures,
a vma argument is added to the function and cow_user_page() allowing
the implementation of these functions to check for the VM_EXEC bit.

The main part of this patch was originally written by Ralf Baechle;
Atushi Nemoto did the the debugging.

Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
1 parent 77fff4a
History
File Mode Size
hotplug
pcie
.gitignore -rw-r--r-- 35 bytes
Kconfig -rw-r--r-- 2.1 KB
Makefile -rw-r--r-- 1.2 KB
access.c -rw-r--r-- 4.9 KB
bus.c -rw-r--r-- 5.4 KB
hotplug.c -rw-r--r-- 1.3 KB
htirq.c -rw-r--r-- 4.3 KB
msi.c -rw-r--r-- 23.7 KB
msi.h -rw-r--r-- 1.7 KB
pci-acpi.c -rw-r--r-- 8.4 KB
pci-driver.c -rw-r--r-- 14.8 KB
pci-sysfs.c -rw-r--r-- 17.1 KB
pci.c -rw-r--r-- 29.0 KB
pci.h -rw-r--r-- 4.1 KB
probe.c -rw-r--r-- 32.1 KB
proc.c -rw-r--r-- 9.9 KB
quirks.c -rw-r--r-- 57.5 KB
remove.c -rw-r--r-- 3.7 KB
rom.c -rw-r--r-- 6.7 KB
search.c -rw-r--r-- 15.3 KB
setup-bus.c -rw-r--r-- 15.3 KB
setup-irq.c -rw-r--r-- 1.6 KB
setup-res.c -rw-r--r-- 6.4 KB
syscall.c -rw-r--r-- 2.7 KB

back to top