summaryrefslogtreecommitdiff
path: root/arch/arc/include/asm/pgtable.h
AgeCommit message (Expand)Author
2021-10-15ARC: fix potential build snafuVineet Gupta
2021-08-25ARC: mm: disintegrate pgtable.h into levels and flagsVineet Gupta
2021-08-25ARC: mm: disintegrate mmu.h (arcv2 bits out)Vineet Gupta
2021-08-24ARC: mm: pmd_populate* to use the canonical set_pmd (and drop pmd_set)Vineet Gupta
2021-08-24ARC: ioremap: use more commonly used PAGE_KERNEL based uncached flagVineet 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-07-01mm/thp: define default pmd_pgtable()Anshuman Khandual
2021-07-01mm: define default value for FIRST_USER_ADDRESSAnshuman Khandual
2021-05-10ARC: mm: PAE: use 40-bit physical page maskVladimir Isaev
2020-11-16arch: pgtable: define MAX_POSSIBLE_PHYSMEM_BITS where neededArnd Bergmann
2020-06-09mm: consolidate pte_index() and pte_offset_*() definitionsMike Rapoport
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport
2020-02-04arc: mm: add p?d_leaf() definitionsSteven Price
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
2019-10-28ARCv2: mm: TLB Miss optim: SMP builds can cache pgd pointer in mmu scratch regVineet Gupta
2019-09-24mm: consolidate pgtable_cache_init() and pgd_cache_init()Mike Rapoport
2019-07-16arch: replace _BITUL() in kernel-space headers with BIT()Masahiro Yamada
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2018-07-20Merge tag 'arc-4.18-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...Linus Torvalds
2018-07-09ARC: Fix CONFIG_SWAPAlexey Brodkin
2018-06-07mm: introduce ARCH_HAS_PTE_SPECIALLaurent Dufour
2017-05-05ARC: mm: fix build failure in linux-next for UP buildsVineet Gupta
2017-03-09arch, mm: convert all architectures to use 5level-fixup.hKirill A. Shutemov
2016-11-29ARC: mm: PAE40: Fix crash at munmapYuriy Kolerov
2016-08-19ARC: mm: fix build breakage with STRICT_MM_TYPECHECKSVineet Gupta
2016-07-28ARC: mm: don't loose PTE_SPECIAL in pte_modify()Vineet Gupta
2016-05-30Fix typosAndrea Gelmini
2016-05-09ARC: Make vmalloc size configurableNoam Camus
2016-05-05ARC: Fix PAE40 boot failures due to PTE truncationVineet Gupta
2016-03-12ARC: mm: Use virt_to_pfn() for addr >> PAGE_SHIFT patternVineet Gupta
2016-03-11ARC: Fix misspellings in comments.Adam Buchbinder
2016-02-12ARC: mm: Introduce explicit super page size supportVineet Gupta
2015-10-29ARC: mm: PAE40 supportVineet Gupta
2015-10-28ARC: mm: preps ahead of HIGHMEM supportVineet Gupta
2015-10-28ARC: mm: use generic macros _BITUL()/_AC()Alexey Brodkin
2015-10-17ARCv2: mm: THP supportVineet Gupta
2015-10-09ARC: mm: Introduce PTE_SPECIALVineet Gupta
2015-10-09ARC: mm: pte flags comsetic cleanups, commentsVineet Gupta
2015-06-22ARCv2: MMUv4: TLB programming Model changesVineet Gupta
2015-02-16Merge tag 'arc-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/vgu...Linus Torvalds
2015-02-13ARC: fix page address calculation if PAGE_OFFSET != LINUX_LINK_BASEAlexey Brodkin
2015-02-11mm: make FIRST_USER_ADDRESS unsigned long on all archsKirill A. Shutemov
2015-02-10arc: drop _PAGE_FILE and pte_file()-related helpersKirill A. Shutemov
2013-08-30ARC: MMUv4 preps/2 - Reshuffle PTE bitsVineet Gupta
2013-08-29ARC: MMUv4 preps/1 - Fold PTE K/U access flagsVineet Gupta
2013-07-03Merge tag 'arc-v3.11-rc1-part1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2013-06-29consolidate io_remap_pfn_range definitionsAl Viro
2013-06-22ARC: Disintegrate arcregs.hVineet Gupta