Commit Graph

4743 Commits (a5462516aa9942bd68c8769d4bcefa8a7c718300)

Author SHA1 Message Date
Catalin Marinas 6ae4bd1f0b kmemleak: Allow kmemleak metadata allocations to fail 14 years ago
Jesper Juhl 0a08739e81 kmemleak: remove memset by using kzalloc 14 years ago
KAMEZAWA Hiroyuki 52dbb90509 memcg: fix race at move_parent around compound_order() 14 years ago
KAMEZAWA Hiroyuki 3d37c4a919 memcg: bugfix check mem_cgroup_disabled() at split fixup 14 years ago
KAMEZAWA Hiroyuki 01c88e2d6b memcg: fix account leak at failure of memsw acconting 14 years ago
Minchan Kim 28bd65781c mm: migration: clarify migrate_pages() comment 14 years ago
Andrea Arcangeli 33a938774f mm: compaction: don't depend on HUGETLB_PAGE 14 years ago
Jesper Juhl 8dba474f03 mm/memcontrol.c: fix uninitialized variable use in mem_cgroup_move_parent() 14 years ago
David Rientjes 2ff754fa8f mm: clear pages_scanned only if draining a pcp adds pages to the buddy allocator 14 years ago
David Rientjes f33261d75b mm: fix deferred congestion timeout if preferred zone is not allowed 14 years ago
Andrew Morton f95ba941d1 mm/pgtable-generic.c: fix CONFIG_SWAP=n build 14 years ago
Johannes Weiner 713735b423 memcg: correctly order reading PCG_USED and pc->mem_cgroup 14 years ago
Jan Kara 382e27daa5 mm: fix truncate_setsize() comment 14 years ago
KAMEZAWA Hiroyuki 987eba66e0 memcg: fix rmdir, force_empty with THP 14 years ago
KAMEZAWA Hiroyuki ece35ca810 memcg: fix LRU accounting with THP 14 years ago
KAMEZAWA Hiroyuki ca3e021417 memcg: fix USED bit handling at uncharge in THP 14 years ago
KAMEZAWA Hiroyuki e401f1761c memcg: modify accounting function for supporting THP better 14 years ago
Johannes Weiner 82478fb7bc mm: compaction: prevent division-by-zero during user-requested compaction 14 years ago
Jesper Juhl 3305de51bf mm/vmscan.c: remove duplicate include of compaction.h 14 years ago
Tomi Valkeinen abb65272a1 memblock: fix memblock_is_region_memory() 14 years ago
Johannes Weiner 453c719261 thp: keep highpte mapped until it is no longer needed 14 years ago
Linus Torvalds 83896fb5e5 Revert "mm: simplify code of swap.c" 14 years ago
Linus Torvalds 7a608572a2 Revert "mm: batch activate_page() to reduce lock contention" 14 years ago
Andrea Arcangeli b3697c0255 fix non-x86 build failure in pmdp_get_and_clear 14 years ago
H Hartley Sweeten 68a1b19559 mm/slab.c: make local symbols static 14 years ago
Daisuke Nishimura 50de1dd967 memcg: fix memory migration of shmem swapcache 14 years ago
Jesper Juhl 17295c88a1 memcg: use [kv]zalloc[_node] rather than [kv]malloc+memset 14 years ago
Daisuke Nishimura dfe076b097 memcg: fix deadlock between cpuset and memcg 14 years ago
Minchan Kim 043d18b1e5 memcg: remove unnecessary return from void-returning mem_cgroup_del_lru_list() 14 years ago
Johannes Weiner f3e8eb70b1 memcg: fix unit mismatch in memcg oom limit calculation 14 years ago
KAMEZAWA Hiroyuki dbd4ea78f0 memcg: add lock to synchronize page accounting and migration 14 years ago
Greg Thelen 2a7106f2cb memcg: create extensible page stat update routines 14 years ago
Shaohua Li 744ed14427 mm: batch activate_page() to reduce lock contention 14 years ago
Shaohua Li d8505dee1a mm: simplify code of swap.c 14 years ago
Andrew Morton c06b1fca18 mm/page_alloc.c: don't cache `current' in a local 14 years ago
Hugh Dickins fd4a4663db mm: fix hugepage migration 14 years ago
Hugh Dickins 1ce82b69e9 mm: fix migration hangs on anon_vma lock 14 years ago
Hugh Dickins 2919bfd075 ksm: drain pagevecs to lru 14 years ago
Eric B Munson 73ae31e598 hugetlb: fix handling of parse errors in sysfs 14 years ago
Eric B Munson adbe8726dc hugetlb: do not allow pagesize >= MAX_ORDER pool adjustment 14 years ago
Michal Hocko 08d4a24659 hugetlb: check the return value of string conversion in sysctl handler 14 years ago
Andrew Morton 684265d4a3 mm/dmapool.c: use TASK_UNINTERRUPTIBLE in dma_pool_alloc() 14 years ago
Rolf Eike Beer 84bc227d7f mm/dmapool.c: take lock only once in dma_pool_free() 14 years ago
KyongHo Cho 43506fad21 mm/page_alloc.c: simplify calculation of combined index of adjacent buddy lists 14 years ago
Jiri Kosina 5520e89485 brk: fix min_brk lower bound computation for COMPAT_BRK 14 years ago
Jesper Juhl 32d6feadf4 mm/hugetlb.c: fix error-path memory leak in nr_hugepages_store_common() 14 years ago
Mel Gorman 29c1f677d4 mm: migration: use rcu_dereference_protected when dereferencing the radix tree slot during file page migration 14 years ago
Andrea Arcangeli 22e5c47ee2 thp: add compound_trans_head() helper 14 years ago
Andrea Arcangeli 29ad768cfc thp: KSM on THP 14 years ago
Andrea Arcangeli 60ab3244ec thp: khugepaged: make khugepaged aware about madvise 14 years ago