summaryrefslogtreecommitdiff
path: root/include/linux/highmem.h
Commit message (Expand)AuthorAgeFilesLines
* mm: introduce clear_highpage_kasan_taggedAndrey Konovalov2022-06-271-0/+10
* Merge branch 'mm-stable' into mm-unstableakpm2022-06-271-13/+0
|\
| * mm/highmem: delete memmove_page()Fabio M. De Francesco2022-06-161-13/+0
* | Documentation: highmem: use literal block for code example in highmem.h commentBagas Sanjaya2022-06-271-9/+9
|/
* Documentation/vm: move "Using kmap-atomic" to highmem.hFabio M. De Francesco2022-05-131-0/+31
* mm/highmem: fix kernel-doc warnings in highmem*.hFabio M. De Francesco2022-05-131-14/+8
* mm/highmem: VM_BUG_ON() if offset + len > PAGE_SIZEFabio M. De Francesco2022-05-131-0/+2
* mm: Add functions to zero portions of a folioMatthew Wilcox (Oracle)2021-11-181-3/+41
* Add linux/cacheflush.hMatthew Wilcox (Oracle)2021-11-171-2/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-11-061-14/+14
|\
| * mm/highmem: remove deprecated kmap_atomicIra Weiny2021-11-061-14/+14
* | mm: Add kmap_local_folio()Matthew Wilcox (Oracle)2021-10-181-0/+37
|/
* mm: remove flush_kernel_dcache_pageChristoph Hellwig2021-09-031-4/+1
* mm: use kmap_local_page in memzero_pageChristoph Hellwig2021-07-231-2/+2
* mm: call flush_dcache_page() in memcpy_to_page() and memzero_page()Christoph Hellwig2021-07-231-0/+2
* arm64: mte: handle tags zeroing at page allocation timePeter Collingbourne2021-06-041-0/+8
* mm: arch: remove indirection level in alloc_zeroed_user_highpage_movable()Peter Collingbourne2021-06-041-27/+8
* iov_iter: lift memzero_page() to highmem.hIra Weiny2021-05-051-0/+7
* mm/highmem: Add VM_BUG_ON() to mem*_page() callsIra Weiny2021-02-111-0/+5
* mm/highmem: Introduce memcpy_page(), memmove_page(), and memset_page()Ira Weiny2021-02-111-0/+33
* mm/highmem: Convert memcpy_[to|from]_page() to kmap_local_page()Ira Weiny2021-02-111-4/+4
* mm/highmem: Lift memcpy_[to|from]_page to coreIra Weiny2021-02-111-0/+18
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-12-151-4/+15
|\
| * mm: support THPs in zero_user_segmentsMatthew Wilcox (Oracle)2020-12-151-4/+15
* | mm/highmem: Provide kmap_local*Thomas Gleixner2020-11-241-16/+27
* | highmem: High implementation details and document APIThomas Gleixner2020-11-061-170/+96
* | mm/highmem: Remove the old kmap_atomic cruftThomas Gleixner2020-11-061-59/+4
* | highmem: Get rid of kmap_types.hThomas Gleixner2020-11-061-2/+0
* | x86/mm/highmem: Use generic kmap atomic implementationThomas Gleixner2020-11-061-1/+1
* | highmem: Provide generic variant of kmap_atomic*Thomas Gleixner2020-11-061-16/+66
* | highmem: Remove unused functionsThomas Gleixner2020-11-061-10/+0
|/
* include/linux/highmem.h: fix duplicated words in a commentRandy Dunlap2020-08-121-1/+1
* kmap: consolidate kmap_prot definitionsIra Weiny2020-06-041-0/+4
* parisc/kmap: remove duplicate kmap codeIra Weiny2020-06-041-3/+7
* arch/kmap: define kmap_atomic_prot() for all arch'sIra Weiny2020-06-041-3/+4
* arch/kunmap_atomic: consolidate duplicate codeIra Weiny2020-06-041-4/+9
* arch/kmap_atomic: consolidate duplicate codeIra Weiny2020-06-041-0/+23
* arch/kunmap: remove duplicate kunmap implementationsIra Weiny2020-06-041-0/+14
* arch/kmap: remove redundant arch specific kmapsIra Weiny2020-06-041-0/+18
* mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS2018-12-281-2/+26
* mm: Allow arch code to override copy_highpage()Khalid Aziz2018-03-181-0/+4
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* kmap_atomic_to_page() has no users, remove itNicolas Pitre2015-11-091-1/+0
* sched/preempt, mm/kmap: Explicitly disable/enable preemption in kmap_atomic_*David Hildenbrand2015-05-191-0/+2
* mm: BUG when __kmap_atomic_idx equals KM_TYPE_NRChintan Pandya2014-08-061-1/+1
* mm: remove unused memclear_highpage_flush()Kirill A. Shutemov2013-02-231-6/+0
* mm: add support for direct_IO to highmem pagesMel Gorman2012-07-311-0/+7
* highmem: remove the deprecated form of kmap_atomicCong Wang2012-07-241-40/+1
* Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Linus Torvalds2012-03-241-0/+1
|\
| * BUG: headers with BUG/BUG_ON etc. need linux/bug.hPaul Gortmaker2012-03-041-0/+1