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
/
list_lru.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm: list_lru: only add memcg-aware lrus to the global lru list
Muchun Song
2021-11-06
1
-19
/
+16
*
mm: list_lru: fix the return value of list_lru_count_one()
Muchun Song
2021-11-06
1
-1
/
+4
*
mm: list_lru: remove holding lru lock
Muchun Song
2021-11-06
1
-11
/
+0
*
mm/list_lru.c: prefer struct_size over open coded arithmetic
Len Baker
2021-11-06
1
-4
/
+3
*
mm: vmscan: consolidate shrinker_maps handling code
Yang Shi
2021-05-05
1
-3
/
+3
*
mm/list_lru.c: remove kvfree_rcu_local()
Shakeel Butt
2021-02-24
1
-10
/
+2
*
mm: list_lru: set shrinker map bit when child nr_items is not zero
Yang Shi
2020-12-06
1
-5
/
+5
*
mm/list_lru: fix a data race in list_lru_count_one
Qian Cai
2020-08-14
1
-1
/
+1
*
mm/list_lru.c: Rename kvfree_rcu() to local variant
Uladzislau Rezki (Sony)
2020-06-29
1
-3
/
+3
*
mm/list_lru: fix a typo in comment "numbesr"->"numbers"
Ethon Paul
2020-06-04
1
-1
/
+1
*
mm: use fallthrough;
Joe Perches
2020-04-07
1
-1
/
+1
*
mm: memcg/slab: use mem_cgroup_from_obj()
Roman Gushchin
2020-04-02
1
-11
/
+1
*
mm: memcg/slab: stop setting page->mem_cgroup pointer for slab pages
Roman Gushchin
2019-07-12
1
-1
/
+2
*
mm/list_lru.c: fix memory leak in __memcg_init_list_lru_node
Shakeel Butt
2019-06-13
1
-1
/
+1
*
memcg: make it work on sparse non-0-node systems
Jiri Slaby
2019-06-01
1
-5
/
+3
*
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
2019-05-21
1
-0
/
+1
*
numa: make "nr_node_ids" unsigned int
Alexey Dobriyan
2019-03-05
1
-2
/
+1
*
mm/list_lru: introduce list_lru_shrink_walk_irq()
Sebastian Andrzej Siewior
2018-08-17
1
-0
/
+15
*
mm/list_lru.c: pass struct list_lru_node* as an argument to __list_lru_walk_o...
Sebastian Andrzej Siewior
2018-08-17
1
-6
/
+6
*
mm/list_lru.c: move locking from __list_lru_walk_one() to its caller
Sebastian Andrzej Siewior
2018-08-17
1
-5
/
+13
*
mm/list_lru.c: use list_lru_walk_one() in list_lru_walk_node()
Sebastian Andrzej Siewior
2018-08-17
1
-2
/
+2
*
mm/list_lru.c: set bit in memcg shrinker bitmap on first list_lru item appear...
Kirill Tkhai
2018-08-17
1
-2
/
+20
*
mm/list_lru.c: pass lru argument to memcg_drain_list_lru_node()
Kirill Tkhai
2018-08-17
1
-2
/
+3
*
mm/list_lru: pass dst_memcg argument to memcg_drain_list_lru_node()
Kirill Tkhai
2018-08-17
1
-5
/
+6
*
mm/list_lru.c: add memcg argument to list_lru_from_kmem()
Kirill Tkhai
2018-08-17
1
-8
/
+17
*
fs: propagate shrinker::id to list_lru
Kirill Tkhai
2018-08-17
1
-1
/
+10
*
mm: introduce CONFIG_MEMCG_KMEM as combination of CONFIG_MEMCG && !CONFIG_SLOB
Kirill Tkhai
2018-08-17
1
-4
/
+4
*
mm/list_lru.c: combine code under the same define
Kirill Tkhai
2018-08-17
1
-10
/
+8
*
mm/list_lru.c: fold __list_lru_count_one() into its caller
Andrew Morton
2018-08-17
1
-9
/
+3
*
mm: make counting of list_lru_one::nr_items lockless
Kirill Tkhai
2018-04-05
1
-22
/
+45
*
mm/list_lru.c: mark expected switch fall-through
Gustavo A. R. Silva
2017-11-15
1
-0
/
+1
*
mm: memcontrol: use vmalloc fallback for large kmem memcg arrays
Johannes Weiner
2017-10-03
1
-6
/
+6
*
mm/list_lru.c: fix list_lru_count_node() to be race free
Sahitya Tummala
2017-07-10
1
-8
/
+6
*
mm/list_lru.c: avoid error-path NULL pointer deref
Alexander Polakov
2016-10-27
1
-0
/
+2
*
mm: memcontrol: move kmem accounting code to CONFIG_MEMCG
Johannes Weiner
2016-01-20
1
-6
/
+6
*
memcg: simplify and inline __mem_cgroup_from_kmem
Vladimir Davydov
2015-11-05
1
-0
/
+10
*
mm/list_lru.c: replace nr_node_ids for loop with for_each_node()
Raghavendra K T
2015-11-05
1
-11
/
+23
*
list_lru: don't call list_lru_from_kmem if the list_head is empty
Jeff Layton
2015-09-08
1
-2
/
+2
*
memcg: reparent list_lrus and free kmemcg_id on css offline
Vladimir Davydov
2015-02-12
1
-3
/
+43
*
list_lru: add helpers to isolate items
Vladimir Davydov
2015-02-12
1
-3
/
+16
*
list_lru: introduce per-memcg lists
Vladimir Davydov
2015-02-12
1
-24
/
+350
*
list_lru: organize all list_lrus to list
Vladimir Davydov
2015-02-12
1
-0
/
+34
*
list_lru: get rid of ->active_nodes
Vladimir Davydov
2015-02-12
1
-7
/
+3
*
mm: keep page cache radix tree nodes in check
Johannes Weiner
2014-04-03
1
-2
/
+14
*
mm: list_lru: fix almost infinite loop causing effective livelock
Russell King
2013-10-30
1
-1
/
+2
*
list_lru: dynamically adjust node arrays
Glauber Costa
2013-09-10
1
-1
/
+13
*
list_lru: remove special case function list_lru_dispose_all.
Glauber Costa
2013-09-10
1
-42
/
+0
*
list_lru: per-node API
Glauber Costa
2013-09-10
1
-28
/
+9
*
list_lru: fix broken LRU_RETRY behaviour
Dave Chinner
2013-09-10
1
-17
/
+12
*
list_lru: per-node list infrastructure
Dave Chinner
2013-09-10
1
-35
/
+111
[next]