index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
mm/page_alloc: always initialize memory map for the holes
Mike Rapoport
2021-09-03
1
-8
/
+0
*
mm/kasan: move kasan.fault to mm/kasan/report.c
Woody Lin
2021-09-03
3
-47
/
+26
*
mm/vmalloc: fix wrong behavior in vread
Chen Wandun
2021-09-03
1
-1
/
+28
*
mm/vmalloc: remove gfpflags_allow_blocking() check
Uladzislau Rezki (Sony)
2021-09-03
1
-10
/
+8
*
mm/vmalloc: use batched page requests in bulk-allocator
Uladzislau Rezki (Sony)
2021-09-03
1
-5
/
+27
*
mm/sparse: clarify pgdat_to_phys
Miles Chen
2021-09-03
1
-1
/
+2
*
include/linux/mmzone.h: avoid a warning in sparse memory support
Matthew Wilcox
2021-09-03
1
-1
/
+1
*
mm: sparse: remove __section_nr() function
Ohhoon Kwon
2021-09-03
1
-26
/
+0
*
mm: sparse: pass section_nr to section_mark_present
Ohhoon Kwon
2021-09-03
1
-5
/
+4
*
mm/bootmem_info.c: mark __init on register_page_bootmem_info_section
Muchun Song
2021-09-03
1
-2
/
+2
*
mm/mremap: fix memory account on do_munmap() failure
Chen Wandun
2021-09-03
1
-1
/
+1
*
remap_file_pages: Use vma_lookup() instead of find_vma()
Liam R. Howlett
2021-09-03
1
-4
/
+1
*
mm/pagemap: add mmap_assert_locked() annotations to find_vma*()
Luigi Rizzo
2021-09-03
1
-0
/
+2
*
mm,do_huge_pmd_numa_page: remove unnecessary TLB flushing code
Huang Ying
2021-09-03
1
-26
/
+0
*
memcg: make memcg->event_list_lock irqsafe
Shakeel Butt
2021-09-03
1
-4
/
+4
*
memcg: fix up drain_local_stock comment
Michal Hocko
2021-09-03
1
-2
/
+3
*
mm, memcg: save some atomic ops when flush is already true
Miaohe Lin
2021-09-03
1
-1
/
+1
*
mm: memcontrol: set the correct memcg swappiness restriction
Baolin Wang
2021-09-03
1
-1
/
+1
*
memcg: replace in_interrupt() by !in_task() in active_memcg()
Vasily Averin
2021-09-03
1
-1
/
+1
*
memcg: infrastructure to flush memcg stats
Shakeel Butt
2021-09-03
2
-0
/
+40
*
memcg: switch lruvec stats to rstat
Shakeel Butt
2021-09-03
1
-76
/
+38
*
mm, memcg: inline swap-related functions to improve disabled memcg config
Suren Baghdasaryan
2021-09-03
2
-14
/
+5
*
mm, memcg: inline mem_cgroup_{charge/uncharge} to improve disabled memcg config
Suren Baghdasaryan
2021-09-03
1
-21
/
+12
*
mm, memcg: add mem_cgroup_disabled checks in vmpressure and swap-related func...
Suren Baghdasaryan
2021-09-03
3
-1
/
+12
*
shmem: shmem_writepage() split unlikely i915 THP
Hugh Dickins
2021-09-03
1
-1
/
+13
*
huge tmpfs: decide stat.st_blksize by shmem_is_huge()
Hugh Dickins
2021-09-03
1
-11
/
+1
*
huge tmpfs: shmem_is_huge(vma, inode, index)
Hugh Dickins
2021-09-03
1
-59
/
+25
*
huge tmpfs: SGP_NOALLOC to stop collapse_file() on race
Hugh Dickins
2021-09-03
2
-13
/
+18
*
huge tmpfs: move shmem_huge_enabled() upwards
Hugh Dickins
2021-09-03
1
-37
/
+35
*
huge tmpfs: revert shmem's use of transhuge_vma_enabled()
Hugh Dickins
2021-09-03
1
-1
/
+2
*
huge tmpfs: remove shrinklist addition from shmem_setattr()
Hugh Dickins
2021-09-03
1
-19
/
+0
*
huge tmpfs: fix split_huge_page() after FALLOC_FL_KEEP_SIZE
Hugh Dickins
2021-09-03
2
-3
/
+18
*
huge tmpfs: fix fallocate(vanilla) advance over huge pages
Hugh Dickins
2021-09-03
1
-3
/
+16
*
shmem: include header file to declare swap_info
Miaohe Lin
2021-09-03
1
-2
/
+1
*
shmem: remove unneeded function forward declaration
Miaohe Lin
2021-09-03
1
-3
/
+0
*
shmem: remove unneeded header file
Miaohe Lin
2021-09-03
1
-2
/
+0
*
shmem: remove unneeded variable ret
Miaohe Lin
2021-09-03
1
-2
/
+1
*
shmem: use raw_spinlock_t for ->stat_lock
Sebastian Andrzej Siewior
2021-09-03
1
-14
/
+17
*
mm: delete unused get_kernel_page()
John Hubbard
2021-09-03
1
-22
/
+0
*
fs, mm: fix race in unlinking swapfile
Hugh Dickins
2021-09-03
1
-0
/
+6
*
mm/gup: remove try_get_page(), call try_get_compound_head() directly
John Hubbard
2021-09-03
1
-4
/
+17
*
mm/gup: small refactoring: simplify try_grab_page()
John Hubbard
2021-09-03
1
-30
/
+5
*
mm/gup: documentation corrections for gup/pup
John Hubbard
2021-09-03
1
-7
/
+20
*
mm: gup: use helper PAGE_ALIGNED in populate_vma_page_range()
Miaohe Lin
2021-09-03
1
-2
/
+2
*
mm: gup: fix potential pgmap refcnt leak in __gup_device_huge()
Miaohe Lin
2021-09-03
1
-5
/
+7
*
mm: gup: remove useless BUG_ON in __get_user_pages()
Miaohe Lin
2021-09-03
1
-1
/
+0
*
mm: gup: remove unneed local variable orig_refs
Miaohe Lin
2021-09-03
1
-3
/
+1
*
mm: gup: remove set but unused local variable major
Miaohe Lin
2021-09-03
1
-2
/
+1
*
writeback: memcg: simplify cgroup_writeback_by_id
Shakeel Butt
2021-09-03
1
-12
/
+1
*
fs: inode: count invalidated shadow pages in pginodesteal
Johannes Weiner
2021-09-03
1
-10
/
+10
[next]