summaryrefslogtreecommitdiffstats
path: root/mm/highmem.c
Commit message (Expand)AuthorAgeFilesLines
* mm: in_irq() cleanupChangbin Du2021-09-081-1/+1
* mm: fix typos in commentsIngo Molnar2021-05-071-1/+1
* mm/highmem.c: fix coding style issuesongqiang2021-05-051-6/+5
* mm/highmem: fix CONFIG_DEBUG_KMAP_LOCAL_FORCE_MAPIra Weiny2021-03-251-2/+2
* mm/highmem.c: fix zero_user_segments() with start > endOGAWA Hirofumi2021-03-131-5/+12
* mm/highmem: prepare for overriding set_pte_at()Thomas Gleixner2021-01-241-1/+6
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-12-151-0/+52
|\
| * mm: support THPs in zero_user_segmentsMatthew Wilcox (Oracle)2020-12-151-0/+52
* | mm/highmem: Provide kmap_local*Thomas Gleixner2020-11-241-0/+6
* | sched: highmem: Store local kmaps in task structThomas Gleixner2020-11-241-10/+89
* | mm/highmem: Provide CONFIG_DEBUG_KMAP_LOCAL_FORCE_MAPThomas Gleixner2020-11-241-1/+11
* | mm/highmem: Provide and use CONFIG_DEBUG_KMAP_LOCALThomas Gleixner2020-11-241-2/+2
* | mm/highmem: Take kmap_high_get() properly into accountThomas Gleixner2020-11-121-6/+13
* | highmem: High implementation details and document APIThomas Gleixner2020-11-061-7/+4
* | mm/highmem: Remove the old kmap_atomic cruftThomas Gleixner2020-11-061-6/+1
* | x86/mm/highmem: Use generic kmap atomic implementationThomas Gleixner2020-11-061-1/+1
* | highmem: Make DEBUG_HIGHMEM functionalThomas Gleixner2020-11-061-2/+12
* | highmem: Provide generic variant of kmap_atomic*Thomas Gleixner2020-11-061-2/+142
* | mm/highmem: Un-EXPORT __kmap_atomic_idx()Thomas Gleixner2020-11-061-2/+0
|/
* mm/highmem.c: clean up endif commentsIra Weiny2020-10-161-2/+2
* mm, x86/mm: Untangle address space layout definitions from basic pgtable type...Ingo Molnar2019-12-101-1/+1
* mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS2018-12-281-3/+2
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* mm/highmem: make nr_free_highpages() handles all highmem zones by itselfJoonsoo Kim2016-05-191-8/+4
* mm/highmem: make kmap cache coloring awareMax Filippov2014-08-061-11/+75
* Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2012-12-201-0/+1
|\
| * mm: highmem: export kmap_to_page for modulesWill Deacon2012-10-221-0/+1
* | mm, highmem: get virtual address of the page using PKMAP_ADDR()Joonsoo Kim2012-12-111-2/+1
* | mm, highmem: remove page_address_pool listJoonsoo Kim2012-12-111-16/+2
* | mm, highmem: remove useless pool_lockJoonsoo Kim2012-12-111-6/+0
* | mm, highmem: use PKMAP_NR() to calculate an index of pkmapJoonsoo Kim2012-12-111-1/+1
* | mm: highmem: don't treat PKMAP_ADDR(LAST_PKMAP) as a highmem addressWill Deacon2012-11-161-1/+1
|/
* mm: add support for direct_IO to highmem pagesMel Gorman2012-07-311-0/+12
* Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2011-11-061-1/+1
|\
| * mm: Map most files to use export.h instead of module.hPaul Gortmaker2011-10-311-1/+1
* | mm: fix kunmap_high() commentLi Haifeng2011-10-311-1/+1
|/
* mm: make HASHED_PAGE_VIRTUAL page_address' struct page argument const.Ian Campbell2011-08-171-2/+2
* mm,x86: fix kmap_atomic_push vs ioremap_32.cPeter Zijlstra2010-10-271-1/+5
* mm: stack based kmap_atomic()Peter Zijlstra2010-10-261-58/+4
* mm,kdb,kgdb: Add a debug reference for the kdb kmap usageJason Wessel2010-08-051-0/+7
* highmem: remove unneeded #ifdef CONFIG_TRACE_IRQFLAGS_SUPPORT for debug_kmap_...Akinobu Mita2010-05-251-1/+1
* grammar fix in commentUwe Kleine-König2010-02-051-1/+1
* highmem: Fix debug_kmap_atomic() to also handle KM_IRQ_PTE, KM_NMI, and KM_NM...Soeren Sandmann2009-11-101-3/+10
* highmem: Fix race in debug_kmap_atomic() which could cause warn_count to unde...Soeren Sandmann2009-11-101-2/+2
* block: remove some includings of blktrace_api.hLi Zefan2009-06-161-1/+0
* mm: introduce debug_kmap_atomicAkinobu Mita2009-04-011-0/+45
* highmem: atomic highmem kmap page pinningNicolas Pitre2009-03-151-8/+57
* x86, pat: avoid highmem cache attribute aliasingNick Piggin2008-08-151-1/+4
* highmem: Export totalhigh_pages.David S. Miller2008-07-191-0/+1
* mm: highmem kernel-doc additionsRandy Dunlap2008-03-191-4/+26