Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
kernel
/
msm
/
a49ebbabb084d345991b72818a119616431416f2
/
mm
/
memcontrol.c
0331932
pagewalk: only split huge pages when necessary
by Dave Hansen
· 14 years ago
3f58a82
memcg: move memcg reclaimable page into tail of inactive list
by Minchan Kim
· 14 years ago
ef6a3c6
mm: add replace_page_cache_page() function
by Miklos Szeredi
· 14 years ago
3751d60
memcg: fix event counting breakage from recent THP update
by KAMEZAWA Hiroyuki
· 14 years ago
8493ae4
memcg: never OOM when charging huge pages
by Johannes Weiner
· 14 years ago
1994282
memcg: prevent endless loop when charging huge pages to near-limit group
by Johannes Weiner
· 14 years ago
9221edb
memcg: prevent endless loop when charging huge pages
by Johannes Weiner
· 14 years ago
552b372
memsw: deprecate noswapaccount kernel parameter and schedule it for removal
by Michal Hocko
· 14 years ago
fceda1b
memsw: handle swapaccount kernel parameter correctly
by Michal Hocko
· 14 years ago
52dbb90
memcg: fix race at move_parent around compound_order()
by KAMEZAWA Hiroyuki
· 14 years ago
3d37c4a
memcg: bugfix check mem_cgroup_disabled() at split fixup
by KAMEZAWA Hiroyuki
· 14 years ago
01c88e2
memcg: fix account leak at failure of memsw acconting
by KAMEZAWA Hiroyuki
· 14 years ago
8dba474
mm/memcontrol.c: fix uninitialized variable use in mem_cgroup_move_parent()
by Jesper Juhl
· 14 years ago
713735b
memcg: correctly order reading PCG_USED and pc->mem_cgroup
by Johannes Weiner
· 14 years ago
987eba6
memcg: fix rmdir, force_empty with THP
by KAMEZAWA Hiroyuki
· 14 years ago
ece35ca
memcg: fix LRU accounting with THP
by KAMEZAWA Hiroyuki
· 14 years ago
ca3e021
memcg: fix USED bit handling at uncharge in THP
by KAMEZAWA Hiroyuki
· 14 years ago
e401f17
memcg: modify accounting function for supporting THP better
by KAMEZAWA Hiroyuki
· 14 years ago
50de1dd
memcg: fix memory migration of shmem swapcache
by Daisuke Nishimura
· 14 years ago
17295c8
memcg: use [kv]zalloc[_node] rather than [kv]malloc+memset
by Jesper Juhl
· 14 years ago
dfe076b
memcg: fix deadlock between cpuset and memcg
by Daisuke Nishimura
· 14 years ago
043d18b
memcg: remove unnecessary return from void-returning mem_cgroup_del_lru_list()
by Minchan Kim
· 14 years ago
f3e8eb7
memcg: fix unit mismatch in memcg oom limit calculation
by Johannes Weiner
· 14 years ago
dbd4ea7
memcg: add lock to synchronize page accounting and migration
by KAMEZAWA Hiroyuki
· 14 years ago
2a7106f
memcg: create extensible page stat update routines
by Greg Thelen
· 14 years ago
37c2ac7
thp: compound_trans_order
by Andrea Arcangeli
· 14 years ago
2c888cf
thp: fix anon memory statistics with transparent hugepages
by Rik van Riel
· 14 years ago
152c9cc
thp: transhuge-memcg: commit tail pages at charge
by Daisuke Nishimura
· 14 years ago
ec16851
thp: memcg compound
by Andrea Arcangeli
· 14 years ago
ebb76ce
memcg: fix wrong VM_BUG_ON() in try_charge()'s mm->owner check
by KAMEZAWA Hiroyuki
· 14 years ago
a42c390
cgroups: make swap accounting default behavior configurable
by Michal Hocko
· 14 years ago
b1dd693
memcg: avoid deadlock between move charge and try_charge()
by Daisuke Nishimura
· 14 years ago
112bc2e
memcg: fix false positive VM_BUG on non-SMP
by Kirill A. Shutemov
· 14 years ago
d2e61b8
memcg: null dereference on allocation failure
by Dan Carpenter
· 14 years ago
26174ef
memcg: generic filestat update interface
by KAMEZAWA Hiroyuki
· 14 years ago
1489eba
memcg: cpu hotplug aware quick acount_move detection
by KAMEZAWA Hiroyuki
· 14 years ago
711d3d2
memcg: cpu hotplug aware percpu count updates
by KAMEZAWA Hiroyuki
· 14 years ago
7d74b06
memcg: use for_each_mem_cgroup
by KAMEZAWA Hiroyuki
· 14 years ago
32047e2
memcg: avoid lock in updating file_mapped (Was fix race in file_mapped accouting flag management
by KAMEZAWA Hiroyuki
· 14 years ago
0c270f8
memcg: fix race in file_mapped accouting flag management
by KAMEZAWA Hiroyuki
· 14 years ago
ad4ca5f
memcg: fix thresholds with use_hierarchy == 1
by Kirill A. Shutemov
· 14 years ago
13d7e3a
memcg: convert to use zone_to_nid() from bare zone->zone_pgdat->node_id
by KOSAKI Motohiro
· 14 years ago
00918b6
memcg: remove nid and zid argument from mem_cgroup_soft_limit_reclaim()
by KOSAKI Motohiro
· 14 years ago
14fec79
memcg: mem_cgroup_shrink_node_zone() doesn't need sc.nodemask
by KOSAKI Motohiro
· 14 years ago
f75ca96
memcg: avoid css_get()
by KAMEZAWA Hiroyuki
· 14 years ago
158e0a2
memcg: use find_lock_task_mm() in memory cgroups oom
by KAMEZAWA Hiroyuki
· 14 years ago
73045c4
memcg: remove mem from arg of charge_common
by Daisuke Nishimura
· 14 years ago
bd0d24b
memcg: remove redundant code
by Daisuke Nishimura
· 14 years ago
2bd9bb2
memcg: clean up waiting move acct
by KAMEZAWA Hiroyuki
· 14 years ago
4b53433
memcg: clean up try_charge main loop
by KAMEZAWA Hiroyuki
· 14 years ago
cc8e970
memcg: add mm_vmscan_memcg_isolate tracepoint
by KOSAKI Motohiro
· 14 years ago
a63d83f
oom: badness heuristic rewrite
by David Rientjes
· 14 years ago
25edde0
vmscan: kill prev_priority completely
by KOSAKI Motohiro
· 14 years ago
4d845eb
memcg: fix wake up in oom wait queue
by KAMEZAWA Hiroyuki
· 14 years ago
2c488db
memcg: clean up memory thresholds
by Kirill A. Shutemov
· 14 years ago
907860e
cgroups: make cftype.unregister_event() void-returning
by Kirill A. Shutemov
· 14 years ago
ac39cf8
memcg: fix mis-accounting of file mapped racy with migration
by akpm@linux-foundation.org
· 14 years ago
315c199
mm: memcontrol - uninitialised return value
by Phil Carmody
· 14 years ago
5407a56
mm: remove unnecessary use of atomic
by Phil Carmody
· 14 years ago
87946a7
memcg: move charge of file pages
by Daisuke Nishimura
· 14 years ago
90254a6
memcg: clean up move charge
by Daisuke Nishimura
· 14 years ago
3c11ecf
memcg: oom kill disable and oom status
by KAMEZAWA Hiroyuki
· 14 years ago
9490ff2
memcg: oom notifier
by KAMEZAWA Hiroyuki
· 14 years ago
dc98df5
memcg: oom wakeup filter
by KAMEZAWA Hiroyuki
· 14 years ago
f39d01b
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 14 years ago
747388d
memcg: fix css_is_ancestor() RCU locking
by KAMEZAWA Hiroyuki
· 14 years ago
7f0f154
memcg: fix css_id() RCU locking for real
by KAMEZAWA Hiroyuki
· 14 years ago
91bc482
Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 14 years ago
ad4ba37
memcg: css_id() must be called under rcu_read_lock()
by Paul E. McKenney
· 15 years ago
93d5c9b
memcg: fix prepare migration
by Andrea Arcangeli
· 15 years ago
6c9468e
Merge branch 'master' into for-next
by Jiri Kosina
· 15 years ago
8725d54
memcg: fix race in file_mapped accounting
by KAMEZAWA Hiroyuki
· 15 years ago
e7bbcdf
memcontrol: fix potential null deref
by Dan Carpenter
· 15 years ago
5cfb80a
memcg: disable move charge in no mmu case
by Daisuke Nishimura
· 15 years ago
320cc51
mm: fix typo in refill_stock() comment
by Greg Thelen
· 15 years ago
867578c
memcg: fix oom kill behavior
by KAMEZAWA Hiroyuki
· 15 years ago
a0a4db5
cgroups: remove events before destroying subsystem state objects
by Kirill A. Shutemov
· 15 years ago
d2265e6
memcg : share event counter rather than duplicate
by KAMEZAWA Hiroyuki
· 15 years ago
430e4863
memcg: update threshold and softlimit at commit
by KAMEZAWA Hiroyuki
· 15 years ago
c62b1a3
memcg: use generic percpu instead of private implementation
by KAMEZAWA Hiroyuki
· 15 years ago
6a6135b
memcg: typo in comment to mem_cgroup_print_oom_info()
by Kirill A. Shutemov
· 15 years ago
2e72b63
memcg: implement memory thresholds
by Kirill A. Shutemov
· 15 years ago
378ce72
memcg: rework usage of stats by soft limit
by Kirill A. Shutemov
· 15 years ago
104f392
memcg: extract mem_group_usage() from mem_cgroup_read()
by Kirill A. Shutemov
· 15 years ago
483c30b
memcg: improve performance in moving swap charge
by Daisuke Nishimura
· 15 years ago
0249144
memcg: move charges of anonymous swap
by Daisuke Nishimura
· 15 years ago
8033b97
memcg: avoid oom during moving charge
by Daisuke Nishimura
· 15 years ago
854ffa8
memcg: improve performance in moving charge
by Daisuke Nishimura
· 15 years ago
4ffef5f
memcg: move charges of anonymous page
by Daisuke Nishimura
· 15 years ago
7dc74be
memcg: add interface to move charge at task migration
by Daisuke Nishimura
· 15 years ago
648bcc7
mm/memcontrol.c: fix "integer as NULL pointer" sparse warning
by Thiago Farina
· 15 years ago
fce6647
memcg: ensure list is empty at rmdir
by Daisuke Nishimura
· 15 years ago
d4220f9
Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6
by Linus Torvalds
· 15 years ago
aa20d48
memcg: code clean, remove unused variable in mem_cgroup_resize_limit()
by Bob Liu
· 15 years ago
9ab322c
memcg: remove memcg_tasklist
by Daisuke Nishimura
· 15 years ago
d31f56d
memcg: avoid oom-killing innocent task in case of use_hierarchy
by Daisuke Nishimura
· 15 years ago
57f9fd7
memcg: cleanup mem_cgroup_move_parent()
by Daisuke Nishimura
· 15 years ago
a3032a2
memcg: add mem_cgroup_cancel_charge()
by Daisuke Nishimura
· 15 years ago
d804658
memcg: make memcg's file mapped consistent with global VM
by KAMEZAWA Hiroyuki
· 15 years ago
cdec2e4
memcg: coalesce charging via percpu storage
by KAMEZAWA Hiroyuki
· 15 years ago
Next »