aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/highmem.h
AgeCommit message (Expand)AuthorFilesLines
2024-02-22highmem: add kernel-doc for memcpy_*_folio()Matthew Wilcox (Oracle)1-0/+14
2023-12-10mm: add folio_fill_tail() and use it in iomapMatthew Wilcox (Oracle)1-0/+38
2023-12-10mm: add folio_zero_tail() and use it in ext4Matthew Wilcox (Oracle)1-0/+38
2023-12-06highmem: fix a memory copy problem in memcpy_from_folioSu Hui1-1/+1
2023-10-25highmem: Add folio_release_kmap()Matthew Wilcox (Oracle)1-2/+16
2023-08-18highmem: add memcpy_to_folio() and memcpy_from_folio()Matthew Wilcox (Oracle)1-0/+44
2023-06-05highmem: Rename put_and_unmap_page() to unmap_and_put_page()Fabio M. De Francesco1-1/+1
2023-04-18mm/hwpoison: introduce copy_mc_highpageJiaqi Yan1-13/+41
2023-03-28kasan: call clear_page with a match-all tag instead of changing page tagPeter Collingbourne1-5/+3
2023-03-07new helper: put_and_unmap_page()Al Viro1-0/+6
2023-02-09mm: fix memcpy_from_file_folio() integer underflowMatthew Wilcox (Oracle)1-2/+3
2023-02-02mm: add memcpy_from_file_folio()Matthew Wilcox (Oracle)1-0/+29
2023-02-02mm: add vma_alloc_zeroed_movable_folio()Matthew Wilcox (Oracle)1-17/+16
2023-01-18mm: fix spelling mistake in highmem.hFabio M. De Francesco1-2/+2
2023-01-18mm: remove an ambiguous sentence from kmap_local_folio() kdocsFabio M. De Francesco1-3/+2
2022-11-30mm, hwpoison: try to recover from copy-on write faultsTony Luck1-0/+26
2022-10-03mm: kmsan: maintain KMSAN metadata for page operationsAlexander Potapenko1-0/+3
2022-08-08highmem: delete a sentence from kmap_local_page() kdocsFabio M. De Francesco1-2/+1
2022-08-08highmem: specify that kmap_local_page() is callable from interruptsFabio M. De Francesco1-1/+1
2022-08-08highmem: remove unneeded spaces in kmap_local_page() kdocsFabio M. De Francesco1-1/+1
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-13/+10
2022-07-03mm: introduce clear_highpage_kasan_taggedAndrey Konovalov1-0/+10
2022-07-03Documentation: highmem: use literal block for code example in highmem.h commentBagas Sanjaya1-9/+9
2022-06-16mm/highmem: delete memmove_page()Fabio M. De Francesco1-13/+0
2022-05-13Documentation/vm: move "Using kmap-atomic" to highmem.hFabio M. De Francesco1-0/+31
2022-05-13mm/highmem: fix kernel-doc warnings in highmem*.hFabio M. De Francesco1-14/+8
2022-05-13mm/highmem: VM_BUG_ON() if offset + len > PAGE_SIZEFabio M. De Francesco1-0/+2
2021-11-18mm: Add functions to zero portions of a folioMatthew Wilcox (Oracle)1-3/+41
2021-11-17Add linux/cacheflush.hMatthew Wilcox (Oracle)1-2/+1
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-14/+14
2021-11-06mm/highmem: remove deprecated kmap_atomicIra Weiny1-14/+14
2021-10-18mm: Add kmap_local_folio()Matthew Wilcox (Oracle)1-0/+37
2021-09-03mm: remove flush_kernel_dcache_pageChristoph Hellwig1-4/+1
2021-07-23mm: use kmap_local_page in memzero_pageChristoph Hellwig1-2/+2
2021-07-23mm: call flush_dcache_page() in memcpy_to_page() and memzero_page()Christoph Hellwig1-0/+2
2021-06-04arm64: mte: handle tags zeroing at page allocation timePeter Collingbourne1-0/+8
2021-06-04mm: arch: remove indirection level in alloc_zeroed_user_highpage_movable()Peter Collingbourne1-27/+8
2021-05-05iov_iter: lift memzero_page() to highmem.hIra Weiny1-0/+7
2021-02-11mm/highmem: Add VM_BUG_ON() to mem*_page() callsIra Weiny1-0/+5
2021-02-11mm/highmem: Introduce memcpy_page(), memmove_page(), and memset_page()Ira Weiny1-0/+33
2021-02-11mm/highmem: Convert memcpy_[to|from]_page() to kmap_local_page()Ira Weiny1-4/+4
2021-02-11mm/highmem: Lift memcpy_[to|from]_page to coreIra Weiny1-0/+18
2020-12-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-4/+15
2020-12-15mm: support THPs in zero_user_segmentsMatthew Wilcox (Oracle)1-4/+15
2020-11-24mm/highmem: Provide kmap_local*Thomas Gleixner1-16/+27
2020-11-06highmem: High implementation details and document APIThomas Gleixner1-170/+96
2020-11-06mm/highmem: Remove the old kmap_atomic cruftThomas Gleixner1-59/+4
2020-11-06highmem: Get rid of kmap_types.hThomas Gleixner1-2/+0
2020-11-06x86/mm/highmem: Use generic kmap atomic implementationThomas Gleixner1-1/+1
2020-11-06highmem: Provide generic variant of kmap_atomic*Thomas Gleixner1-16/+66
2020-11-06highmem: Remove unused functionsThomas Gleixner1-10/+0
2020-08-12include/linux/highmem.h: fix duplicated words in a commentRandy Dunlap1-1/+1
2020-06-04kmap: consolidate kmap_prot definitionsIra Weiny1-0/+4
2020-06-04parisc/kmap: remove duplicate kmap codeIra Weiny1-3/+7
2020-06-04arch/kmap: define kmap_atomic_prot() for all arch'sIra Weiny1-3/+4
2020-06-04arch/kunmap_atomic: consolidate duplicate codeIra Weiny1-4/+9
2020-06-04arch/kmap_atomic: consolidate duplicate codeIra Weiny1-0/+23
2020-06-04arch/kunmap: remove duplicate kunmap implementationsIra Weiny1-0/+14
2020-06-04arch/kmap: remove redundant arch specific kmapsIra Weiny1-0/+18
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS1-2/+26
2018-03-18mm: Allow arch code to override copy_highpage()Khalid Aziz1-0/+4
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2015-11-09kmap_atomic_to_page() has no users, remove itNicolas Pitre1-1/+0
2015-05-19sched/preempt, mm/kmap: Explicitly disable/enable preemption in kmap_atomic_*David Hildenbrand1-0/+2
2014-08-06mm: BUG when __kmap_atomic_idx equals KM_TYPE_NRChintan Pandya1-1/+1
2013-02-23mm: remove unused memclear_highpage_flush()Kirill A. Shutemov1-6/+0
2012-07-31mm: add support for direct_IO to highmem pagesMel Gorman1-0/+7
2012-07-24highmem: remove the deprecated form of kmap_atomicCong Wang1-40/+1
2012-03-24Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Linus Torvalds1-0/+1
2012-03-20highmem: kill all __kmap_atomic()Cong Wang1-8/+3
2012-03-20include/linux/highmem.h: remove the second argument of k[un]map_atomic()Cong Wang1-14/+14
2012-03-20highmem: mark k[un]map_atomic() with two arguments as deprecatedCong Wang1-6/+46
2012-03-04BUG: headers with BUG/BUG_ON etc. need linux/bug.hPaul Gortmaker1-0/+1
2010-12-17highmem: Use this_cpu_xx_return() operationsChristoph Lameter1-5/+8
2010-11-12include/linux/highmem.h needs hardirq.hCatalin Marinas1-0/+1
2010-10-27mm: fix race in kunmap_atomic()Peter Zijlstra1-0/+5
2010-10-27mm,x86: fix kmap_atomic_push vs ioremap_32.cPeter Zijlstra1-21/+25
2010-10-26mm: stack based kmap_atomic()Peter Zijlstra1-22/+39
2010-10-26mm: strictly nested kmap_atomic()Peter Zijlstra1-2/+2
2010-08-09gcc-4.6: mm: fix unused but set warningsAndi Kleen1-1/+5
2010-08-09kmap_atomic: make kunmap_atomic() harder to misuseCesar Eduardo Barros1-1/+9
2010-05-25highmem: remove unneeded #ifdef CONFIG_TRACE_IRQFLAGS_SUPPORT for debug_kmap_...Akinobu Mita1-1/+1
2010-02-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/xfs-viptLinus Torvalds1-0/+6
2010-01-25mm: add coherence API for DMA to vmalloc/vmap areasJames Bottomley1-0/+6
2010-01-11mm: make totalhigh_pages unsigned longAndreas Fenkart1-1/+1
2009-06-16mm: check the argument of kunmap on architectures without highmemMatthew Wilcox1-1/+3
2009-04-03Fix highmem PPC build failureKumar Gala1-15/+14
2009-04-01mm: introduce debug_kmap_atomicAkinobu Mita1-0/+12
2008-11-27Allow architectures to override copy_user_highpage()Russell King1-0/+2
2008-02-05mm: fix PageUptodate data raceNick Piggin1-4/+0
2008-02-05Pagecache zeroing: zero_user_segment, zero_user_segments and zero_userChristoph Lameter1-18/+30
2007-07-19Remove alloc_zeroed_user_highpage()Mel Gorman1-15/+0
2007-07-17Add __GFP_MOVABLE for callers to flag allocations from high memory that may b...Mel Gorman1-2/+49
2007-05-09fs: deprecate memclear_highpage_flushNate Diller1-2/+1
2007-05-09fs: convert core functions to zero_user_pageNate Diller1-9/+19
2007-05-05Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Linus Torvalds1-0/+5
2007-05-04Convert non-highmem kmap_atomic() to static inline functionGeert Uytterhoeven1-2/+8
2007-05-02[PATCH] i386: PARAVIRT: add kmap_atomic_pte for mapping highpte pagesJeremy Fitzhardinge1-0/+6
2007-01-08[ARM] pass vma for flush_anon_page()Russell King1-1/+1
2006-12-13[PATCH] Pass vma argument to copy_user_highpage().Atsushi Nemoto1-1/+2
2006-12-13[PATCH] Fix COW D-cache aliasing on forkAtsushi Nemoto1-0/+4
2006-12-07[PATCH] mm: k{,um}map_atomic() vs in_atomic()Peter Zijlstra1-3/+5
2006-09-26[PATCH] reduce MAX_NR_ZONES: move HIGHMEM counters into highmem.c/.hChristoph Lameter1-0/+3
2006-09-26[PATCH] update to the kernel kmap/kunmap APIJames Bottomley1-0/+2
2006-04-26Don't include linux/config.h from anywhere else in include/David Woodhouse1-1/+0
2006-03-26[PATCH] Add flush_kernel_dcache_page() APIJames Bottomley1-0/+6
2006-03-26[PATCH] Add API for flushing Anon pagesJames Bottomley1-0/+6
2005-06-25[PATCH] kdump: Routines for copying dump pagesVivek Goyal1-0/+1
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+104