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
path:
root
/
mm
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/denni...
Linus Torvalds
2020-04-02
2
-2
/
+2
|
\
|
*
percpu: update copyright emails to dennis@kernel.org
Dennis Zhou
2020-04-01
2
-2
/
+2
*
|
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2020-04-02
47
-917
/
+2275
|
\
\
|
*
|
mm/hugetlb: remove unnecessary memory fetch in PageHeadHuge()
Vlastimil Babka
2020-04-02
1
-1
/
+1
|
*
|
mm/hugetlb.c: clean code by removing unnecessary initialization
Mateusz Nosek
2020-04-02
1
-1
/
+1
|
*
|
hugetlb: support file_region coalescing again
Mina Almasry
2020-04-02
1
-0
/
+44
|
*
|
hugetlb_cgroup: support noreserve mappings
Mina Almasry
2020-04-02
1
-1
/
+26
|
*
|
hugetlb_cgroup: add accounting for shared mappings
Mina Almasry
2020-04-02
2
-54
/
+109
|
*
|
hugetlb: disable region_add file_region coalescing
Mina Almasry
2020-04-02
1
-108
/
+228
|
*
|
hugetlb_cgroup: add reservation accounting for private mappings
Mina Almasry
2020-04-02
2
-37
/
+51
|
*
|
mm/hugetlb_cgroup: fix hugetlb_cgroup migration
Mina Almasry
2020-04-02
1
-0
/
+2
|
*
|
hugetlb_cgroup: add interface for charge/uncharge hugetlb reservations
Mina Almasry
2020-04-02
2
-30
/
+146
|
*
|
hugetlb_cgroup: add hugetlb_cgroup reservation counter
Mina Almasry
2020-04-02
1
-13
/
+102
|
*
|
hugetlbfs: Use i_mmap_rwsem to address page fault/truncate race
Mike Kravetz
2020-04-02
1
-12
/
+11
|
*
|
hugetlbfs: use i_mmap_rwsem for more pmd sharing synchronization
Mike Kravetz
2020-04-02
5
-19
/
+219
|
*
|
mm/memblock.c: remove redundant assignment to variable max_addr
Colin Ian King
2020-04-02
1
-1
/
+1
|
*
|
mm: mempolicy: require at least one nodeid for MPOL_PREFERRED
Randy Dunlap
2020-04-02
1
-1
/
+5
|
*
|
mm: mempolicy: use VM_BUG_ON_VMA in queue_pages_test_walk()
Yang Shi
2020-04-02
1
-1
/
+1
|
*
|
mm/mempolicy: check hugepage migration is supported by arch in vma_migratable()
Li Xinhai
2020-04-02
1
-0
/
+28
|
*
|
mm/mempolicy: support MPOL_MF_STRICT for huge page mapping
Li Xinhai
2020-04-02
1
-4
/
+33
|
*
|
mm/compaction.c: clean code by removing unnecessary assignment
Mateusz Nosek
2020-04-02
1
-1
/
+0
|
*
|
mm/compaction: Disable compact_unevictable_allowed on RT
Sebastian Andrzej Siewior
2020-04-02
1
-0
/
+4
|
*
|
mm, compaction: fully assume capture is not NULL in compact_zone_order()
Vlastimil Babka
2020-04-02
1
-2
/
+2
|
*
|
mm,thp,compaction,cma: allow THP migration for CMA allocations
Rik van Riel
2020-04-02
2
-11
/
+20
|
*
|
mm,compaction,cma: add alloc_contig flag to compact_control
Rik van Riel
2020-04-02
2
-0
/
+2
|
*
|
mm/vmscan.c: do_try_to_free_pages(): clean code by removing unnecessary assig...
Mateusz Nosek
2020-04-02
1
-1
/
+0
|
*
|
mm/vmscan.c: make may_enter_fs bool in shrink_page_list()
Kirill Tkhai
2020-04-02
1
-3
/
+2
|
*
|
mm/vmscan.c: clean code by removing unnecessary assignment
Mateusz Nosek
2020-04-02
1
-3
/
+1
|
*
|
mm/vmscan.c: fix data races using kswapd_classzone_idx
Qian Cai
2020-04-02
1
-19
/
+26
|
*
|
mm/vmscan.c: remove cpu online notification for now
Wei Yang
2020-04-02
1
-26
/
+1
|
*
|
mm: vmscan: replace open codings to NUMA_NO_NODE
Yang Shi
2020-04-02
1
-3
/
+3
|
*
|
mm: vmpressure: use mem_cgroup_is_root API
Yang Shi
2020-04-02
1
-1
/
+1
|
*
|
mm: vmpressure: don't need call kfree if kstrndup fails
Yang Shi
2020-04-02
1
-4
/
+2
|
*
|
mm/page_alloc: simplify page_is_buddy() for better code readability
chenqiwu
2020-04-02
1
-20
/
+13
|
*
|
mm/page_alloc.c: micro-optimisation Remove unnecessary branch
Mateusz Nosek
2020-04-02
1
-2
/
+1
|
*
|
mm/page_alloc.c: use free_area_empty() instead of open-coding
chenqiwu
2020-04-02
1
-2
/
+1
|
*
|
mm, pagealloc: micro-optimisation: save two branches on hot page allocation path
Mateusz Nosek
2020-04-02
2
-9
/
+15
|
*
|
mm/page_alloc: increase default min_free_kbytes bound
Joel Savitz
2020-04-02
1
-2
/
+2
|
*
|
kasan: detect negative size in memory operation function
Walter Wu
2020-04-02
7
-20
/
+53
|
*
|
mm/sparse.c: allocate memmap preferring the given node
Baoquan He
2020-04-02
1
-2
/
+2
|
*
|
mm/sparse.c: use kvmalloc/kvfree to alloc/free memmap for the classic sparse
Baoquan He
2020-04-02
1
-24
/
+3
|
*
|
mm/sparse: rename pfn_present() to pfn_in_present_section()
Pingfan Liu
2020-04-02
2
-2
/
+2
|
*
|
mm/sparsemem: get address to page struct instead of address to pfn
Wei Yang
2020-04-02
1
-1
/
+1
|
*
|
mm/mremap: add MREMAP_DONTUNMAP to mremap()
Brian Geffon
2020-04-02
1
-21
/
+69
|
*
|
mm: mmap: add trace point of vm_unmapped_area
Jaewon Kim
2020-04-02
1
-2
/
+10
|
*
|
mmap: remove inline of vm_unmapped_area
Jaewon Kim
2020-04-02
1
-2
/
+18
|
*
|
mm/memory.c: clarify a confusing comment for vm_iomap_memory
Wang Wenhu
2020-04-02
1
-1
/
+1
|
*
|
mm: clarify a confusing comment for remap_pfn_range()
WANG Wenhu
2020-04-02
1
-1
/
+1
|
*
|
mm/gup: allow to react to fatal signals
Peter Xu
2020-04-02
2
-4
/
+11
|
*
|
mm/gup: allow VM_FAULT_RETRY for multiple times
Peter Xu
2020-04-02
2
-8
/
+25
[next]