summaryrefslogtreecommitdiffstats
path: root/arch/openrisc/mm
AgeCommit message (Expand)AuthorLines
2019-08-31openrisc: map as uncached in ioremapChristoph Hellwig-4/+4
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-2/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner-25/+5
2019-05-29signal: Remove the task parameter from force_sig_faultEric W. Biederman-2/+2
2019-05-29signal: Explicitly call force_sig_fault on currentEric W. Biederman-2/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+1
2019-05-16Merge tag 'asm-generic-nommu' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-2/+0
2019-05-14init: provide a generic free_initmem implementationMike Rapoport-5/+0
2019-05-14initramfs: provide a generic free_initrd_mem implementationChristoph Hellwig-7/+0
2019-04-23arch: mostly remove <asm/segment.h>Christoph Hellwig-2/+0
2019-03-12treewide: add checks for the return value of memblock_alloc*()Mike Rapoport-2/+6
2019-03-12openrisc: prefer memblock APIs returning virtual addressMike Rapoport-1/+4
2019-03-07openrisc: simplify pte_alloc_one_kernel()Mike Rapoport-7/+4
2019-01-04mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)-2/+1
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport-2/+1
2018-10-31memblock: rename free_all_bootmem to memblock_free_allMike Rapoport-1/+1
2018-10-31memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc*Mike Rapoport-2/+2
2018-08-17mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder-1/+1
2018-04-25signal/openrisc: Use force_sig_fault where appropriateEric W. Biederman-14/+5
2018-04-25signal: Ensure every siginfo we send has all bits initializedEric W. Biederman-0/+1
2017-11-03openrisc: add cacheflush support to fix icache aliasingJan Henrik Weinstock-1/+62
2017-11-03openrisc: initial SMP supportStefan Kristiansson-11/+11
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-1/+1
2017-02-24Merge tag 'openrisc-for-linus' of git://github.com/openrisc/linuxLinus Torvalds-0/+2
2017-02-25openrisc: Export ioremap symbols used by modulesStafford Horne-0/+2
2017-01-26openrisc: migrate exception table users off module.h and onto extable.hPaul Gortmaker-1/+1
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds-1/+1
2016-12-12openrisc: Consolidate setup to use memblock instead of bootmemStafford Horne-5/+1
2016-12-12openrisc: fix PTRS_PER_PGD defineStefan Kristiansson-1/+1
2016-08-02treewide: replace obsolete _refok by __refFabian Frederick-2/+2
2016-07-26mm: do not pass mm_struct into handle_mm_faultKirill A. Shutemov-1/+1
2016-06-24tree wide: get rid of __GFP_REPEAT for order-0 allocations part IMichal Hocko-1/+1
2015-01-29vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds-0/+2
2013-09-12arch: mm: pass userspace fault flag to generic fault handlerJohannes Weiner-0/+1
2013-07-09mm: invoke oom-killer from remaining unconverted page fault handlersJohannes Weiner-4/+4
2013-07-03mm/openrisc: prepare for removing num_physpages and simplify mem_init()Jiang Liu-40/+4
2013-07-03mm: concentrate modification of totalram_pages into the mm coreJiang Liu-1/+1
2013-07-03mm: enhance free_reserved_area() to support poisoning memory with zeroJiang Liu-2/+2
2013-07-03mm: change signature of free_reserved_area() to fix building warningsJiang Liu-1/+1
2013-04-29mm/openrisc: use common help functions to free reserved pagesJiang Liu-24/+3
2013-02-17openrisc: update DTLB-miss handler lastJonas Bonn-3/+14
2012-10-09readahead: fault retry breaks mmap file read random detectionShaohua Li-0/+1
2012-05-08openrisc/mm/fault.c: Port OOM changes to do_page_faultKautuk Consul-6/+26
2012-03-28Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds-2/+0
2012-03-28Disintegrate asm/system.h for OpenRISCDavid Howells-2/+0
2012-02-17arch/openrisc/mm/init.c: trivial: use BUG_ONJulia Lawall-2/+1
2011-07-22OpenRISC: Build infrastructureJonas Bonn-0/+5
2011-07-22OpenRISC: Memory managementJonas Bonn-0/+951