linux-stable/arch/arc/mm
Vineet Gupta fbd7053a78 ARC: Page Fault handling
This includes recent changes to make handler "retry" and/or "killable"

The killable (early exit) logic is loosely based on how SH implements it
	return if SIGKILL + either of VM_FAULT_OOM or VM_FAULT_RETRY
which is different from Hexagon implementation which would NOT early
exit for
	SIGKILL + VM_FAULT_OOM + !VM_FAULT_RETRY

credits: Non executable stack support from Simon Spooner

Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
2013-02-15 23:15:53 +05:30
..
cache_arc700.c ARC: Cache Flush Management 2013-02-15 23:15:50 +05:30
extable.c ARC: uaccess friends 2013-02-11 20:00:31 +05:30
fault.c ARC: Page Fault handling 2013-02-15 23:15:53 +05:30
Makefile
tlb.c ARC: TLB flush Handling 2013-02-15 23:15:53 +05:30
tlbex.S ARC: MMU Exception Handling 2013-02-15 23:15:52 +05:30