aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/highmem.h (follow)
AgeCommit message (Expand)AuthorFilesLines
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/paulg/linuxLinus 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_atomic()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 be migratedMel 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-rc2Linus Torvalds1-0/+104