summaryrefslogtreecommitdiffstats
path: root/arch/arc/mm
Commit message (Expand)AuthorAgeFilesLines
* ARC: Fix typosBjorn Helgaas2024-04-012-6/+6
*-. Merge branches 'apple/dart', 'arm/rockchip', 'arm/smmu', 'virtio', 'x86/vt-d'...Joerg Roedel2024-01-031-1/+1
|\ \
| | * iommu: Remove struct iommu_ops *iommu from arch_setup_dma_ops()Jason Gunthorpe2023-12-121-1/+1
| |/
* / ARC: mm: retire support for aliasing VIPT D$Vineet Gupta2023-12-083-159/+14
|/
* Merge tag 'arc-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgup...Linus Torvalds2023-09-045-186/+111
|\
| * ARC: pt_regs: create seperate type for ecrVineet Gupta2023-08-181-3/+3
| * ARC: boot log: eliminate struct cpuinfo_arc #4: boot log per ISAVineet Gupta2023-08-172-7/+7
| * ARC: boot log: eliminate struct cpuinfo_arc #2: cacheVineet Gupta2023-08-171-107/+64
| * ARC: boot log: eliminate struct cpuinfo_arc #1: mmVineet Gupta2023-08-171-58/+35
| * ARC: uaccess: remove arc specific out-of-line handles for -OsVineet Gupta2023-08-171-11/+0
| * ARC: -Wmissing-prototype warning fixesVineet Gupta2023-08-134-5/+7
* | arc: implement the new page table range APIMatthew Wilcox (Oracle)2023-08-242-31/+48
* | arc: mm: convert to GENERIC_IOREMAPBaoquan He2023-08-181-45/+4
|/
* Merge tag 'asm-generic-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-07-061-1/+1
|\
| * ARC: init: Pass a pointer to virt_to_pfn() in initLinus Walleij2023-05-291-1/+1
* | mm/fault: convert remaining simple cases to lock_mm_and_find_vma()Linus Torvalds2023-06-241-8/+3
|/
* mm: make arch_has_descending_max_zone_pfns() staticArnd Bergmann2023-04-181-5/+0
* arc: iounmap() arg is volatileRandy Dunlap2022-10-171-1/+1
* ARC: Fix comment typoJilin Yuan2022-10-171-2/+2
* arc/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual2022-07-171-0/+20
* mm: avoid unnecessary page fault retires on shared memory typesPeter Xu2022-06-161-0/+4
* ARC: fix typos in commentsJulia Lawall2022-04-181-1/+1
* Merge tag 'arc-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...Linus Torvalds2022-01-181-1/+1
|\
| * arc: Replace lkml.org links with loreKees Cook2021-12-281-1/+1
* | mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bitQi Zheng2022-01-151-2/+1
|/
* memblock: allow to specify flags with memblock_add_node()David Hildenbrand2021-11-061-2/+2
* memblock: rename memblock_free to memblock_phys_freeMike Rapoport2021-11-061-1/+1
* Merge tag 'arc-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...Linus Torvalds2021-09-056-399/+93
|\
| * ARC: mm: vmalloc sync from kernel to user table to update PMD ...Vineet Gupta2021-08-261-12/+12
| * ARC: mm: support 4 levels of page tablesVineet Gupta2021-08-263-0/+12
| * ARC: mm: support 3 levels of page tablesVineet Gupta2021-08-264-2/+16
| * ARC: mm: switch pgtable_t back to struct page *Vineet Gupta2021-08-262-37/+3
| * ARC: mm: hack to allow 2 level build with 4 level codeVineet Gupta2021-08-251-0/+8
| * ARC: mm: move MMU specific bits out of ASID allocatorVineet Gupta2021-08-241-7/+4
| * ARC: ioremap: use more commonly used PAGE_KERNEL based uncached flagVineet Gupta2021-08-241-1/+2
| * ARC: mm: Enable STRICT_MM_TYPECHECKSVineet Gupta2021-08-241-1/+1
| * ARC: mm: Fixes to allow STRICT_MM_TYPECHECKSVineet Gupta2021-08-241-5/+8
| * ARC: mm: remove tlb paranoid codeVineet Gupta2021-08-242-90/+0
| * ARC: mm: use SCRATCH_DATA0 register for caching pgdir in ARCv2 onlyVineet Gupta2021-08-243-4/+4
| * ARC: retire MMUv1 and MMUv2 supportVineet Gupta2021-08-243-250/+33
| * ARC: export clear_user_page() for modulesRandy Dunlap2021-08-241-1/+1
* | arc: use generic strncpy/strnlen from_userArnd Bergmann2021-07-231-12/+0
|/
* arc: convert to setup_initial_init_mm()Kefeng Wang2021-07-081-4/+1
* arc: remove support for DISCONTIGMEMMike Rapoport2021-06-291-8/+0
* arc: update comment about HIGHMEM implementationMike Rapoport2021-06-291-8/+5
* ARC: mm: Use max_high_pfn as a HIGHMEM zone borderVladimir Isaev2021-05-101-1/+10
* ARC: mm: PAE: use 40-bit physical page maskVladimir Isaev2021-05-102-3/+4
* mm: move mem_init_print_info() into mm_init()Kefeng Wang2021-04-301-1/+0
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-12-151-7/+22
|\
| * arc: use FLATMEM with freeing of unused memory map instead of DISCONTIGMEMMike Rapoport2020-12-151-7/+22