summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-03-21mm/gup: Change the calling convention for compound_next()Matthew Wilcox (Oracle)1-6/+5
2022-03-21mm/gup: Optimise compound_range_next()Matthew Wilcox (Oracle)1-1/+1
2022-03-21mm/gup: Change the calling convention for compound_range_next()Matthew Wilcox (Oracle)1-6/+5
2022-03-21mm/gup: Remove for_each_compound_head()Matthew Wilcox (Oracle)1-11/+5
2022-03-21mm/gup: Remove for_each_compound_range()Matthew Wilcox (Oracle)1-10/+2
2022-03-21mm/gup: Increment the page refcount before the pincountMatthew Wilcox (Oracle)1-8/+6
2022-03-03mm: build migrate_vma_* for all configs with ZONE_DEVICE supportChristoph Hellwig1-1/+1
2022-03-03mm: move the migrate_vma_* device migration code into its own fileChristoph Hellwig4-753/+770
2022-03-03mm: refactor the ZONE_DEVICE handling in migrate_vma_pagesChristoph Hellwig1-15/+12
2022-03-03mm: refactor the ZONE_DEVICE handling in migrate_vma_insert_pageChristoph Hellwig1-16/+15
2022-03-03mm: refactor check_and_migrate_movable_pagesChristoph Hellwig1-37/+44
2022-03-03mm: generalize the pgmap based page_free infrastructureChristoph Hellwig1-2/+2
2022-03-03fsdax: depend on ZONE_DEVICE || FS_DAX_LIMITEDChristoph Hellwig1-0/+1
2022-03-03mm: remove the extra ZONE_DEVICE struct page refcountChristoph Hellwig13-83/+36
2022-03-03mm: don't include <linux/memremap.h> in <linux/mm.h>Christoph Hellwig18-22/+38
2022-03-03mm: simplify freeing of devmap managed pagesChristoph Hellwig3-44/+20
2022-03-03mm: move free_devmap_managed_page to memremap.cChristoph Hellwig3-24/+21
2022-03-03mm: remove pointless includes from <linux/hmm.h>Christoph Hellwig4-7/+6
2022-03-03mm: remove the __KERNEL__ guard from <linux/mm.h>Christoph Hellwig1-4/+0
2022-03-03mm: remove a pointless CONFIG_ZONE_DEVICE check in memremap_pagesChristoph Hellwig1-2/+1
2022-03-03mm/munlock: mlock_vma_page() check against VM_SPECIALHugh Dickins1-2/+9
2022-02-17mm/thp: shrink_page_list() avoid splitting VM_LOCKED THPHugh Dickins2-5/+8
2022-02-17mm/thp: collapse_file() do try_to_unmap(TTU_BATCH_FLUSH)Hugh Dickins1-2/+8
2022-02-17mm/munlock: page migration needs mlock pagevec drainedHugh Dickins2-0/+6
2022-02-17mm/munlock: mlock_page() munlock_page() batch by pagevecHugh Dickins3-47/+208
2022-02-17mm/munlock: delete smp_mb() from __pagevec_lru_add_fn()Hugh Dickins1-28/+9
2022-02-17mm/migrate: __unmap_and_move() push good newpage to LRUHugh Dickins1-12/+19
2022-02-17mm/munlock: mlock_pte_range() when mlocking or munlockingHugh Dickins2-23/+91
2022-02-17mm/munlock: maintain page->mlock_count while unevictableHugh Dickins7-22/+92
2022-02-17mm/munlock: replace clear_page_mlock() by final clearanceHugh Dickins4-59/+24
2022-02-17mm/munlock: rmap call mlock_vma_page() munlock_vma_page()Hugh Dickins12-129/+113
2022-02-17mm/munlock: delete munlock_vma_pages_all(), allow oomreapHugh Dickins5-47/+12
2022-02-17mm/munlock: delete FOLL_MLOCK and FOLL_POPULATEHugh Dickins3-70/+8
2022-02-17mm/munlock: delete page_mlock() and all its worksHugh Dickins4-438/+25
2022-02-16Merge tag 'mmc-v5.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-14/+14
2022-02-16tty: n_tty: do not look ahead for EOL character past the end of the bufferLinus Torvalds1-4/+2
2022-02-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds13-143/+232
2022-02-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds8-29/+102
2022-02-15Merge tag 'for-5.17-rc4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-2/+19
2022-02-15Merge tag 'for-5.17/parisc-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds7-22/+50
2022-02-15Merge tag 'hyperv-fixes-signed-20220215' of git://git.kernel.org/pub/scm/linu...Linus Torvalds4-6/+19
2022-02-14serial: parisc: GSC: fix build when IOSAPIC is not setRandy Dunlap1-1/+1
2022-02-14Merge tag 'regulator-fix-v5.17-rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-10/+3
2022-02-14HID: amd_sfh: Add interrupt handler to process interruptsBasavaraj Natikar2-0/+41
2022-02-14HID: amd_sfh: Add functionality to clear interruptsBasavaraj Natikar2-1/+25
2022-02-14HID: amd_sfh: Disable the interrupt for all commandBasavaraj Natikar1-0/+3
2022-02-14HID: amd_sfh: Correct the structure field nameBasavaraj Natikar1-1/+1
2022-02-14HID: amd_sfh: Handle amd_sfh work buffer in PM opsBasavaraj Natikar1-0/+4
2022-02-14KVM: x86/pmu: Use AMD64_RAW_EVENT_MASK for PERF_TYPE_RAWJim Mattson1-1/+1
2022-02-14KVM: x86/pmu: Don't truncate the PerfEvtSeln MSR when creating a perf eventJim Mattson1-2/+3