aboutsummaryrefslogtreecommitdiff
path: root/arch/openrisc/mm
AgeCommit message (Expand)AuthorFilesLines
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 2-0/+24
2022-07-30openrisc: io: Define iounmap argument as volatileGravatar Stafford Horne 1-1/+1
2022-07-17openrisc/mm: enable ARCH_HAS_VM_GET_PAGE_PROTGravatar Anshuman Khandual 1-0/+20
2022-06-16mm: avoid unnecessary page fault retires on shared memory typesGravatar Peter Xu 1-0/+4
2022-05-23openrisc/fault: Fix symbol scope warningsGravatar Stafford Horne 1-3/+1
2022-05-12openrisc: remove bogus nops and shutdownsGravatar Jason A. Donenfeld 1-5/+0
2022-05-12openrisc: fix typos in commentsGravatar Julia Lawall 1-1/+1
2022-03-22mm: remove mmu_gathers storage from remaining architecturesGravatar Stafford Horne 1-2/+0
2022-01-15mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bitGravatar Qi Zheng 1-10/+8
2021-11-10Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-3/+1
2021-10-20exit: Remove calls of do_exit after noreturn versions of dieGravatar Eric W. Biederman 1-3/+1
2021-10-18arch: remove spurious blkdev.h includesGravatar Christoph Hellwig 1-1/+0
2021-08-05openrisc: rename or32 code & comments to or1kGravatar Randy Dunlap 1-1/+1
2021-05-21Merge tag 'for-linus' of git://github.com/openrisc/linuxGravatar Linus Torvalds 1-5/+1
2021-05-10openrisc: mm/init.c: remove unused variable 'end' in paging_init()Gravatar Mike Rapoport 1-3/+0
2021-05-10openrisc: mm/init.c: remove unused memblock_region variable in map_ram()Gravatar Mike Rapoport 1-2/+1
2021-04-30mm: move mem_init_print_info() into mm_init()Gravatar Kefeng Wang 1-2/+0
2021-01-20openrisc: io: Add missing __iomem annotation to iounmap()Gravatar Geert Uytterhoeven 1-1/+1
2020-11-06highmem: Get rid of kmap_types.hGravatar Thomas Gleixner 2-2/+0
2020-10-13arch, drivers: replace for_each_membock() with for_each_mem_range()Gravatar Mike Rapoport 1-3/+5
2020-09-07openrisc: Fix cache API compile issue when not inliningGravatar Stafford Horne 1-1/+1
2020-08-14Merge tag 'for-linus' of git://github.com/openrisc/linuxGravatar Linus Torvalds 1-5/+12
2020-08-12mm/openrisc: use general page fault accountingGravatar Peter Xu 1-5/+4
2020-08-12mm: do page fault accounting in handle_mm_faultGravatar Peter Xu 1-1/+1
2020-08-04openrisc: Implement proper SMP tlb flushingGravatar Stafford Horne 1-5/+12
2020-06-09mmap locking API: convert mmap_sem API commentsGravatar Michel Lespinasse 1-1/+1
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesGravatar Michel Lespinasse 1-5/+5
2020-06-09mm: reorder includes after introduction of linux/pgtable.hGravatar Mike Rapoport 1-1/+1
2020-06-09mm: introduce include/linux/pgtable.hGravatar Mike Rapoport 1-1/+1
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedGravatar Mike Rapoport 2-2/+0
2020-06-04openrisc: add support for folded p4d page tablesGravatar Mike Rapoport 2-3/+11
2020-06-03mm: free_area_init: use maximal zone PFNs rather than zone sizesGravatar Mike Rapoport 1-6/+3
2020-04-02mm: allow VM_FAULT_RETRY for multiple timesGravatar Peter Xu 1-1/+0
2020-04-02mm: introduce FAULT_FLAG_DEFAULTGravatar Peter Xu 1-1/+1
2020-04-02mm: introduce fault_signal_pending()Gravatar Peter Xu 1-1/+1
2019-08-31openrisc: map as uncached in ioremapGravatar Christoph Hellwig 1-4/+4
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-2/+2
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 5-25/+5
2019-05-29signal: Remove the task parameter from force_sig_faultGravatar Eric W. Biederman 1-2/+2
2019-05-29signal: Explicitly call force_sig_fault on currentGravatar Eric W. Biederman 1-2/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 1-0/+1
2019-05-16Merge tag 'asm-generic-nommu' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 2-2/+0
2019-05-14init: provide a generic free_initmem implementationGravatar Mike Rapoport 1-5/+0
2019-05-14initramfs: provide a generic free_initrd_mem implementationGravatar Christoph Hellwig 1-7/+0
2019-04-23arch: mostly remove <asm/segment.h>Gravatar Christoph Hellwig 2-2/+0
2019-03-12treewide: add checks for the return value of memblock_alloc*()Gravatar Mike Rapoport 1-2/+6
2019-03-12openrisc: prefer memblock APIs returning virtual addressGravatar Mike Rapoport 1-1/+4
2019-03-07openrisc: simplify pte_alloc_one_kernel()Gravatar Mike Rapoport 1-7/+4
2019-01-04mm: treewide: remove unused address argument from pte_alloc functionsGravatar Joel Fernandes (Google) 1-2/+1
2018-10-31mm: remove include/linux/bootmem.hGravatar Mike Rapoport 1-2/+1