summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-05-20mm/highmem: make nr_free_highpages() handles all highmem zones by itselfJoonsoo Kim1-8/+4
2014-08-07mm/highmem: make kmap cache coloring awareMax Filippov1-11/+75
2012-12-20Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds17-276/+412
2012-12-12mm, highmem: get virtual address of the page using PKMAP_ADDR()Joonsoo Kim1-2/+1
2012-12-12mm, highmem: remove page_address_pool listJoonsoo Kim1-16/+2
2012-12-12mm, highmem: remove useless pool_lockJoonsoo Kim1-6/+0
2012-12-12mm, highmem: use PKMAP_NR() to calculate an index of pkmapJoonsoo Kim1-1/+1
2012-11-16mm: highmem: don't treat PKMAP_ADDR(LAST_PKMAP) as a highmem addressWill Deacon1-1/+1
2012-10-22mm: highmem: export kmap_to_page for modulesWill Deacon1-0/+1
2012-08-01mm: add support for direct_IO to highmem pagesMel Gorman4-3/+22
2011-11-07Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2057-606/+2248
2011-11-01mm: fix kunmap_high() commentLi Haifeng1-1/+1
2011-10-31mm: Map most files to use export.h instead of module.hPaul Gortmaker30-30/+30
2011-08-17mm: make HASHED_PAGE_VIRTUAL page_address' struct page argument const.Ian Campbell3-4/+4
2010-10-28mm,x86: fix kmap_atomic_push vs ioremap_32.cPeter Zijlstra2-22/+30
2010-10-26mm: stack based kmap_atomic()Peter Zijlstra28-372/+367
2010-08-05mm,kdb,kgdb: Add a debug reference for the kdb kmap usageJason Wessel1-0/+7
2010-05-25highmem: remove unneeded #ifdef CONFIG_TRACE_IRQFLAGS_SUPPORT for debug_kmap_...Akinobu Mita2-2/+2
2010-02-05grammar fix in commentUwe Kleine-König1-1/+1
2009-11-10highmem: Fix debug_kmap_atomic() to also handle KM_IRQ_PTE, KM_NMI, and KM_NM...Soeren Sandmann1-3/+10
2009-11-10highmem: Fix race in debug_kmap_atomic() which could cause warn_count to unde...Soeren Sandmann1-2/+2
2009-06-16block: remove some includings of blktrace_api.hLi Zefan6-6/+0
2009-04-01mm: introduce debug_kmap_atomicAkinobu Mita3-44/+58
2009-03-16highmem: atomic highmem kmap page pinningNicolas Pitre1-8/+57
2008-08-15x86, pat: avoid highmem cache attribute aliasingNick Piggin2-1/+7
2008-07-20highmem: Export totalhigh_pages.David S. Miller1-0/+1
2008-03-20mm: highmem kernel-doc additionsRandy Dunlap1-4/+26
2008-02-05mm: remove fastcall from mm/Harvey Harrison7-23/+24
2007-07-17Create the ZONE_MOVABLE zoneMel Gorman7-10/+260
2007-05-02[PATCH] i386: PARAVIRT: add kmap_atomic_pte for mapping highpte pagesJeremy Fitzhardinge7-4/+50
2007-02-11[PATCH] Use ZVC for free_pagesChristoph Lameter6-46/+25
2006-09-30[PATCH] BLOCK: Separate the bounce buffering code from the highmem code [try #6]David Howells3-281/+305
2006-09-26[PATCH] reduce MAX_NR_ZONES: move HIGHMEM counters into highmem.c/.hChristoph Lameter7-16/+20
2006-06-30[PATCH] zoned vm counters: conversion of nr_bounce to per zone counterChristoph Lameter6-5/+9
2006-04-02BUG_ON() Conversion in mm/highmem.cEric Sesterhenn1-10/+5
2006-03-26[PATCH] mempool: use common mempool page allocatorMatthew Dobson2-32/+8
2006-03-23[PATCH] Block queue IO tracing support (blktrace) as of 2006-03-23Jens Axboe17-3/+916
2005-10-28[PATCH] gfp_t: the restAl Viro4-23/+29
2005-10-08[PATCH] gfp flags annotations - part 1Al Viro145-360/+340
2005-05-01[PATCH] count bounce buffer pages in vmstatKAMEZAWA Hiroyuki3-0/+4
2005-04-16Linux-2.6.12-rc2Linus Torvalds17291-0/+6718845