summaryrefslogtreecommitdiffstats
path: root/arch/arc/mm/highmem.c
AgeCommit message (Expand)AuthorFilesLines
2020-11-06arc/mm/highmem: Use generic kmap atomic implementationThomas Gleixner1-49/+5
2020-06-09mm: pgtable: add shortcuts for accessing kernel PMD and PTEMike Rapoport1-9/+1
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport1-1/+1
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport1-1/+1
2020-06-04arch/kmap: define kmap_atomic_prot() for all arch'sIra Weiny1-3/+3
2020-06-04arch/kunmap_atomic: consolidate duplicate codeIra Weiny1-5/+2
2020-06-04arch/kmap_atomic: consolidate duplicate codeIra Weiny1-7/+2
2020-06-04arch/kmap: remove redundant arch specific kmapsIra Weiny1-10/+0
2020-06-04arch/kmap: remove BUG_ON()Ira Weiny1-1/+1
2019-12-01ARC: mm: remove __ARCH_USE_5LEVEL_HACKVineet Gupta1-1/+3
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-5/+1
2019-03-12treewide: add checks for the return value of memblock_alloc*()Mike Rapoport1-0/+4
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-1/+1
2018-10-31memblock: replace alloc_bootmem_low_pages with memblock_alloc_lowMike Rapoport1-1/+1
2016-08-19ARC: export kmapVineet Gupta1-0/+1
2016-03-11ARC: Fix misspellings in comments.Adam Buchbinder1-1/+1
2015-12-21ARC: mm: HIGHMEM: Fix section mismatch splatVineet Gupta1-2/+2
2015-10-28ARC: mm: HIGHMEM: kmap API implementationVineet Gupta1-0/+140