summaryrefslogtreecommitdiffstats
path: root/arch/openrisc/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'openrisc-for-linus' of git://github.com/openrisc/linuxLinus Torvalds2017-02-241-0/+2
|\
| * openrisc: Export ioremap symbols used by modulesStafford Horne2017-02-251-0/+2
* | openrisc: 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-241-1/+1
* openrisc: Consolidate setup to use memblock instead of bootmemStafford Horne2016-12-122-5/+1
* openrisc: fix PTRS_PER_PGD defineStefan Kristiansson2016-12-121-1/+1
* treewide: replace obsolete _refok by __refFabian Frederick2016-08-021-2/+2
* mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov2016-07-261-1/+1
* tree wide: get rid of __GFP_REPEAT for order-0 allocations part IMichal Hocko2016-06-241-1/+1
* vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds2015-01-291-0/+2
* arch: mm: pass userspace fault flag to generic fault handlerJohannes Weiner2013-09-121-0/+1
* mm: invoke oom-killer from remaining unconverted page fault handlersJohannes Weiner2013-07-091-4/+4
* mm/openrisc: prepare for removing num_physpages and simplify mem_init()Jiang Liu2013-07-031-40/+4
* mm: concentrate modification of totalram_pages into the mm coreJiang Liu2013-07-031-1/+1
* mm: enhance free_reserved_area() to support poisoning memory with zeroJiang Liu2013-07-031-2/+2
* mm: change signature of free_reserved_area() to fix building warningsJiang Liu2013-07-031-1/+1
* mm/openrisc: use common help functions to free reserved pagesJiang Liu2013-04-291-24/+3
* openrisc: update DTLB-miss handler lastJonas Bonn2013-02-171-3/+14
* readahead: fault retry breaks mmap file read random detectionShaohua Li2012-10-091-0/+1
* openrisc/mm/fault.c: Port OOM changes to do_page_faultKautuk Consul2012-05-081-6/+26
* Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds2012-03-282-2/+0
|\
| * Disintegrate asm/system.h for OpenRISCDavid Howells2012-03-282-2/+0
* | arch/openrisc/mm/init.c: trivial: use BUG_ONJulia Lawall2012-02-171-2/+1
|/
* OpenRISC: Build infrastructureJonas Bonn2011-07-221-0/+5
* OpenRISC: Memory managementJonas Bonn2011-07-224-0/+951