index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
memcontrol.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-15
mm: memcontrol: account pagetables per node
Shakeel Butt
1
-0
/
+2
2020-12-15
mm: move lruvec stats update functions to vmstat.h
Shakeel Butt
1
-0
/
+17
2020-12-15
mm/memcg: remove incorrect comment
Alex Shi
1
-1
/
+0
2020-12-15
mm: memcontrol: sssign boolean values to a bool variable
Kaixu Xia
1
-2
/
+2
2020-12-15
mm: memcg/slab: rename *_lruvec_slab_state to *_lruvec_kmem_state
Muchun Song
1
-1
/
+1
2020-12-15
mm: memcg: remove obsolete memcg_has_children()
Lukas Bulwahn
1
-13
/
+0
2020-12-15
mm: memcg: deprecate the non-hierarchical mode
Roman Gushchin
1
-77
/
+13
2020-12-15
mm: memcg: fix obsolete code comments
Roman Gushchin
1
-6
/
+0
2020-12-15
mm/memcg: update page struct member in comments
Alex Shi
1
-2
/
+2
2020-12-15
mm: memcg/slab: fix use after free in obj_cgroup_charge
Muchun Song
1
-1
/
+3
2020-12-15
mm: memcg/slab: fix return of child memcg objcg for root memcg
Muchun Song
1
-0
/
+1
2020-12-15
mm: memcontrol: eliminate redundant check in __mem_cgroup_insert_exceeded()
Miaohe Lin
1
-7
/
+2
2020-12-15
mm: memcontrol: remove unused mod_memcg_obj_state()
Muchun Song
1
-11
/
+0
2020-12-15
mm: memcontrol: add file_thp, shmem_thp to memory.stat
Johannes Weiner
1
-1
/
+5
2020-11-22
mm: memcg/slab: fix root memcg vmstats
Muchun Song
1
-2
/
+7
2020-11-02
mm: memcg: link page counters to root if use_hierarchy is false
Roman Gushchin
1
-5
/
+10
2020-11-02
mm: memcontrol: correct the NR_ANON_THPS counter of hierarchical memcg
zhongjiang-ali
1
-2
/
+8
2020-10-18
mm: kmem: enable kernel memcg accounting from interrupt contexts
Roman Gushchin
1
-0
/
+13
2020-10-18
mm: kmem: prepare remote memcg charging infra for interrupt contexts
Roman Gushchin
1
-14
/
+34
2020-10-18
mm: kmem: remove redundant checks from get_obj_cgroup_from_current()
Roman Gushchin
1
-3
/
+0
2020-10-18
mm: kmem: move memcg_kmem_bypass() calls to get_mem/obj_cgroup_from_current()
Roman Gushchin
1
-5
/
+8
2020-10-18
mm, memcg: rework remote charging API to support nesting
Roman Gushchin
1
-3
/
+3
2020-10-13
mm/memcg: fix device private memcg accounting
Ralph Campbell
1
-1
/
+4
2020-10-13
mm: memcontrol: reword obsolete comment of mem_cgroup_unmark_under_oom()
Miaohe Lin
1
-2
/
+2
2020-10-13
mm: memcontrol: add the missing numa_stat interface for cgroup v2
Muchun Song
1
-60
/
+110
2020-10-13
mm/memcg: unify swap and memsw page counters
Waiman Long
1
-3
/
+0
2020-10-13
mm/memcg: simplify mem_cgroup_get_max()
Waiman Long
1
-11
/
+13
2020-10-13
mm/memcg: clean up obsolete enum charge_type
Waiman Long
1
-8
/
+0
2020-10-13
mm: memcontrol: correct the comment of mem_cgroup_iter()
Miaohe Lin
1
-3
/
+3
2020-10-13
mm: memcg/slab: fix racy access to page->mem_cgroup in mem_cgroup_from_obj()
Roman Gushchin
1
-0
/
+11
2020-10-13
mm: memcontrol: use the preferred form for passing the size of a structure type
Gustavo A. R. Silva
1
-1
/
+1
2020-10-13
mm: memcontrol: use flex_array_size() helper in memcpy()
Gustavo A. R. Silva
1
-4
/
+3
2020-10-13
mm: use find_get_incore_page in memcontrol
Matthew Wilcox (Oracle)
1
-22
/
+2
2020-10-13
Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+1
2020-09-26
mm: memcontrol: fix missing suffix of workingset_restore
Muchun Song
1
-2
/
+2
2020-09-24
bdi: replace BDI_CAP_NO_{WRITEBACK,ACCT_DIRTY} with a single flag
Christoph Hellwig
1
-1
/
+1
2020-09-05
memcg: fix use-after-free in uncharge_batch
Michal Hocko
1
-0
/
+6
2020-08-14
mm: replace hpage_nr_pages with thp_nr_pages
Matthew Wilcox (Oracle)
1
-5
/
+5
2020-08-13
mm: memcontrol: fix warning when allocating the root cgroup
Johannes Weiner
1
-6
/
+0
2020-08-12
mm/memcontrol.c: delete duplicated words
Randy Dunlap
1
-1
/
+1
2020-08-12
mm/workingset: prepare the workingset detection infrastructure for anon LRU
Joonsoo Kim
1
-5
/
+11
2020-08-12
mm: memcg: charge memcg percpu memory to the parent cgroup
Roman Gushchin
1
-4
/
+16
2020-08-12
mm: memcg/percpu: per-memcg percpu memory statistics
Roman Gushchin
1
-1
/
+3
2020-08-07
mm: memcontrol: don't count limit-setting reclaim as memory pressure
Johannes Weiner
1
-1
/
+10
2020-08-07
mm: memcontrol: restore proper dirty throttling when memory.high changes
Johannes Weiner
1
-0
/
+2
2020-08-07
memcg, oom: check memcg margin for parallel oom
Yafang Shao
1
-1
/
+7
2020-08-07
mm, memcg: decouple e{low,min} state mutations from protection checks
Chris Down
1
-21
/
+7
2020-08-07
mm, memcg: avoid stale protection values when cgroup is above protection
Yafang Shao
1
-0
/
+8
2020-08-07
mm, memcg: unify reclaim retry limits with page allocator
Chris Down
1
-9
/
+6
2020-08-07
mm, memcg: reclaim more aggressively before high allocator throttling
Chris Down
1
-5
/
+37
[next]