summaryrefslogtreecommitdiffstats
path: root/arch/arc/mm/highmem.c
Commit message (Expand)AuthorAgeFilesLines
* arc/mm/highmem: Use generic kmap atomic implementationThomas Gleixner2020-11-061-49/+5
* mm: pgtable: add shortcuts for accessing kernel PMD and PTEMike Rapoport2020-06-091-9/+1
* mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-091-1/+1
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-091-1/+1
* arch/kmap: define kmap_atomic_prot() for all arch'sIra Weiny2020-06-041-3/+3
* arch/kunmap_atomic: consolidate duplicate codeIra Weiny2020-06-041-5/+2
* arch/kmap_atomic: consolidate duplicate codeIra Weiny2020-06-041-7/+2
* arch/kmap: remove redundant arch specific kmapsIra Weiny2020-06-041-10/+0
* arch/kmap: remove BUG_ON()Ira Weiny2020-06-041-1/+1
* ARC: mm: remove __ARCH_USE_5LEVEL_HACKVineet Gupta2019-12-011-1/+3
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-5/+1
* treewide: add checks for the return value of memblock_alloc*()Mike Rapoport2019-03-121-0/+4
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-311-1/+1
* memblock: replace alloc_bootmem_low_pages with memblock_alloc_lowMike Rapoport2018-10-311-1/+1
* ARC: export kmapVineet Gupta2016-08-191-0/+1
* ARC: Fix misspellings in comments.Adam Buchbinder2016-03-111-1/+1
* ARC: mm: HIGHMEM: Fix section mismatch splatVineet Gupta2015-12-211-2/+2
* ARC: mm: HIGHMEM: kmap API implementationVineet Gupta2015-10-281-0/+140