summaryrefslogtreecommitdiff
path: root/arch/arc/include/asm/page.h
AgeCommit message (Expand)Author
2023-12-05ARC: mm: Make virt_to_pfn() a static inlineLinus Walleij
2023-08-10csky: Cast argument to virt_to_pfn() to (void *)Linus Walleij
2023-02-09mm, arch: add generic implementation of pfn_valid() for FLATMEMMike Rapoport (IBM)
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-24ARC: mm: non-functional code movement/cleanupVineet Gupta
2021-08-24ARC: mm: Enable STRICT_MM_TYPECHECKSVineet Gupta
2021-05-10ARC: mm: PAE: use 40-bit physical page maskVladimir Isaev
2021-01-05arch/arc: add copy_user_page() to <asm/page.h> to fix build error on ARCRandy Dunlap
2020-12-15arc: use FLATMEM with freeing of unused memory map instead of DISCONTIGMEMMike Rapoport
2020-04-10mm/vma: define a default value for VM_DATA_DEFAULT_FLAGSAnshuman Khandual
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2018-07-11ARC: mm: allow mprotect to make stack mappings executableVineet Gupta
2017-09-01ARC: mm: Decouple RAM base address from kernel link addressEugeniy Paltsev
2016-05-13ARC: pae: STRICT_MM_TYPECHECKS was brokenVineet Gupta
2016-05-05ARC: support HIGHMEM even without PAE40Vineet Gupta
2016-05-05ARC: Fix PAE40 boot failures due to PTE truncationVineet Gupta
2016-03-24Merge tag 'asm-generic-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2016-03-12ARC: mm: Use virt_to_pfn() for addr >> PAGE_SHIFT patternVineet Gupta
2016-02-26asm-generic: page.h: Remove useless get_user_page and free_user_pageChen Gang
2015-10-29ARC: mm: PAE40 supportVineet Gupta
2015-10-17ARCv2: mm: THP supportVineet Gupta
2015-10-09ARC: mm: switch pgtable_to to pte_t *Vineet Gupta
2013-06-22ARC: [mm] Make stack/heap Non-executable by defaultVineet Gupta
2013-05-25ARC: lazy dcache flush broke gdb in non-aliasing configsVineet Gupta
2013-05-09ARC: [mm] Aliasing VIPT dcache support 2/4Vineet Gupta
2013-02-15ARC: Add support for ioremap_prot APIGilad Ben-Yossef
2013-02-15ARC: UAPI Disintegrate arch/arc/include/asmVineet Gupta
2013-02-15ARC: Page Table ManagementVineet Gupta
2013-02-11ARC: Fundamental ARCH data-types/definesVineet Gupta