summaryrefslogtreecommitdiff
path: root/mm/highmem.c
AgeCommit message (Expand)Author
2022-03-22mm/highmem: remove unnecessary done labelMiaohe Lin
2021-11-25Merge tag 'folio-5.16b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds
2021-11-20kmap_local: don't assume kmap PTEs are linear arrays in memoryArd Biesheuvel
2021-11-18mm: Add functions to zero portions of a folioMatthew Wilcox (Oracle)
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-11-06mm/highmem: remove deprecated kmap_atomicIra Weiny
2021-10-18mm: remove spurious blkdev.h includesChristoph Hellwig
2021-09-08mm: in_irq() cleanupChangbin Du
2021-05-07mm: fix typos in commentsIngo Molnar
2021-05-05mm/highmem.c: fix coding style issuesongqiang
2021-03-25mm/highmem: fix CONFIG_DEBUG_KMAP_LOCAL_FORCE_MAPIra Weiny
2021-03-13mm/highmem.c: fix zero_user_segments() with start > endOGAWA Hirofumi
2021-01-24mm/highmem: prepare for overriding set_pte_at()Thomas Gleixner
2020-12-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-12-15mm: support THPs in zero_user_segmentsMatthew Wilcox (Oracle)
2020-11-24mm/highmem: Provide kmap_local*Thomas Gleixner
2020-11-24sched: highmem: Store local kmaps in task structThomas Gleixner
2020-11-24mm/highmem: Provide CONFIG_DEBUG_KMAP_LOCAL_FORCE_MAPThomas Gleixner
2020-11-24mm/highmem: Provide and use CONFIG_DEBUG_KMAP_LOCALThomas Gleixner
2020-11-12mm/highmem: Take kmap_high_get() properly into accountThomas Gleixner
2020-11-06highmem: High implementation details and document APIThomas Gleixner
2020-11-06mm/highmem: Remove the old kmap_atomic cruftThomas Gleixner
2020-11-06x86/mm/highmem: Use generic kmap atomic implementationThomas Gleixner
2020-11-06highmem: Make DEBUG_HIGHMEM functionalThomas Gleixner
2020-11-06highmem: Provide generic variant of kmap_atomic*Thomas Gleixner
2020-11-06mm/highmem: Un-EXPORT __kmap_atomic_idx()Thomas Gleixner
2020-10-16mm/highmem.c: clean up endif commentsIra Weiny
2019-12-10mm, x86/mm: Untangle address space layout definitions from basic pgtable type...Ingo Molnar