index
:
kernel/linux.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.12.y
linux-6.13.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-16
mm/filemap: fold ra_submit into do_sync_mmap_readahead
David Howells
2
-15
/
+5
2020-10-16
mm/readahead: add page_cache_sync_ra and page_cache_async_ra
Matthew Wilcox (Oracle)
1
-46
/
+12
2020-10-16
mm/readahead: pass readahead_control to force_page_cache_ra
David Howells
2
-12
/
+19
2020-10-16
mm/readahead: make ondemand_readahead take a readahead_control
David Howells
1
-12
/
+17
2020-10-16
mm/readahead: make do_page_cache_ra take a readahead_control
Matthew Wilcox (Oracle)
2
-19
/
+20
2020-10-16
mm/readahead: make page_cache_ra_unbounded take a readahead_control
Matthew Wilcox (Oracle)
1
-16
/
+14
2020-10-16
mm/readahead: add DEFINE_READAHEAD
Matthew Wilcox (Oracle)
1
-5
/
+1
2020-10-16
mm: fix a race during THP splitting
Huang Ying
1
-6
/
+7
2020-10-16
fs: add a filesystem flag for THPs
Matthew Wilcox (Oracle)
1
-1
/
+1
2020-10-16
mm/vmscan: allow arbitrary sized pages to be paged out
Matthew Wilcox (Oracle)
1
-2
/
+1
2020-10-16
mm/page-writeback: support tail pages in wait_for_stable_page
Matthew Wilcox (Oracle)
1
-0
/
+1
2020-10-16
mm/truncate: fix truncation for pages of arbitrary size
Matthew Wilcox (Oracle)
1
-3
/
+3
2020-10-16
mm/rmap: fix assumptions of THP size
Matthew Wilcox (Oracle)
1
-5
/
+5
2020-10-16
mm/huge_memory: fix can_split_huge_page assumption of THP size
Matthew Wilcox (Oracle)
1
-2
/
+2
2020-10-16
mm/huge_memory: fix page_trans_huge_mapcount assumption of THP size
Matthew Wilcox (Oracle)
1
-2
/
+2
2020-10-16
mm/huge_memory: fix split assumption of page size
Kirill A. Shutemov
1
-7
/
+8
2020-10-16
mm/huge_memory: fix total_mapcount assumption of page size
Kirill A. Shutemov
1
-4
/
+5
2020-10-16
mm/page_owner: change split_page_owner to take a count
Matthew Wilcox (Oracle)
3
-4
/
+4
2020-10-16
mm/memory: remove page fault assumption of compound page size
Matthew Wilcox (Oracle)
1
-3
/
+4
2020-10-16
mm/filemap: fix page cache removal for arbitrary sized THPs
Matthew Wilcox (Oracle)
1
-1
/
+1
2020-10-16
mm/filemap: fix storing to a THP shadow entry
Matthew Wilcox (Oracle)
1
-11
/
+31
2020-10-16
mm/debug_vm_pgtable: avoid doing memory allocation with pgtable_t mapped.
Aneesh Kumar K.V
1
-3
/
+8
2020-10-16
mm/debug_vm_pgtable: avoid none pte in pte_clear_test
Aneesh Kumar K.V
1
-3
/
+6
2020-10-16
mm/debug_vm_pgtable/hugetlb: disable hugetlb test on ppc64
Aneesh Kumar K.V
1
-51
/
+0
2020-10-16
mm/debug_vm_pgtable/pmd_clear: don't use pmd/pud_clear on pte entries
Aneesh Kumar K.V
1
-3
/
+4
2020-10-16
mm/debug_vm_pgtable/thp: use page table depost/withdraw with THP
Aneesh Kumar K.V
1
-3
/
+7
2020-10-16
mm/debug_vm_pgtable/locks: take correct page table lock
Aneesh Kumar K.V
1
-13
/
+22
2020-10-16
mm/debug_vm_pgtable/locks: move non page table modifying test together
Aneesh Kumar K.V
1
-23
/
+28
2020-10-16
mm/debug_vm_pgtable/set_pte/pmd/pud: don't use set_*_at to update an existing...
Aneesh Kumar K.V
1
-20
/
+15
2020-10-16
mm/debug_vm_pgtable/savedwrite: enable savedwrite test with CONFIG_NUMA_BALAN...
Aneesh Kumar K.V
1
-2
/
+9
2020-10-16
mm/debug_vm_pgtables/hugevmap: use the arch helper to identify huge vmap supp...
Aneesh Kumar K.V
1
-2
/
+12
2020-10-16
mm/debug_vm_pgtable/ppc64: avoid setting top bits in radom value
Aneesh Kumar K.V
1
-3
/
+10
2020-10-16
Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
4
-6
/
+4
2020-10-15
Merge tag 'driver-core-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-8
/
+10
2020-10-14
mm/migrate: remove obsolete comment about device public
Ralph Campbell
1
-1
/
+1
2020-10-14
mm/migrate: remove cpages-- in migrate_vma_finalize()
Ralph Campbell
1
-1
/
+0
2020-10-14
mm, oom_adj: don't loop through tasks in __set_oom_adj when not necessary
Suren Baghdasaryan
1
-0
/
+2
2020-10-14
memblock: use separate iterators for memory and reserved regions
Mike Rapoport
2
-6
/
+6
2020-10-14
memblock: implement for_each_reserved_mem_region() using __next_mem_region()
Mike Rapoport
1
-36
/
+20
2020-10-14
memblock: remove unused memblock_mem_size()
Mike Rapoport
1
-15
/
+0
2020-10-14
arch, mm: replace for_each_memblock() with for_each_mem_pfn_range()
Mike Rapoport
2
-10
/
+6
2020-10-14
memblock: reduce number of parameters in for_each_mem_range()
Mike Rapoport
1
-2
/
+1
2020-10-14
memblock: make memblock_debug and related functionality private
Mike Rapoport
1
-2
/
+14
2020-10-14
memblock: make for_each_memblock_type() iterator private
Mike Rapoport
1
-0
/
+5
2020-10-14
mm/mempool: add 'else' to split mutually exclusive case
Miaohe Lin
1
-10
/
+8
2020-10-14
mm: remove unused alloc_page_vma_node()
Wei Yang
1
-2
/
+1
2020-10-14
mm/mempolicy: remove or narrow the lock on current
Wei Yang
1
-4
/
+1
2020-10-14
mm/compaction.c: micro-optimization remove unnecessary branch
Mateusz Nosek
1
-3
/
+2
2020-10-14
mm/zbud: remove redundant initialization
Xiang Chen
1
-1
/
+0
2020-10-14
mm/z3fold.c: use xx_zalloc instead xx_alloc and memset
Hui Su
1
-2
/
+1
[prev]
[next]