summaryrefslogtreecommitdiffstats
path: root/mm/list_lru.c
Commit message (Expand)AuthorAgeFilesLines
* mm/list_lru: fix a data race in list_lru_count_oneQian Cai2020-08-141-1/+1
* mm/list_lru.c: Rename kvfree_rcu() to local variantUladzislau Rezki (Sony)2020-06-291-3/+3
* mm/list_lru: fix a typo in comment "numbesr"->"numbers"Ethon Paul2020-06-041-1/+1
* mm: use fallthrough;Joe Perches2020-04-071-1/+1
* mm: memcg/slab: use mem_cgroup_from_obj()Roman Gushchin2020-04-021-11/+1
* mm: memcg/slab: stop setting page->mem_cgroup pointer for slab pagesRoman Gushchin2019-07-121-1/+2
* mm/list_lru.c: fix memory leak in __memcg_init_list_lru_nodeShakeel Butt2019-06-131-1/+1
* memcg: make it work on sparse non-0-node systemsJiri Slaby2019-06-011-5/+3
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* numa: make "nr_node_ids" unsigned intAlexey Dobriyan2019-03-051-2/+1
* mm/list_lru: introduce list_lru_shrink_walk_irq()Sebastian Andrzej Siewior2018-08-171-0/+15
* mm/list_lru.c: pass struct list_lru_node* as an argument to __list_lru_walk_o...Sebastian Andrzej Siewior2018-08-171-6/+6
* mm/list_lru.c: move locking from __list_lru_walk_one() to its callerSebastian Andrzej Siewior2018-08-171-5/+13
* mm/list_lru.c: use list_lru_walk_one() in list_lru_walk_node()Sebastian Andrzej Siewior2018-08-171-2/+2
* mm/list_lru.c: set bit in memcg shrinker bitmap on first list_lru item appear...Kirill Tkhai2018-08-171-2/+20
* mm/list_lru.c: pass lru argument to memcg_drain_list_lru_node()Kirill Tkhai2018-08-171-2/+3
* mm/list_lru: pass dst_memcg argument to memcg_drain_list_lru_node()Kirill Tkhai2018-08-171-5/+6
* mm/list_lru.c: add memcg argument to list_lru_from_kmem()Kirill Tkhai2018-08-171-8/+17
* fs: propagate shrinker::id to list_lruKirill Tkhai2018-08-171-1/+10
* mm: introduce CONFIG_MEMCG_KMEM as combination of CONFIG_MEMCG && !CONFIG_SLOBKirill Tkhai2018-08-171-4/+4
* mm/list_lru.c: combine code under the same defineKirill Tkhai2018-08-171-10/+8
* mm/list_lru.c: fold __list_lru_count_one() into its callerAndrew Morton2018-08-171-9/+3
* mm: make counting of list_lru_one::nr_items locklessKirill Tkhai2018-04-051-22/+45
* mm/list_lru.c: mark expected switch fall-throughGustavo A. R. Silva2017-11-151-0/+1
* mm: memcontrol: use vmalloc fallback for large kmem memcg arraysJohannes Weiner2017-10-031-6/+6
* mm/list_lru.c: fix list_lru_count_node() to be race freeSahitya Tummala2017-07-101-8/+6
* mm/list_lru.c: avoid error-path NULL pointer derefAlexander Polakov2016-10-271-0/+2
* mm: memcontrol: move kmem accounting code to CONFIG_MEMCGJohannes Weiner2016-01-201-6/+6
* memcg: simplify and inline __mem_cgroup_from_kmemVladimir Davydov2015-11-051-0/+10
* mm/list_lru.c: replace nr_node_ids for loop with for_each_node()Raghavendra K T2015-11-051-11/+23
* list_lru: don't call list_lru_from_kmem if the list_head is emptyJeff Layton2015-09-081-2/+2
* memcg: reparent list_lrus and free kmemcg_id on css offlineVladimir Davydov2015-02-121-3/+43
* list_lru: add helpers to isolate itemsVladimir Davydov2015-02-121-3/+16
* list_lru: introduce per-memcg listsVladimir Davydov2015-02-121-24/+350
* list_lru: organize all list_lrus to listVladimir Davydov2015-02-121-0/+34
* list_lru: get rid of ->active_nodesVladimir Davydov2015-02-121-7/+3
* mm: keep page cache radix tree nodes in checkJohannes Weiner2014-04-031-2/+14
* mm: list_lru: fix almost infinite loop causing effective livelockRussell King2013-10-301-1/+2
* list_lru: dynamically adjust node arraysGlauber Costa2013-09-101-1/+13
* list_lru: remove special case function list_lru_dispose_all.Glauber Costa2013-09-101-42/+0
* list_lru: per-node APIGlauber Costa2013-09-101-28/+9
* list_lru: fix broken LRU_RETRY behaviourDave Chinner2013-09-101-17/+12
* list_lru: per-node list infrastructureDave Chinner2013-09-101-35/+111
* list: add a new LRU list typeDave Chinner2013-09-101-0/+117