index
:
~agd5f/linux
DAL-wip
amd-15.31
amd-17.50
amd-18.10
amd-18.20
amd-18.30
amd-18.40
amd-18.50
amd-19.10
amd-19.20
amd-19.30
amd-19.50
amd-20.10
amd-20.20
amd-20.30
amd-20.40
amd-20.45
amd-22.20
amd-mainline-dkms-4.18-baseline1
amd-staging-drm-next
amd-staging-security-opensource-4.4
backlight_wip
drm-fixes
drm-fixes-5.0
drm-fixes-5.1
drm-fixes-5.10
drm-fixes-5.2
drm-fixes-5.3
drm-fixes-5.4
drm-fixes-5.5
drm-fixes-5.6
drm-fixes-5.7
drm-fixes-5.8
drm-fixes-5.9
drm-next
drm-next-5.1
drm-next-5.10
drm-next-5.11
drm-next-5.2
drm-next-5.3
drm-next-5.4
drm-next-5.5
drm-next-5.6
drm-next-5.7
drm-next-5.8
drm-next-5.9
hmm-fixup-5.3
renoir-acp
renoir-acp-2
rv6xx-dpm-fixes
si_dc_support
tmz
Unnamed repository; edit this file 'description' to name the repository.
agd5f
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mm
/
khugepaged.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-10-16
mm: remove the now-unnecessary mmget_still_valid() hack
Jann Horn
1
-1
/
+1
2020-10-11
mm: khugepaged: recalculate min_free_kbytes after memory hotplug as expected ...
Vijay Balakrishna
1
-2
/
+11
2020-10-10
mm/khugepaged: fix filemap page_to_pgoff(page) != offset
Hugh Dickins
1
-0
/
+12
2020-09-05
mm/khugepaged.c: fix khugepaged's request size in collapse_file
David Howells
1
-1
/
+1
2020-08-21
khugepaged: adjust VM_BUG_ON_MM() in __khugepaged_enter()
Hugh Dickins
1
-1
/
+1
2020-08-12
mm/vmscan: protect the workingset on anonymous LRU
Joonsoo Kim
1
-1
/
+1
2020-08-07
khugepaged: khugepaged_test_exit() check mmget_still_valid()
Hugh Dickins
1
-4
/
+1
2020-08-07
khugepaged: retract_page_tables() remember to test exit
Hugh Dickins
1
-10
/
+14
2020-08-07
khugepaged: collapse_pte_mapped_thp() protect the pmd lock
Hugh Dickins
1
-25
/
+19
2020-08-07
khugepaged: collapse_pte_mapped_thp() flush the right range
Hugh Dickins
1
-1
/
+1
2020-07-24
khugepaged: fix null-pointer dereference due to race
Kirill A. Shutemov
1
-0
/
+3
2020-06-09
mmap locking API: convert mmap_sem comments
Michel Lespinasse
1
-17
/
+17
2020-06-09
mmap locking API: convert mmap_sem API comments
Michel Lespinasse
1
-1
/
+1
2020-06-09
mmap locking API: use coccinelle to convert mmap_sem rwsem call sites
Michel Lespinasse
1
-18
/
+18
2020-06-03
mm: fold and remove lru_cache_add_anon() and lru_cache_add_file()
Johannes Weiner
1
-6
/
+2
2020-06-03
mm: memcontrol: delete unused lrucare handling
Johannes Weiner
1
-2
/
+2
2020-06-03
mm: memcontrol: convert anon and file-thp to new mem_cgroup_charge() API
Johannes Weiner
1
-25
/
+10
2020-06-03
mm: memcontrol: switch to native NR_ANON_MAPPED counter
Johannes Weiner
1
-1
/
+1
2020-06-03
mm: memcontrol: switch to native NR_FILE_PAGES and NR_SHMEM counters
Johannes Weiner
1
-5
/
+11
2020-06-03
mm: memcontrol: drop @compound parameter from memcg charging API
Johannes Weiner
1
-10
/
+10
2020-06-03
khugepaged: introduce 'max_ptes_shared' tunable
Kirill A. Shutemov
1
-4
/
+48
2020-06-03
khugepaged: allow to collapse PTE-mapped compound pages
Kirill A. Shutemov
1
-34
/
+65
2020-06-03
khugepaged: allow to collapse a page shared across fork
Kirill A. Shutemov
1
-9
/
+37
2020-06-03
khugepaged: drain LRU add pagevec after swapin
Kirill A. Shutemov
1
-0
/
+5
2020-06-03
khugepaged: drain all LRU caches before scanning pages
Kirill A. Shutemov
1
-0
/
+2
2020-06-03
khugepaged: do not stop collapse if less than half PTEs are referenced
Kirill A. Shutemov
1
-16
/
+11
2020-05-28
mm,thp: stop leaking unreleased file pages
Hugh Dickins
1
-0
/
+1
2020-04-07
khugepaged: skip collapse if uffd-wp detected
Peter Xu
1
-0
/
+23
2020-04-07
mm: code cleanup for MADV_FREE
Huang Ying
1
-2
/
+2
2020-04-07
mm: remove CONFIG_TRANSPARENT_HUGE_PAGECACHE
Matthew Wilcox (Oracle)
1
-8
/
+4
2020-04-02
mm/vma: make is_vma_temporary_stack() available for general use
Anshuman Khandual
1
-1
/
+1
2020-04-02
mm/vma: move VM_NO_KHUGEPAGED into generic header
Anshuman Khandual
1
-2
/
+0
2019-12-01
mm/thp: flush file for !is_shmem PageDirty() case in collapse_file()
Song Liu
1
-0
/
+18
2019-11-15
mm,thp: recheck each page before collapsing file THP
Song Liu
1
-12
/
+16
2019-11-06
mm/khugepaged: fix might_sleep() warn with CONFIG_HIGHPTE=y
Ville Syrjälä
1
-3
/
+4
2019-09-24
khugepaged: enable collapse pmd for pte-mapped THP
Song Liu
1
-4
/
+188
2019-09-24
mm,thp: avoid writes to file with THP in pagecache
Song Liu
1
-1
/
+3
2019-09-24
mm,thp: add read-only THP support for (non-shmem) FS
Song Liu
1
-42
/
+107
2019-09-24
khugepaged: rename collapse_shmem() and khugepaged_scan_shmem()
Song Liu
1
-12
/
+11
2019-09-24
mm: page cache: store only head pages in i_pages
Matthew Wilcox (Oracle)
1
-2
/
+2
2019-09-03
sched/topology: Improve load balancing on AMD EPYC systems
Matt Fleming
1
-1
/
+1
2019-07-05
Revert "mm: page cache: store only head pages in i_pages"
Linus Torvalds
1
-2
/
+2
2019-06-13
coredump: fix race condition between collapse_huge_page() and core dumping
Andrea Arcangeli
1
-0
/
+3
2019-05-14
mm/mmu_notifier: use correct mmu_notifier events for each invalidation
Jérôme Glisse
1
-1
/
+1
2019-05-14
mm/mmu_notifier: contextual information for event triggering invalidation
Jérôme Glisse
1
-1
/
+2
2019-05-14
mm: page cache: store only head pages in i_pages
Matthew Wilcox
1
-2
/
+2
2019-03-05
mm: memcontrol: expose THP events on a per-memcg basis
Chris Down
1
-0
/
+2
2018-12-28
mm/mmu_notifier: use structure for invalidate_range_start/end calls v2
Jérôme Glisse
1
-6
/
+4
2018-12-04
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...
Ingo Molnar
1
-2
/
+2
2018-11-30
mm/khugepaged: fix the xas_create_range() error path
Hugh Dickins
1
-11
/
+14
[next]