index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2018-08-17
mm/hmm.c: remove unused variables align_start and align_end
Colin Ian King
1
-4
/
+1
2018-08-17
mm, vmacache: hash addresses based on pmd
David Rientjes
1
-9
/
+29
2018-08-17
mm/list_lru: introduce list_lru_shrink_walk_irq()
Sebastian Andrzej Siewior
2
-6
/
+17
2018-08-17
mm/list_lru.c: pass struct list_lru_node* as an argument to __list_lru_walk_one()
Sebastian Andrzej Siewior
1
-6
/
+6
2018-08-17
mm/list_lru.c: move locking from __list_lru_walk_one() to its caller
Sebastian Andrzej Siewior
1
-5
/
+13
2018-08-17
mm/list_lru.c: use list_lru_walk_one() in list_lru_walk_node()
Sebastian Andrzej Siewior
1
-2
/
+2
2018-08-17
mm, swap: make CONFIG_THP_SWAP depend on CONFIG_SWAP
Huang Ying
1
-2
/
+3
2018-08-17
mm/sparse: delete old sparse_init and enable new one
Pavel Tatashin
3
-261
/
+1
2018-08-17
mm/sparse: add new sparse_init_nid() and sparse_init()
Pavel Tatashin
1
-0
/
+85
2018-08-17
mm/sparse: move buffer init/fini to the common place
Pavel Tatashin
2
-9
/
+7
2018-08-17
mm/sparse: use the new sparse buffer functions in non-vmemmap
Pavel Tatashin
1
-27
/
+14
2018-08-17
mm/sparse: abstract sparse buffer allocations
Pavel Tatashin
2
-35
/
+50
2018-08-17
mm/hugetlb.c: don't zero 1GiB bootmem pages
Cannon Matthews
1
-1
/
+2
2018-08-17
mm, page_alloc: double zone's batchsize
Aaron Lu
1
-5
/
+4
2018-08-17
mm/oom_kill.c: document oom_lock
Michal Hocko
1
-0
/
+8
2018-08-17
mm/hugetlb: remove gigantic page support for HIGHMEM
Mike Kravetz
1
-8
/
+1
2018-08-17
mm, oom: remove sleep from under oom_lock
Michal Hocko
1
-7
/
+1
2018-08-17
mm/cma: remove unsupported gfp_mask parameter from cma_alloc()
Marek Szyprowski
2
-5
/
+5
2018-08-17
Revert "mm: always flush VMA ranges affected by zap_page_range"
Rik van Riel
1
-13
/
+1
2018-08-17
mm/sparse: optimize memmap allocation during sparse_init()
Baoquan He
2
-11
/
+41
2018-08-17
mm/sparse.c: add a new parameter 'data_unit_size' for alloc_usemap_and_memmap
Baoquan He
1
-3
/
+7
2018-08-17
mm/sparsemem.c: defer the ms->section_mem_map clearing
Baoquan He
2
-8
/
+8
2018-08-17
mm/sparse.c: add a static variable nr_present_sections
Baoquan He
1
-0
/
+7
2018-08-17
mm: use special value SHRINKER_REGISTERING instead of list_empty() check
Kirill Tkhai
1
-22
/
+21
2018-08-17
mm/vmscan.c: move check for SHRINKER_NUMA_AWARE to do_shrink_slab()
Kirill Tkhai
1
-3
/
+3
2018-08-17
mm/vmscan.c: clear shrinker bit if there are no objects related to memcg
Kirill Tkhai
2
-2
/
+26
2018-08-17
mm: add SHRINK_EMPTY shrinker methods return value
Kirill Tkhai
2
-3
/
+12
2018-08-17
mm/vmscan.c: generalize shrink_slab() calls in shrink_node()
Vladimir Davydov
1
-15
/
+6
2018-08-17
mm/vmscan.c: iterate only over charged shrinkers during memcg shrink_slab()
Kirill Tkhai
1
-9
/
+75
2018-08-17
mm/list_lru.c: set bit in memcg shrinker bitmap on first list_lru item appearance
Kirill Tkhai
2
-2
/
+33
2018-08-17
mm/memcontrol.c: export mem_cgroup_is_root()
Kirill Tkhai
1
-5
/
+0
2018-08-17
mm/list_lru.c: pass lru argument to memcg_drain_list_lru_node()
Kirill Tkhai
1
-2
/
+3
2018-08-17
mm/list_lru: pass dst_memcg argument to memcg_drain_list_lru_node()
Kirill Tkhai
2
-6
/
+7
2018-08-17
mm/list_lru.c: add memcg argument to list_lru_from_kmem()
Kirill Tkhai
1
-8
/
+17
2018-08-17
fs: propagate shrinker::id to list_lru
Kirill Tkhai
2
-2
/
+12
2018-08-17
mm/workingset.c: refactor workingset_init()
Kirill Tkhai
1
-3
/
+4
2018-08-17
mm, memcg: assign memcg-aware shrinkers bitmap to memcg
Kirill Tkhai
2
-1
/
+131
2018-08-17
mm/memcontrol.c: move up for_each_mem_cgroup{, _tree} defines
Kirill Tkhai
1
-15
/
+15
2018-08-17
mm: assign id to every memcg-aware shrinker
Kirill Tkhai
1
-0
/
+63
2018-08-17
mm: introduce CONFIG_MEMCG_KMEM as combination of CONFIG_MEMCG && !CONFIG_SLOB
Kirill Tkhai
4
-19
/
+19
2018-08-17
mm/list_lru.c: combine code under the same define
Kirill Tkhai
1
-10
/
+8
2018-08-17
mm/memblock.c: replace u64 with phys_addr_t where appropriate
Mike Rapoport
1
-23
/
+23
2018-08-17
mm/sparse.c: make sparse_init_one_section void and remove check
Oscar Salvador
1
-9
/
+4
2018-08-17
memcg, oom: move out_of_memory back to the charge path
Michal Hocko
2
-17
/
+62
2018-08-17
mm: make DEFERRED_STRUCT_PAGE_INIT explicitly depend on SPARSEMEM
Mike Rapoport
1
-1
/
+1
2018-08-17
kernel/memremap, kasan: make ZONE_DEVICE with work with KASAN
Andrey Ryabinin
1
-13
/
+303
2018-08-17
mm: thp: pass correct vm_flags to hugepage_vma_check()
Song Liu
1
-7
/
+8
2018-08-17
mm/fadvise.c: fix signed overflow UBSAN complaint
Andrey Ryabinin
1
-2
/
+6
2018-08-17
mm/swap_slots.c: make swap_slots_cache_mutex and swap_slots_cache_enable_mutex static
Colin Ian King
1
-2
/
+2
2018-08-17
mm/zsmalloc.c: make several functions and a struct static
Colin Ian King
1
-18
/
+18
[next]