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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-21
mm/gup: Turn compound_next() into gup_folio_next()
Matthew Wilcox (Oracle)
1
-19
/
+21
2022-03-21
mm/gup: Convert gup_huge_pgd() to use a folio
Matthew Wilcox (Oracle)
1
-11
/
+6
2022-03-21
mm/gup: Convert gup_huge_pud() to use a folio
Matthew Wilcox (Oracle)
1
-5
/
+6
2022-03-21
mm/gup: Convert gup_huge_pmd() to use a folio
Matthew Wilcox (Oracle)
1
-5
/
+6
2022-03-21
mm/gup: Convert gup_hugepte() to use a folio
Matthew Wilcox (Oracle)
1
-7
/
+7
2022-03-21
mm/gup: Convert gup_pte_range() to use a folio
Matthew Wilcox (Oracle)
1
-10
/
+8
2022-03-21
mm/hugetlb: Use try_grab_folio() instead of try_grab_compound_head()
Matthew Wilcox (Oracle)
3
-8
/
+4
2022-03-21
mm/gup: Add gup_put_folio()
Matthew Wilcox (Oracle)
1
-26
/
+12
2022-03-21
mm: Remove page_cache_add_speculative() and page_cache_get_speculative()
Matthew Wilcox (Oracle)
2
-14
/
+3
2022-03-21
mm/gup: Convert try_grab_page() to use a folio
Matthew Wilcox (Oracle)
1
-15
/
+13
2022-03-21
mm/gup: Add try_get_folio() and try_grab_folio()
Matthew Wilcox (Oracle)
2
-50
/
+54
2022-03-21
mm: Turn page_maybe_dma_pinned() into folio_maybe_dma_pinned()
Matthew Wilcox (Oracle)
1
-66
/
+63
2022-03-21
mm: Add folio_pincount_ptr()
Matthew Wilcox (Oracle)
1
-0
/
+5
2022-03-21
mm: Make compound_pincount always available
Matthew Wilcox (Oracle)
8
-51
/
+42
2022-03-21
mm/gup: Remove hpage_pincount_sub()
Matthew Wilcox (Oracle)
1
-10
/
+3
2022-03-21
mm/gup: Remove hpage_pincount_add()
Matthew Wilcox (Oracle)
1
-20
/
+11
2022-03-21
mm/gup: Handle page split race more efficiently
Matthew Wilcox (Oracle)
1
-2
/
+5
2022-03-21
mm/gup: Remove an assumption of a contiguous memmap
Matthew Wilcox (Oracle)
2
-2
/
+4
2022-03-21
mm/gup: Fix some contiguous memmap assumptions
Matthew Wilcox (Oracle)
1
-7
/
+7
2022-03-21
mm/gup: Change the calling convention for compound_next()
Matthew Wilcox (Oracle)
1
-6
/
+5
2022-03-21
mm/gup: Optimise compound_range_next()
Matthew Wilcox (Oracle)
1
-1
/
+1
2022-03-21
mm/gup: Change the calling convention for compound_range_next()
Matthew Wilcox (Oracle)
1
-6
/
+5
2022-03-21
mm/gup: Remove for_each_compound_head()
Matthew Wilcox (Oracle)
1
-11
/
+5
2022-03-21
mm/gup: Remove for_each_compound_range()
Matthew Wilcox (Oracle)
1
-10
/
+2
2022-03-21
mm/gup: Increment the page refcount before the pincount
Matthew Wilcox (Oracle)
1
-8
/
+6
2022-03-03
mm: build migrate_vma_* for all configs with ZONE_DEVICE support
Christoph Hellwig
1
-1
/
+1
2022-03-03
mm: move the migrate_vma_* device migration code into its own file
Christoph Hellwig
4
-753
/
+770
2022-03-03
mm: refactor the ZONE_DEVICE handling in migrate_vma_pages
Christoph Hellwig
1
-15
/
+12
2022-03-03
mm: refactor the ZONE_DEVICE handling in migrate_vma_insert_page
Christoph Hellwig
1
-16
/
+15
2022-03-03
mm: refactor check_and_migrate_movable_pages
Christoph Hellwig
1
-37
/
+44
2022-03-03
mm: generalize the pgmap based page_free infrastructure
Christoph Hellwig
1
-2
/
+2
2022-03-03
fsdax: depend on ZONE_DEVICE || FS_DAX_LIMITED
Christoph Hellwig
1
-0
/
+1
2022-03-03
mm: remove the extra ZONE_DEVICE struct page refcount
Christoph Hellwig
13
-83
/
+36
2022-03-03
mm: don't include <linux/memremap.h> in <linux/mm.h>
Christoph Hellwig
18
-22
/
+38
2022-03-03
mm: simplify freeing of devmap managed pages
Christoph Hellwig
3
-44
/
+20
2022-03-03
mm: move free_devmap_managed_page to memremap.c
Christoph Hellwig
3
-24
/
+21
2022-03-03
mm: remove pointless includes from <linux/hmm.h>
Christoph Hellwig
4
-7
/
+6
2022-03-03
mm: remove the __KERNEL__ guard from <linux/mm.h>
Christoph Hellwig
1
-4
/
+0
2022-03-03
mm: remove a pointless CONFIG_ZONE_DEVICE check in memremap_pages
Christoph Hellwig
1
-2
/
+1
2022-03-03
mm/munlock: mlock_vma_page() check against VM_SPECIAL
Hugh Dickins
1
-2
/
+9
2022-02-17
mm/thp: shrink_page_list() avoid splitting VM_LOCKED THP
Hugh Dickins
2
-5
/
+8
2022-02-17
mm/thp: collapse_file() do try_to_unmap(TTU_BATCH_FLUSH)
Hugh Dickins
1
-2
/
+8
2022-02-17
mm/munlock: page migration needs mlock pagevec drained
Hugh Dickins
2
-0
/
+6
2022-02-17
mm/munlock: mlock_page() munlock_page() batch by pagevec
Hugh Dickins
3
-47
/
+208
2022-02-17
mm/munlock: delete smp_mb() from __pagevec_lru_add_fn()
Hugh Dickins
1
-28
/
+9
2022-02-17
mm/migrate: __unmap_and_move() push good newpage to LRU
Hugh Dickins
1
-12
/
+19
2022-02-17
mm/munlock: mlock_pte_range() when mlocking or munlocking
Hugh Dickins
2
-23
/
+91
2022-02-17
mm/munlock: maintain page->mlock_count while unevictable
Hugh Dickins
7
-22
/
+92
2022-02-17
mm/munlock: replace clear_page_mlock() by final clearance
Hugh Dickins
4
-59
/
+24
2022-02-17
mm/munlock: rmap call mlock_vma_page() munlock_vma_page()
Hugh Dickins
12
-129
/
+113
[next]