aboutsummaryrefslogtreecommitdiffstats
path: root/arch/openrisc/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-12treewide: add checks for the return value of memblock_alloc*()Mike Rapoport1-2/+6
2019-03-12openrisc: prefer memblock APIs returning virtual addressMike Rapoport1-1/+4
2019-03-07openrisc: simplify pte_alloc_one_kernel()Mike Rapoport1-7/+4
2019-01-04mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)1-2/+1
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-2/+1
2018-10-31memblock: rename free_all_bootmem to memblock_free_allMike Rapoport1-1/+1
2018-10-31memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc*Mike Rapoport2-2/+2
2018-08-17mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder1-1/+1
2018-04-25signal/openrisc: Use force_sig_fault where appropriateEric W. Biederman1-14/+5
2018-04-25signal: Ensure every siginfo we send has all bits initializedEric W. Biederman1-0/+1
2017-11-03openrisc: add cacheflush support to fix icache aliasingJan Henrik Weinstock2-1/+62
2017-11-03openrisc: initial SMP supportStefan Kristiansson3-11/+11
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h>Ingo Molnar1-1/+1
2017-02-24Merge tag 'openrisc-for-linus' of git://github.com/openrisc/linuxLinus Torvalds1-0/+2
2017-02-25openrisc: Export ioremap symbols used by modulesStafford Horne1-0/+2
2017-01-26openrisc: 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 Torvalds1-1/+1
2016-12-12openrisc: Consolidate setup to use memblock instead of bootmemStafford Horne2-5/+1
2016-12-12openrisc: fix PTRS_PER_PGD defineStefan Kristiansson1-1/+1
2016-08-02treewide: replace obsolete _refok by __refFabian Frederick1-2/+2
2016-07-26mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov1-1/+1
2016-06-24tree wide: get rid of __GFP_REPEAT for order-0 allocations part IMichal Hocko1-1/+1
2015-01-29vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds1-0/+2
2013-09-12arch: mm: pass userspace fault flag to generic fault handlerJohannes Weiner1-0/+1
2013-07-09mm: invoke oom-killer from remaining unconverted page fault handlersJohannes Weiner1-4/+4
2013-07-03mm/openrisc: prepare for removing num_physpages and simplify mem_init()Jiang Liu1-40/+4
2013-07-03mm: concentrate modification of totalram_pages into the mm coreJiang Liu1-1/+1
2013-07-03mm: enhance free_reserved_area() to support poisoning memory with zeroJiang Liu1-2/+2
2013-07-03mm: change signature of free_reserved_area() to fix building warningsJiang Liu1-1/+1
2013-04-29mm/openrisc: use common help functions to free reserved pagesJiang Liu1-24/+3
2013-02-17openrisc: update DTLB-miss handler lastJonas Bonn1-3/+14
2012-10-09readahead: fault retry breaks mmap file read random detectionShaohua Li1-0/+1
2012-05-08openrisc/mm/fault.c: Port OOM changes to do_page_faultKautuk Consul1-6/+26
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_systemLinus Torvalds2-2/+0
2012-03-28Disintegrate asm/system.h for OpenRISCDavid Howells2-2/+0
2012-02-17arch/openrisc/mm/init.c: trivial: use BUG_ONJulia Lawall1-2/+1
2011-07-22OpenRISC: Build infrastructureJonas Bonn1-0/+5
2011-07-22OpenRISC: Memory managementJonas Bonn4-0/+951