summaryrefslogtreecommitdiffstats
path: root/arch/arc/include/asm/page.h
Commit message (Expand)AuthorAgeFilesLines
* csky: Cast argument to virt_to_pfn() to (void *)Linus Walleij2023-08-101-1/+1
* mm, arch: add generic implementation of pfn_valid() for FLATMEMMike Rapoport (IBM)2023-02-091-1/+0
* ARC: mm: support 4 levels of page tablesVineet Gupta2021-08-261-0/+11
* ARC: mm: support 3 levels of page tablesVineet Gupta2021-08-261-0/+11
* ARC: mm: switch pgtable_t back to struct page *Vineet Gupta2021-08-261-1/+1
* ARC: mm: non-functional code movement/cleanupVineet Gupta2021-08-241-14/+16
* ARC: mm: Enable STRICT_MM_TYPECHECKSVineet Gupta2021-08-241-26/+0
* ARC: mm: PAE: use 40-bit physical page maskVladimir Isaev2021-05-101-0/+12
* arch/arc: add copy_user_page() to <asm/page.h> to fix build error on ARCRandy Dunlap2021-01-051-0/+1
* arc: use FLATMEM with freeing of unused memory map instead of DISCONTIGMEMMike Rapoport2020-12-151-3/+17
* mm/vma: define a default value for VM_DATA_DEFAULT_FLAGSAnshuman Khandual2020-04-101-1/+1
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* ARC: mm: allow mprotect to make stack mappings executableVineet Gupta2018-07-111-1/+1
* ARC: mm: Decouple RAM base address from kernel link addressEugeniy Paltsev2017-09-011-1/+1
* ARC: pae: STRICT_MM_TYPECHECKS was brokenVineet Gupta2016-05-131-0/+4
* ARC: support HIGHMEM even without PAE40Vineet Gupta2016-05-051-3/+3
* ARC: Fix PAE40 boot failures due to PTE truncationVineet Gupta2016-05-051-1/+8
* Merge tag 'asm-generic-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2016-03-241-3/+0
|\
| * asm-generic: page.h: Remove useless get_user_page and free_user_pageChen Gang2016-02-261-3/+0
* | ARC: mm: Use virt_to_pfn() for addr >> PAGE_SHIFT patternVineet Gupta2016-03-121-12/+7
|/
* ARC: mm: PAE40 supportVineet Gupta2015-10-291-0/+4
* ARCv2: mm: THP supportVineet Gupta2015-10-171-0/+1
* ARC: mm: switch pgtable_to to pte_t *Vineet Gupta2015-10-091-2/+2
* ARC: [mm] Make stack/heap Non-executable by defaultVineet Gupta2013-06-221-6/+1
* ARC: lazy dcache flush broke gdb in non-aliasing configsVineet Gupta2013-05-251-9/+0
* ARC: [mm] Aliasing VIPT dcache support 2/4Vineet Gupta2013-05-091-1/+15
* ARC: Add support for ioremap_prot APIGilad Ben-Yossef2013-02-151-0/+3
* ARC: UAPI Disintegrate arch/arc/include/asmVineet Gupta2013-02-151-29/+1
* ARC: Page Table ManagementVineet Gupta2013-02-151-0/+92
* ARC: Fundamental ARCH data-types/definesVineet Gupta2013-02-111-0/+42