aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arc/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-18ARC: fix typos in commentsJulia Lawall1-1/+1
2022-01-18Merge tag 'arc-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arcLinus Torvalds1-1/+1
2022-01-15mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bitQi Zheng1-2/+1
2021-12-28arc: Replace lkml.org links with loreKees Cook1-1/+1
2021-11-06memblock: allow to specify flags with memblock_add_node()David Hildenbrand1-2/+2
2021-11-06memblock: rename memblock_free to memblock_phys_freeMike Rapoport1-1/+1
2021-09-05Merge tag 'arc-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arcLinus Torvalds6-399/+93
2021-08-26ARC: mm: vmalloc sync from kernel to user table to update PMD ...Vineet Gupta1-12/+12
2021-08-26ARC: mm: support 4 levels of page tablesVineet Gupta3-0/+12
2021-08-26ARC: mm: support 3 levels of page tablesVineet Gupta4-2/+16
2021-08-26ARC: mm: switch pgtable_t back to struct page *Vineet Gupta2-37/+3
2021-08-25ARC: mm: hack to allow 2 level build with 4 level codeVineet Gupta1-0/+8
2021-08-24ARC: mm: move MMU specific bits out of ASID allocatorVineet Gupta1-7/+4
2021-08-24ARC: ioremap: use more commonly used PAGE_KERNEL based uncached flagVineet Gupta1-1/+2
2021-08-24ARC: mm: Enable STRICT_MM_TYPECHECKSVineet Gupta1-1/+1
2021-08-24ARC: mm: Fixes to allow STRICT_MM_TYPECHECKSVineet Gupta1-5/+8
2021-08-24ARC: mm: remove tlb paranoid codeVineet Gupta2-90/+0
2021-08-24ARC: mm: use SCRATCH_DATA0 register for caching pgdir in ARCv2 onlyVineet Gupta3-4/+4
2021-08-24ARC: retire MMUv1 and MMUv2 supportVineet Gupta3-250/+33
2021-08-24ARC: export clear_user_page() for modulesRandy Dunlap1-1/+1
2021-07-23arc: use generic strncpy/strnlen from_userArnd Bergmann1-12/+0
2021-07-08arc: convert to setup_initial_init_mm()Kefeng Wang1-4/+1
2021-06-29arc: remove support for DISCONTIGMEMMike Rapoport1-8/+0
2021-06-29arc: update comment about HIGHMEM implementationMike Rapoport1-8/+5
2021-05-10ARC: mm: Use max_high_pfn as a HIGHMEM zone borderVladimir Isaev1-1/+10
2021-05-10ARC: mm: PAE: use 40-bit physical page maskVladimir Isaev2-3/+4
2021-04-30mm: move mem_init_print_info() into mm_init()Kefeng Wang1-1/+0
2020-12-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-7/+22
2020-12-15arc: use FLATMEM with freeing of unused memory map instead of DISCONTIGMEMMike Rapoport1-7/+22
2020-12-14Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-49/+5
2020-11-17ARC: mm: fix spelling mistakesFlavio Suligoi1-12/+12
2020-11-06arc/mm/highmem: Use generic kmap atomic implementationThomas Gleixner1-49/+5
2020-10-20Merge tag 'arc-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arcLinus Torvalds1-7/+0
2020-10-06dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h>Christoph Hellwig1-1/+0
2020-10-06dma-mapping: split <linux/dma-mapping.h>Christoph Hellwig1-0/+1
2020-10-05ARC: [plat-eznps]: Drop support for EZChip NPS platformVineet Gupta1-7/+0
2020-09-01arc: fix memory initialization for systems with two memory banksMike Rapoport1-11/+16
2020-08-12mm/arc: use general page fault accountingPeter Xu1-15/+3
2020-08-12mm: do page fault accounting in handle_mm_faultPeter Xu1-1/+1
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport2-2/+0
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse1-1/+1
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse1-2/+2
2020-06-09mm: pgtable: add shortcuts for accessing kernel PMD and PTEMike Rapoport1-9/+1
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2-2/+2
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport2-2/+2
2020-06-04arch/kmap: define kmap_atomic_prot() for all arch'sIra Weiny1-3/+3
2020-06-04arch/kunmap_atomic: consolidate duplicate codeIra Weiny1-5/+2
2020-06-04arch/kmap_atomic: consolidate duplicate codeIra Weiny1-7/+2
2020-06-04arch/kmap: remove redundant arch specific kmapsIra Weiny1-10/+0
2020-06-04arch/kmap: remove BUG_ON()Ira Weiny1-1/+1