aboutsummaryrefslogtreecommitdiff
path: root/include/linux/highmem.h
AgeCommit message (Expand)AuthorFilesLines
2021-11-18mm: Add functions to zero portions of a folioGravatar Matthew Wilcox (Oracle) 1-3/+41
2021-11-17Add linux/cacheflush.hGravatar Matthew Wilcox (Oracle) 1-2/+1
2021-11-06Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-14/+14
2021-11-06mm/highmem: remove deprecated kmap_atomicGravatar Ira Weiny 1-14/+14
2021-10-18mm: Add kmap_local_folio()Gravatar Matthew Wilcox (Oracle) 1-0/+37
2021-09-03mm: remove flush_kernel_dcache_pageGravatar Christoph Hellwig 1-4/+1
2021-07-23mm: use kmap_local_page in memzero_pageGravatar Christoph Hellwig 1-2/+2
2021-07-23mm: call flush_dcache_page() in memcpy_to_page() and memzero_page()Gravatar Christoph Hellwig 1-0/+2
2021-06-04arm64: mte: handle tags zeroing at page allocation timeGravatar Peter Collingbourne 1-0/+8
2021-06-04mm: arch: remove indirection level in alloc_zeroed_user_highpage_movable()Gravatar Peter Collingbourne 1-27/+8
2021-05-05iov_iter: lift memzero_page() to highmem.hGravatar Ira Weiny 1-0/+7
2021-02-11mm/highmem: Add VM_BUG_ON() to mem*_page() callsGravatar Ira Weiny 1-0/+5
2021-02-11mm/highmem: Introduce memcpy_page(), memmove_page(), and memset_page()Gravatar Ira Weiny 1-0/+33
2021-02-11mm/highmem: Convert memcpy_[to|from]_page() to kmap_local_page()Gravatar Ira Weiny 1-4/+4
2021-02-11mm/highmem: Lift memcpy_[to|from]_page to coreGravatar Ira Weiny 1-0/+18
2020-12-15Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-4/+15
2020-12-15mm: support THPs in zero_user_segmentsGravatar Matthew Wilcox (Oracle) 1-4/+15
2020-11-24mm/highmem: Provide kmap_local*Gravatar Thomas Gleixner 1-16/+27
2020-11-06highmem: High implementation details and document APIGravatar Thomas Gleixner 1-170/+96
2020-11-06mm/highmem: Remove the old kmap_atomic cruftGravatar Thomas Gleixner 1-59/+4
2020-11-06highmem: Get rid of kmap_types.hGravatar Thomas Gleixner 1-2/+0
2020-11-06x86/mm/highmem: Use generic kmap atomic implementationGravatar Thomas Gleixner 1-1/+1
2020-11-06highmem: Provide generic variant of kmap_atomic*Gravatar Thomas Gleixner 1-16/+66
2020-11-06highmem: Remove unused functionsGravatar Thomas Gleixner 1-10/+0
2020-08-12include/linux/highmem.h: fix duplicated words in a commentGravatar Randy Dunlap 1-1/+1
2020-06-04kmap: consolidate kmap_prot definitionsGravatar Ira Weiny 1-0/+4
2020-06-04parisc/kmap: remove duplicate kmap codeGravatar Ira Weiny 1-3/+7
2020-06-04arch/kmap: define kmap_atomic_prot() for all arch'sGravatar Ira Weiny 1-3/+4
2020-06-04arch/kunmap_atomic: consolidate duplicate codeGravatar Ira Weiny 1-4/+9
2020-06-04arch/kmap_atomic: consolidate duplicate codeGravatar Ira Weiny 1-0/+23
2020-06-04arch/kunmap: remove duplicate kunmap implementationsGravatar Ira Weiny 1-0/+14
2020-06-04arch/kmap: remove redundant arch specific kmapsGravatar Ira Weiny 1-0/+18
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicGravatar Arun KS 1-2/+26
2018-03-18mm: Allow arch code to override copy_highpage()Gravatar Khalid Aziz 1-0/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2015-11-09kmap_atomic_to_page() has no users, remove itGravatar Nicolas Pitre 1-1/+0
2015-05-19sched/preempt, mm/kmap: Explicitly disable/enable preemption in kmap_atomic_*Gravatar David Hildenbrand 1-0/+2
2014-08-06mm: BUG when __kmap_atomic_idx equals KM_TYPE_NRGravatar Chintan Pandya 1-1/+1
2013-02-23mm: remove unused memclear_highpage_flush()Gravatar Kirill A. Shutemov 1-6/+0
2012-07-31mm: add support for direct_IO to highmem pagesGravatar Mel Gorman 1-0/+7
2012-07-24highmem: remove the deprecated form of kmap_atomicGravatar Cong Wang 1-40/+1
2012-03-24Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Gravatar Linus Torvalds 1-0/+1
2012-03-20highmem: kill all __kmap_atomic()Gravatar Cong Wang 1-8/+3
2012-03-20include/linux/highmem.h: remove the second argument of k[un]map_atomic()Gravatar Cong Wang 1-14/+14
2012-03-20highmem: mark k[un]map_atomic() with two arguments as deprecatedGravatar Cong Wang 1-6/+46
2012-03-04BUG: headers with BUG/BUG_ON etc. need linux/bug.hGravatar Paul Gortmaker 1-0/+1
2010-12-17highmem: Use this_cpu_xx_return() operationsGravatar Christoph Lameter 1-5/+8
2010-11-12include/linux/highmem.h needs hardirq.hGravatar Catalin Marinas 1-0/+1
2010-10-27mm: fix race in kunmap_atomic()Gravatar Peter Zijlstra 1-0/+5
2010-10-27mm,x86: fix kmap_atomic_push vs ioremap_32.cGravatar Peter Zijlstra 1-21/+25