kernel-hacking-2024-linux-s.../arch/arc
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
..
boot
include/asm ARC: TLB flush Handling 2013-02-15 23:15:53 +05:30
kernel ARC: [Review] Prevent incorrect syscall restarts 2013-02-15 23:15:50 +05:30
lib ARC: String library 2013-02-11 20:00:35 +05:30
mm ARC: Page Fault handling 2013-02-15 23:15:53 +05:30
plat-arcfpga ARC: Interrupt Handling 2013-02-11 20:00:37 +05:30
Kbuild
Kconfig ARC: Signal handling 2013-02-15 23:03:30 +05:30
Kconfig.debug
Makefile