aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/highmem.h (follow)
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/git/akpm/mmLinus 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