index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
memcontrol.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
memcg/hugetlb: add hugeTLB counters to memcg
Joshua Hahn
2024-11-15
1
-0
/
+11
*
mm/list_lru: split the lock to per-cgroup scope
Kairui Song
2024-11-12
1
-1
/
+6
*
mm/list_lru: code clean up for reparenting
Kairui Song
2024-11-12
1
-7
/
+0
*
memcg: add flush tracepoint
JP Kobryn
2024-11-11
1
-1
/
+6
*
memcg: rename do_flush_stats and add force flag
JP Kobryn
2024-11-11
1
-9
/
+8
*
Merge branch 'mm-hotfixes-stable' into mm-stable
Andrew Morton
2024-11-11
1
-0
/
+4
|
\
|
*
mm: count zeromap read and set for swapout and swapin
Barry Song
2024-11-11
1
-0
/
+4
*
|
memcg: factor out mem_cgroup_stat_aggregate()
Xiu Jianfeng
2024-11-07
1
-59
/
+70
*
|
memcg-v1: remove memcg move locking code
Shakeel Butt
2024-11-07
1
-5
/
+0
*
|
memcg-v1: remove charge move code
Shakeel Butt
2024-11-07
1
-9
/
+0
*
|
mm/memcontrol: fix seq_buf size to save memory when PAGE_SIZE is large
Ryan Roberts
2024-11-07
1
-4
/
+5
*
|
memcg: add tracing for memcg stat updates
Shakeel Butt
2024-11-07
1
-2
/
+11
*
|
mm/memcontrol: add per-memcg pgpgin/pswpin counter
Jingxiang Zeng
2024-11-06
1
-0
/
+2
|
/
*
mm/thp: fix deferred split unqueue naming and locking
Hugh Dickins
2024-11-06
1
-3
/
+5
*
mm/thp: fix deferred split queue not partially_mapped
Hugh Dickins
2024-11-06
1
-2
/
+1
*
Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2024-09-21
1
-234
/
+256
|
\
|
*
mm: add nr argument in mem_cgroup_swapin_uncharge_swap() helper to support la...
Barry Song
2024-09-17
1
-3
/
+4
|
*
mm: clean up mem_cgroup_iter()
Kinsey Ho
2024-09-10
1
-20
/
+12
|
*
mm: restart if multiple traversals raced
Kinsey Ho
2024-09-10
1
-9
/
+17
|
*
mm: increment gen # before restarting traversal
Kinsey Ho
2024-09-10
1
-10
/
+12
|
*
mm: don't hold css->refcnt during traversal
Kinsey Ho
2024-09-10
1
-17
/
+1
|
*
mm: introduce a pageflag for partially mapped folios
Usama Arif
2024-09-10
1
-1
/
+2
|
*
mm,memcg: provide per-cgroup counters for NUMA balancing operations
Kaiyang Zhao
2024-09-04
1
-0
/
+45
|
*
memcg: make PGPGIN and PGPGOUT v1 only
Shakeel Butt
2024-09-02
1
-1
/
+4
|
*
memcg: move v1 events and statistics code to v1 file
Shakeel Butt
2024-09-02
1
-29
/
+4
|
*
memcg: move mem_cgroup_charge_statistics to v1 code
Shakeel Butt
2024-09-02
1
-16
/
+3
|
*
memcg: move mem_cgroup_event_ratelimit to v1 code
Shakeel Butt
2024-09-02
1
-28
/
+0
|
*
memcg: move v1 only percpu stats in separate struct
Shakeel Butt
2024-09-02
1
-9
/
+9
|
*
mm: kmem: add lockdep assertion to obj_cgroup_memcg
Muchun Song
2024-09-02
1
-6
/
+5
|
*
memcg: replace memcg ID idr with xarray
Shakeel Butt
2024-09-02
1
-29
/
+10
|
*
mm, memcg: cg2 memory{.swap,}.peak write handlers
David Finkel
2024-09-02
1
-10
/
+106
|
*
mm: memcg: don't call propagate_protected_usage() needlessly
Roman Gushchin
2024-09-02
1
-8
/
+8
|
*
memcg: increase the valid index range for memcg stats
Shakeel Butt
2024-09-02
1
-22
/
+28
|
*
mm: kmem: remove mem_cgroup_from_obj()
Muchun Song
2024-09-02
1
-31
/
+1
*
|
mm/memcontrol: respect zswap.writeback setting from parent cg too
Mike Yuan
2024-09-02
1
-3
/
+9
|
/
*
memcg: protect concurrent access to mem_cgroup_idr
Shakeel Butt
2024-08-08
1
-2
/
+20
*
mm/page_counter: move calculating protection values to page_counter
Maarten Lankhorst
2024-07-13
1
-151
/
+3
*
mm: remove CONFIG_MEMCG_KMEM
Johannes Weiner
2024-07-10
1
-54
/
+6
*
Merge branch 'mm-hotfixes-stable' into mm-stable to pick up "mm: fix
Andrew Morton
2024-07-06
1
-11
/
+0
|
\
|
*
mm: fix crashes from deferred split racing folio migration
Hugh Dickins
2024-07-06
1
-11
/
+0
*
|
mm: memcg: adjust the warning when seq_buf overflows
Xiu Jianfeng
2024-07-05
1
-1
/
+2
*
|
mm: memcg: remove redundant seq_buf_has_overflowed()
Xiu Jianfeng
2024-07-05
1
-3
/
+0
*
|
mm: memcg: guard memcg1-specific fields accesses in mm/memcontrol.c
Roman Gushchin
2024-07-05
1
-2
/
+7
*
|
mm: memcg: gather memcg1-specific fields initialization in memcg1_memcg_init()
Roman Gushchin
2024-07-05
1
-5
/
+1
*
|
mm: memcg: guard cgroup v1-specific code in mem_cgroup_print_oom_meminfo()
Roman Gushchin
2024-07-05
1
-0
/
+2
*
|
mm: memcg: factor out legacy socket memory accounting code
Roman Gushchin
2024-07-05
1
-17
/
+5
*
|
mm: memcg: move memcg_account_kmem() to memcontrol-v1.c
Roman Gushchin
2024-07-05
1
-21
/
+10
*
|
mm: add swappiness= arg to memory.reclaim
Dan Schatzberg
2024-07-05
1
-9
/
+44
*
|
mm: memcg: put cgroup v1-specific code under a config option
Roman Gushchin
2024-07-05
1
-3
/
+7
*
|
mm: memcg: move cgroup v1 interface files to memcontrol-v1.c
Roman Gushchin
2024-07-05
1
-742
/
+7
[next]