dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/arch/hexagon/mm
Kautuk Consul 393a86af71 hexagon/mm/vm_fault.c: Port OOM changes to do_page_fault
Commit d065bd810b
(mm: retry page fault when blocking on disk transfer) and
commit 37b23e0525
(x86,mm: make pagefault killable)

The above commits introduced changes into the x86 pagefault handler
for making the page fault handler retryable as well as killable.

These changes reduce the mmap_sem hold time, which is crucial
during OOM killer invocation.

Port these changes to hexagon.

Signed-off-by: Kautuk Consul <consul.kautuk@gmail.com>
Signed-off-by: Richard Kuo <rkuo@codeaurora.org>
2012-05-22 18:40:45 -05:00
..
Makefile Hexagon: Add configuration and makefiles for the Hexagon architecture. 2011-11-01 07:34:21 -07:00
cache.c Hexagon: Implement basic cache-flush support 2011-11-01 07:34:20 -07:00
copy_from_user.S Hexagon: Add user access functions 2011-11-01 07:34:20 -07:00
copy_to_user.S Hexagon: Add user access functions 2011-11-01 07:34:20 -07:00
copy_user_template.S Hexagon: Add user access functions 2011-11-01 07:34:20 -07:00
init.c Hexagon: Add page-fault support. 2011-11-01 07:34:20 -07:00
ioremap.c Hexagon: Add ioremap support 2011-11-01 07:34:20 -07:00
pgalloc.c Hexagon: Add page table header files & etc. 2011-11-01 07:34:20 -07:00
strnlen_user.S Hexagon: Add user access functions 2011-11-01 07:34:20 -07:00
uaccess.c Hexagon: Add user access functions 2011-11-01 07:34:20 -07:00
vm_fault.c hexagon/mm/vm_fault.c: Port OOM changes to do_page_fault 2012-05-22 18:40:45 -05:00
vm_tlb.c Hexagon: Implement basic TLB management routines for Hexagon. 2011-11-01 07:34:20 -07:00