Commit Graph

481 Commits (e515c18bfef718a7900924d50198d968565dd60e)

Author SHA1 Message Date
Wanpeng Li b214514592 memcg: add mem_cgroup_from_css() helper 13 years ago
Johannes Weiner bdf4f4d216 mm: memcg: only check anon swapin page charges for swap cache 13 years ago
Johannes Weiner 90deb78839 mm: memcg: only check swap cache pages for repeated charging 13 years ago
Johannes Weiner 0435a2fdcb mm: memcg: split swapin charge function into private and public part 13 years ago
Johannes Weiner 24467cacc0 mm: memcg: remove needless !mm fixup to init_mm when charging 13 years ago
Johannes Weiner 62ba7442c8 mm: memcg: remove unneeded shmem charge type 13 years ago
Johannes Weiner 827a03d22e mm: memcg: move swapin charge functions above callsites 13 years ago
Johannes Weiner 7d188958bb mm: memcg: only check for PageSwapCache when uncharging anon 13 years ago
Johannes Weiner 0c59b89c81 mm: memcg: push down PageSwapCache check into uncharge entry functions 13 years ago
Johannes Weiner 0030f535a5 mm: memcg: fix compaction/migration failing due to memcg limits 13 years ago
David Rientjes 876aafbfd9 mm, memcg: move all oom handling to memcontrol.c 13 years ago
David Rientjes 6b0c81b3be mm, oom: reduce dependency on tasklist_lock 13 years ago
David Rientjes 9cbb78bb31 mm, memcg: introduce own oom handler to iterate only over its own threads 13 years ago
Wanpeng Li da92c47d06 mm/memcg: replace inexistence move_lock_page_cgroup() by move_lock_mem_cgroup() in comment 13 years ago
Wanpeng Li aaad153e34 mm/memcg: mem_cgroup_relize_xxx_limit can guarantee memcg->res.limit <= memcg->memsw.limit 13 years ago
Wanpeng Li ab21588487 memcg: rename mem_control_xxx to memcg_xxx 13 years ago
Glauber Costa 567fb435bb memcg: fix bad behavior in use_hierarchy file 13 years ago
Andrew Morton c255a45805 memcg: rename config variables 13 years ago
KAMEZAWA Hiroyuki 3c935d189b memcg: make mem_cgroup_force_empty_list() return bool 13 years ago
KAMEZAWA Hiroyuki 6068bf0104 memcg: mem_cgroup_move_parent() doesn't need gfp_mask 13 years ago
Kamezawa Hiroyuki d845aa2c75 memcg: clean up force_empty_list() return value check 13 years ago
Kamezawa Hiroyuki 59b8e85c26 memcg: remove check for signal_pending() during rmdir() 13 years ago
Kamezawa Hiroyuki a7d6f529fe memcg: remove MEM_CGROUP_CHARGE_TYPE_FORCE 13 years ago
Kamezawa Hiroyuki 41326c17fc memcg: rename MEM_CGROUP_CHARGE_TYPE_MAPPED as MEM_CGROUP_CHARGE_TYPE_ANON 13 years ago
Kamezawa Hiroyuki bff6bb83f3 memcg: rename MEM_CGROUP_STAT_SWAPOUT as MEM_CGROUP_STAT_SWAP 13 years ago
Wanpeng Li dad7557eb7 mm: fix kernel-doc warnings 13 years ago
Hugh Dickins 3a981f482c memcg: fix use_hierarchy css_is_ancestor oops regression 13 years ago
Glauber Costa 3f13461939 memcg: decrement static keys at real destroy time 13 years ago
Glauber Costa 3afe36b1fe memcg: always free struct memcg through schedule_work() 13 years ago
Hugh Dickins fa9add641b mm/memcg: apply add/del_page to lruvec 13 years ago
Hugh Dickins 4d7dcca213 mm/memcg: get_lru_size not get_lruvec_size 13 years ago
Johannes Weiner af7c4b0ec2 mm: memcg: print statistics from live counters 13 years ago
Johannes Weiner fad02c2de0 mm: memcg: group swapped-out statistics counter logically 13 years ago
Johannes Weiner 13114716c7 mm: memcg: keep ratelimit counter separate from event counters 13 years ago
Johannes Weiner 78ccf5b5ab mm: memcg: print statistics directly to seq_file 13 years ago
Johannes Weiner fada52ca0e mm: memcg: convert numa stat to read_seq_string interface 13 years ago
Johannes Weiner 6104621de4 mm: memcg: remove obsolete statistics array boundary enum item 13 years ago
KAMEZAWA Hiroyuki 2f3479b147 memcg: don't uncharge in mem_cgroup_move_account() 13 years ago
KAMEZAWA Hiroyuki cc926f7842 memcg: move charges to root cgroup if use_hierarchy=0 13 years ago
KAMEZAWA Hiroyuki d01dd17f10 memcg: use res_counter_uncharge_until() in move_parent() 13 years ago
Konstantin Khlebnikov c56d5c7dfe mm/vmscan: push lruvec pointer into inactive_list_is_low() 13 years ago
Konstantin Khlebnikov 074291fea8 mm/vmscan: replace zone_nr_lru_pages() with get_lruvec_size() 13 years ago
Konstantin Khlebnikov 7f5e86c2cc mm: add link from struct lruvec to struct zone 13 years ago
Hugh Dickins 89abfab133 mm/memcg: move reclaim_stat into lruvec 13 years ago
Sha Zhengju 748dad36d6 memcg: make threshold index in the right position 13 years ago
Kirill A. Shutemov a0db00fcf5 memcg: remove redundant parentheses 13 years ago
Kirill A. Shutemov 3a7951b4cf memcg: mark stat field of mem_cgroup struct as __percpu 13 years ago
Kirill A. Shutemov 92ba39a7ac memcg: remove unused variable 13 years ago
Kirill A. Shutemov 6bbda35ce1 memcg: mark more functions/variables as static 13 years ago
Konstantin Khlebnikov bbf808ed7d mm/memcg: kill mem_cgroup_lru_del() 13 years ago