summaryrefslogtreecommitdiffstats
path: root/arch/openrisc/mm
Commit message (Expand)AuthorAgeFilesLines
* arch, drivers: replace for_each_membock() with for_each_mem_range()Mike Rapoport2020-10-131-3/+5
* openrisc: Fix cache API compile issue when not inliningStafford Horne2020-09-071-1/+1
* Merge tag 'for-linus' of git://github.com/openrisc/linuxLinus Torvalds2020-08-141-5/+12
|\
| * openrisc: Implement proper SMP tlb flushingStafford Horne2020-08-041-5/+12
* | mm/openrisc: use general page fault accountingPeter Xu2020-08-121-5/+4
* | mm: do page fault accounting in handle_mm_faultPeter Xu2020-08-121-1/+1
|/
* mmap locking API: convert mmap_sem API commentsMichel Lespinasse2020-06-091-1/+1
* mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-091-5/+5
* mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-091-1/+1
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-091-1/+1
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-092-2/+0
* openrisc: add support for folded p4d page tablesMike Rapoport2020-06-042-3/+11
* mm: free_area_init: use maximal zone PFNs rather than zone sizesMike Rapoport2020-06-031-6/+3
* mm: allow VM_FAULT_RETRY for multiple timesPeter Xu2020-04-021-1/+0
* mm: introduce FAULT_FLAG_DEFAULTPeter Xu2020-04-021-1/+1
* mm: introduce fault_signal_pending()Peter Xu2020-04-021-1/+1
* openrisc: map as uncached in ioremapChristoph Hellwig2019-08-311-4/+4
* Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-07-081-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/+5
* | 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/+0
|\
| * arch: mostly remove <asm/segment.h>Christoph Hellwig2019-04-232-2/+0
* | init: provide a generic free_initmem implementationMike Rapoport2019-05-141-5/+0
* | initramfs: provide a generic free_initrd_mem implementationChristoph Hellwig2019-05-141-7/+0
|/
* 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-071-7/+4
* mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)2019-01-041-2/+1
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-311-2/+1
* 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-171-1/+1
* signal/openrisc: Use force_sig_fault where appropriateEric W. Biederman2018-04-251-14/+5
* 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-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