summaryrefslogtreecommitdiffstats
path: root/arch/um/kernel/mem.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: add checks for the return value of memblock_alloc*()Mike Rapoport2019-03-121-0/+16
* mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)2019-01-041-2/+2
* mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS2018-12-281-1/+1
* mm: reference totalram_pages and managed_pages once per functionArun KS2018-12-281-1/+1
* mm: remove include/linux/bootmem.hMike Rapoport2018-10-311-1/+0
* memblock: rename free_all_bootmem to memblock_free_allMike Rapoport2018-10-311-1/+1
* memblock: replace free_bootmem{_node} with memblock_freeMike Rapoport2018-10-311-1/+2
* memblock: replace alloc_bootmem_low_pages with memblock_alloc_lowMike Rapoport2018-10-311-4/+6
* mm, arch: remove empty_bad_page*Michal Hocko2017-11-151-3/+0
* tree wide: get rid of __GFP_REPEAT for order-0 allocations part IMichal Hocko2016-06-241-2/+2
* um: Remove broken highmem supportRichard Weinberger2015-04-131-66/+0
* um: handle pgtable_page_ctor() failKirill A. Shutemov2013-11-151-2/+6
* mm/um: prepare for removing num_physpages and simplify mem_init()Jiang Liu2013-07-031-3/+1
* mm: concentrate modification of totalram_pages into the mm coreJiang Liu2013-07-031-1/+1
* mm: enhance free_reserved_area() to support poisoning memory with zeroJiang Liu2013-07-031-1/+1
* mm: change signature of free_reserved_area() to fix building warningsJiang Liu2013-07-031-1/+1
* mm/um: use free_highmem_page() to free highmem pages into buddy systemJiang Liu2013-04-291-13/+3
* mm/um: use common help functions to free reserved pagesJiang Liu2013-04-291-9/+1
* um: get rid of pointless include "..." where include <...> will doAl Viro2012-10-091-6/+6
* um: distribute exports to where exported stuff is definedAl Viro2011-11-021-0/+2
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+1
* arches: drop superfluous casts in nr_free_pages() callersGeert Uytterhoeven2009-09-221-1/+1
* um: use generic show_mem()Johannes Weiner2008-07-261-31/+0
* arch/um/kernel/mem.c: remove arch_validate()WANG Cong2008-07-241-32/+1
* uml: fix build when SLOB is enabledJeff Dike2008-05-131-0/+5
* arch/um/kernel/mem.c: fix a shadowed variableWANG Cong2008-02-231-3/+3
* CONFIG_HIGHPTE vs. sub-page page tables.Martin Schwidefsky2008-02-081-1/+3
* uml: remove map_cbJeff Dike2008-02-051-7/+1
* uml: SMP locking commentaryJeff Dike2008-02-051-5/+8
* uml: fix page table data sizesJeff Dike2008-02-051-8/+9
* uml: style cleanupJeff Dike2008-02-051-45/+41
* uml: header untanglingJeff Dike2008-02-051-5/+16
* uml: const and other tidyingWANG Cong2008-02-051-1/+1
* add mm argument to pte/pmd/pud/pgd_freeBenjamin Herrenschmidt2008-02-051-1/+1
* misc uml annotation and section fixesAl Viro2007-10-291-1/+1
* uml: get rid of do_longjmpJeff Dike2007-10-161-1/+1
* uml: more __init annotationsJeff Dike2007-07-241-1/+1
* uml: add missing __init declarationsJeff Dike2007-05-071-1/+1
* uml: remove user_util.hJeff Dike2007-05-071-1/+0
* uml: create as-layout.hJeff Dike2007-05-071-0/+1
* [PATCH] uml: fix LVM crashJason Lunz2007-03-291-2/+1
* [PATCH] uml: locking comments in memory and tempfile codeJeff Dike2007-02-111-1/+2
* [PATCH] uml: mem.c and physmem.c formatting fixesJeff Dike2007-02-111-43/+34
* [PATCH] uml: locking comments in iomem driverJeff Dike2007-02-111-10/+0
* [PATCH] uml: get rid of ZONE_DMA useJeff Dike2006-09-271-1/+2
* [PATCH] uml: Use ARRAY_SIZE more assiduouslyJeff Dike2006-09-261-1/+2
* [PATCH] reduce MAX_NR_ZONES: make ZONE_HIGHMEM optionalChristoph Lameter2006-09-261-0/+2
* [PATCH] reduce MAX_NR_ZONES: move HIGHMEM counters into highmem.c/.hChristoph Lameter2006-09-261-0/+2
* [PATCH] uml: fix static binary segfaultJeff Dike2006-07-101-11/+0
* [PATCH] uml: redeclare highmemJeff Dike2006-03-311-1/+1