index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
memcontrol.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert "mm: add nodes= arg to memory.reclaim"
Michal Hocko
2023-01-31
1
-54
/
+13
*
mm: memcg: fix swapcached stat accounting
Hugh Dickins
2022-12-11
1
-0
/
+6
*
mm: add nodes= arg to memory.reclaim
Mina Almasry
2022-12-11
1
-13
/
+54
*
Merge branch 'mm-hotfixes-stable' into mm-stable
Andrew Morton
2022-12-09
1
-2
/
+13
|
\
|
*
memcg: fix possible use-after-free in memcg_write_event_control()
Tejun Heo
2022-12-09
1
-2
/
+13
*
|
mm: vmscan: split khugepaged stats from direct reclaim stats
Johannes Weiner
2022-11-30
1
-2
/
+6
*
|
Merge branch 'mm-hotfixes-stable' into mm-stable
Andrew Morton
2022-11-30
1
-1
/
+1
|
\
|
|
*
mm: correctly charge compressed memory to its memcg
Li Liguang
2022-11-22
1
-1
/
+1
*
|
mm: convert find_get_incore_page() to filemap_get_incore_folio()
Matthew Wilcox (Oracle)
2022-11-08
1
-3
/
+9
*
|
mm: memcontrol: use mem_cgroup_is_root() helper
Kamalesh Babulal
2022-11-08
1
-10
/
+10
|
/
*
Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-10-10
1
-97
/
+184
|
\
|
*
mm: memcontrol: drop dead CONFIG_MEMCG_SWAP config symbol
Johannes Weiner
2022-10-03
1
-3
/
+3
|
*
mm: memcontrol: use do_memsw_account() in a few more places
Johannes Weiner
2022-10-03
1
-10
/
+10
|
*
mm: memcontrol: deprecate swapaccounting=0 mode
Johannes Weiner
2022-10-03
1
-40
/
+10
|
*
mm: memcontrol: don't allocate cgroup swap arrays when memcg is disabled
Johannes Weiner
2022-10-03
1
-0
/
+3
|
*
mm: memcontrol: make cgroup_memory_noswap a static key
Kairui Song
2022-10-03
1
-8
/
+19
|
*
mm/memcontrol: use kstrtobool for swapaccount param parsing
Liu Shixin
2022-10-03
1
-4
/
+4
|
*
memcg: reduce size of memcg vmstats structures
Shakeel Butt
2022-10-03
1
-10
/
+44
|
*
memcg: rearrange code
Shakeel Butt
2022-10-03
1
-23
/
+23
|
*
memcg: extract memcg_vmstats from struct mem_cgroup
Shakeel Butt
2022-10-03
1
-9
/
+48
|
*
memcg: convert mem_cgroup_swap_full() to take a folio
Matthew Wilcox (Oracle)
2022-10-03
1
-3
/
+3
|
*
mm: remove lookup_swap_cache()
Matthew Wilcox (Oracle)
2022-10-03
1
-1
/
+1
|
*
memcg: convert mem_cgroup_swapin_charge_page() to mem_cgroup_swapin_charge_fo...
Matthew Wilcox (Oracle)
2022-10-03
1
-7
/
+6
|
*
mm/memcontrol: stop using mm->highest_vm_end
Liam R. Howlett
2022-09-26
1
-4
/
+2
|
*
mm: multi-gen LRU: support page table walks
Yu Zhao
2022-09-26
1
-0
/
+25
|
*
mm: multi-gen LRU: exploit locality in rmap
Yu Zhao
2022-09-26
1
-0
/
+1
|
*
mm: multi-gen LRU: groundwork
Yu Zhao
2022-09-26
1
-0
/
+2
|
*
mm: memcg: export workingset refault stats for cgroup v1
Yang Shi
2022-09-11
1
-2
/
+7
|
*
mm: memcontrol: fix a typo in comment
xupanda
2022-09-11
1
-1
/
+1
*
|
Merge tag 'cgroup-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2022-10-10
1
-2
/
+2
|
\
\
|
*
|
cgroup: Fix build failure when CONFIG_SHRINKER_DEBUG
Tejun Heo
2022-08-28
1
-1
/
+1
|
*
|
cgroup: Homogenize cgroup_get_from_id() return value
Michal Koutný
2022-08-26
1
-2
/
+2
|
|
/
*
|
Merge tag 'sched-rt-2022-10-05' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2022-10-10
1
-13
/
+6
|
\
\
|
*
|
mm/memcontrol: Replace the PREEMPT_RT conditionals
Thomas Gleixner
2022-09-19
1
-13
/
+6
|
|
/
*
/
mm: add NR_SECONDARY_PAGETABLE to count secondary page table uses.
Yosry Ahmed
2022-08-24
1
-0
/
+1
|
/
*
mm: memcontrol: fix potential oom_lock recursion deadlock
Tetsuo Handa
2022-07-29
1
-13
/
+9
*
mm/memcontrol.c: remove the redundant updating of stats_flush_threshold
Jiebin Sun
2022-07-29
1
-1
/
+8
*
mm: vmpressure: don't count proactive reclaim in vmpressure
Yosry Ahmed
2022-07-29
1
-10
/
+14
*
mm: memcontrol: do not miss MEMCG_MAX events for enforced allocations
Roman Gushchin
2022-07-29
1
-0
/
+9
*
mm/memcontrol.c: replace cgroup_memory_nokmem with mem_cgroup_kmem_disabled()
Xiang Yang
2022-07-17
1
-2
/
+2
*
mm: add zone device coherent type memory support
Alex Sierra
2022-07-17
1
-3
/
+4
*
mm: memcontrol: introduce mem_cgroup_ino() and mem_cgroup_get_from_ino()
Roman Gushchin
2022-07-03
1
-0
/
+23
*
Merge branch 'master' into mm-stable
akpm
2022-06-27
1
-1
/
+1
|
\
|
*
mm: memcontrol: reference to tools/cgroup/memcg_slabinfo.py
Yang Yang
2022-06-16
1
-1
/
+1
*
|
mm: kmem: make mem_cgroup_from_obj() vmalloc()-safe
Roman Gushchin
2022-06-16
1
-21
/
+50
*
|
mm: memcontrol: add {pgscan,pgsteal}_{kswapd,direct} items in memory.stat of ...
Qi Zheng
2022-06-16
1
-28
/
+27
|
/
*
zswap: memcg accounting
Johannes Weiner
2022-05-19
1
-8
/
+197
*
mm/memcontrol: export memcg->watermark via sysfs for v2 memcg
Ganesan Rajagopal
2022-05-13
1
-0
/
+13
*
swap: turn get_swap_page() into folio_alloc_swap()
Matthew Wilcox (Oracle)
2022-05-13
1
-8
/
+8
*
mm: teach core mm about pte markers
Peter Xu
2022-05-13
1
-2
/
+6
[next]