summaryrefslogtreecommitdiffstats
path: root/include/linux/highmem.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* | highmem: kill all __kmap_atomic()Cong Wang2012-03-201-8/+3
* | include/linux/highmem.h: remove the second argument of k[un]map_atomic()Cong Wang2012-03-201-14/+14
* | highmem: mark k[un]map_atomic() with two arguments as deprecatedCong Wang2012-03-201-6/+46
|/
* highmem: Use this_cpu_xx_return() operationsChristoph Lameter2010-12-171-5/+8
* include/linux/highmem.h needs hardirq.hCatalin Marinas2010-11-121-0/+1
* mm: fix race in kunmap_atomic()Peter Zijlstra2010-10-271-0/+5
* mm,x86: fix kmap_atomic_push vs ioremap_32.cPeter Zijlstra2010-10-271-21/+25
* mm: stack based kmap_atomic()Peter Zijlstra2010-10-261-22/+39
* mm: strictly nested kmap_atomic()Peter Zijlstra2010-10-261-2/+2
* gcc-4.6: mm: fix unused but set warningsAndi Kleen2010-08-091-1/+5
* kmap_atomic: make kunmap_atomic() harder to misuseCesar Eduardo Barros2010-08-091-1/+9
* highmem: remove unneeded #ifdef CONFIG_TRACE_IRQFLAGS_SUPPORT for debug_kmap_...Akinobu Mita2010-05-251-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/xfs-viptLinus Torvalds2010-02-261-0/+6
|\
| * mm: add coherence API for DMA to vmalloc/vmap areasJames Bottomley2010-01-251-0/+6
* | mm: make totalhigh_pages unsigned longAndreas Fenkart2010-01-111-1/+1
|/
* mm: check the argument of kunmap on architectures without highmemMatthew Wilcox2009-06-161-1/+3
* Fix highmem PPC build failureKumar Gala2009-04-031-15/+14
* mm: introduce debug_kmap_atomicAkinobu Mita2009-04-011-0/+12