summaryrefslogtreecommitdiff
path: root/arch/openrisc/mm
AgeCommit message (Expand)AuthorFilesLines
2023-09-05Merge tag 'for-linus' of https://github.com/openrisc/linuxLinus Torvalds4-13/+4
2023-08-25openrisc: implement the new page table range APIMatthew Wilcox (Oracle)1-4/+8
2023-08-21openrisc: Remove kernel-doc marker from ioremap commentStafford Horne1-1/+1
2023-08-21openrisc: Remove unused tlb_init functionStafford Horne2-11/+0
2023-08-21openrisc: Add prototype for die to bug.hStafford Horne1-2/+1
2023-08-21openrisc: Add missing prototypes for assembly called fnctionsStafford Horne1-0/+3
2023-08-18openrisc: mm: convert to GENERIC_IOREMAPBaoquan He1-49/+0
2023-08-18openrisc: mm: remove unneeded early ioremap codeBaoquan He1-38/+5
2023-06-27mm: always expand the stack with the mmap write lock heldLinus Torvalds1-2/+3
2023-03-02openrisc: fix livelock in uaccessAl Viro1-1/+4
2022-08-06Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2-0/+24
2022-07-29openrisc: io: Define iounmap argument as volatileStafford Horne1-1/+1
2022-07-18openrisc/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual1-0/+20
2022-06-17mm: avoid unnecessary page fault retires on shared memory typesPeter Xu1-0/+4
2022-05-23openrisc/fault: Fix symbol scope warningsStafford Horne1-3/+1
2022-05-12openrisc: remove bogus nops and shutdownsJason A. Donenfeld1-5/+0
2022-05-12openrisc: fix typos in commentsJulia Lawall1-1/+1
2022-03-23mm: remove mmu_gathers storage from remaining architecturesStafford Horne1-2/+0
2022-01-15mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bitQi Zheng1-10/+8
2021-11-11Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-3/+1
2021-10-20exit: Remove calls of do_exit after noreturn versions of dieEric W. Biederman1-3/+1
2021-10-18arch: remove spurious blkdev.h includesChristoph Hellwig1-1/+0
2021-08-05openrisc: rename or32 code & comments to or1kRandy Dunlap1-1/+1
2021-05-21Merge tag 'for-linus' of git://github.com/openrisc/linuxLinus Torvalds1-5/+1
2021-05-10openrisc: mm/init.c: remove unused variable 'end' in paging_init()Mike Rapoport1-3/+0
2021-05-10openrisc: mm/init.c: remove unused memblock_region variable in map_ram()Mike Rapoport1-2/+1
2021-04-30mm: move mem_init_print_info() into mm_init()Kefeng Wang1-2/+0
2021-01-20openrisc: io: Add missing __iomem annotation to iounmap()Geert Uytterhoeven1-1/+1
2020-11-07highmem: Get rid of kmap_types.hThomas Gleixner2-2/+0
2020-10-14arch, drivers: replace for_each_membock() with for_each_mem_range()Mike Rapoport1-3/+5
2020-09-07openrisc: Fix cache API compile issue when not inliningStafford Horne1-1/+1
2020-08-15Merge tag 'for-linus' of git://github.com/openrisc/linuxLinus Torvalds1-5/+12
2020-08-12mm/openrisc: use general page fault accountingPeter Xu1-5/+4
2020-08-12mm: do page fault accounting in handle_mm_faultPeter Xu1-1/+1
2020-08-04openrisc: Implement proper SMP tlb flushingStafford Horne1-5/+12
2020-06-09mmap locking API: convert mmap_sem API commentsMichel Lespinasse1-1/+1
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse1-5/+5
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport1-1/+1
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport1-1/+1
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2-2/+0
2020-06-05openrisc: add support for folded p4d page tablesMike Rapoport2-3/+11
2020-06-04mm: free_area_init: use maximal zone PFNs rather than zone sizesMike Rapoport1-6/+3
2020-04-02mm: allow VM_FAULT_RETRY for multiple timesPeter Xu1-1/+0
2020-04-02mm: introduce FAULT_FLAG_DEFAULTPeter Xu1-1/+1
2020-04-02mm: introduce fault_signal_pending()Peter Xu1-1/+1
2019-08-31openrisc: map as uncached in ioremapChristoph Hellwig1-4/+4
2019-07-09Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-2/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner5-25/+5
2019-05-29signal: Remove the task parameter from force_sig_faultEric W. Biederman1-2/+2
2019-05-29signal: Explicitly call force_sig_fault on currentEric W. Biederman1-2/+2