summaryrefslogtreecommitdiff
path: root/arch/arc/mm
AgeCommit message (Expand)Author
2024-01-03Merge branches 'apple/dart', 'arm/rockchip', 'arm/smmu', 'virtio', 'x86/vt-d'...Joerg Roedel
2023-12-12iommu: Remove struct iommu_ops *iommu from arch_setup_dma_ops()Jason Gunthorpe
2023-12-08ARC: mm: retire support for aliasing VIPT D$Vineet Gupta
2023-09-04Merge tag 'arc-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Linus Torvalds
2023-08-24arc: implement the new page table range APIMatthew Wilcox (Oracle)
2023-08-18ARC: pt_regs: create seperate type for ecrVineet Gupta
2023-08-18arc: mm: convert to GENERIC_IOREMAPBaoquan He
2023-08-17ARC: boot log: eliminate struct cpuinfo_arc #4: boot log per ISAVineet Gupta
2023-08-17ARC: boot log: eliminate struct cpuinfo_arc #2: cacheVineet Gupta
2023-08-17ARC: boot log: eliminate struct cpuinfo_arc #1: mmVineet Gupta
2023-08-17ARC: uaccess: remove arc specific out-of-line handles for -OsVineet Gupta
2023-08-13ARC: -Wmissing-prototype warning fixesVineet Gupta
2023-07-06Merge tag 'asm-generic-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-06-24mm/fault: convert remaining simple cases to lock_mm_and_find_vma()Linus Torvalds
2023-05-29ARC: init: Pass a pointer to virt_to_pfn() in initLinus Walleij
2023-04-18mm: make arch_has_descending_max_zone_pfns() staticArnd Bergmann
2022-10-17arc: iounmap() arg is volatileRandy Dunlap
2022-10-17ARC: Fix comment typoJilin Yuan
2022-07-17arc/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual
2022-06-16mm: avoid unnecessary page fault retires on shared memory typesPeter Xu
2022-04-18ARC: fix typos in commentsJulia Lawall
2022-01-18Merge tag 'arc-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...Linus Torvalds
2022-01-15mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bitQi Zheng
2021-12-28arc: Replace lkml.org links with loreKees Cook
2021-11-06memblock: allow to specify flags with memblock_add_node()David Hildenbrand
2021-11-06memblock: rename memblock_free to memblock_phys_freeMike Rapoport
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