index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
.get_maintainer.ignore
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-08-18
mm: add SHRINK_EMPTY shrinker methods return value
Kirill Tkhai
4
-5
/
+20
2018-08-18
mm/vmscan.c: generalize shrink_slab() calls in shrink_node()
Vladimir Davydov
1
-15
/
+6
2018-08-18
mm/vmscan.c: iterate only over charged shrinkers during memcg shrink_slab()
Kirill Tkhai
1
-9
/
+75
2018-08-18
mm/list_lru.c: set bit in memcg shrinker bitmap on first list_lru item appear...
Kirill Tkhai
3
-2
/
+37
2018-08-18
mm/memcontrol.c: export mem_cgroup_is_root()
Kirill Tkhai
2
-5
/
+10
2018-08-18
mm/list_lru.c: pass lru argument to memcg_drain_list_lru_node()
Kirill Tkhai
1
-2
/
+3
2018-08-18
mm/list_lru: pass dst_memcg argument to memcg_drain_list_lru_node()
Kirill Tkhai
3
-7
/
+8
2018-08-18
mm/list_lru.c: add memcg argument to list_lru_from_kmem()
Kirill Tkhai
1
-8
/
+17
2018-08-18
fs: propagate shrinker::id to list_lru
Kirill Tkhai
4
-9
/
+23
2018-08-18
fs/super.c: refactor alloc_super()
Kirill Tkhai
1
-4
/
+4
2018-08-18
mm/workingset.c: refactor workingset_init()
Kirill Tkhai
1
-3
/
+4
2018-08-18
mm, memcg: assign memcg-aware shrinkers bitmap to memcg
Kirill Tkhai
3
-1
/
+145
2018-08-18
mm/memcontrol.c: move up for_each_mem_cgroup{, _tree} defines
Kirill Tkhai
1
-15
/
+15
2018-08-18
mm: assign id to every memcg-aware shrinker
Kirill Tkhai
2
-0
/
+67
2018-08-18
mm: introduce CONFIG_MEMCG_KMEM as combination of CONFIG_MEMCG && !CONFIG_SLOB
Kirill Tkhai
9
-26
/
+31
2018-08-18
mm/list_lru.c: combine code under the same define
Kirill Tkhai
1
-10
/
+8
2018-08-18
mm/memblock.c: replace u64 with phys_addr_t where appropriate
Mike Rapoport
1
-23
/
+23
2018-08-18
mm/sparse.c: make sparse_init_one_section void and remove check
Oscar Salvador
1
-9
/
+4
2018-08-18
memcg, oom: move out_of_memory back to the charge path
Michal Hocko
4
-26
/
+71
2018-08-18
mm: make DEFERRED_STRUCT_PAGE_INIT explicitly depend on SPARSEMEM
Mike Rapoport
1
-1
/
+1
2018-08-18
kernel/memremap, kasan: make ZONE_DEVICE with work with KASAN
Andrey Ryabinin
3
-14
/
+325
2018-08-18
mm: thp: pass correct vm_flags to hugepage_vma_check()
Song Liu
1
-7
/
+8
2018-08-18
mm/fadvise.c: fix signed overflow UBSAN complaint
Andrey Ryabinin
1
-2
/
+6
2018-08-18
mm/swap_slots.c: make swap_slots_cache_mutex and swap_slots_cache_enable_mute...
Colin Ian King
1
-2
/
+2
2018-08-18
mm/zsmalloc.c: make several functions and a struct static
Colin Ian King
1
-18
/
+18
2018-08-18
mm/page-writeback.c: update stale account_page_redirty() comment
Greg Thelen
1
-2
/
+2
2018-08-18
fs, mm: account buffer_head to kmemcg
Shakeel Butt
3
-2
/
+39
2018-08-18
fs: fsnotify: account fsnotify metadata to kmemcg
Shakeel Butt
12
-18
/
+123
2018-08-18
mm: introduce mem_cgroup_put() helper
Roman Gushchin
1
-0
/
+9
2018-08-18
mm: provide a fallback for PAGE_KERNEL_EXEC for architectures
Luis R. Rodriguez
3
-8
/
+4
2018-08-18
mm: provide a fallback for PAGE_KERNEL_RO for architectures
Luis R. Rodriguez
2
-5
/
+14
2018-08-18
mm/memory_hotplug.c: drop unnecessary checks from register_mem_sect_under_node()
Oscar Salvador
1
-5
/
+0
2018-08-18
mm/memory_hotplug.c: make register_mem_sect_under_node() a callback of walk_m...
Oscar Salvador
3
-47
/
+14
2018-08-18
mm/memory_hotplug.c: call register_mem_sect_under_node()
Oscar Salvador
2
-23
/
+11
2018-08-18
mm/memory_hotplug.c: make add_memory_resource use __try_online_node
Oscar Salvador
1
-28
/
+39
2018-08-18
mm/list_lru.c: fold __list_lru_count_one() into its caller
Andrew Morton
1
-9
/
+3
2018-08-18
mm: workingset: make shadow_lru_isolate() use locking suffix
Sebastian Andrzej Siewior
1
-5
/
+3
2018-08-18
mm: workingset: remove local_irq_disable() from count_shadow_nodes()
Sebastian Andrzej Siewior
1
-3
/
+0
2018-08-18
mm: drop VM_BUG_ON from __get_free_pages
Michal Hocko
1
-8
/
+4
2018-08-18
mm, hugetlbfs: pass fault address to cow handler
Huang Ying
1
-4
/
+5
2018-08-18
mm, hugetlbfs: rename address to haddr in hugetlb_cow()
Huang Ying
1
-14
/
+12
2018-08-18
mm, huge page: copy target sub-page last when copy huge page
Huang Ying
3
-9
/
+27
2018-08-18
mm, clear_huge_page: move order algorithm into a separate function
Huang Ying
1
-34
/
+56
2018-08-18
ext4: readpages() should submit IO as read-ahead
Jens Axboe
3
-5
/
+7
2018-08-18
btrfs: readpages() should submit IO as read-ahead
Jens Axboe
1
-1
/
+1
2018-08-18
mpage: mpage_readpages() should submit IO as read-ahead
Jens Axboe
3
-10
/
+28
2018-08-18
mpage: add argument structure for do_mpage_readpage()
Jens Axboe
1
-52
/
+57
2018-08-18
mm: thp: inc counter for collapsed shmem THP
Yang Shi
1
-0
/
+2
2018-08-18
mm: thp: register mm for khugepaged when merging vma for shmem
Yang Shi
1
-27
/
+26
2018-08-18
mm/mempool.c: remove unused argument in kasan_unpoison_element() and remove_e...
Jia-Ju Bai
1
-6
/
+6
[next]