summaryrefslogtreecommitdiffstats
path: root/include/linux/highmem.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Allow architectures to override copy_user_highpage()Russell King2008-11-271-0/+2
* mm: fix PageUptodate data raceNick Piggin2008-02-051-4/+0
* Pagecache zeroing: zero_user_segment, zero_user_segments and zero_userChristoph Lameter2008-02-051-18/+30
* Remove alloc_zeroed_user_highpage()Mel Gorman2007-07-191-15/+0
* Add __GFP_MOVABLE for callers to flag allocations from high memory that may b...Mel Gorman2007-07-171-2/+49
* fs: deprecate memclear_highpage_flushNate Diller2007-05-091-2/+1
* fs: convert core functions to zero_user_pageNate Diller2007-05-091-9/+19
* Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Linus Torvalds2007-05-051-0/+5
|\
| * [PATCH] i386: PARAVIRT: add kmap_atomic_pte for mapping highpte pagesJeremy Fitzhardinge2007-05-021-0/+6
* | Convert non-highmem kmap_atomic() to static inline functionGeert Uytterhoeven2007-05-041-2/+8
|/
* [ARM] pass vma for flush_anon_page()Russell King2007-01-081-1/+1
* [PATCH] Pass vma argument to copy_user_highpage().Atsushi Nemoto2006-12-131-1/+2
* [PATCH] Fix COW D-cache aliasing on forkAtsushi Nemoto2006-12-131-0/+4
* [PATCH] mm: k{,um}map_atomic() vs in_atomic()Peter Zijlstra2006-12-071-3/+5
* [PATCH] reduce MAX_NR_ZONES: move HIGHMEM counters into highmem.c/.hChristoph Lameter2006-09-261-0/+3
* [PATCH] update to the kernel kmap/kunmap APIJames Bottomley2006-09-261-0/+2
* Don't include linux/config.h from anywhere else in include/David Woodhouse2006-04-261-1/+0
* [PATCH] Add flush_kernel_dcache_page() APIJames Bottomley2006-03-261-0/+6
* [PATCH] Add API for flushing Anon pagesJames Bottomley2006-03-261-0/+6
* [PATCH] kdump: Routines for copying dump pagesVivek Goyal2005-06-251-0/+1
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+104