index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
page_alloc.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-09-22
tracing, page-allocator: add trace events for anti-fragmentation falling back...
Mel Gorman
1
-0
/
+4
2009-09-22
tracing, page-allocator: add trace events for page allocation and page freeing
Mel Gorman
1
-1
/
+6
2009-09-22
page-allocator: remove dead function free_cold_page()
Mel Gorman
1
-5
/
+0
2009-09-22
page-allocator: change migratetype for all pageblocks within a high-order pag...
Mel Gorman
1
-2
/
+14
2009-09-22
mm: perform non-atomic test-clear of PG_mlocked on free
Johannes Weiner
1
-2
/
+2
2009-09-22
mm: add gfp mask checking for __get_free_pages()
Akinobu Mita
1
-15
/
+9
2009-09-22
mm: vmstat: add isolate pages
KOSAKI Motohiro
1
-3
/
+9
2009-09-22
mm: update alloc_flags after oom killer has been called
David Rientjes
1
-1
/
+1
2009-09-22
mm: oom analysis: add shmem vmstat
KOSAKI Motohiro
1
-1
/
+4
2009-09-22
mm: oom analysis: Show kernel stack usage in /proc/meminfo and OOM log output
KOSAKI Motohiro
1
-0
/
+3
2009-09-22
mm: oom analysis: add buffer cache information to show_free_areas()
KOSAKI Motohiro
1
-1
/
+2
2009-09-22
mm: oom analysis: add per-zone statistics to show_free_areas()
KOSAKI Motohiro
1
-0
/
+20
2009-09-22
mm: show_free_areas(): display slab pages in two separate fields
KOSAKI Motohiro
1
-3
/
+4
2009-09-22
page_alloc: fix kernel-doc warning
Randy Dunlap
1
-1
/
+1
2009-09-22
memory hotplug: make pages from movable zone always isolatable
Shaohua Li
1
-1
/
+4
2009-09-22
memory hotplug: exclude isolated page from pco page alloc
Shaohua Li
1
-1
/
+11
2009-09-22
memory hotplug: update zone pcp at memory online
Shaohua Li
1
-0
/
+26
2009-09-22
mm: remove obsoleted alloc_pages cpuset comment
David Rientjes
1
-4
/
+0
2009-09-16
HWPOISON: check and isolate corrupted free pages v2
Wu Fengguang
1
-1
/
+19
2009-09-05
page-allocator: always change pageblock ownership when anti-fragmentation is ...
Mel Gorman
1
-2
/
+4
2009-08-19
mm: build_zonelists(): move clear node_load[] to __build_all_zonelists()
Bo Liu
1
-1
/
+3
2009-07-30
page-allocator: allow too high-order warning messages to be suppressed with _...
Mel Gorman
1
-1
/
+3
2009-07-30
mm: avoid endless looping for oom killed tasks
David Rientjes
1
-0
/
+4
2009-07-30
page-allocator: preserve PFN ordering when __GFP_COLD is set
Mel Gorman
1
-4
/
+9
2009-07-12
Merge branch 'kmemleak' of git://linux-arm.org/linux-2.6
Linus Torvalds
1
-11
/
+3
2009-07-10
Fix congestion_wait() sync/async vs read/write confusion
Jens Axboe
1
-2
/
+2
2009-07-09
kmemleak: Remove alloc_bootmem annotations introduced in the past
Catalin Marinas
1
-11
/
+3
2009-07-07
Fix virt_to_phys() warnings
Kevin Cernekee
1
-1
/
+1
2009-07-01
x86: only clear node_states for 64bit
Yinghai Lu
1
-6
/
+7
2009-06-24
Don't warn about order-1 allocations with __GFP_NOFAIL
Linus Torvalds
1
-2
/
+2
2009-06-23
mm: fix handling of pagesets for downed cpus
Dimitri Sivanich
1
-3
/
+3
2009-06-21
mm: page_alloc: clear PG_locked before checking flags on free
Johannes Weiner
1
-5
/
+4
2009-06-19
mm: Extend gfp masking to the page allocator
Benjamin Herrenschmidt
1
-0
/
+3
2009-06-17
Merge branch 'akpm'
Linus Torvalds
1
-279
/
+475
2009-06-17
vmscan: do not unconditionally treat zones that fail zone_reclaim() as full
Mel Gorman
1
-4
/
+22
2009-06-17
page-allocator: clear N_HIGH_MEMORY map before we set it again
Yinghai Lu
1
-0
/
+5
2009-06-17
oom: invoke oom killer for __GFP_NOFAIL
David Rientjes
1
-5
/
+7
2009-06-17
mm: remove CONFIG_UNEVICTABLE_LRU config option
KOSAKI Motohiro
1
-9
/
+0
2009-06-17
page-allocator: reset wmark_min and inactive ratio of zone when hotplug happens
Minchan Kim
1
-1
/
+1
2009-06-17
page-allocator: add inactive ratio calculation function of each zone
Minchan Kim
1
-12
/
+16
2009-06-17
page-allocator: clean up functions related to pages_min
Minchan Kim
1
-8
/
+9
2009-06-17
mm, PM/Freezer: Disable OOM killer when tasks are frozen
Rafael J. Wysocki
1
-0
/
+4
2009-06-17
page-allocator: warn if __GFP_NOFAIL is used for a large allocation
Andrew Morton
1
-0
/
+13
2009-06-17
mm: setup_per_zone_inactive_ratio - fix comment and make it __init
Cyrill Gorcunov
1
-3
/
+1
2009-06-17
mm: setup_per_zone_inactive_ratio - do not call for int_sqrt if not needed
Cyrill Gorcunov
1
-2
/
+3
2009-06-17
vmscan: cleanup the scan batching code
Wu Fengguang
1
-1
/
+1
2009-06-17
mm: introduce PageHuge() for testing huge/gigantic pages
Wu Fengguang
1
-17
/
+0
2009-06-17
mm: use alloc_pages_exact() in alloc_large_system_hash() to avoid duplicated ...
Mel Gorman
1
-17
/
+4
2009-06-17
page allocator: sanity check order in the page allocator slow path
Mel Gorman
1
-3
/
+9
2009-06-17
page allocator: move free_page_mlock() to page_alloc.c
KOSAKI Motohiro
1
-0
/
+16
[prev]
[next]