index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
memcontrol.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm: memcg: link page counters to root if use_hierarchy is false
Roman Gushchin
2020-11-02
1
-5
/
+10
*
mm: memcontrol: correct the NR_ANON_THPS counter of hierarchical memcg
zhongjiang-ali
2020-11-02
1
-2
/
+8
*
mm: kmem: enable kernel memcg accounting from interrupt contexts
Roman Gushchin
2020-10-18
1
-0
/
+13
*
mm: kmem: prepare remote memcg charging infra for interrupt contexts
Roman Gushchin
2020-10-18
1
-14
/
+34
*
mm: kmem: remove redundant checks from get_obj_cgroup_from_current()
Roman Gushchin
2020-10-18
1
-3
/
+0
*
mm: kmem: move memcg_kmem_bypass() calls to get_mem/obj_cgroup_from_current()
Roman Gushchin
2020-10-18
1
-5
/
+8
*
mm, memcg: rework remote charging API to support nesting
Roman Gushchin
2020-10-18
1
-3
/
+3
*
mm/memcg: fix device private memcg accounting
Ralph Campbell
2020-10-13
1
-1
/
+4
*
mm: memcontrol: reword obsolete comment of mem_cgroup_unmark_under_oom()
Miaohe Lin
2020-10-13
1
-2
/
+2
*
mm: memcontrol: add the missing numa_stat interface for cgroup v2
Muchun Song
2020-10-13
1
-60
/
+110
*
mm/memcg: unify swap and memsw page counters
Waiman Long
2020-10-13
1
-3
/
+0
*
mm/memcg: simplify mem_cgroup_get_max()
Waiman Long
2020-10-13
1
-11
/
+13
*
mm/memcg: clean up obsolete enum charge_type
Waiman Long
2020-10-13
1
-8
/
+0
*
mm: memcontrol: correct the comment of mem_cgroup_iter()
Miaohe Lin
2020-10-13
1
-3
/
+3
*
mm: memcg/slab: fix racy access to page->mem_cgroup in mem_cgroup_from_obj()
Roman Gushchin
2020-10-13
1
-0
/
+11
*
mm: memcontrol: use the preferred form for passing the size of a structure type
Gustavo A. R. Silva
2020-10-13
1
-1
/
+1
*
mm: memcontrol: use flex_array_size() helper in memcpy()
Gustavo A. R. Silva
2020-10-13
1
-4
/
+3
*
mm: use find_get_incore_page in memcontrol
Matthew Wilcox (Oracle)
2020-10-13
1
-22
/
+2
*
Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-block
Linus Torvalds
2020-10-13
1
-1
/
+1
|
\
|
*
bdi: replace BDI_CAP_NO_{WRITEBACK,ACCT_DIRTY} with a single flag
Christoph Hellwig
2020-09-24
1
-1
/
+1
*
|
mm: memcontrol: fix missing suffix of workingset_restore
Muchun Song
2020-09-26
1
-2
/
+2
*
|
memcg: fix use-after-free in uncharge_batch
Michal Hocko
2020-09-05
1
-0
/
+6
|
/
*
mm: replace hpage_nr_pages with thp_nr_pages
Matthew Wilcox (Oracle)
2020-08-14
1
-5
/
+5
*
mm: memcontrol: fix warning when allocating the root cgroup
Johannes Weiner
2020-08-13
1
-6
/
+0
*
mm/memcontrol.c: delete duplicated words
Randy Dunlap
2020-08-12
1
-1
/
+1
*
mm/workingset: prepare the workingset detection infrastructure for anon LRU
Joonsoo Kim
2020-08-12
1
-5
/
+11
*
mm: memcg: charge memcg percpu memory to the parent cgroup
Roman Gushchin
2020-08-12
1
-4
/
+16
*
mm: memcg/percpu: per-memcg percpu memory statistics
Roman Gushchin
2020-08-12
1
-1
/
+3
*
mm: memcontrol: don't count limit-setting reclaim as memory pressure
Johannes Weiner
2020-08-07
1
-1
/
+10
*
mm: memcontrol: restore proper dirty throttling when memory.high changes
Johannes Weiner
2020-08-07
1
-0
/
+2
*
memcg, oom: check memcg margin for parallel oom
Yafang Shao
2020-08-07
1
-1
/
+7
*
mm, memcg: decouple e{low,min} state mutations from protection checks
Chris Down
2020-08-07
1
-21
/
+7
*
mm, memcg: avoid stale protection values when cgroup is above protection
Yafang Shao
2020-08-07
1
-0
/
+8
*
mm, memcg: unify reclaim retry limits with page allocator
Chris Down
2020-08-07
1
-9
/
+6
*
mm, memcg: reclaim more aggressively before high allocator throttling
Chris Down
2020-08-07
1
-5
/
+37
*
mm: memcontrol: avoid workload stalls when lowering memory.high
Roman Gushchin
2020-08-07
1
-2
/
+2
*
mm: memcontrol: account kernel stack per node
Shakeel Butt
2020-08-07
1
-1
/
+1
*
mm: memcg/slab: use a single set of kmem_caches for all allocations
Roman Gushchin
2020-08-07
1
-1
/
+24
*
mm: memcg/slab: remove memcg_kmem_get_cache()
Roman Gushchin
2020-08-07
1
-24
/
+1
*
mm: memcg/slab: simplify memcg cache creation
Roman Gushchin
2020-08-07
1
-47
/
+1
*
mm: memcg/slab: use a single set of kmem_caches for all accounted allocations
Roman Gushchin
2020-08-07
1
-131
/
+32
*
mm: memcg/slab: move memcg_kmem_bypass() to memcontrol.h
Roman Gushchin
2020-08-07
1
-12
/
+0
*
mm: memcg/slab: deprecate memory.kmem.slabinfo
Roman Gushchin
2020-08-07
1
-3
/
+0
*
mm: memcg/slab: save obj_cgroup for non-root slab objects
Roman Gushchin
2020-08-07
1
-2
/
+12
*
mm: memcg/slab: allocate obj_cgroups for non-root slab pages
Roman Gushchin
2020-08-07
1
-3
/
+14
*
mm: memcg/slab: obj_cgroup API
Roman Gushchin
2020-08-07
1
-1
/
+287
*
mm: memcontrol: decouple reference counting from page accounting
Johannes Weiner
2020-08-07
1
-18
/
+21
*
mm: memcg: convert vmstat slab counters to bytes
Roman Gushchin
2020-08-07
1
-7
/
+4
*
mm: memcg: prepare for byte-sized vmstat items
Roman Gushchin
2020-08-07
1
-4
/
+10
*
mm: memcg: factor out memcg- and lruvec-level changes out of __mod_lruvec_sta...
Roman Gushchin
2020-08-07
1
-19
/
+24
[next]