index
:
kernel_replicant_linux
debian/v5.10.70
history/5.0-rc6-android
history/5.10-rc2
history/5.2-rc-android
history/battery-charger-regulator
history/before-configuration-unification
history/lineage-16.0_i9300
history/minimize-diff
history/replicant-10/12-october-2020
history/replicant-10/5.3-rc6
history/replicant-10/5.8.rc2
history/replicant-10/5.8rc2
history/replicant-10/before-5.8rc2
history/replicant-10/before-5.8rc6
history/replicant-10/v5.8-rc6
history/replicant-11/25-09-2021
history/replicant-11/5.10.64
history/replicant-11/linux-5.10.71
history/replicant-11/replicant-11-recovery
history/replicant-5.1.7
history/replicant/10-v5.9-rc8
linux-libre/replicant/5.10.72
linux-libre/replicant/5.10.72-v2
linux-libre/scripts/5.10
linux-libre/scripts/5.10.72
replicant-10
replicant-11
replicant-11-test
replicant-9
udiv-emulation
wip-s6e8aa0-backlight-control
wip-sound-does-not-compile
Replicant kernel
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
/
memcontrol.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
memcg: reduce check for softlimit excess
KAMEZAWA Hiroyuki
2009-10-01
1
-16
/
+15
*
memcg: some modification to softlimit under hierarchical memory reclaim.
KAMEZAWA Hiroyuki
2009-10-01
1
-63
/
+50
*
memcg: fix refcnt going negative
KAMEZAWA Hiroyuki
2009-10-01
1
-1
/
+2
*
memcg: show swap usage in stat file
Daisuke Nishimura
2009-09-24
1
-3
/
+14
*
memcg: improve resource counter scalability
Balbir Singh
2009-09-24
1
-21
/
+100
*
memory controller: soft limit reclaim on contention
Balbir Singh
2009-09-24
1
-14
/
+212
*
memory controller: soft limit refactor reclaim flags
Balbir Singh
2009-09-24
1
-6
/
+19
*
memory controller: soft limit organize cgroups
Balbir Singh
2009-09-24
1
-43
/
+257
*
memory controller: soft limit interface
Balbir Singh
2009-09-24
1
-0
/
+20
*
memcg: add comments explaining memory barriers
KAMEZAWA Hiroyuki
2009-09-24
1
-0
/
+7
*
memcg: remove the overhead associated with the root cgroup
Balbir Singh
2009-09-24
1
-14
/
+40
*
cgroups: let ss->can_attach and ss->attach do whole threadgroups at a time
Ben Blum
2009-09-24
1
-1
/
+2
*
mm: drop unneeded double negations
Johannes Weiner
2009-09-22
1
-1
/
+1
*
cgroup avoid permanent sleep at rmdir
KAMEZAWA Hiroyuki
2009-07-29
1
-3
/
+20
*
Fix congestion_wait() sync/async vs read/write confusion
Jens Axboe
2009-07-10
1
-1
/
+1
*
memcg: fix lru rotation in isolate_pages
KAMEZAWA Hiroyuki
2009-06-18
1
-1
/
+12
*
memcg: fix behavior under memory.limit equals to memsw.limit
KAMEZAWA Hiroyuki
2009-06-18
1
-0
/
+19
*
memcg: fix swap accounting
KAMEZAWA Hiroyuki
2009-06-18
1
-5
/
+12
*
memcg: remove some redundant checks
Li Zefan
2009-06-18
1
-7
/
+4
*
memcg: add file-based RSS accounting
Balbir Singh
2009-06-18
1
-1
/
+65
*
vmscan: evict use-once pages first
Rik van Riel
2009-06-16
1
-0
/
+11
*
memcg: fix build warning and avoid checking for mem != null again and again
Nikanth Karthikesan
2009-05-29
1
-9
/
+1
*
memcg: fix deadlock between lock_page_cgroup and mapping tree_lock
Daisuke Nishimura
2009-05-29
1
-1
/
+3
*
memcg: fix mem_cgroup_shrink_usage()
Daisuke Nishimura
2009-05-02
1
-21
/
+12
*
memcg: fix try_get_mem_cgroup_from_swapcache()
Daisuke Nishimura
2009-05-02
1
-3
/
+2
*
memcg: remove warning when CONFIG_DEBUG_VM=n
KAMEZAWA Hiroyuki
2009-04-13
1
-1
/
+1
*
memcg: cleanup cache_charge
Daisuke Nishimura
2009-04-02
1
-37
/
+23
*
cgroups: use css id in swap cgroup for saving memory v5
KAMEZAWA Hiroyuki
2009-04-02
1
-12
/
+62
*
memcg: charge swapcache to proper memcg
Daisuke Nishimura
2009-04-02
1
-2
/
+13
*
memcg: remove mem_cgroup_calc_mapped_ratio()
KOSAKI Motohiro
2009-04-02
1
-17
/
+0
*
memcg: show memcg information during OOM
Balbir Singh
2009-04-02
1
-0
/
+69
*
memcg: fix OOM killer under memcg
KAMEZAWA Hiroyuki
2009-04-02
1
-2
/
+28
*
memcg: fix shrinking memory to return -EBUSY by fixing retry algorithm
KAMEZAWA Hiroyuki
2009-04-02
1
-12
/
+59
*
memcg: hierarchical stat
KAMEZAWA Hiroyuki
2009-04-02
1
-41
/
+119
*
memcg: use CSS ID
KAMEZAWA Hiroyuki
2009-04-02
1
-138
/
+82
*
cgroup: fix frequent -EBUSY at rmdir
KAMEZAWA Hiroyuki
2009-04-02
1
-2
/
+3
*
memcg: NULL pointer dereference at rmdir on some NUMA systems
KAMEZAWA Hiroyuki
2009-01-29
1
-1
/
+1
*
memcg: get/put parents at create/free
Daisuke Nishimura
2009-01-29
1
-1
/
+22
*
memcg: fix a race when setting memory.swappiness
Li Zefan
2009-01-15
1
-1
/
+9
*
memcg: fix section mismatch
Li Zefan
2009-01-15
1
-1
/
+1
*
memcg: make oom less frequently
Daisuke Nishimura
2009-01-15
1
-4
/
+6
*
memcg: fix hierarchical reclaim
Daisuke Nishimura
2009-01-15
1
-32
/
+36
*
memcg: fix error path of mem_cgroup_move_parent
Daisuke Nishimura
2009-01-15
1
-8
/
+15
*
memcg: fix mem_cgroup_get_reclaim_stat_from_page
Daisuke Nishimura
2009-01-15
1
-1
/
+16
*
cgroups: use hierarchy_mutex in memory controller
Paul Menage
2009-01-08
1
-8
/
+6
*
memcg: fix shmem's swap accounting
KAMEZAWA Hiroyuki
2009-01-08
1
-74
/
+60
*
memcg: fix LRU accounting for SwapCache
KAMEZAWA Hiroyuki
2009-01-08
1
-9
/
+50
*
memcg: use css_tryget in memcg
KAMEZAWA Hiroyuki
2009-01-08
1
-36
/
+62
*
memcg: fix double free and make refcnt sane
KAMEZAWA Hiroyuki
2009-01-08
1
-15
/
+6
*
memcg: fix swap accounting leak
KAMEZAWA Hiroyuki
2009-01-08
1
-3
/
+4
[next]