summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* mm: move free_devmap_managed_page to memremap.cChristoph Hellwig2022-03-033-24/+21
* mm: remove pointless includes from <linux/hmm.h>Christoph Hellwig2022-03-034-7/+6
* mm: remove the __KERNEL__ guard from <linux/mm.h>Christoph Hellwig2022-03-031-4/+0
* mm: remove a pointless CONFIG_ZONE_DEVICE check in memremap_pagesChristoph Hellwig2022-03-031-2/+1
* mm/munlock: mlock_vma_page() check against VM_SPECIALHugh Dickins2022-03-031-2/+9
* mm/thp: shrink_page_list() avoid splitting VM_LOCKED THPHugh Dickins2022-02-172-5/+8
* mm/thp: collapse_file() do try_to_unmap(TTU_BATCH_FLUSH)Hugh Dickins2022-02-171-2/+8
* mm/munlock: page migration needs mlock pagevec drainedHugh Dickins2022-02-172-0/+6
* mm/munlock: mlock_page() munlock_page() batch by pagevecHugh Dickins2022-02-173-47/+208
* mm/munlock: delete smp_mb() from __pagevec_lru_add_fn()Hugh Dickins2022-02-171-28/+9
* mm/migrate: __unmap_and_move() push good newpage to LRUHugh Dickins2022-02-171-12/+19
* mm/munlock: mlock_pte_range() when mlocking or munlockingHugh Dickins2022-02-172-23/+91
* mm/munlock: maintain page->mlock_count while unevictableHugh Dickins2022-02-177-22/+92
* mm/munlock: replace clear_page_mlock() by final clearanceHugh Dickins2022-02-174-59/+24
* mm/munlock: rmap call mlock_vma_page() munlock_vma_page()Hugh Dickins2022-02-1712-129/+113
* mm/munlock: delete munlock_vma_pages_all(), allow oomreapHugh Dickins2022-02-175-47/+12
* mm/munlock: delete FOLL_MLOCK and FOLL_POPULATEHugh Dickins2022-02-173-70/+8
* mm/munlock: delete page_mlock() and all its worksHugh Dickins2022-02-174-438/+25
* Merge tag 'mmc-v5.17-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-02-161-14/+14
|\
| * mmc: block: fix read single on recovery logicChristian Löhle2022-02-081-14/+14
* | tty: n_tty: do not look ahead for EOL character past the end of the bufferLinus Torvalds2022-02-161-4/+2
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-02-1513-143/+232
|\ \
| * | KVM: x86/pmu: Use AMD64_RAW_EVENT_MASK for PERF_TYPE_RAWJim Mattson2022-02-141-1/+1
| * | KVM: x86/pmu: Don't truncate the PerfEvtSeln MSR when creating a perf eventJim Mattson2022-02-141-2/+3
| * | KVM: SVM: fix race between interrupt delivery and AVIC inhibitionMaxim Levitsky2022-02-114-49/+55
| * | KVM: SVM: set IRR in svm_deliver_interruptPaolo Bonzini2022-02-112-3/+1
| * | KVM: SVM: extract avic_ring_doorbellMaxim Levitsky2022-02-111-11/+20
| * | selftests: kvm: Remove absent target fileMuhammad Usama Anjum2022-02-111-1/+0
| * | Merge tag 'kvmarm-fixes-5.17-3' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2022-02-111-0/+2
| |\ \
| | * | KVM: arm64: vgic: Read HW interrupt pending state from the HWMarc Zyngier2022-02-111-0/+2
| * | | KVM: x86/xen: Fix runstate updates to be atomic when preempting vCPUDavid Woodhouse2022-02-101-30/+67
| * | | KVM: x86: SVM: move avic definitions from AMD's spec to svm.hMaxim Levitsky2022-02-084-32/+38
| * | | KVM: x86: lapic: don't touch irr_pending in kvm_apic_update_apicv when inhibi...Maxim Levitsky2022-02-081-1/+6
| * | | KVM: x86: nSVM: deal with L1 hypervisor that intercepts interrupts but lets L...Maxim Levitsky2022-02-081-4/+13
| * | | KVM: x86: nSVM: expose clean bit support to the guestMaxim Levitsky2022-02-081-0/+1
| * | | KVM: x86: nSVM/nVMX: set nested_run_pending on VM entry which is a result of RSMMaxim Levitsky2022-02-082-0/+6
| * | | KVM: x86: nSVM: mark vmcb01 as dirty when restoring SMM saved stateMaxim Levitsky2022-02-081-0/+2
| * | | KVM: x86: nSVM: fix potential NULL derefernce on nested migrationMaxim Levitsky2022-02-081-12/+14
| * | | KVM: x86: SVM: don't passthrough SMAP/SMEP/PKE bits in !NPT && !gCR0.PG caseMaxim Levitsky2022-02-081-2/+10
| * | | Revert "svm: Add warning message for AVIC IPI invalid target"Sean Christopherson2022-02-081-2/+0
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds2022-02-158-29/+102
|\ \ \ \
| * | | | HID: amd_sfh: Add interrupt handler to process interruptsBasavaraj Natikar2022-02-142-0/+41
| * | | | HID: amd_sfh: Add functionality to clear interruptsBasavaraj Natikar2022-02-142-1/+25
| * | | | HID: amd_sfh: Disable the interrupt for all commandBasavaraj Natikar2022-02-141-0/+3
| * | | | HID: amd_sfh: Correct the structure field nameBasavaraj Natikar2022-02-141-1/+1
| * | | | HID: amd_sfh: Handle amd_sfh work buffer in PM opsBasavaraj Natikar2022-02-141-0/+4
| * | | | HID:Add support for UGTABLET WP5540Sergio Costas2022-02-052-0/+2
| * | | | HID: amd_sfh: Add illuminance mask to limit ALS max valueBasavaraj Natikar2022-02-021-1/+3
| * | | | HID: amd_sfh: Increase sensor command timeoutBasavaraj Natikar2022-02-021-2/+2
| * | | | HID: i2c-hid: goodix: Fix a lockdep splatDaniel Thompson2022-02-021-16/+12