aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arc/include/asm/page.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-26ARC: mm: support 4 levels of page tablesVineet Gupta1-0/+11
2021-08-26ARC: mm: support 3 levels of page tablesVineet Gupta1-0/+11
2021-08-26ARC: mm: switch pgtable_t back to struct page *Vineet Gupta1-1/+1
2021-08-24ARC: mm: non-functional code movement/cleanupVineet Gupta1-14/+16
2021-08-24ARC: mm: Enable STRICT_MM_TYPECHECKSVineet Gupta1-26/+0
2021-05-10ARC: mm: PAE: use 40-bit physical page maskVladimir Isaev1-0/+12
2021-01-05arch/arc: add copy_user_page() to <asm/page.h> to fix build error on ARCRandy Dunlap1-0/+1
2020-12-15arc: use FLATMEM with freeing of unused memory map instead of DISCONTIGMEMMike Rapoport1-3/+17
2020-04-10mm/vma: define a default value for VM_DATA_DEFAULT_FLAGSAnshuman Khandual1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2018-07-11ARC: mm: allow mprotect to make stack mappings executableVineet Gupta1-1/+1
2017-09-01ARC: mm: Decouple RAM base address from kernel link addressEugeniy Paltsev1-1/+1
2016-05-13ARC: pae: STRICT_MM_TYPECHECKS was brokenVineet Gupta1-0/+4
2016-05-05ARC: support HIGHMEM even without PAE40Vineet Gupta1-3/+3
2016-05-05ARC: Fix PAE40 boot failures due to PTE truncationVineet Gupta1-1/+8
2016-03-24Merge tag 'asm-generic-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds1-3/+0
2016-03-12ARC: mm: Use virt_to_pfn() for addr >> PAGE_SHIFT patternVineet Gupta1-12/+7
2016-02-26asm-generic: page.h: Remove useless get_user_page and free_user_pageChen Gang1-3/+0
2015-10-29ARC: mm: PAE40 supportVineet Gupta1-0/+4
2015-10-17ARCv2: mm: THP supportVineet Gupta1-0/+1
2015-10-09ARC: mm: switch pgtable_to to pte_t *Vineet Gupta1-2/+2
2013-06-22ARC: [mm] Make stack/heap Non-executable by defaultVineet Gupta1-6/+1
2013-05-25ARC: lazy dcache flush broke gdb in non-aliasing configsVineet Gupta1-9/+0
2013-05-09ARC: [mm] Aliasing VIPT dcache support 2/4Vineet Gupta1-1/+15
2013-02-15ARC: Add support for ioremap_prot APIGilad Ben-Yossef1-0/+3
2013-02-15ARC: UAPI Disintegrate arch/arc/include/asmVineet Gupta1-29/+1
2013-02-15ARC: Page Table ManagementVineet Gupta1-0/+92
2013-02-11ARC: Fundamental ARCH data-types/definesVineet Gupta1-0/+42