index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
mm
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-16
mm,hwpoison: kill put_hwpoison_page
Oscar Salvador
1
-15
/
+15
2020-10-16
mm,hwpoison: refactor madvise_inject_error
Oscar Salvador
1
-17
/
+13
2020-10-16
mm,hwpoison: unexport get_hwpoison_page and make it static
Oscar Salvador
1
-2
/
+1
2020-10-16
mm,hwpoison-inject: don't pin for hwpoison_filter
Naoya Horiguchi
1
-13
/
+5
2020-10-16
mm, hwpoison: remove recalculating hpage
Naoya Horiguchi
1
-5
/
+1
2020-10-16
mm,hwpoison: cleanup unused PageHuge() check
Naoya Horiguchi
1
-4
/
+1
2020-10-16
mm/readahead: pass a file_ra_state into force_page_cache_ra
David Howells
2
-5
/
+5
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-15
Merge tag 'net-next-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
2
-5
/
+5
2020-10-15
Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mapping
Linus Torvalds
4
-6
/
+4
2020-10-15
memblock: get rid of a :c:type leftover
Mauro Carvalho Chehab
1
-2
/
+2
2020-10-15
docs: get rid of :c:type explicit declarations for structs
Mauro Carvalho Chehab
2
-3
/
+3
2020-10-14
Merge tag 'driver-core-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-8
/
+10
2020-10-13
mm/migrate: remove obsolete comment about device public
Ralph Campbell
1
-1
/
+1
2020-10-13
mm/migrate: remove cpages-- in migrate_vma_finalize()
Ralph Campbell
1
-1
/
+0
2020-10-13
mm, oom_adj: don't loop through tasks in __set_oom_adj when not necessary
Suren Baghdasaryan
1
-0
/
+2
2020-10-13
memblock: use separate iterators for memory and reserved regions
Mike Rapoport
2
-6
/
+6
2020-10-13
memblock: implement for_each_reserved_mem_region() using __next_mem_region()
Mike Rapoport
1
-36
/
+20
2020-10-13
memblock: remove unused memblock_mem_size()
Mike Rapoport
1
-15
/
+0
[prev]
[next]