summaryrefslogtreecommitdiffstats
path: root/arch/um/kernel/mem.c
AgeCommit message (Expand)AuthorLines
2019-09-15um: Add SPDX headers to files in arch/um/kernel/Alex Dewar-1/+1
2019-09-15um: drivers: Add virtio vhost-user driverErel Geron-0/+1
2019-07-12um: switch to generic version of pte allocationMike Rapoport-22/+0
2019-05-14initramfs: provide a generic free_initrd_mem implementationChristoph Hellwig-7/+0
2019-03-12treewide: add checks for the return value of memblock_alloc*()Mike Rapoport-0/+16
2019-01-04mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)-2/+2
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS-1/+1
2018-12-28mm: reference totalram_pages and managed_pages once per functionArun KS-1/+1
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport-1/+0
2018-10-31memblock: rename free_all_bootmem to memblock_free_allMike Rapoport-1/+1
2018-10-31memblock: replace free_bootmem{_node} with memblock_freeMike Rapoport-1/+2
2018-10-31memblock: replace alloc_bootmem_low_pages with memblock_alloc_lowMike Rapoport-4/+6
2017-11-15mm, arch: remove empty_bad_page*Michal Hocko-3/+0
2016-06-24tree wide: get rid of __GFP_REPEAT for order-0 allocations part IMichal Hocko-2/+2
2015-04-13um: Remove broken highmem supportRichard Weinberger-66/+0
2013-11-15um: handle pgtable_page_ctor() failKirill A. Shutemov-2/+6
2013-07-03mm/um: prepare for removing num_physpages and simplify mem_init()Jiang Liu-3/+1
2013-07-03mm: concentrate modification of totalram_pages into the mm coreJiang Liu-1/+1
2013-07-03mm: enhance free_reserved_area() to support poisoning memory with zeroJiang Liu-1/+1
2013-07-03mm: change signature of free_reserved_area() to fix building warningsJiang Liu-1/+1
2013-04-29mm/um: use free_highmem_page() to free highmem pages into buddy systemJiang Liu-13/+3
2013-04-29mm/um: use common help functions to free reserved pagesJiang Liu-9/+1
2012-10-09um: get rid of pointless include "..." where include <...> will doAl Viro-6/+6
2011-11-02um: distribute exports to where exported stuff is definedAl Viro-0/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo-1/+1
2009-09-22arches: drop superfluous casts in nr_free_pages() callersGeert Uytterhoeven-1/+1
2008-07-26um: use generic show_mem()Johannes Weiner-31/+0
2008-07-24arch/um/kernel/mem.c: remove arch_validate()WANG Cong-32/+1
2008-05-13uml: fix build when SLOB is enabledJeff Dike-0/+5
2008-02-23arch/um/kernel/mem.c: fix a shadowed variableWANG Cong-3/+3
2008-02-08CONFIG_HIGHPTE vs. sub-page page tables.Martin Schwidefsky-1/+3
2008-02-05uml: remove map_cbJeff Dike-7/+1
2008-02-05uml: SMP locking commentaryJeff Dike-5/+8
2008-02-05uml: fix page table data sizesJeff Dike-8/+9
2008-02-05uml: style cleanupJeff Dike-45/+41
2008-02-05uml: header untanglingJeff Dike-5/+16
2008-02-05uml: const and other tidyingWANG Cong-1/+1
2008-02-05add mm argument to pte/pmd/pud/pgd_freeBenjamin Herrenschmidt-1/+1
2007-10-29misc uml annotation and section fixesAl Viro-1/+1
2007-10-16uml: get rid of do_longjmpJeff Dike-1/+1
2007-07-24uml: more __init annotationsJeff Dike-1/+1
2007-05-07uml: add missing __init declarationsJeff Dike-1/+1
2007-05-07uml: remove user_util.hJeff Dike-1/+0
2007-05-07uml: create as-layout.hJeff Dike-0/+1
2007-03-29[PATCH] uml: fix LVM crashJason Lunz-2/+1
2007-02-11[PATCH] uml: locking comments in memory and tempfile codeJeff Dike-1/+2
2007-02-11[PATCH] uml: mem.c and physmem.c formatting fixesJeff Dike-43/+34
2007-02-11[PATCH] uml: locking comments in iomem driverJeff Dike-10/+0
2006-09-27[PATCH] uml: get rid of ZONE_DMA useJeff Dike-1/+2
2006-09-26[PATCH] uml: Use ARRAY_SIZE more assiduouslyJeff Dike-1/+2