Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
4de0e39cb883b26af667c660383ac26df525ae0b
/
mm
/
page_alloc.c
3ee9a4f
mm: neaten warn_alloc_failed
by Joe Perches
· 13 years ago
4f31888
mm: output a list of loaded modules when we hit bad_page()
by Dave Jones
· 13 years ago
dd48c08
fault-injection: add ability to export fault_attr in arbitrary directory
by Akinobu Mita
· 13 years ago
b2588c4
fail_page_alloc: simplify debugfs initialization
by Akinobu Mita
· 13 years ago
7f5ddcc
fault-injection: use debugfs_remove_recursive
by Akinobu Mita
· 13 years ago
76d3fbf
mm: page allocator: reconsider zones for allocation after direct reclaim
by Mel Gorman
· 13 years ago
cd38b11
mm: page allocator: initialise ZLC for first zone eligible for zone_reclaim
by Mel Gorman
· 13 years ago
1e01979
x86, numa: Implement pfn -> nid mapping granularity check
by Tejun Heo
· 13 years ago
1fa7b6a
Revert "mm: fail GFP_DMA allocations when ZONE_DMA is not configured"
by Linus Torvalds
· 13 years ago
246e87a
memcg: fix get_scan_count() for small targets
by KAMEZAWA Hiroyuki
· 13 years ago
cfa54a0
mm/page_alloc.c: prevent unending loop in __alloc_pages_slowpath()
by Andrew Barry
· 13 years ago
a197b59
mm: fail GFP_DMA allocations when ZONE_DMA is not configured
by David Rientjes
· 13 years ago
6d3163c
mm: check if any page in a pageblock is reserved before marking it MIGRATE_RESERVE
by Arve Hjønnevåg
· 13 years ago
a238ab5
mm: break out page allocation warning code
by Dave Hansen
· 13 years ago
c6a140b
mm/compaction: reverse the change that forbade sync migraton with __GFP_NO_KSWAPD
by Andrea Arcangeli
· 13 years ago
a6cccdc
mm, mem-hotplug: update pcp->stat_threshold when memory hotplug occur
by KOSAKI Motohiro
· 13 years ago
1b79acc
mm, mem-hotplug: recalculate lowmem_reserve when memory hotplug occurs
by KOSAKI Motohiro
· 13 years ago
839a4fc
mm, mem-hotplug: fix section mismatch. setup_per_zone_inactive_ratio() should be __meminit.
by KOSAKI Motohiro
· 13 years ago
ac3bbec
mm: remove unused zone_idx variable from set_migratetype_isolate
by Sergey Senozhatsky
· 13 years ago
7bf02ea
arch, mm: filter disallowed nodes from arch specific show_mem functions
by David Rientjes
· 13 years ago
57d19e8
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 13 years ago
268bb0c
sanitize <linux/prefetch.h> usage
by Linus Torvalds
· 13 years ago
b5e6ab5
mm: fix kernel-doc warning in page_alloc.c
by Randy Dunlap
· 13 years ago
ee85c2e
mm: add alloc_pages_exact_nid()
by Andi Kleen
· 13 years ago
8f389a99
mm: use alloc_bootmem_node_nopanic() on really needed path
by Yinghai Lu
· 13 years ago
07f9479
Merge branch 'master' into for-next
by Jiri Kosina
· 14 years ago
9f6ae44
mm/page_alloc.c: silence build_all_zonelists() section mismatch
by Paul Mundt
· 14 years ago
58c2ee4
mm: Fix section mismatch for setup_zone_pageset()
by Nikanth Karthikesan
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
b2b755b
lib, arch: add filter argument to show_mem and fix private implementations
by David Rientjes
· 14 years ago
f212ad7
memcg: add memcg sanity checks at allocating and freeing pages
by Daisuke Nishimura
· 14 years ago
84be48d
mm/page_alloc.c: use list_move() instead of list_del()/list_add() combination
by Kirill A. Shutemov
· 14 years ago
78afd56
mm: add __GFP_OTHER_NODE flag
by Andi Kleen
· 14 years ago
11bc82d
mm: compaction: Use async migration for __GFP_NO_KSWAPD and enforce no writeback
by Andrea Arcangeli
· 14 years ago
1d16871
mm: batch-free pcp list if possible
by Namhyung Kim
· 14 years ago
cbf978b
oom: suppress nodes that are not allowed from meminfo on page alloc failure
by David Rientjes
· 14 years ago
29423e77
oom: suppress show_mem() for many nodes in irq context on page alloc failure
by David Rientjes
· 14 years ago
ddd588b
oom: suppress nodes that are not allowed from meminfo on oom kill
by David Rientjes
· 14 years ago
ef2b4b9
mm: PageBuddy and mapcount robustness
by Andrea Arcangeli
· 14 years ago
8460b3e
Merge commit 'v2.6.38' into x86/mm
by Ingo Molnar
· 14 years ago
cc28989
mm: Move early_node_map[] reverse scan helpers under HAVE_MEMBLOCK
by Yinghai Lu
· 14 years ago
29723fc
mm: fix dubious code in __count_immobile_pages()
by Namhyung Kim
· 14 years ago
8bc1f91
bootmem: Move __alloc_memory_core_early() to nobootmem.c
by Yinghai Lu
· 14 years ago
e782ab4
bootmem: Move contig_page_data definition to bootmem.c/nobootmem.c
by Yinghai Lu
· 14 years ago
d2137d5
Merge branch 'linus' into x86/bootmem
by Ingo Molnar
· 14 years ago
2ff754f
mm: clear pages_scanned only if draining a pcp adds pages to the buddy allocator
by David Rientjes
· 14 years ago
f33261d
mm: fix deferred congestion timeout if preferred zone is not allowed
by David Rientjes
· 14 years ago
c06b1fc
mm/page_alloc.c: don't cache `current' in a local
by Andrew Morton
· 14 years ago
43506fa
mm/page_alloc.c: simplify calculation of combined index of adjacent buddy lists
by KyongHo Cho
· 14 years ago
5f24ce5
thp: remove PG_buddy
by Andrea Arcangeli
· 14 years ago
5c3240d
thp: don't alloc harder for gfp nomemalloc even if nowait
by Andrea Arcangeli
· 14 years ago
32dba98
thp: _GFP_NO_KSWAPD
by Andrea Arcangeli
· 14 years ago
59ff421
thp: comment reminder in destroy_compound_page
by Andrea Arcangeli
· 14 years ago
8dd60a3
thp: clear compound mapping
by Andrea Arcangeli
· 14 years ago
4e9f64c
thp: fix bad_page to show the real reason the page is bad
by Andrea Arcangeli
· 14 years ago
ecb256f
mm: set correct numa_zonelist_order string when configured on the kernel command line
by Volodymyr G. Lukiianyk
· 14 years ago
9950474
mm: kswapd: stop high-order balancing when any suitable zone is balanced
by Mel Gorman
· 14 years ago
77f1fe6
mm: migration: allow migration to operate asynchronously and avoid synchronous compaction in the faster path
by Mel Gorman
· 14 years ago
3e7d344
mm: vmscan: reclaim order-0 and use compaction instead of lumpy reclaim
by Mel Gorman
· 14 years ago
88f5acf
mm: page allocator: adjust the per-cpu counter threshold when memory is low
by Mel Gorman
· 14 years ago
1a4a678
memblock: Make find_memory_core_early() find from top-down
by Yinghai Lu
· 14 years ago
4b7bd36
Merge branch 'master' into for-next
by Jiri Kosina
· 14 years ago
c9e664f
PM / Hibernate: Fix memory corruption related to swap
by Rafael J. Wysocki
· 14 years ago
fa9f90b
Kill off a bunch of warning: ‘inline’ is not at beginning of declaration
by Jesper Juhl
· 14 years ago
e9959f0
mm/page_alloc.c: fix build_all_zonelist() where percpu_alloc() is wrongly called under stop_machine_run()
by KAMEZAWA Hiroyuki
· 14 years ago
e6223a3
mm: add casts to/from gfp_t in gfp_to_alloc_flags()
by Namhyung Kim
· 14 years ago
0e093d99
writeback: do not sleep on the congestion queue if there are no congested BDIs or if significant congestion is not being encountered in the current zone
by Mel Gorman
· 14 years ago
49ac825
memory hotplug: unify is_removable and offline detection code
by KAMEZAWA Hiroyuki
· 14 years ago
4b20477
memory hotplug: fix notifier's return value check
by KAMEZAWA Hiroyuki
· 14 years ago
b7f50cf
mm, page-allocator: do not check the state of a non-existant buddy during free
by Mel Gorman
· 14 years ago
8e4029e
Merge branch 'x86/urgent' into core/memblock
by H. Peter Anvin
· 14 years ago
153db80
Merge commit 'v2.6.36-rc7' into core/memblock
by Ingo Molnar
· 14 years ago
f241e660
mm: alloc_large_system_hash() printk overflow on 16TB boot
by Robin Holt
· 14 years ago
9ee493c
mm: page allocator: drain per-cpu lists after direct reclaim allocation fails
by Mel Gorman
· 14 years ago
aa45484
mm: page allocator: calculate a better estimate of NR_FREE_PAGES when memory is low and kswapd is awake
by Christoph Lameter
· 14 years ago
72853e2
mm: page allocator: update free page counters after pages are placed on the free list
by Mel Gorman
· 14 years ago
daab7fc
Merge commit 'v2.6.36-rc3' into x86/memblock
by Ingo Molnar
· 14 years ago
72d7c3b
x86: Use memblock to replace early_res
by Yinghai Lu
· 14 years ago
edbe7d2
memblock: Add find_memory_core_early()
by Yinghai Lu
· 14 years ago
25edde0
vmscan: kill prev_priority completely
by KOSAKI Motohiro
· 14 years ago
ff321fe
mm: rename try_set_zone_oom() to try_set_zonelist_oom()
by Minchan Kim
· 14 years ago
03668b3
oom: avoid oom killer for lowmem allocations
by David Rientjes
· 14 years ago
b8ab9f8
x86,nobootmem: make alloc_bootmem_node fall back to other node when 32bit numa is used
by Yinghai Lu
· 14 years ago
9078370
kmemleak: Add support for NO_BOOTMEM configurations
by Catalin Marinas
· 14 years ago
7aac789
numa: introduce numa_mem_id()- effective local memory node id
by Lee Schermerhorn
· 14 years ago
7281201
numa: add generic percpu var numa_node_id() implementation
by Lee Schermerhorn
· 14 years ago
4eaf3f6
mem-hotplug: fix potential race while building zonelist for new populated zone
by Haicheng Li
· 14 years ago
1f52250
mem-hotplug: avoid multiple zones sharing same boot strapping boot_pageset
by Haicheng Li
· 14 years ago
319774e
mem-hotplug: separate setup_per_cpu_pageset() into separate functions
by Wu Fengguang
· 14 years ago
ec95f53
mm: introduce free_pages_prepare()
by KOSAKI Motohiro
· 14 years ago
4f92e25
mm: compaction: defer compaction using an exponential backoff when compaction fails
by Mel Gorman
· 14 years ago
56de726
mm: compaction: direct compact when a high-order allocation fails
by Mel Gorman
· 14 years ago
748446b
mm: compaction: memory compaction core
by Mel Gorman
· 14 years ago
e325c90
mm: default to node zonelist ordering when nodes have only lowmem
by David Rientjes
· 14 years ago
c0ff745
cpuset,mm: fix no node to alloc memory when changing cpuset's mems
by Miao Xie
· 14 years ago
6dda9d5
page allocator: reduce fragmentation in buddy allocator by adding buddies that are merging to the tail of the free lists
by Corrado Zoccolo
· 14 years ago
8839316
Fix typos in comments
by Thomas Weber
· 15 years ago
718a382
mm: introduce dump_page() and print symbolic flag names
by Wu Fengguang
· 15 years ago
2d30a1f
mm: do not iterate over NR_CPUS in __zone_pcp_update()
by Thomas Gleixner
· 15 years ago
72f0ba0
mm: suppress pfn range output for zones without pages
by David Rientjes
· 15 years ago
Next »