summaryrefslogtreecommitdiffstats
path: root/mm/highmem.c
AgeCommit message (Expand)AuthorFilesLines
2022-10-12highmem: fix kmap_to_page() for kmap_local_page() addressesIra Weiny1-12/+31
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
2022-07-25highmem: Make __kunmap_{local,atomic}() take const void pointerFabio M. De Francesco1-1/+1
2022-07-17mm/highmem: pass a pointer to virt_to_page()Linus Walleij1-1/+1
2022-04-08highmem: fix checks in __kmap_local_sched_{in,out}Max Filippov1-2/+2
2022-03-22mm/highmem: remove unnecessary done labelMiaohe Lin1-5/+4
2021-11-25Merge tag 'folio-5.16b' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds1-2/+0
2021-11-20kmap_local: don't assume kmap PTEs are linear arrays in memoryArd Biesheuvel1-11/+21
2021-11-18mm: Add functions to zero portions of a folioMatthew Wilcox (Oracle)1-2/+0
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-3/+3
2021-11-06mm/highmem: remove deprecated kmap_atomicIra Weiny1-3/+3
2021-10-18mm: remove spurious blkdev.h includesChristoph Hellwig1-1/+0
2021-09-08mm: in_irq() cleanupChangbin Du1-1/+1
2021-05-07mm: fix typos in commentsIngo Molnar1-1/+1
2021-05-05mm/highmem.c: fix coding style issuesongqiang1-6/+5
2021-03-25mm/highmem: fix CONFIG_DEBUG_KMAP_LOCAL_FORCE_MAPIra Weiny1-2/+2
2021-03-13mm/highmem.c: fix zero_user_segments() with start > endOGAWA Hirofumi1-5/+12
2021-01-24mm/highmem: prepare for overriding set_pte_at()Thomas Gleixner1-1/+6
2020-12-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+52
2020-12-15mm: support THPs in zero_user_segmentsMatthew Wilcox (Oracle)1-0/+52
2020-11-24mm/highmem: Provide kmap_local*Thomas Gleixner1-0/+6
2020-11-24sched: highmem: Store local kmaps in task structThomas Gleixner1-10/+89
2020-11-24mm/highmem: Provide CONFIG_DEBUG_KMAP_LOCAL_FORCE_MAPThomas Gleixner1-1/+11
2020-11-24mm/highmem: Provide and use CONFIG_DEBUG_KMAP_LOCALThomas Gleixner1-2/+2
2020-11-12mm/highmem: Take kmap_high_get() properly into accountThomas Gleixner1-6/+13
2020-11-06highmem: High implementation details and document APIThomas Gleixner1-7/+4
2020-11-06mm/highmem: Remove the old kmap_atomic cruftThomas Gleixner1-6/+1
2020-11-06x86/mm/highmem: Use generic kmap atomic implementationThomas Gleixner1-1/+1
2020-11-06highmem: Make DEBUG_HIGHMEM functionalThomas Gleixner1-2/+12
2020-11-06highmem: Provide generic variant of kmap_atomic*Thomas Gleixner1-2/+142
2020-11-06mm/highmem: Un-EXPORT __kmap_atomic_idx()Thomas Gleixner1-2/+0
2020-10-16mm/highmem.c: clean up endif commentsIra Weiny1-2/+2
2019-12-10mm, x86/mm: Untangle address space layout definitions from basic pgtable type...Ingo Molnar1-1/+1
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS1-3/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2016-05-19mm/highmem: make nr_free_highpages() handles all highmem zones by itselfJoonsoo Kim1-8/+4
2014-08-06mm/highmem: make kmap cache coloring awareMax Filippov1-11/+75
2012-12-20Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+1
2012-12-11mm, highmem: get virtual address of the page using PKMAP_ADDR()Joonsoo Kim1-2/+1
2012-12-11mm, highmem: remove page_address_pool listJoonsoo Kim1-16/+2
2012-12-11mm, highmem: remove useless pool_lockJoonsoo Kim1-6/+0
2012-12-11mm, highmem: use PKMAP_NR() to calculate an index of pkmapJoonsoo Kim1-1/+1
2012-11-16mm: highmem: don't treat PKMAP_ADDR(LAST_PKMAP) as a highmem addressWill Deacon1-1/+1
2012-10-22mm: highmem: export kmap_to_page for modulesWill Deacon1-0/+1
2012-07-31mm: add support for direct_IO to highmem pagesMel Gorman1-0/+12
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+1
2011-10-31mm: fix kunmap_high() commentLi Haifeng1-1/+1
2011-10-31mm: Map most files to use export.h instead of module.hPaul Gortmaker1-1/+1
2011-08-17mm: make HASHED_PAGE_VIRTUAL page_address' struct page argument const.Ian Campbell1-2/+2
2010-10-27mm,x86: fix kmap_atomic_push vs ioremap_32.cPeter Zijlstra1-1/+5