summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-07-15Revert "Makefile: Enable -Wimplicit-fallthrough for Clang"Linus Torvalds
2021-07-15Merge tag 'configfs-5.13-1' of git://git.infradead.org/users/hch/configfsLinus Torvalds
2021-07-15Merge tag 'pwm/for-5.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-07-15Merge tag 'Wimplicit-fallthrough-clang-5.14-rc2' of git://git.kernel.org/pub/...Linus Torvalds
2021-07-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-07-15EDAC/igen6: fix core dependency AGAINRandy Dunlap
2021-07-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2021-07-15Merge tag 'iommu-fixes-v5.14-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-07-15mm/hugetlb: fix refs calculation from unaligned @vaddrJoao Martins
2021-07-15hfs: add lock nesting notation to hfs_find_initDesmond Cheong Zhi Xi
2021-07-15hfs: fix high memory mapping in hfs_bnode_readDesmond Cheong Zhi Xi
2021-07-15hfs: add missing clean-up in hfs_fill_superDesmond Cheong Zhi Xi
2021-07-15lib/test_hmm: remove set but unused page variableAlistair Popple
2021-07-15mm: fix the try_to_unmap prototype for !CONFIG_MMUChristoph Hellwig
2021-07-15mm/page_alloc: further fix __alloc_pages_bulk() return valueChuck Lever
2021-07-15mm/page_alloc: correct return value when failing at preparingYanfei Xu
2021-07-15mm/page_alloc: avoid page allocator recursion with pagesets.lock heldMel Gorman
2021-07-15Revert "mm/page_alloc: make should_fail_alloc_page() static"Matteo Croce
2021-07-15kasan: fix build by including kernel.hMarco Elver
2021-07-15kasan: add memzero init for unaligned size at DEBUGYee Lee
2021-07-15mm: move helper to check slub_debug_enabledMarco Elver
2021-07-15KVM: selftests: smm_test: Test SMM enter from L2Vitaly Kuznetsov
2021-07-15KVM: nSVM: Restore nested control upon leaving SMMVitaly Kuznetsov
2021-07-15KVM: nSVM: Fix L1 state corruption upon return from SMMVitaly Kuznetsov
2021-07-15KVM: nSVM: Introduce svm_copy_vmrun_state()Vitaly Kuznetsov
2021-07-15KVM: nSVM: Check that VM_HSAVE_PA MSR was set before VMRUNVitaly Kuznetsov
2021-07-15KVM: nSVM: Check the value written to MSR_VM_HSAVE_PAVitaly Kuznetsov
2021-07-15KVM: SVM: Fix sev_pin_memory() error checks in SEV migration utilitiesSean Christopherson
2021-07-15KVM: SVM: Return -EFAULT if copy_to_user() for SEV mig packet header failsSean Christopherson
2021-07-15KVM: SVM: add module param to control the #SMI interceptionMaxim Levitsky
2021-07-15KVM: SVM: remove INIT intercept handlerMaxim Levitsky
2021-07-15KVM: SVM: #SMI interception must not skip the instructionMaxim Levitsky
2021-07-15KVM: VMX: Remove vmx_msr_index from vmx.hYu Zhang
2021-07-15KVM: X86: Disable hardware breakpoints unconditionally before kvm_x86->run()Lai Jiangshan
2021-07-15KVM: selftests: Address extra memslot parameters in vm_vaddr_allocRicardo Koller
2021-07-15kvm: debugfs: fix memory leak in kvm_create_vm_debugfsPavel Skripkin
2021-07-15MAINTAINERS: Add Suravee Suthikulpanit as Reviewer for AMD IOMMU (AMD-Vi)Suravee Suthikulpanit
2021-07-14Merge tag 'net-5.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2021-07-14fs: add vfs_parse_fs_param_source() helperChristian Brauner
2021-07-14cgroup: verify that source is a stringChristian Brauner
2021-07-14KVM: x86/pmu: Clear anythread deprecated bit when 0xa leaf is unsupported on ...Like Xu
2021-07-14KVM: mmio: Fix use-after-free Read in kvm_vm_ioctl_unregister_coalesced_mmioKefeng Wang
2021-07-14KVM: SVM: Revert clearing of C-bit on GPA in #NPF handlerSean Christopherson
2021-07-14KVM: x86/mmu: Do not apply HPA (memory encryption) mask to GPAsSean Christopherson
2021-07-14KVM: x86: Use kernel's x86_phys_bits to handle reduced MAXPHYADDRSean Christopherson
2021-07-14KVM: x86: Use guest MAXPHYADDR from CPUID.0x8000_0008 iff TDP is enabledSean Christopherson
2021-07-14Revert "KVM: x86: WARN and reject loading KVM if NX is supported but not enab...Sean Christopherson
2021-07-14KVM: selftests: x86: Address missing vm_install_exception_handler conversionsMarc Zyngier
2021-07-14Merge tag 'kvm-s390-master-5.14-1' of git://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini
2021-07-14Makefile: Enable -Wimplicit-fallthrough for ClangGustavo A. R. Silva