index
:
drm/drm-intel
core-for-ci
drm-intel-fixes
drm-intel-gt-next
drm-intel-gt-next-backup
drm-intel-next
drm-intel-next-fixes
drm-intel-next-queued
drm-intel-testing
for-linux-next
for-linux-next-fixes
for-linux-next-gt
i915-orig
main
maintainer-tools
topic/core-for-CI
topic/drm-intel-gem-next
topic/thunderbolt-next
Linux driver for Intel graphics
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
um
/
kernel
/
mem.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-08-07
asm-generic: pgalloc: provide generic pgd_free()
Mike Rapoport
1
-5
/
+0
2020-08-07
asm-generic: pgalloc: provide generic pmd_alloc_one() and pmd_free_one()
Mike Rapoport
1
-12
/
+0
2020-06-09
mm: pgtable: add shortcuts for accessing kernel PMD and PTE
Mike Rapoport
1
-9
/
+1
2020-06-03
mm: free_area_init: use maximal zone PFNs rather than zone sizes
Mike Rapoport
1
-8
/
+4
2019-12-04
um: add support for folded p4d page tables
Mike Rapoport
1
-2
/
+6
2019-09-15
um: Add SPDX headers to files in arch/um/kernel/
Alex Dewar
1
-1
/
+1
2019-09-15
um: drivers: Add virtio vhost-user driver
Erel Geron
1
-0
/
+1
2019-07-12
um: switch to generic version of pte allocation
Mike Rapoport
1
-22
/
+0
2019-05-14
initramfs: provide a generic free_initrd_mem implementation
Christoph Hellwig
1
-7
/
+0
2019-03-12
treewide: add checks for the return value of memblock_alloc*()
Mike Rapoport
1
-0
/
+16
2019-01-04
mm: treewide: remove unused address argument from pte_alloc functions
Joel Fernandes (Google)
1
-2
/
+2
2018-12-28
mm: convert totalram_pages and totalhigh_pages variables to atomic
Arun KS
1
-1
/
+1
2018-12-28
mm: reference totalram_pages and managed_pages once per function
Arun KS
1
-1
/
+1
2018-10-31
mm: remove include/linux/bootmem.h
Mike Rapoport
1
-1
/
+0
2018-10-31
memblock: rename free_all_bootmem to memblock_free_all
Mike Rapoport
1
-1
/
+1
2018-10-31
memblock: replace free_bootmem{_node} with memblock_free
Mike Rapoport
1
-1
/
+2
2018-10-31
memblock: replace alloc_bootmem_low_pages with memblock_alloc_low
Mike Rapoport
1
-4
/
+6
2017-11-15
mm, arch: remove empty_bad_page*
Michal Hocko
1
-3
/
+0
2016-06-24
tree wide: get rid of __GFP_REPEAT for order-0 allocations part I
Michal Hocko
1
-2
/
+2
2015-04-13
um: Remove broken highmem support
Richard Weinberger
1
-66
/
+0
2013-11-15
um: handle pgtable_page_ctor() fail
Kirill A. Shutemov
1
-2
/
+6
2013-07-03
mm/um: prepare for removing num_physpages and simplify mem_init()
Jiang Liu
1
-3
/
+1
2013-07-03
mm: concentrate modification of totalram_pages into the mm core
Jiang Liu
1
-1
/
+1
2013-07-03
mm: enhance free_reserved_area() to support poisoning memory with zero
Jiang Liu
1
-1
/
+1
2013-07-03
mm: change signature of free_reserved_area() to fix building warnings
Jiang Liu
1
-1
/
+1
2013-04-29
mm/um: use free_highmem_page() to free highmem pages into buddy system
Jiang Liu
1
-13
/
+3
2013-04-29
mm/um: use common help functions to free reserved pages
Jiang Liu
1
-9
/
+1
2012-10-09
um: get rid of pointless include "..." where include <...> will do
Al Viro
1
-6
/
+6
2011-11-02
um: distribute exports to where exported stuff is defined
Al Viro
1
-0
/
+2
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-1
/
+1
2009-09-22
arches: drop superfluous casts in nr_free_pages() callers
Geert Uytterhoeven
1
-1
/
+1
2008-07-26
um: use generic show_mem()
Johannes Weiner
1
-31
/
+0
2008-07-24
arch/um/kernel/mem.c: remove arch_validate()
WANG Cong
1
-32
/
+1
2008-05-13
uml: fix build when SLOB is enabled
Jeff Dike
1
-0
/
+5
2008-02-23
arch/um/kernel/mem.c: fix a shadowed variable
WANG Cong
1
-3
/
+3
2008-02-08
CONFIG_HIGHPTE vs. sub-page page tables.
Martin Schwidefsky
1
-1
/
+3
2008-02-05
uml: remove map_cb
Jeff Dike
1
-7
/
+1
2008-02-05
uml: SMP locking commentary
Jeff Dike
1
-5
/
+8
2008-02-05
uml: fix page table data sizes
Jeff Dike
1
-8
/
+9
2008-02-05
uml: style cleanup
Jeff Dike
1
-45
/
+41
2008-02-05
uml: header untangling
Jeff Dike
1
-5
/
+16
2008-02-05
uml: const and other tidying
WANG Cong
1
-1
/
+1
2008-02-05
add mm argument to pte/pmd/pud/pgd_free
Benjamin Herrenschmidt
1
-1
/
+1
2007-10-29
misc uml annotation and section fixes
Al Viro
1
-1
/
+1
2007-10-16
uml: get rid of do_longjmp
Jeff Dike
1
-1
/
+1
2007-07-24
uml: more __init annotations
Jeff Dike
1
-1
/
+1
2007-05-07
uml: add missing __init declarations
Jeff Dike
1
-1
/
+1
2007-05-07
uml: remove user_util.h
Jeff Dike
1
-1
/
+0
2007-05-07
uml: create as-layout.h
Jeff Dike
1
-0
/
+1
2007-03-29
[PATCH] uml: fix LVM crash
Jason Lunz
1
-2
/
+1
[next]