summaryrefslogtreecommitdiff
path: root/include/linux/highmem.h
Commit message (Expand)AuthorAge
* mm: Allow arch code to override copy_highpage()Khalid Aziz2018-03-18
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* kmap_atomic_to_page() has no users, remove itNicolas Pitre2015-11-09
* sched/preempt, mm/kmap: Explicitly disable/enable preemption in kmap_atomic_*David Hildenbrand2015-05-19
* mm: BUG when __kmap_atomic_idx equals KM_TYPE_NRChintan Pandya2014-08-06
* mm: remove unused memclear_highpage_flush()Kirill A. Shutemov2013-02-23
* mm: add support for direct_IO to highmem pagesMel Gorman2012-07-31
* highmem: remove the deprecated form of kmap_atomicCong Wang2012-07-24
* Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...Linus Torvalds2012-03-24
|\
| * BUG: headers with BUG/BUG_ON etc. need linux/bug.hPaul Gortmaker2012-03-04
* | highmem: kill all __kmap_atomic()Cong Wang2012-03-20
* | include/linux/highmem.h: remove the second argument of k[un]map_atomic()Cong Wang2012-03-20
* | highmem: mark k[un]map_atomic() with two arguments as deprecatedCong Wang2012-03-20
|/
* highmem: Use this_cpu_xx_return() operationsChristoph Lameter2010-12-17
* include/linux/highmem.h needs hardirq.hCatalin Marinas2010-11-12
* mm: fix race in kunmap_atomic()Peter Zijlstra2010-10-27
* mm,x86: fix kmap_atomic_push vs ioremap_32.cPeter Zijlstra2010-10-27
* mm: stack based kmap_atomic()Peter Zijlstra2010-10-26
* mm: strictly nested kmap_atomic()Peter Zijlstra2010-10-26
* gcc-4.6: mm: fix unused but set warningsAndi Kleen2010-08-09
* kmap_atomic: make kunmap_atomic() harder to misuseCesar Eduardo Barros2010-08-09
* highmem: remove unneeded #ifdef CONFIG_TRACE_IRQFLAGS_SUPPORT for debug_kmap_...Akinobu Mita2010-05-25
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/xfs-viptLinus Torvalds2010-02-26
|\
| * mm: add coherence API for DMA to vmalloc/vmap areasJames Bottomley2010-01-25
* | mm: make totalhigh_pages unsigned longAndreas Fenkart2010-01-11
|/
* mm: check the argument of kunmap on architectures without highmemMatthew Wilcox2009-06-16
* Fix highmem PPC build failureKumar Gala2009-04-03
* mm: introduce debug_kmap_atomicAkinobu Mita2009-04-01
* Allow architectures to override copy_user_highpage()Russell King2008-11-27
* mm: fix PageUptodate data raceNick Piggin2008-02-05
* Pagecache zeroing: zero_user_segment, zero_user_segments and zero_userChristoph Lameter2008-02-05
* Remove alloc_zeroed_user_highpage()Mel Gorman2007-07-19
* Add __GFP_MOVABLE for callers to flag allocations from high memory that may b...Mel Gorman2007-07-17
* fs: deprecate memclear_highpage_flushNate Diller2007-05-09
* fs: convert core functions to zero_user_pageNate Diller2007-05-09
* Merge branch 'for-linus' of git://one.firstfloor.org/home/andi/git/linux-2.6Linus Torvalds2007-05-05
|\
| * [PATCH] i386: PARAVIRT: add kmap_atomic_pte for mapping highpte pagesJeremy Fitzhardinge2007-05-02
* | Convert non-highmem kmap_atomic() to static inline functionGeert Uytterhoeven2007-05-04
|/
* [ARM] pass vma for flush_anon_page()Russell King2007-01-08
* [PATCH] Pass vma argument to copy_user_highpage().Atsushi Nemoto2006-12-13
* [PATCH] Fix COW D-cache aliasing on forkAtsushi Nemoto2006-12-13
* [PATCH] mm: k{,um}map_atomic() vs in_atomic()Peter Zijlstra2006-12-07
* [PATCH] reduce MAX_NR_ZONES: move HIGHMEM counters into highmem.c/.hChristoph Lameter2006-09-26
* [PATCH] update to the kernel kmap/kunmap APIJames Bottomley2006-09-26
* Don't include linux/config.h from anywhere else in include/David Woodhouse2006-04-26
* [PATCH] Add flush_kernel_dcache_page() APIJames Bottomley2006-03-26
* [PATCH] Add API for flushing Anon pagesJames Bottomley2006-03-26
* [PATCH] kdump: Routines for copying dump pagesVivek Goyal2005-06-25
* Linux-2.6.12-rc2Linus Torvalds2005-04-16