summaryrefslogtreecommitdiff
path: root/include/linux/highmem.h
AgeCommit message (Expand)Author
2022-08-08highmem: delete a sentence from kmap_local_page() kdocsFabio M. De Francesco
2022-08-08highmem: specify that kmap_local_page() is callable from interruptsFabio M. De Francesco
2022-08-08highmem: remove unneeded spaces in kmap_local_page() kdocsFabio M. De Francesco
2022-08-05Merge tag 'mm-stable-2022-08-03' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-07-03mm: introduce clear_highpage_kasan_taggedAndrey Konovalov
2022-07-03Documentation: highmem: use literal block for code example in highmem.h commentBagas Sanjaya
2022-06-16mm/highmem: delete memmove_page()Fabio M. De Francesco
2022-05-13Documentation/vm: move "Using kmap-atomic" to highmem.hFabio M. De Francesco
2022-05-13mm/highmem: fix kernel-doc warnings in highmem*.hFabio M. De Francesco
2022-05-13mm/highmem: VM_BUG_ON() if offset + len > PAGE_SIZEFabio M. De Francesco
2021-11-18mm: Add functions to zero portions of a folioMatthew Wilcox (Oracle)
2021-11-17Add linux/cacheflush.hMatthew Wilcox (Oracle)
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-11-06mm/highmem: remove deprecated kmap_atomicIra Weiny
2021-10-18mm: Add kmap_local_folio()Matthew Wilcox (Oracle)
2021-09-03mm: remove flush_kernel_dcache_pageChristoph Hellwig
2021-07-23mm: use kmap_local_page in memzero_pageChristoph Hellwig
2021-07-23mm: call flush_dcache_page() in memcpy_to_page() and memzero_page()Christoph Hellwig
2021-06-04arm64: mte: handle tags zeroing at page allocation timePeter Collingbourne
2021-06-04mm: arch: remove indirection level in alloc_zeroed_user_highpage_movable()Peter Collingbourne
2021-05-05iov_iter: lift memzero_page() to highmem.hIra Weiny
2021-02-11mm/highmem: Add VM_BUG_ON() to mem*_page() callsIra Weiny
2021-02-11mm/highmem: Introduce memcpy_page(), memmove_page(), and memset_page()Ira Weiny
2021-02-11mm/highmem: Convert memcpy_[to|from]_page() to kmap_local_page()Ira Weiny
2021-02-11mm/highmem: Lift memcpy_[to|from]_page to coreIra Weiny
2020-12-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-12-15mm: support THPs in zero_user_segmentsMatthew Wilcox (Oracle)
2020-11-24mm/highmem: Provide kmap_local*Thomas Gleixner
2020-11-06highmem: High implementation details and document APIThomas Gleixner
2020-11-06mm/highmem: Remove the old kmap_atomic cruftThomas Gleixner
2020-11-06highmem: Get rid of kmap_types.hThomas Gleixner
2020-11-06x86/mm/highmem: Use generic kmap atomic implementationThomas Gleixner
2020-11-06highmem: Provide generic variant of kmap_atomic*Thomas Gleixner
2020-11-06highmem: Remove unused functionsThomas Gleixner
2020-08-12include/linux/highmem.h: fix duplicated words in a commentRandy Dunlap
2020-06-04kmap: consolidate kmap_prot definitionsIra Weiny
2020-06-04parisc/kmap: remove duplicate kmap codeIra Weiny
2020-06-04arch/kmap: define kmap_atomic_prot() for all arch'sIra Weiny
2020-06-04arch/kunmap_atomic: consolidate duplicate codeIra Weiny
2020-06-04arch/kmap_atomic: consolidate duplicate codeIra Weiny
2020-06-04arch/kunmap: remove duplicate kunmap implementationsIra Weiny
2020-06-04arch/kmap: remove redundant arch specific kmapsIra Weiny
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS
2018-03-18mm: Allow arch code to override copy_highpage()Khalid Aziz
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2015-11-09kmap_atomic_to_page() has no users, remove itNicolas Pitre
2015-05-19sched/preempt, mm/kmap: Explicitly disable/enable preemption in kmap_atomic_*David Hildenbrand
2014-08-06mm: BUG when __kmap_atomic_idx equals KM_TYPE_NRChintan Pandya
2013-02-23mm: remove unused memclear_highpage_flush()Kirill A. Shutemov
2012-07-31mm: add support for direct_IO to highmem pagesMel Gorman