index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
decompress_bunzip2.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-12-02
KVM: x86: remove unnecessary exports
Paolo Bonzini
4
-14
/
+0
2022-12-02
KVM: selftests: Fix spelling mistake "probabalistic" -> "probabilistic"
Colin Ian King
1
-1
/
+1
2022-12-02
tools: KVM: selftests: Convert clear/set_bit() to actual atomics
Sean Christopherson
3
-9
/
+22
2022-12-02
tools: Drop "atomic_" prefix from atomic test_and_set_bit()
Sean Christopherson
3
-4
/
+3
2022-12-02
tools: Drop conflicting non-atomic test_and_{clear,set}_bit() helpers
Sean Christopherson
1
-34
/
+0
2022-12-02
KVM: selftests: Use non-atomic clear/set bit helpers in KVM tests
Sean Christopherson
4
-22
/
+22
2022-12-02
perf tools: Use dedicated non-atomic clear/set bit helpers
Sean Christopherson
15
-27
/
+27
2022-12-02
tools: Take @bit as an "unsigned long" in {clear,set}_bit() helpers
Sean Christopherson
1
-2
/
+2
2022-12-02
KVM: arm64: selftests: Enable single-step without a "full" ucall()
Sean Christopherson
2
-10
/
+19
2022-12-02
KVM: x86: fix APICv/x2AVIC disabled when vm reboot by itself
Yuan ZhaoXiong
1
-2
/
+3
2022-12-02
KVM: Remove stale comment about KVM_REQ_UNHALT
Sean Christopherson
1
-4
/
+0
2022-12-02
KVM: Add missing arch for KVM_CREATE_DEVICE and KVM_{SET,GET}_DEVICE_ATTR
Javier Martinez Canillas
1
-0
/
+2
2022-12-02
KVM: Reference to kvm_userspace_memory_region in doc and comments
Javier Martinez Canillas
4
-9
/
+9
2022-12-02
KVM: Delete all references to removed KVM_SET_MEMORY_ALIAS ioctl
Javier Martinez Canillas
5
-31
/
+0
2022-12-02
KVM: Delete all references to removed KVM_SET_MEMORY_REGION ioctl
Javier Martinez Canillas
3
-40
/
+0
2022-12-02
KVM: selftests: Define and use a custom static assert in lib headers
Sean Christopherson
2
-12
/
+24
2022-12-02
KVM: selftests: Do kvm_cpu_has() checks before creating VM+vCPU
Sean Christopherson
1
-3
/
+7
2022-12-02
KVM: selftests: Disallow "get supported CPUID" before REQ_XCOMP_GUEST_PERM
Sean Christopherson
1
-6
/
+12
2022-12-02
KVM: selftests: Move __vm_xsave_require_permission() below CPUID helpers
Sean Christopherson
1
-32
/
+32
2022-12-02
KVM: selftests: Move XFD CPUID checking out of __vm_xsave_require_permission()
Lei Wang
2
-2
/
+1
2022-12-02
KVM: selftests: Restore assert for non-nested VMs in access tracking test
Sean Christopherson
2
-5
/
+13
2022-12-02
KVM: selftests: Fix inverted "warning" in access tracking perf test
Sean Christopherson
1
-4
/
+3
2022-12-01
KVM: x86: Use current rather than snapshotted TSC frequency if it is constant
Anton Romanov
1
-11
/
+33
2022-12-01
KVM: selftests: Verify userspace can stuff IA32_FEATURE_CONTROL at will
Sean Christopherson
2
-0
/
+49
2022-12-01
KVM: VMX: Move MSR_IA32_FEAT_CTL.LOCKED check into "is valid" helper
Sean Christopherson
1
-5
/
+8
2022-12-01
KVM: VMX: Allow userspace to set all supported FEATURE_CONTROL bits
Sean Christopherson
1
-5
/
+31
2022-12-01
KVM: VMX: Make vmread_error_trampoline() uncallable from C code
Sean Christopherson
2
-2
/
+18
2022-12-01
KVM: nVMX: Reword comments about generating nested CR0/4 read shadows
Sean Christopherson
2
-9
/
+7
2022-12-01
KVM: x86: Clean up KVM_CAP_X86_USER_SPACE_MSR documentation
Sean Christopherson
1
-16
/
+24
2022-12-01
KVM: x86: Reword MSR filtering docs to more precisely define behavior
Sean Christopherson
1
-35
/
+35
2022-12-01
KVM: x86: Delete documentation for READ|WRITE in KVM_X86_SET_MSR_FILTER
Sean Christopherson
1
-7
/
+0
2022-12-01
KVM: VMX: Execute IBPB on emulated VM-exit when guest has IBRS
Jim Mattson
2
-2
/
+15
2022-12-01
KVM: VMX: Guest usage of IA32_SPEC_CTRL is likely
Jim Mattson
1
-1
/
+1
2022-12-01
KVM: nVMX: Inject #GP, not #UD, if "generic" VMXON CR0/CR4 check fails
Sean Christopherson
1
-11
/
+33
2022-12-01
KVM: SVM: Replace kmap_atomic() with kmap_local_page()
Zhao Liu
1
-2
/
+2
2022-12-01
KVM: SVM: Skip WRMSR fastpath on VM-Exit if next RIP isn't valid
Sean Christopherson
1
-2
/
+8
2022-12-01
KVM: x86: Fail emulation during EMULTYPE_SKIP on any exception
Sean Christopherson
1
-1
/
+3
2022-12-01
KVM: x86: Keep the lock order consistent between SRCU and gpc spinlock
Peng Hao
1
-2
/
+2
2022-12-01
KVM: VMX: Resume guest immediately when injecting #GP on ECREATE
Sean Christopherson
1
-1
/
+3
2022-11-30
KVM: Skip unnecessary "unmap" if gpc is already valid during refresh
Sean Christopherson
1
-2
/
+1
2022-11-30
KVM: Drop @gpa from exported gfn=>pfn cache check() and refresh() helpers
Sean Christopherson
4
-26
/
+27
2022-11-30
KVM: Do not partially reinitialize gfn=>pfn cache during activation
Sean Christopherson
1
-4
/
+4
2022-11-30
KVM: Drop KVM's API to allow temporarily unmapping gfn=>pfn cache
Sean Christopherson
2
-40
/
+16
2022-11-30
KVM: Use gfn_to_pfn_cache's immutable "kvm" in kvm_gpc_refresh()
Michal Luczaj
4
-17
/
+12
2022-11-30
KVM: Clean up hva_to_pfn_retry()
Michal Luczaj
1
-4
/
+4
2022-11-30
KVM: Use gfn_to_pfn_cache's immutable "kvm" in kvm_gpc_check()
Michal Luczaj
4
-16
/
+11
2022-11-30
KVM: Store immutable gfn_to_pfn_cache properties
Michal Luczaj
5
-70
/
+69
2022-11-30
KVM: x86/xen: add support for 32-bit guests in SCHEDOP_poll
Metin Kaya
2
-4
/
+36
2022-11-30
KVM: x86: fix uninitialized variable use on KVM_REQ_TRIPLE_FAULT
Paolo Bonzini
1
-1
/
+1
2022-11-30
KVM: x86: Remove unused argument in gpc_unmap_khva()
Michal Luczaj
1
-4
/
+4
[next]