summaryrefslogtreecommitdiff
path: root/mm/page_alloc.c
AgeCommit message (Expand)AuthorFilesLines
2015-02-02OOM, PM: OOM killed task shouldn't escape PM suspendMichal Hocko1-0/+8
2014-08-07mm, thp: do not allow thp faults to avoid cpuset restrictionsDavid Rientjes1-8/+8
2014-02-20mm: setup pageblock_order before it's used by sparsememXishi Qiu1-2/+2
2014-02-20mm/page_alloc.c: remove pageblock_default_order()Andrew Morton1-18/+15
2013-10-14mm, show_mem: suppress page counts in non-blockable contextsDavid Rientjes1-0/+7
2013-08-04mm/memory-hotplug: fix lowmem count overflow when offline pagesWanpeng Li1-0/+4
2013-02-28mm: fix pageblock bitmap allocationLinus Torvalds1-6/+9
2013-01-17mm: use aligned zone start for pfn_to_bitidx calculationLaura Abbott1-1/+1
2012-10-02mm/page_alloc: fix the page address of higher page's buddy calculationLi Haifeng1-1/+1
2012-05-11mm: raise MemFree by reverting percpu_pagelist_fraction to 0Hugh Dickins1-1/+1
2012-05-11mm: fix division by 0 in percpu_pagelist_fraction()Sasha Levin1-2/+2
2012-03-29mm: only IPI CPUs to drain local pages if they existGilad Ben-Yossef1-2/+38
2012-03-29mm, coredump: fail allocations when coredumping instead of oom killingDavid Rientjes1-0/+4
2012-03-22page_alloc: remove unused find_zone_movable_pfns_for_nodes() argumentKautuk Consul1-2/+2
2012-03-22page_alloc.c: remove add_from_early_node_map()Kautuk Consul1-12/+0
2012-03-22cpuset: mm: reduce large amounts of memory barrier related damage v3Mel Gorman1-10/+23
2012-03-22mm: drain percpu lru add/rotate page-vectors on cpu hot-unplugKonstantin Khlebnikov1-0/+1
2012-03-22mm, oom: force oom kill on sysrq+fDavid Rientjes1-1/+1
2012-03-22vmscan: only defer compaction for failed order and higherRik van Riel1-2/+4
2012-02-14vfs: fix panic in __d_lookup() with high dentry hashtable countsDimitri Sivanich1-0/+1
2012-01-23mm: __count_immobile_pages(): make sure the node is onlineMichal Hocko1-3/+10
2012-01-23mm: fix NULL ptr dereference in __count_immobile_pagesMichal Hocko1-0/+11
2012-01-13mm: enum lru_list lruHugh Dickins1-3/+3
2012-01-13mm: page allocator: do not call direct reclaim for THP allocations while comp...Mel Gorman1-10/+35
2012-01-13page_alloc: break early in check_for_regular_memory()Bob Liu1-1/+3
2012-01-13mm: collect LRU list heads into struct lruvecJohannes Weiner1-1/+1
2012-01-11mm: page_alloc: generalize order handling in __free_pages_bootmem()Johannes Weiner1-21/+12
2012-01-11mm: fix off-by-two in __zone_watermark_ok()Michal Hocko1-1/+1
2012-01-11mm: try to distribute dirty pages fairly across zonesJohannes Weiner1-0/+29
2012-01-11mm: exclude reserved pages from dirtyable memoryJohannes Weiner1-0/+19
2012-01-11mm: more intensive memory corruption debuggingStanislaw Gruszka1-6/+69
2012-01-11mm: avoid livelock on !__GFP_FS allocationsMel Gorman1-8/+22
2012-01-11mm: reduce the amount of work done when updating min_free_kbytesMel Gorman1-16/+24
2012-01-11mm-tracepoint: rename page-free eventsKonstantin Khlebnikov1-2/+2
2012-01-11mm: remove unused pagevec_freeKonstantin Khlebnikov1-10/+0
2012-01-11mm: add free_hot_cold_page_list() helperKonstantin Khlebnikov1-0/+13
2012-01-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-2/+2
2012-01-09Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-1/+1
2012-01-04switch debugfs to umode_tAl Viro1-1/+1
2011-12-20Merge branch 'memblock-kill-early_node_map' of git://git.kernel.org/pub/scm/l...Ingo Molnar1-428/+80
2011-12-09mm: Ensure that pfn_valid() is called once per pageblock when reserving pageb...Michal Hocko1-1/+7
2011-12-09thp: set compound tail page _count to zeroYouquan Song1-1/+1
2011-12-08memblock: Kill early_node_map[]Tejun Heo1-241/+18
2011-11-28Merge branch 'master' into x86/memblockTejun Heo1-57/+78
2011-11-17mm: cleanup the comment for head/tail pages of compound pages in mm/page_alloc.cWang Sheng-Hui1-2/+2
2011-11-01mm: neaten warn_alloc_failedJoe Perches1-5/+11
2011-11-01mm: output a list of loaded modules when we hit bad_page()Dave Jones1-0/+1
2011-08-04fault-injection: add ability to export fault_attr in arbitrary directoryAkinobu Mita1-8/+5
2011-07-27fail_page_alloc: simplify debugfs initializationAkinobu Mita1-31/+16
2011-07-27fault-injection: use debugfs_remove_recursiveAkinobu Mita1-1/+1