summaryrefslogtreecommitdiffstats
path: root/arch/hexagon/mm
Commit message (Expand)AuthorAgeFilesLines
* mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder2018-08-181-1/+1
* hexagon: drop the unused variable zero_page_maskAnshuman Khandual2018-06-151-3/+0Star
* signal/hexagon: Use force_sig_fault as appropriateEric W. Biederman2018-04-251-14/+7Star
* signal: Ensure every siginfo we send has all bits initializedEric W. Biederman2018-04-251-0/+1
* mm: memcontrol: per-lruvec stats infrastructureJohannes Weiner2017-07-071-0/+1
* hexagon: Use raw_copy_to_userGuenter Roeck2017-06-111-3/+2Star
* hexagon: switch to RAW_COPY_USERAl Viro2017-04-252-2/+2
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* hexagon: migrate exception table users off module.h and onto extable.hPaul Gortmaker2017-01-261-1/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-242-2/+2
* treewide: replace obsolete _refok by __refFabian Frederick2016-08-021-1/+1
* mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov2016-07-271-1/+1
* hexagon: Fix build failures in linux-nextGuenter Roeck2014-12-162-0/+11
* flush_icache_range: export symbol to fix build errorsPranith Kumar2014-08-301-0/+1
* arch: mm: pass userspace fault flag to generic fault handlerJohannes Weiner2013-09-131-2/+4
* mm/hexagon: prepare for removing num_physpages and simplify mem_init()Jiang Liu2013-07-041-3/+1Star
* mm: concentrate modification of totalram_pages into the mm coreJiang Liu2013-07-041-1/+1
* Hexagon: fix signal number for user mem faultsRichard Kuo2013-05-011-2/+2
* Hexagon: update copyright datesRichard Kuo2013-05-011-1/+1
* Hexagon: add support for ARCH_PFN_OFFSETRichard Kuo2013-05-011-12/+21
* Hexagon: Copyright marking changesRichard Kuo2012-10-1911-11/+11
* readahead: fault retry breaks mmap file read random detectionShaohua Li2012-10-091-0/+1
* hexagon/mm/vm_fault.c: Port OOM changes to do_page_faultKautuk Consul2012-05-231-5/+17
* Hexagon: Add configuration and makefiles for the Hexagon architecture.Richard Kuo2011-11-011-0/+6
* Hexagon: Add page-fault support.Richard Kuo2011-11-012-0/+463
* Hexagon: Add page table header files & etc.Richard Kuo2011-11-011-0/+23
* Hexagon: Add ioremap supportRichard Kuo2011-11-011-0/+56
* Hexagon: Implement basic TLB management routines for Hexagon.Richard Kuo2011-11-011-0/+93
* Hexagon: Implement basic cache-flush supportRichard Kuo2011-11-011-0/+128
* Hexagon: Add user access functionsRichard Kuo2011-11-015-0/+589