summaryrefslogtreecommitdiffstats
path: root/arch/openrisc/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-091-2/+2
|\
| * signal: Remove the task parameter from force_sig_faultEric W. Biederman2019-05-291-2/+2
| * signal: Explicitly call force_sig_fault on currentEric W. Biederman2019-05-291-2/+2
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-305-25/+5Star
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
|/
* Merge tag 'asm-generic-nommu' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-05-162-2/+0Star
|\
| * arch: mostly remove <asm/segment.h>Christoph Hellwig2019-04-232-2/+0Star
* | init: provide a generic free_initmem implementationMike Rapoport2019-05-141-5/+0Star
* | initramfs: provide a generic free_initrd_mem implementationChristoph Hellwig2019-05-141-7/+0Star
|/
* treewide: add checks for the return value of memblock_alloc*()Mike Rapoport2019-03-121-2/+6
* openrisc: prefer memblock APIs returning virtual addressMike Rapoport2019-03-121-1/+4
* openrisc: simplify pte_alloc_one_kernel()Mike Rapoport2019-03-081-7/+4Star
* mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)2019-01-041-2/+1Star
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-311-2/+1Star
* memblock: rename free_all_bootmem to memblock_free_allMike Rapoport2018-10-311-1/+1
* memblock: rename memblock_alloc{_nid,_try_nid} to memblock_phys_alloc*Mike Rapoport2018-10-312-2/+2
* mm: convert return type of handle_mm_fault() caller to vm_fault_tSouptick Joarder2018-08-181-1/+1
* signal/openrisc: Use force_sig_fault where appropriateEric W. Biederman2018-04-251-14/+5Star
* signal: Ensure every siginfo we send has all bits initializedEric W. Biederman2018-04-251-0/+1
* openrisc: add cacheflush support to fix icache aliasingJan Henrik Weinstock2017-11-032-1/+62
* openrisc: initial SMP supportStefan Kristiansson2017-11-033-11/+11
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-1/+1
* Merge tag 'openrisc-for-linus' of git://github.com/openrisc/linuxLinus Torvalds2017-02-251-0/+2
|\
| * openrisc: Export ioremap symbols used by modulesStafford Horne2017-02-241-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/+1Star
* 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-271-1/+1
* tree wide: get rid of __GFP_REPEAT for order-0 allocations part IMichal Hocko2016-06-251-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-131-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-041-40/+4Star
* mm: concentrate modification of totalram_pages into the mm coreJiang Liu2013-07-041-1/+1
* mm: enhance free_reserved_area() to support poisoning memory with zeroJiang Liu2013-07-041-2/+2
* mm: change signature of free_reserved_area() to fix building warningsJiang Liu2013-07-041-1/+1
* mm/openrisc: use common help functions to free reserved pagesJiang Liu2013-04-301-24/+3Star
* 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-292-2/+0Star
|\
| * Disintegrate asm/system.h for OpenRISCDavid Howells2012-03-282-2/+0Star
* | arch/openrisc/mm/init.c: trivial: use BUG_ONJulia Lawall2012-02-171-2/+1Star
|/
* OpenRISC: Build infrastructureJonas Bonn2011-07-221-0/+5
* OpenRISC: Memory managementJonas Bonn2011-07-224-0/+951