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.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
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm/cma: remove unsupported gfp_mask parameter from cma_alloc()
Marek Szyprowski
2018-08-17
7
-10
/
+11
*
Revert "mm: always flush VMA ranges affected by zap_page_range"
Rik van Riel
2018-08-17
1
-13
/
+1
*
mm/sparse: optimize memmap allocation during sparse_init()
Baoquan He
2018-08-17
2
-11
/
+41
*
mm/sparse.c: add a new parameter 'data_unit_size' for alloc_usemap_and_memmap
Baoquan He
2018-08-17
1
-3
/
+7
*
mm/sparsemem.c: defer the ms->section_mem_map clearing
Baoquan He
2018-08-17
2
-8
/
+8
*
mm/sparse.c: add a static variable nr_present_sections
Baoquan He
2018-08-17
1
-0
/
+7
*
mm: use special value SHRINKER_REGISTERING instead of list_empty() check
Kirill Tkhai
2018-08-17
1
-22
/
+21
*
mm/vmscan.c: move check for SHRINKER_NUMA_AWARE to do_shrink_slab()
Kirill Tkhai
2018-08-17
1
-3
/
+3
*
mm/vmscan.c: clear shrinker bit if there are no objects related to memcg
Kirill Tkhai
2018-08-17
2
-2
/
+26
*
mm: add SHRINK_EMPTY shrinker methods return value
Kirill Tkhai
2018-08-17
4
-5
/
+20
*
mm/vmscan.c: generalize shrink_slab() calls in shrink_node()
Vladimir Davydov
2018-08-17
1
-15
/
+6
*
mm/vmscan.c: iterate only over charged shrinkers during memcg shrink_slab()
Kirill Tkhai
2018-08-17
1
-9
/
+75
*
mm/list_lru.c: set bit in memcg shrinker bitmap on first list_lru item appear...
Kirill Tkhai
2018-08-17
3
-2
/
+37
*
mm/memcontrol.c: export mem_cgroup_is_root()
Kirill Tkhai
2018-08-17
2
-5
/
+10
*
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
3
-7
/
+8
*
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
4
-9
/
+23
*
fs/super.c: refactor alloc_super()
Kirill Tkhai
2018-08-17
1
-4
/
+4
*
mm/workingset.c: refactor workingset_init()
Kirill Tkhai
2018-08-17
1
-3
/
+4
*
mm, memcg: assign memcg-aware shrinkers bitmap to memcg
Kirill Tkhai
2018-08-17
3
-1
/
+145
*
mm/memcontrol.c: move up for_each_mem_cgroup{, _tree} defines
Kirill Tkhai
2018-08-17
1
-15
/
+15
*
mm: assign id to every memcg-aware shrinker
Kirill Tkhai
2018-08-17
2
-0
/
+67
*
mm: introduce CONFIG_MEMCG_KMEM as combination of CONFIG_MEMCG && !CONFIG_SLOB
Kirill Tkhai
2018-08-17
9
-26
/
+31
*
mm/list_lru.c: combine code under the same define
Kirill Tkhai
2018-08-17
1
-10
/
+8
*
mm/memblock.c: replace u64 with phys_addr_t where appropriate
Mike Rapoport
2018-08-17
1
-23
/
+23
*
mm/sparse.c: make sparse_init_one_section void and remove check
Oscar Salvador
2018-08-17
1
-9
/
+4
*
memcg, oom: move out_of_memory back to the charge path
Michal Hocko
2018-08-17
4
-26
/
+71
*
mm: make DEFERRED_STRUCT_PAGE_INIT explicitly depend on SPARSEMEM
Mike Rapoport
2018-08-17
1
-1
/
+1
*
kernel/memremap, kasan: make ZONE_DEVICE with work with KASAN
Andrey Ryabinin
2018-08-17
3
-14
/
+325
*
mm: thp: pass correct vm_flags to hugepage_vma_check()
Song Liu
2018-08-17
1
-7
/
+8
*
mm/fadvise.c: fix signed overflow UBSAN complaint
Andrey Ryabinin
2018-08-17
1
-2
/
+6
*
mm/swap_slots.c: make swap_slots_cache_mutex and swap_slots_cache_enable_mute...
Colin Ian King
2018-08-17
1
-2
/
+2
*
mm/zsmalloc.c: make several functions and a struct static
Colin Ian King
2018-08-17
1
-18
/
+18
*
mm/page-writeback.c: update stale account_page_redirty() comment
Greg Thelen
2018-08-17
1
-2
/
+2
*
fs, mm: account buffer_head to kmemcg
Shakeel Butt
2018-08-17
3
-2
/
+39
*
fs: fsnotify: account fsnotify metadata to kmemcg
Shakeel Butt
2018-08-17
12
-18
/
+123
*
mm: introduce mem_cgroup_put() helper
Roman Gushchin
2018-08-17
1
-0
/
+9
*
mm: provide a fallback for PAGE_KERNEL_EXEC for architectures
Luis R. Rodriguez
2018-08-17
3
-8
/
+4
*
mm: provide a fallback for PAGE_KERNEL_RO for architectures
Luis R. Rodriguez
2018-08-17
2
-5
/
+14
*
mm/memory_hotplug.c: drop unnecessary checks from register_mem_sect_under_node()
Oscar Salvador
2018-08-17
1
-5
/
+0
*
mm/memory_hotplug.c: make register_mem_sect_under_node() a callback of walk_m...
Oscar Salvador
2018-08-17
3
-47
/
+14
*
mm/memory_hotplug.c: call register_mem_sect_under_node()
Oscar Salvador
2018-08-17
2
-23
/
+11
*
mm/memory_hotplug.c: make add_memory_resource use __try_online_node
Oscar Salvador
2018-08-17
1
-28
/
+39
*
mm/list_lru.c: fold __list_lru_count_one() into its caller
Andrew Morton
2018-08-17
1
-9
/
+3
*
mm: workingset: make shadow_lru_isolate() use locking suffix
Sebastian Andrzej Siewior
2018-08-17
1
-5
/
+3
*
mm: workingset: remove local_irq_disable() from count_shadow_nodes()
Sebastian Andrzej Siewior
2018-08-17
1
-3
/
+0
*
mm: drop VM_BUG_ON from __get_free_pages
Michal Hocko
2018-08-17
1
-8
/
+4
*
mm, hugetlbfs: pass fault address to cow handler
Huang Ying
2018-08-17
1
-4
/
+5
*
mm, hugetlbfs: rename address to haddr in hugetlb_cow()
Huang Ying
2018-08-17
1
-14
/
+12
[next]