aboutsummaryrefslogtreecommitdiff
path: root/arch/sh/mm
AgeCommit message (Expand)AuthorFilesLines
2020-10-13arch, mm: replace for_each_memblock() with for_each_mem_pfn_range()Gravatar Mike Rapoport 1-6/+3
2020-08-15Merge tag 'sh-for-5.9' of git://git.libc.org/linux-shGravatar Linus Torvalds 8-10/+84
2020-08-14sh: don't include <asm/io_trapped.h> in <asm/io.h>Gravatar Christoph Hellwig 1-0/+1
2020-08-14sh: move the ioremap implementation out of lineGravatar Christoph Hellwig 1-0/+53
2020-08-14sh: move ioremap_fixed details out of <asm/io.h>Gravatar Christoph Hellwig 4-0/+26
2020-08-14sh: remove -Werror from MakefilesGravatar Christoph Hellwig 1-2/+0
2020-08-14Revert "sh: add loglvl to printk_address()"Gravatar Geert Uytterhoeven 1-1/+1
2020-08-14sh: fault: Fix duplicate printing of "PC:"Gravatar Geert Uytterhoeven 1-1/+0
2020-08-14sh: remove call to memset after dma_alloc_coherentGravatar Chen Zhou 1-2/+0
2020-08-14sh: Fix unneeded constructor in page table allocationGravatar Matthew Wilcox (Oracle) 1-4/+3
2020-08-12mm/sh: use general page fault accountingGravatar Peter Xu 1-10/+1
2020-08-12mm: do page fault accounting in handle_mm_faultGravatar Peter Xu 1-1/+1
2020-08-12mm/memory_hotplug: introduce default dummy memory_add_physaddr_to_nid()Gravatar Jia He 1-9/+0
2020-08-07mm/sparse: cleanup the code surrounding memory_present()Gravatar Mike Rapoport 2-9/+0
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Gravatar Mike Rapoport 6-5/+1
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Gravatar Masahiro Yamada 1-1/+1
2020-06-09mmap locking API: convert mmap_sem commentsGravatar Michel Lespinasse 2-2/+2
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: pgtable: add shortcuts for accessing kernel PMD and PTEGravatar Mike Rapoport 2-11/+2
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 4-4/+0
2020-06-09sh: add loglvl to printk_address()Gravatar Dmitry Safonov 1-1/+1
2020-06-06Merge tag 'sh-for-5.8' of git://git.libc.org/linux-shGravatar Linus Torvalds 8-1323/+7
2020-06-04sh: add support for folded p4d page tablesGravatar Mike Rapoport 8-19/+70
2020-06-04sh: drop __pXd_offset() macros that duplicate pXd_index() onesGravatar Mike Rapoport 1-3/+3
2020-06-04sh: fault: modernize printing of kernel messagesGravatar Geert Uytterhoeven 1-20/+18
2020-06-03mm: use free_area_init() instead of free_area_init_nodes()Gravatar Mike Rapoport 1-1/+1
2020-06-01sh: remove sh5 supportGravatar Arnd Bergmann 8-1313/+7
2020-04-21sh: fix build error in mm/init.cGravatar Masahiro Yamada 1-1/+1
2020-04-10mm/memory_hotplug: add pgprot_t to mhp_paramsGravatar Logan Gunthorpe 1-0/+3
2020-04-10mm/memory_hotplug: rename mhp_restrictions to mhp_paramsGravatar Logan Gunthorpe 1-2/+2
2020-04-07mm/vma: make vma_is_accessible() available for general useGravatar Anshuman Khandual 1-1/+1
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-02sh/mm: use helper fault_signal_pending()Gravatar Peter Xu 1-5/+5
2020-02-04proc: convert everything to "struct proc_ops"Gravatar Alexey Dobriyan 1-9/+8
2020-01-04mm/memory_hotplug: shrink zones when offlining memoryGravatar David Hildenbrand 1-3/+1
2019-11-28Merge tag 'ioremap-5.5' of git://git.infradead.org/users/hch/ioremapGravatar Linus Torvalds 1-2/+2
2019-11-25Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 1-3/+2
2019-11-11sh: remove __iounmapGravatar Christoph Hellwig 1-2/+2
2019-10-18sh: Use pr_warn instead of pr_warningGravatar Kefeng Wang 1-3/+2
2019-09-24mm: consolidate pgtable_cache_init() and pgd_cache_init()Gravatar Mike Rapoport 1-4/+0
2019-09-24mm: remove quicklist page table cachesGravatar Nicholas Piggin 1-3/+0
2019-07-18mm/memory_hotplug: allow arch_remove_memory() without CONFIG_MEMORY_HOTREMOVEGravatar David Hildenbrand 1-2/+0
2019-07-16mm, kprobes: generalize and rename notify_page_fault() as kprobe_page_fault()Gravatar Anshuman Khandual 1-16/+2
2019-07-12Merge tag 'driver-core-5.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 4-47/+13
2019-07-12sh: use the generic get_user_pages_fast codeGravatar Christoph Hellwig 2-278/+1
2019-07-08Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-7/+4