summaryrefslogtreecommitdiff
path: root/arch/arc/mm
AgeCommit message (Expand)Author
2021-09-05Merge tag 'arc-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...Linus Torvalds
2021-08-26ARC: mm: vmalloc sync from kernel to user table to update PMD ...Vineet Gupta
2021-08-26ARC: mm: support 4 levels of page tablesVineet Gupta
2021-08-26ARC: mm: support 3 levels of page tablesVineet Gupta
2021-08-26ARC: mm: switch pgtable_t back to struct page *Vineet Gupta
2021-08-25ARC: mm: hack to allow 2 level build with 4 level codeVineet Gupta
2021-08-24ARC: mm: move MMU specific bits out of ASID allocatorVineet Gupta
2021-08-24ARC: ioremap: use more commonly used PAGE_KERNEL based uncached flagVineet Gupta
2021-08-24ARC: mm: Enable STRICT_MM_TYPECHECKSVineet Gupta
2021-08-24ARC: mm: Fixes to allow STRICT_MM_TYPECHECKSVineet Gupta
2021-08-24ARC: mm: remove tlb paranoid codeVineet Gupta
2021-08-24ARC: mm: use SCRATCH_DATA0 register for caching pgdir in ARCv2 onlyVineet Gupta
2021-08-24ARC: retire MMUv1 and MMUv2 supportVineet Gupta
2021-08-24ARC: export clear_user_page() for modulesRandy Dunlap
2021-07-23arc: use generic strncpy/strnlen from_userArnd Bergmann
2021-07-08arc: convert to setup_initial_init_mm()Kefeng Wang
2021-06-29arc: remove support for DISCONTIGMEMMike Rapoport
2021-06-29arc: update comment about HIGHMEM implementationMike Rapoport
2021-05-10ARC: mm: Use max_high_pfn as a HIGHMEM zone borderVladimir Isaev
2021-05-10ARC: mm: PAE: use 40-bit physical page maskVladimir Isaev
2021-04-30mm: move mem_init_print_info() into mm_init()Kefeng Wang
2020-12-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-12-15arc: use FLATMEM with freeing of unused memory map instead of DISCONTIGMEMMike Rapoport
2020-12-14Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-11-17ARC: mm: fix spelling mistakesFlavio Suligoi
2020-11-06arc/mm/highmem: Use generic kmap atomic implementationThomas Gleixner
2020-10-20Merge tag 'arc-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...Linus Torvalds
2020-10-06dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h>Christoph Hellwig
2020-10-06dma-mapping: split <linux/dma-mapping.h>Christoph Hellwig
2020-10-05ARC: [plat-eznps]: Drop support for EZChip NPS platformVineet Gupta
2020-09-01arc: fix memory initialization for systems with two memory banksMike Rapoport
2020-08-12mm/arc: use general page fault accountingPeter Xu
2020-08-12mm: do page fault accounting in handle_mm_faultPeter Xu
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse
2020-06-09mm: pgtable: add shortcuts for accessing kernel PMD and PTEMike Rapoport
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport
2020-06-04arch/kmap: define kmap_atomic_prot() for all arch'sIra Weiny
2020-06-04arch/kunmap_atomic: consolidate duplicate codeIra Weiny
2020-06-04arch/kmap_atomic: consolidate duplicate codeIra Weiny
2020-06-04arch/kmap: remove redundant arch specific kmapsIra Weiny
2020-06-04arch/kmap: remove BUG_ON()Ira Weiny
2020-06-03mm: free_area_init: allow defining max_zone_pfn in descending orderMike Rapoport
2020-04-02mm: allow VM_FAULT_RETRY for multiple timesPeter Xu
2020-04-02mm: introduce FAULT_FLAG_DEFAULTPeter Xu
2020-04-02arc/mm: use helper fault_signal_pending()Peter Xu
2019-12-04Merge tag 'arc-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Linus Torvalds
2019-12-01ARC: mm: remove __ARCH_USE_5LEVEL_HACKVineet Gupta