linux/arch/nios2/mm
Ley Foon Tan 6347e2a10f nios2: mm: do not invoke OOM killer on kernel fault OOM
Follow commit 871341023c.

Kernel faults are expected to handle OOM conditions gracefully (gup,
uaccess etc.), so they should never invoke the OOM killer.  Reserve
this for faults triggered in user context when it is the only option.

Signed-off-by: Ley Foon Tan <lftan@altera.com>
2015-03-16 15:35:25 +08:00
..
Makefile nios2: Build infrastructure 2014-12-08 12:56:06 +08:00
cacheflush.c nios2: Cache handling 2014-12-08 12:55:54 +08:00
dma-mapping.c nios2: DMA mapping API 2014-12-08 12:55:56 +08:00
extable.c nios2: MMU Fault handling 2014-12-08 12:55:52 +08:00
fault.c nios2: mm: do not invoke OOM killer on kernel fault OOM 2015-03-16 15:35:25 +08:00
init.c nios2: Memory management 2014-12-08 12:55:51 +08:00
ioremap.c nios2: I/O Mapping 2014-12-08 12:55:52 +08:00
mmu_context.c nios2: Process management 2014-12-08 12:55:53 +08:00
pgtable.c nios2: Page table management 2014-12-08 12:55:53 +08:00
tlb.c nios2: TLB handling 2014-12-08 12:55:54 +08:00
uaccess.c nios2: Memory management 2014-12-08 12:55:51 +08:00