summaryrefslogtreecommitdiff
path: root/arch/arc/mm
AgeCommit message (Expand)AuthorFilesLines
2024-01-03Merge branches 'apple/dart', 'arm/rockchip', 'arm/smmu', 'virtio', 'x86/vt-d'...Joerg Roedel1-1/+1
2023-12-12iommu: Remove struct iommu_ops *iommu from arch_setup_dma_ops()Jason Gunthorpe1-1/+1
2023-12-09ARC: mm: retire support for aliasing VIPT D$Vineet Gupta3-159/+14
2023-09-05Merge tag 'arc-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Linus Torvalds5-186/+111
2023-08-25arc: implement the new page table range APIMatthew Wilcox (Oracle)2-31/+48
2023-08-18ARC: pt_regs: create seperate type for ecrVineet Gupta1-3/+3
2023-08-18arc: mm: convert to GENERIC_IOREMAPBaoquan He1-45/+4
2023-08-18ARC: boot log: eliminate struct cpuinfo_arc #4: boot log per ISAVineet Gupta2-7/+7
2023-08-18ARC: boot log: eliminate struct cpuinfo_arc #2: cacheVineet Gupta1-107/+64
2023-08-18ARC: boot log: eliminate struct cpuinfo_arc #1: mmVineet Gupta1-58/+35
2023-08-17ARC: uaccess: remove arc specific out-of-line handles for -OsVineet Gupta1-11/+0
2023-08-14ARC: -Wmissing-prototype warning fixesVineet Gupta4-5/+7
2023-07-06Merge tag 'asm-generic-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2023-06-25mm/fault: convert remaining simple cases to lock_mm_and_find_vma()Linus Torvalds1-8/+3
2023-05-29ARC: init: Pass a pointer to virt_to_pfn() in initLinus Walleij1-1/+1
2023-04-19mm: make arch_has_descending_max_zone_pfns() staticArnd Bergmann1-5/+0
2022-10-18arc: iounmap() arg is volatileRandy Dunlap1-1/+1
2022-10-18ARC: Fix comment typoJilin Yuan1-2/+2
2022-07-18arc/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual1-0/+20
2022-06-17mm: avoid unnecessary page fault retires on shared memory typesPeter Xu1-0/+4
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/vgu...Linus Torvalds1-1/+1
2022-01-15mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bitQi Zheng1-2/+1
2021-12-29arc: 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/vgu...Linus 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-26ARC: mm: hack to allow 2 level build with 4 level codeVineet Gupta1-0/+8
2021-08-25ARC: mm: move MMU specific bits out of ASID allocatorVineet Gupta1-7/+4
2021-08-25ARC: ioremap: use more commonly used PAGE_KERNEL based uncached flagVineet Gupta1-1/+2
2021-08-25ARC: mm: Enable STRICT_MM_TYPECHECKSVineet Gupta1-1/+1
2021-08-25ARC: mm: Fixes to allow STRICT_MM_TYPECHECKSVineet Gupta1-5/+8
2021-08-25ARC: mm: remove tlb paranoid codeVineet Gupta2-90/+0
2021-08-25ARC: mm: use SCRATCH_DATA0 register for caching pgdir in ARCv2 onlyVineet Gupta3-4/+4
2021-08-25ARC: retire MMUv1 and MMUv2 supportVineet Gupta3-250/+33
2021-08-25ARC: 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-15Merge tag 'core-mm-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-49/+5