aboutsummaryrefslogtreecommitdiff
path: root/arch/um/kernel/mem.c
AgeCommit message (Expand)AuthorFilesLines
2015-04-13um: Remove broken highmem supportGravatar Richard Weinberger 1-66/+0
2013-11-15um: handle pgtable_page_ctor() failGravatar Kirill A. Shutemov 1-2/+6
2013-07-03mm/um: prepare for removing num_physpages and simplify mem_init()Gravatar Jiang Liu 1-3/+1
2013-07-03mm: concentrate modification of totalram_pages into the mm coreGravatar Jiang Liu 1-1/+1
2013-07-03mm: enhance free_reserved_area() to support poisoning memory with zeroGravatar Jiang Liu 1-1/+1
2013-07-03mm: change signature of free_reserved_area() to fix building warningsGravatar Jiang Liu 1-1/+1
2013-04-29mm/um: use free_highmem_page() to free highmem pages into buddy systemGravatar Jiang Liu 1-13/+3
2013-04-29mm/um: use common help functions to free reserved pagesGravatar Jiang Liu 1-9/+1
2012-10-09um: get rid of pointless include "..." where include <...> will doGravatar Al Viro 1-6/+6
2011-11-02um: distribute exports to where exported stuff is definedGravatar Al Viro 1-0/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-1/+1
2009-09-22arches: drop superfluous casts in nr_free_pages() callersGravatar Geert Uytterhoeven 1-1/+1
2008-07-26um: use generic show_mem()Gravatar Johannes Weiner 1-31/+0
2008-07-24arch/um/kernel/mem.c: remove arch_validate()Gravatar WANG Cong 1-32/+1
2008-05-13uml: fix build when SLOB is enabledGravatar Jeff Dike 1-0/+5
2008-02-23arch/um/kernel/mem.c: fix a shadowed variableGravatar WANG Cong 1-3/+3
2008-02-08CONFIG_HIGHPTE vs. sub-page page tables.Gravatar Martin Schwidefsky 1-1/+3
2008-02-05uml: remove map_cbGravatar Jeff Dike 1-7/+1
2008-02-05uml: SMP locking commentaryGravatar Jeff Dike 1-5/+8
2008-02-05uml: fix page table data sizesGravatar Jeff Dike 1-8/+9
2008-02-05uml: style cleanupGravatar Jeff Dike 1-45/+41
2008-02-05uml: header untanglingGravatar Jeff Dike 1-5/+16
2008-02-05uml: const and other tidyingGravatar WANG Cong 1-1/+1
2008-02-05add mm argument to pte/pmd/pud/pgd_freeGravatar Benjamin Herrenschmidt 1-1/+1
2007-10-29misc uml annotation and section fixesGravatar Al Viro 1-1/+1
2007-10-16uml: get rid of do_longjmpGravatar Jeff Dike 1-1/+1
2007-07-24uml: more __init annotationsGravatar Jeff Dike 1-1/+1
2007-05-07uml: add missing __init declarationsGravatar Jeff Dike 1-1/+1
2007-05-07uml: remove user_util.hGravatar Jeff Dike 1-1/+0
2007-05-07uml: create as-layout.hGravatar Jeff Dike 1-0/+1
2007-03-29[PATCH] uml: fix LVM crashGravatar Jason Lunz 1-2/+1
2007-02-11[PATCH] uml: locking comments in memory and tempfile codeGravatar Jeff Dike 1-1/+2
2007-02-11[PATCH] uml: mem.c and physmem.c formatting fixesGravatar Jeff Dike 1-43/+34
2007-02-11[PATCH] uml: locking comments in iomem driverGravatar Jeff Dike 1-10/+0
2006-09-27[PATCH] uml: get rid of ZONE_DMA useGravatar Jeff Dike 1-1/+2
2006-09-26[PATCH] uml: Use ARRAY_SIZE more assiduouslyGravatar Jeff Dike 1-1/+2
2006-09-26[PATCH] reduce MAX_NR_ZONES: make ZONE_HIGHMEM optionalGravatar Christoph Lameter 1-0/+2
2006-09-26[PATCH] reduce MAX_NR_ZONES: move HIGHMEM counters into highmem.c/.hGravatar Christoph Lameter 1-0/+2
2006-07-10[PATCH] uml: fix static binary segfaultGravatar Jeff Dike 1-11/+0
2006-03-31[PATCH] uml: redeclare highmemGravatar Jeff Dike 1-1/+1
2006-03-22[PATCH] remove set_page_count() outside mm/Gravatar Nick Piggin 1-2/+2
2005-11-07[PATCH] uml: fix hardcoded ZONE_* constants in zone setupGravatar Paolo 'Blaisorblade' Giarrusso 1-2/+2
2005-10-28[PATCH] gfp_t: remaining bits of arch/*Gravatar Al Viro 1-1/+1
2005-09-17[PATCH] uml: merge mem_user.c and mem.cGravatar Jeff Dike 1-1/+15
2005-09-07[PATCH] bogus #if (arch/um/kernel/mem.c)Gravatar viro@ZenIV.linux.org.uk 1-1/+1
2005-06-21[PATCH] mm: remove PG_highmemGravatar Badari Pulavarty 1-1/+0
2005-05-20[PATCH] uml: fixrange_init 3-level page table supportGravatar Jeff Dike 1-9/+31
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+359