Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
kernel
/
msm
/
435578aeaad5859dda8657e3ed2c1a5bc1e524ec
/
mm
/
page_alloc.c
517d086
Merge branch 'akpm'
by Linus Torvalds
· 15 years ago
fa5e084
vmscan: do not unconditionally treat zones that fail zone_reclaim() as full
by Mel Gorman
· 15 years ago
73d60b7
page-allocator: clear N_HIGH_MEMORY map before we set it again
by Yinghai Lu
· 15 years ago
82553a9
oom: invoke oom killer for __GFP_NOFAIL
by David Rientjes
· 15 years ago
6837765
mm: remove CONFIG_UNEVICTABLE_LRU config option
by KOSAKI Motohiro
· 15 years ago
bce7394
page-allocator: reset wmark_min and inactive ratio of zone when hotplug happens
by Minchan Kim
· 15 years ago
96cb4df
page-allocator: add inactive ratio calculation function of each zone
by Minchan Kim
· 15 years ago
bc75d33
page-allocator: clean up functions related to pages_min
by Minchan Kim
· 15 years ago
7f33d49
mm, PM/Freezer: Disable OOM killer when tasks are frozen
by Rafael J. Wysocki
· 15 years ago
dab48da
page-allocator: warn if __GFP_NOFAIL is used for a large allocation
by Andrew Morton
· 15 years ago
e9bb35d
mm: setup_per_zone_inactive_ratio - fix comment and make it __init
by Cyrill Gorcunov
· 15 years ago
5c87ead
mm: setup_per_zone_inactive_ratio - do not call for int_sqrt if not needed
by Cyrill Gorcunov
· 15 years ago
6e08a36
vmscan: cleanup the scan batching code
by Wu Fengguang
· 15 years ago
20a0307
mm: introduce PageHuge() for testing huge/gigantic pages
by Wu Fengguang
· 15 years ago
a1dd268
mm: use alloc_pages_exact() in alloc_large_system_hash() to avoid duplicated logic
by Mel Gorman
· 15 years ago
72807a7
page allocator: sanity check order in the page allocator slow path
by Mel Gorman
· 15 years ago
092cead
page allocator: move free_page_mlock() to page_alloc.c
by KOSAKI Motohiro
· 15 years ago
62bc62a
page allocator: use a pre-calculated value instead of num_online_nodes() in fast paths
by Christoph Lameter
· 15 years ago
974709b
page allocator: get the pageblock migratetype without disabling interrupts
by Mel Gorman
· 15 years ago
f2260e6
page allocator: update NR_FREE_PAGES only as necessary
by Mel Gorman
· 15 years ago
4185896
page allocator: use allocation flags as an index to the zone watermark
by Mel Gorman
· 15 years ago
a3af9c3
page allocator: do not check for compound pages during the page allocator sanity checks
by Nick Piggin
· 15 years ago
d395b73
page allocator: do not setup zonelist cache when there is only one node
by Mel Gorman
· 15 years ago
da456f1
page allocator: do not disable interrupts in free_page_mlock()
by Mel Gorman
· 15 years ago
ed0ae21
page allocator: do not call get_pageblock_migratetype() more than necessary
by Mel Gorman
· 15 years ago
0ac3a40
page allocator: inline __rmqueue_fallback()
by Mel Gorman
· 15 years ago
0a15c3e
page allocator: inline buffered_rmqueue()
by Mel Gorman
· 15 years ago
728ec98
page allocator: inline __rmqueue_smallest()
by Mel Gorman
· 15 years ago
a56f57f
page allocator: remove a branch by assuming __GFP_HIGH == ALLOC_HIGH
by Mel Gorman
· 15 years ago
341ce06
page allocator: calculate the alloc_flags for allocation only once
by Peter Zijlstra
· 15 years ago
3dd2826
page allocator: calculate the migratetype for allocation only once
by Mel Gorman
· 15 years ago
5117f45
page allocator: calculate the preferred zone for allocation only once
by Mel Gorman
· 15 years ago
49255c6
page allocator: move check for disabled anti-fragmentation out of fastpath
by Mel Gorman
· 15 years ago
11e33f6
page allocator: break up the allocator entry point into fast and slow paths
by Mel Gorman
· 15 years ago
7f82af9
page allocator: check only once if the zonelist is suitable for the allocation
by Mel Gorman
· 15 years ago
b3c466c
page allocator: do not sanity check order in the fast path
by Mel Gorman
· 15 years ago
d239171
page allocator: replace __alloc_pages_internal() with __alloc_pages_nodemask()
by Mel Gorman
· 15 years ago
6c0db46
mm: alloc_large_system_hash check order
by Hugh Dickins
· 15 years ago
58568d2
cpuset,mm: update tasks' mems_allowed in time
by Miao Xie
· 15 years ago
b1eeab6
kmemcheck: add hooks for the page allocator
by Vegard Nossum
· 16 years ago
dbb1f81
kmemleak: Add kmemleak_alloc callback from alloc_large_system_hash
by Catalin Marinas
· 15 years ago
888a589
mm, x86: remove MEMORY_HOTPLUG_RESERVE related code
by Yinghai Lu
· 15 years ago
3a6be87
nommu: clamp zone_batchsize() to 0 under NOMMU conditions
by David Howells
· 16 years ago
9155203
mm: use roundown_pow_of_two() in zone_batchsize()
by David Howells
· 16 years ago
90975ef
Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-cpumask
by Linus Torvalds
· 16 years ago
811158b
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 16 years ago
327c0e9
vmscan: fix it to take care of nodemask
by KAMEZAWA Hiroyuki
· 16 years ago
ee99c71
mm: introduce for_each_populated_zone() macro
by KOSAKI Motohiro
· 16 years ago
558f6ab
Merge branch 'cpumask-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Rusty Russell
· 16 years ago
c4e1aa6
Merge branch 'locking-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
e713a21
trivial: Fix dubious bitwise 'or' usage spotted by sparse.
by Alexey Zaytsev
· 16 years ago
a70f730
cpumask: replace node_to_cpumask with cpumask_of_node.
by Rusty Russell
· 16 years ago
cc2559b
mm: fix memmap init for handling memory hole
by KAMEZAWA Hiroyuki
· 16 years ago
f2dbcfa
mm: clean up for early_pfn_to_nid()
by KAMEZAWA Hiroyuki
· 16 years ago
cf40bd1
lockdep: annotate reclaim context (__GFP_NOFS)
by Nick Piggin
· 16 years ago
6e90157
mm: introduce zone_reclaim struct
by KOSAKI Motohiro
· 16 years ago
9f572e3
mm: remove CONFIG_OUT_OF_LINE_PFN_TO_PAGE
by KOSAKI Motohiro
· 16 years ago
1e9e636
badpage: KERN_ALERT BUG instead of KERN_EMERG
by Hugh Dickins
· 16 years ago
d936cf9
badpage: ratelimit print_bad_pte and bad_page
by Hugh Dickins
· 16 years ago
22b31ee
badpage: vm_normal_page use print_bad_pte
by Hugh Dickins
· 16 years ago
3dc1474
badpage: replace page_remove_rmap Eeek and BUG
by Hugh Dickins
· 16 years ago
8cc3b39
badpage: keep any bad page out of circulation
by Hugh Dickins
· 16 years ago
79f4b7b
badpage: simplify page_alloc flag check+clear
by Hugh Dickins
· 16 years ago
efab818
mm: make setup_per_zone_inactive_ratio() static
by KOSAKI Motohiro
· 16 years ago
b962716
mm: optimize get_scan_ratio for no swap
by Hugh Dickins
· 16 years ago
58a01a4
mm/page_alloc.c: eliminate NULL test and memset after alloc_bootmem
by Julia Lawall
· 16 years ago
5594c8c
mm: print out memmap number only if it is not zero
by Yinghai Lu
· 16 years ago
e33c3b5
cpusets: update mems allowed in page allocator
by David Rientjes
· 16 years ago
18229df
hugetlb: pull gigantic page initialisation out of the default path
by Andy Whitcroft
· 16 years ago
52d4b9a
memcg: allocate all page_cgroup at boot
by KAMEZAWA Hiroyuki
· 16 years ago
1125b4e
setup_per_zone_pages_min(): take zone->lock instead of zone->lru_lock
by Gerald Schaefer
· 16 years ago
d903ef9
mm: print out meminit for memmap
by Yinghai Lu
· 16 years ago
985737c
mlock: count attempts to free mlocked page
by Lee Schermerhorn
· 16 years ago
b291f00
mlock: mlocked pages are unevictable
by Nick Piggin
· 16 years ago
7b85412
Unevictable LRU Page Statistics
by Lee Schermerhorn
· 16 years ago
556adec
vmscan: second chance replacement for anonymous pages
by Rik van Riel
· 16 years ago
4f98a2f
vmscan: split LRU lists into anon & file sets
by Rik van Riel
· 16 years ago
b2e1853
define page_file_cache() function
by Rik van Riel
· 16 years ago
b69408e
vmscan: Use an indexed array for LRU variables
by Christoph Lameter
· 16 years ago
db99100
mm/page_alloc.c:free_area_init_nodes() fix inappropriate use of enum
by Andrew Morton
· 16 years ago
6babc32
mm: handle initialising compound pages at orders greater than MAX_ORDER
by Andy Whitcroft
· 16 years ago
5276558
mm/bootmem: silence section mismatch warning - contig_page_data/bootmem_node_data
by Marcin Slusarz
· 16 years ago
344c790
mm: make setup_zone_migrate_reserve() aware of overlapping nodes
by Adam Litke
· 16 years ago
74768ed
page allocator: use no-panic variant of alloc_bootmem() in alloc_large_system_hash()
by Jan Beulich
· 16 years ago
1d1958f
mm: remove find_max_pfn_with_active_regions
by Yinghai Lu
· 16 years ago
9b1a4d3
stop_machine: Wean existing callers off stop_machine_run()
by Rusty Russell
· 16 years ago
af370fb
memory hotplug: small fixes to bootmem freeing for memory hotremove
by Yasunori Goto
· 16 years ago
b69a728
mm/page_alloc.c: cleanups
by Adrian Bunk
· 16 years ago
2be0ffe
mm: add alloc_pages_exact() and free_pages_exact()
by Timur Tabi
· 16 years ago
01ad1c0
mm: export prep_compound_page to mm
by Andi Kleen
· 16 years ago
9109fb7
mm: drop unneeded pgdat argument from free_area_init_node()
by Johannes Weiner
· 16 years ago
3c82d0c
buddy: clarify comments describing buddy merge
by Andy Whitcroft
· 16 years ago
e4048e5
page allocator: inline some __alloc_pages() wrappers
by KOSAKI Motohiro
· 16 years ago
b61bfa3
mm: move bootmem descriptors definition to a single place
by Johannes Weiner
· 16 years ago
68ad8df
mm: print out the zonelists on request for manual verification
by Mel Gorman
· 16 years ago
2dbb51c
mm: make defensive checks around PFN values registered for memory usage
by Mel Gorman
· 16 years ago
708614e
mm: verify the page links and memory model
by Mel Gorman
· 16 years ago
6b74ab9
mm: add a basic debugging framework for memory initialisation
by Mel Gorman
· 16 years ago
1a781a7
Merge branch 'generic-ipi' into generic-ipi-for-linus
by Ingo Molnar
· 16 years ago
5dab8ec
mm, generic, x86 boot: more tweaks to hex prints of some pfn addresses
by Paul Jackson
· 16 years ago
Next »