summaryrefslogtreecommitdiffstats
path: root/arch/sh/mm
Commit message (Expand)AuthorAgeFilesLines
* mm: generalize ARCH_ENABLE_MEMORY_[HOTPLUG|HOTREMOVE]Anshuman Khandual2021-05-051-8/+0
* hugetlb: pass vma into huge_pte_alloc() and huge_pmd_share()Peter Xu2021-05-051-1/+1
* mm: move mem_init_print_info() into mm_init()Kefeng Wang2021-04-301-1/+0
* mm: move page_mapping_file to pagemap.hMatthew Wilcox (Oracle)2021-04-302-0/+2
* sh: mm: Convert to DEFINE_SHOW_ATTRIBUTEQinglang Miao2021-01-063-39/+6
* arch/sh: hyphenate Non-Uniform in Kconfig promptRandy Dunlap2021-01-061-1/+1
* sh/highmem: Remove all traces of unused cruftThomas Gleixner2020-11-061-8/+0
* arch, mm: replace for_each_memblock() with for_each_mem_pfn_range()Mike Rapoport2020-10-131-6/+3
* Merge tag 'sh-for-5.9' of git://git.libc.org/linux-shLinus Torvalds2020-08-158-10/+84
|\
| * sh: don't include <asm/io_trapped.h> in <asm/io.h>Christoph Hellwig2020-08-141-0/+1
| * sh: move the ioremap implementation out of lineChristoph Hellwig2020-08-141-0/+53
| * sh: move ioremap_fixed details out of <asm/io.h>Christoph Hellwig2020-08-144-0/+26
| * sh: remove -Werror from MakefilesChristoph Hellwig2020-08-141-2/+0
| * Revert "sh: add loglvl to printk_address()"Geert Uytterhoeven2020-08-141-1/+1
| * sh: fault: Fix duplicate printing of "PC:"Geert Uytterhoeven2020-08-141-1/+0
| * sh: remove call to memset after dma_alloc_coherentChen Zhou2020-08-141-2/+0
| * sh: Fix unneeded constructor in page table allocationMatthew Wilcox (Oracle)2020-08-141-4/+3
* | mm/sh: use general page fault accountingPeter Xu2020-08-121-10/+1
* | mm: do page fault accounting in handle_mm_faultPeter Xu2020-08-121-1/+1
* | mm/memory_hotplug: introduce default dummy memory_add_physaddr_to_nid()Jia He2020-08-121-9/+0
* | mm/sparse: cleanup the code surrounding memory_present()Mike Rapoport2020-08-072-9/+0
* | mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport2020-08-076-5/+1
|/
* treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada2020-06-141-1/+1
* mmap locking API: convert mmap_sem commentsMichel Lespinasse2020-06-092-2/+2
* 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: pgtable: add shortcuts for accessing kernel PMD and PTEMike Rapoport2020-06-092-11/+2
* 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-094-4/+0
* sh: add loglvl to printk_address()Dmitry Safonov2020-06-091-1/+1
* Merge tag 'sh-for-5.8' of git://git.libc.org/linux-shLinus Torvalds2020-06-068-1323/+7
|\
| * sh: remove sh5 supportArnd Bergmann2020-06-018-1313/+7
* | sh: add support for folded p4d page tablesMike Rapoport2020-06-048-19/+70
* | sh: drop __pXd_offset() macros that duplicate pXd_index() onesMike Rapoport2020-06-041-3/+3
* | sh: fault: modernize printing of kernel messagesGeert Uytterhoeven2020-06-041-20/+18
* | mm: use free_area_init() instead of free_area_init_nodes()Mike Rapoport2020-06-031-1/+1
|/
* sh: fix build error in mm/init.cMasahiro Yamada2020-04-211-1/+1
* mm/memory_hotplug: add pgprot_t to mhp_paramsLogan Gunthorpe2020-04-101-0/+3
* mm/memory_hotplug: rename mhp_restrictions to mhp_paramsLogan Gunthorpe2020-04-101-2/+2
* mm/vma: make vma_is_accessible() available for general useAnshuman Khandual2020-04-071-1/+1
* mm: allow VM_FAULT_RETRY for multiple timesPeter Xu2020-04-021-1/+0
* mm: introduce FAULT_FLAG_DEFAULTPeter Xu2020-04-021-1/+1
* sh/mm: use helper fault_signal_pending()Peter Xu2020-04-021-5/+5
* proc: convert everything to "struct proc_ops"Alexey Dobriyan2020-02-041-9/+8
* mm/memory_hotplug: shrink zones when offlining memoryDavid Hildenbrand2020-01-041-3/+1
* Merge tag 'ioremap-5.5' of git://git.infradead.org/users/hch/ioremapLinus Torvalds2019-11-281-2/+2
|\
| * sh: remove __iounmapChristoph Hellwig2019-11-111-2/+2
* | Merge tag 'printk-for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2019-11-251-3/+2
|\ \ | |/ |/|
| * sh: Use pr_warn instead of pr_warningKefeng Wang2019-10-181-3/+2