aboutsummaryrefslogtreecommitdiffstats
path: root/arch/hexagon/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds1-1/+1
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-1/+0
2018-10-31memblock: rename free_all_bootmem to memblock_free_allMike Rapoport1-1/+1
2018-10-26hexagon: switch to NO_BOOTMEMMike Rapoport1-12/+8
2018-08-17mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder1-1/+1
2018-06-15hexagon: drop the unused variable zero_page_maskAnshuman Khandual1-3/+0
2018-04-25signal/hexagon: Use force_sig_fault as appropriateEric W. Biederman1-14/+7
2018-04-25signal: Ensure every siginfo we send has all bits initializedEric W. Biederman1-0/+1
2017-07-06mm: memcontrol: per-lruvec stats infrastructureJohannes Weiner1-0/+1
2017-06-10hexagon: Use raw_copy_to_userGuenter Roeck1-3/+2
2017-04-24hexagon: switch to RAW_COPY_USERAl Viro2-2/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>Ingo Molnar1-0/+1
2017-01-26hexagon: migrate exception table users off module.h and onto extable.hPaul Gortmaker1-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2-2/+2
2016-08-02treewide: replace obsolete _refok by __refFabian Frederick1-1/+1
2016-07-26mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov1-1/+1
2014-12-16hexagon: Fix build failures in linux-nextGuenter Roeck2-0/+11
2014-08-29flush_icache_range: export symbol to fix build errorsPranith Kumar1-0/+1
2013-09-12arch: mm: pass userspace fault flag to generic fault handlerJohannes Weiner1-2/+4
2013-07-03mm/hexagon: prepare for removing num_physpages and simplify mem_init()Jiang Liu1-3/+1
2013-07-03mm: concentrate modification of totalram_pages into the mm coreJiang Liu1-1/+1
2013-04-30Hexagon: fix signal number for user mem faultsRichard Kuo1-2/+2
2013-04-30Hexagon: update copyright datesRichard Kuo1-1/+1
2013-04-30Hexagon: add support for ARCH_PFN_OFFSETRichard Kuo1-12/+21
2012-10-18Hexagon: Copyright marking changesRichard Kuo11-11/+11
2012-10-09readahead: fault retry breaks mmap file read random detectionShaohua Li1-0/+1
2012-05-22hexagon/mm/vm_fault.c: Port OOM changes to do_page_faultKautuk Consul1-5/+17
2011-11-01Hexagon: Add configuration and makefiles for the Hexagon architecture.Richard Kuo1-0/+6
2011-11-01Hexagon: Add page-fault support.Richard Kuo2-0/+463
2011-11-01Hexagon: Add page table header files & etc.Richard Kuo1-0/+23
2011-11-01Hexagon: Add ioremap supportRichard Kuo1-0/+56
2011-11-01Hexagon: Implement basic TLB management routines for Hexagon.Richard Kuo1-0/+93
2011-11-01Hexagon: Implement basic cache-flush supportRichard Kuo1-0/+128
2011-11-01Hexagon: Add user access functionsRichard Kuo5-0/+589