summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* MAINTAINERS: zram: zsmalloc: Add an additional co-maintainerMinchan Kim2022-12-152-4/+6
* mm/kmemleak: use %pK to display kernel pointers in backtraceClément Léger2022-12-151-1/+1
* mm: use stack_depot for recording kmemleak's backtraceZhaoyang Huang2022-12-152-18/+29
* maple_tree: update copyright dates for test codeLiam Howlett2022-12-151-2/+3
* maple_tree: fix mas_find_rev() commentLiam Howlett2022-12-151-1/+1
* mm/gup_test: free memory allocated via kvcalloc() using kvfree()David Hildenbrand2022-12-151-2/+2
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-12-15257-4988/+12068
|\
| * KVM: x86: Add proper ReST tables for userspace MSR exits/flagsSean Christopherson2022-12-141-8/+12
| * Merge remote-tracking branch 'kvm/queue' into HEADPaolo Bonzini2022-12-1258-674/+1077
| |\
| | * Merge branch 'gpc-fixes' of git://git.infradead.org/users/dwmw2/linux into HEADPaolo Bonzini2022-12-026-161/+158
| | |\
| | | * KVM: Skip unnecessary "unmap" if gpc is already valid during refreshSean Christopherson2022-11-301-2/+1
| | | * KVM: Drop @gpa from exported gfn=>pfn cache check() and refresh() helpersSean Christopherson2022-11-304-26/+27
| | | * KVM: Do not partially reinitialize gfn=>pfn cache during activationSean Christopherson2022-11-301-4/+4
| | | * KVM: Drop KVM's API to allow temporarily unmapping gfn=>pfn cacheSean Christopherson2022-11-302-40/+16
| | | * KVM: Use gfn_to_pfn_cache's immutable "kvm" in kvm_gpc_refresh()Michal Luczaj2022-11-304-17/+12
| | | * KVM: Clean up hva_to_pfn_retry()Michal Luczaj2022-11-301-4/+4
| | | * KVM: Use gfn_to_pfn_cache's immutable "kvm" in kvm_gpc_check()Michal Luczaj2022-11-304-16/+11
| | | * KVM: Store immutable gfn_to_pfn_cache propertiesMichal Luczaj2022-11-305-70/+69
| | | * KVM: x86/xen: add support for 32-bit guests in SCHEDOP_pollMetin Kaya2022-11-302-4/+36
| | * | KVM: x86: Advertise that the SMM_CTL MSR is not supportedJim Mattson2022-12-021-0/+4
| | * | KVM: x86: remove unnecessary exportsPaolo Bonzini2022-12-024-14/+0
| | * | KVM: selftests: Fix spelling mistake "probabalistic" -> "probabilistic"Colin Ian King2022-12-021-1/+1
| | * | tools: KVM: selftests: Convert clear/set_bit() to actual atomicsSean Christopherson2022-12-023-9/+22
| | * | tools: Drop "atomic_" prefix from atomic test_and_set_bit()Sean Christopherson2022-12-023-4/+3
| | * | tools: Drop conflicting non-atomic test_and_{clear,set}_bit() helpersSean Christopherson2022-12-021-34/+0
| | * | KVM: selftests: Use non-atomic clear/set bit helpers in KVM testsSean Christopherson2022-12-024-22/+22
| | * | perf tools: Use dedicated non-atomic clear/set bit helpersSean Christopherson2022-12-0215-27/+27
| | * | tools: Take @bit as an "unsigned long" in {clear,set}_bit() helpersSean Christopherson2022-12-021-2/+2
| | * | KVM: arm64: selftests: Enable single-step without a "full" ucall()Sean Christopherson2022-12-022-10/+19
| | * | KVM: x86: fix APICv/x2AVIC disabled when vm reboot by itselfYuan ZhaoXiong2022-12-021-2/+3
| | * | KVM: Remove stale comment about KVM_REQ_UNHALTSean Christopherson2022-12-021-4/+0
| | * | Merge tag 'kvm-x86-fixes-6.2-1' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2022-12-0213-109/+269
| | |\ \
| | | * | KVM: x86: Use current rather than snapshotted TSC frequency if it is constantAnton Romanov2022-11-301-11/+33
| | | * | KVM: selftests: Verify userspace can stuff IA32_FEATURE_CONTROL at willSean Christopherson2022-11-302-0/+49
| | | * | KVM: VMX: Move MSR_IA32_FEAT_CTL.LOCKED check into "is valid" helperSean Christopherson2022-11-301-5/+8
| | | * | KVM: VMX: Allow userspace to set all supported FEATURE_CONTROL bitsSean Christopherson2022-11-301-5/+31
| | | * | KVM: VMX: Make vmread_error_trampoline() uncallable from C codeSean Christopherson2022-11-302-2/+18
| | | * | KVM: nVMX: Reword comments about generating nested CR0/4 read shadowsSean Christopherson2022-11-302-9/+7
| | | * | KVM: x86: Clean up KVM_CAP_X86_USER_SPACE_MSR documentationSean Christopherson2022-11-301-16/+24
| | | * | KVM: x86: Reword MSR filtering docs to more precisely define behaviorSean Christopherson2022-11-301-35/+35
| | | * | KVM: x86: Delete documentation for READ|WRITE in KVM_X86_SET_MSR_FILTERSean Christopherson2022-11-301-7/+0
| | | * | KVM: VMX: Execute IBPB on emulated VM-exit when guest has IBRSJim Mattson2022-11-302-2/+15
| | | * | KVM: VMX: Guest usage of IA32_SPEC_CTRL is likelyJim Mattson2022-11-301-1/+1
| | | * | KVM: nVMX: Inject #GP, not #UD, if "generic" VMXON CR0/CR4 check failsSean Christopherson2022-11-301-11/+33
| | | * | KVM: SVM: Replace kmap_atomic() with kmap_local_page()Zhao Liu2022-11-301-2/+2
| | | * | KVM: SVM: Skip WRMSR fastpath on VM-Exit if next RIP isn't validSean Christopherson2022-11-301-2/+8
| | | * | KVM: x86: Fail emulation during EMULTYPE_SKIP on any exceptionSean Christopherson2022-11-301-1/+3
| | | * | KVM: x86: Keep the lock order consistent between SRCU and gpc spinlockPeng Hao2022-11-301-2/+2
| | | * | KVM: VMX: Resume guest immediately when injecting #GP on ECREATESean Christopherson2022-11-301-1/+3
| | | |/
| | * | Merge tag 'kvm-selftests-6.2-2' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2022-12-025-63/+91
| | |\ \