| Commit message (Expand) | Author | Age | Files | Lines |
* | mm/highmem.c: clean up endif comments | Ira Weiny | 2020-10-16 | 1 | -2/+2 |
* | mm, x86/mm: Untangle address space layout definitions from basic pgtable type... | Ingo Molnar | 2019-12-10 | 1 | -1/+1 |
* | mm: convert totalram_pages and totalhigh_pages variables to atomic | Arun KS | 2018-12-28 | 1 | -3/+2 |
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
* | mm/highmem: make nr_free_highpages() handles all highmem zones by itself | Joonsoo Kim | 2016-05-19 | 1 | -8/+4 |
* | mm/highmem: make kmap cache coloring aware | Max Filippov | 2014-08-06 | 1 | -11/+75 |
* | Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2012-12-20 | 1 | -0/+1 |
|\ |
|
| * | mm: highmem: export kmap_to_page for modules | Will Deacon | 2012-10-22 | 1 | -0/+1 |
* | | mm, highmem: get virtual address of the page using PKMAP_ADDR() | Joonsoo Kim | 2012-12-11 | 1 | -2/+1 |
* | | mm, highmem: remove page_address_pool list | Joonsoo Kim | 2012-12-11 | 1 | -16/+2 |
* | | mm, highmem: remove useless pool_lock | Joonsoo Kim | 2012-12-11 | 1 | -6/+0 |
* | | mm, highmem: use PKMAP_NR() to calculate an index of pkmap | Joonsoo Kim | 2012-12-11 | 1 | -1/+1 |
* | | mm: highmem: don't treat PKMAP_ADDR(LAST_PKMAP) as a highmem address | Will Deacon | 2012-11-16 | 1 | -1/+1 |
|/ |
|
* | mm: add support for direct_IO to highmem pages | Mel Gorman | 2012-07-31 | 1 | -0/+12 |
* | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2011-11-06 | 1 | -1/+1 |
|\ |
|
| * | mm: Map most files to use export.h instead of module.h | Paul Gortmaker | 2011-10-31 | 1 | -1/+1 |
* | | mm: fix kunmap_high() comment | Li Haifeng | 2011-10-31 | 1 | -1/+1 |
|/ |
|
* | mm: make HASHED_PAGE_VIRTUAL page_address' struct page argument const. | Ian Campbell | 2011-08-17 | 1 | -2/+2 |
* | mm,x86: fix kmap_atomic_push vs ioremap_32.c | Peter Zijlstra | 2010-10-27 | 1 | -1/+5 |
* | mm: stack based kmap_atomic() | Peter Zijlstra | 2010-10-26 | 1 | -58/+4 |
* | mm,kdb,kgdb: Add a debug reference for the kdb kmap usage | Jason Wessel | 2010-08-05 | 1 | -0/+7 |
* | highmem: remove unneeded #ifdef CONFIG_TRACE_IRQFLAGS_SUPPORT for debug_kmap_... | Akinobu Mita | 2010-05-25 | 1 | -1/+1 |
* | grammar fix in comment | Uwe Kleine-König | 2010-02-05 | 1 | -1/+1 |
* | highmem: Fix debug_kmap_atomic() to also handle KM_IRQ_PTE, KM_NMI, and KM_NM... | Soeren Sandmann | 2009-11-10 | 1 | -3/+10 |
* | highmem: Fix race in debug_kmap_atomic() which could cause warn_count to unde... | Soeren Sandmann | 2009-11-10 | 1 | -2/+2 |
* | block: remove some includings of blktrace_api.h | Li Zefan | 2009-06-16 | 1 | -1/+0 |
* | mm: introduce debug_kmap_atomic | Akinobu Mita | 2009-04-01 | 1 | -0/+45 |
* | highmem: atomic highmem kmap page pinning | Nicolas Pitre | 2009-03-15 | 1 | -8/+57 |
* | x86, pat: avoid highmem cache attribute aliasing | Nick Piggin | 2008-08-15 | 1 | -1/+4 |
* | highmem: Export totalhigh_pages. | David S. Miller | 2008-07-19 | 1 | -0/+1 |
* | mm: highmem kernel-doc additions | Randy Dunlap | 2008-03-19 | 1 | -4/+26 |
* | mm: remove fastcall from mm/ | Harvey Harrison | 2008-02-05 | 1 | -2/+2 |
* | Create the ZONE_MOVABLE zone | Mel Gorman | 2007-07-17 | 1 | -1/+6 |
* | [PATCH] i386: PARAVIRT: add kmap_atomic_pte for mapping highpte pages | Jeremy Fitzhardinge | 2007-05-02 | 1 | -0/+9 |
* | [PATCH] Use ZVC for free_pages | Christoph Lameter | 2007-02-11 | 1 | -1/+2 |
* | [PATCH] BLOCK: Separate the bounce buffering code from the highmem code [try #6] | David Howells | 2006-09-30 | 1 | -281/+0 |
* | [PATCH] reduce MAX_NR_ZONES: move HIGHMEM counters into highmem.c/.h | Christoph Lameter | 2006-09-26 | 1 | -0/+13 |
* | [PATCH] zoned vm counters: conversion of nr_bounce to per zone counter | Christoph Lameter | 2006-06-30 | 1 | -3/+3 |
* | BUG_ON() Conversion in mm/highmem.c | Eric Sesterhenn | 2006-04-02 | 1 | -10/+5 |
* | [PATCH] mempool: use common mempool page allocator | Matthew Dobson | 2006-03-26 | 1 | -16/+7 |
* | [PATCH] Block queue IO tracing support (blktrace) as of 2006-03-23 | Jens Axboe | 2006-03-23 | 1 | -0/+3 |
* | [PATCH] gfp_t: the rest | Al Viro | 2005-10-28 | 1 | -5/+9 |
* | [PATCH] gfp flags annotations - part 1 | Al Viro | 2005-10-08 | 1 | -1/+1 |
* | [PATCH] count bounce buffer pages in vmstat | KAMEZAWA Hiroyuki | 2005-05-01 | 1 | -0/+2 |
* | Linux-2.6.12-rc2v2.6.12-rc2 | Linus Torvalds | 2005-04-16 | 1 | -0/+607 |