aboutsummaryrefslogtreecommitdiff
path: root/arch/hexagon/mm
AgeCommit message (Expand)AuthorFilesLines
2018-10-26hexagon: switch to NO_BOOTMEMGravatar Mike Rapoport 1-12/+8
2018-08-17mm: convert return type of handle_mm_fault() caller to vm_fault_tGravatar Souptick Joarder 1-1/+1
2018-06-15hexagon: drop the unused variable zero_page_maskGravatar Anshuman Khandual 1-3/+0
2018-04-25signal/hexagon: Use force_sig_fault as appropriateGravatar Eric W. Biederman 1-14/+7
2018-04-25signal: Ensure every siginfo we send has all bits initializedGravatar Eric W. Biederman 1-0/+1
2017-07-06mm: memcontrol: per-lruvec stats infrastructureGravatar Johannes Weiner 1-0/+1
2017-06-10hexagon: Use raw_copy_to_userGravatar Guenter Roeck 1-3/+2
2017-04-24hexagon: switch to RAW_COPY_USERGravatar Al Viro 2-2/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2017-01-26hexagon: migrate exception table users off module.h and onto extable.hGravatar Paul Gortmaker 1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 2-2/+2
2016-08-02treewide: replace obsolete _refok by __refGravatar Fabian Frederick 1-1/+1
2016-07-26mm: do not pass mm_struct into handle_mm_faultGravatar Kirill A. Shutemov 1-1/+1
2014-12-16hexagon: Fix build failures in linux-nextGravatar Guenter Roeck 2-0/+11
2014-08-29flush_icache_range: export symbol to fix build errorsGravatar Pranith Kumar 1-0/+1
2013-09-12arch: mm: pass userspace fault flag to generic fault handlerGravatar Johannes Weiner 1-2/+4
2013-07-03mm/hexagon: prepare for removing num_physpages and simplify mem_init()Gravatar Jiang Liu 1-3/+1
2013-07-03mm: concentrate modification of totalram_pages into the mm coreGravatar Jiang Liu 1-1/+1
2013-04-30Hexagon: fix signal number for user mem faultsGravatar Richard Kuo 1-2/+2
2013-04-30Hexagon: update copyright datesGravatar Richard Kuo 1-1/+1
2013-04-30Hexagon: add support for ARCH_PFN_OFFSETGravatar Richard Kuo 1-12/+21
2012-10-18Hexagon: Copyright marking changesGravatar Richard Kuo 11-11/+11
2012-10-09readahead: fault retry breaks mmap file read random detectionGravatar Shaohua Li 1-0/+1
2012-05-22hexagon/mm/vm_fault.c: Port OOM changes to do_page_faultGravatar Kautuk Consul 1-5/+17
2011-11-01Hexagon: Add configuration and makefiles for the Hexagon architecture.Gravatar Richard Kuo 1-0/+6
2011-11-01Hexagon: Add page-fault support.Gravatar Richard Kuo 2-0/+463
2011-11-01Hexagon: Add page table header files & etc.Gravatar Richard Kuo 1-0/+23
2011-11-01Hexagon: Add ioremap supportGravatar Richard Kuo 1-0/+56
2011-11-01Hexagon: Implement basic TLB management routines for Hexagon.Gravatar Richard Kuo 1-0/+93
2011-11-01Hexagon: Implement basic cache-flush supportGravatar Richard Kuo 1-0/+128
2011-11-01Hexagon: Add user access functionsGravatar Richard Kuo 5-0/+589