index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
block
/
blk-cgroup.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-11-09
mm/gup: Add FOLL_INTERRUPTIBLE
Peter Xu
3
-5
/
+34
2022-11-09
KVM: x86: smm: preserve interrupt shadow in SMRAM
Maxim Levitsky
2
-6
/
+31
2022-11-09
KVM: x86: SVM: don't save SVM state to SMRAM when VM is not long mode capable
Maxim Levitsky
1
-0
/
+8
2022-11-09
KVM: x86: SVM: use smram structs
Maxim Levitsky
2
-20
/
+7
2022-11-09
KVM: svm: drop explicit return value of kvm_vcpu_map
Maxim Levitsky
1
-4
/
+3
2022-11-09
KVM: x86: smm: use smram struct for 64 bit smram load/restore
Maxim Levitsky
1
-90
/
+63
2022-11-09
KVM: x86: smm: use smram struct for 32 bit smram load/restore
Maxim Levitsky
1
-94
/
+61
2022-11-09
KVM: x86: smm: use smram structs in the common code
Maxim Levitsky
4
-19
/
+25
2022-11-09
KVM: x86: smm: add structs for KVM's smram layout
Maxim Levitsky
2
-0
/
+231
2022-11-09
KVM: x86: smm: check for failures on smm entry
Maxim Levitsky
1
-4
/
+15
2022-11-09
KVM: x86: do not define SMM-related constants if SMM disabled
Paolo Bonzini
4
-4
/
+6
2022-11-09
KVM: zero output of KVM_GET_VCPU_EVENTS before filling in the struct
Paolo Bonzini
1
-9
/
+4
2022-11-09
KVM: x86: do not define KVM_REQ_SMI if SMM disabled
Paolo Bonzini
3
-1
/
+8
2022-11-09
KVM: x86: remove SMRAM address space if SMM is not supported
Paolo Bonzini
1
-5
/
+8
2022-11-09
KVM: x86: compile out vendor-specific code if SMM is disabled
Paolo Bonzini
7
-1
/
+18
2022-11-09
KVM: allow compiling out SMM support
Paolo Bonzini
7
-3
/
+50
2022-11-09
KVM: x86: do not go through ctxt->ops when emulating rsm
Paolo Bonzini
3
-143
/
+85
2022-11-09
KVM: x86: move SMM exit to a new file
Paolo Bonzini
5
-370
/
+351
2022-11-09
KVM: x86: move SMM entry to a new file
Paolo Bonzini
4
-237
/
+239
2022-11-09
KVM: x86: start moving SMM-related functions to new files
Paolo Bonzini
14
-110
/
+132
2022-11-09
KVM: SVM: Name and check reserved fields with structs offset
Carlos Bilbao
2
-29
/
+66
2022-11-09
bug: introduce ASSERT_STRUCT_OFFSET
Maxim Levitsky
2
-3
/
+11
2022-11-09
x86/kvm: Remove unused virt to phys translation in kvm_guest_cpu_init()
Rafael Mendonca
1
-1
/
+1
2022-11-09
KVM: x86: Insert "AMD" in KVM_X86_FEATURE_PSFD
Jim Mattson
1
-2
/
+2
2022-11-09
KVM: x86/mmu: use helper macro SPTE_ENT_PER_PAGE
Miaohe Lin
1
-1
/
+1
2022-11-09
KVM: x86/mmu: fix some comment typos
Miaohe Lin
2
-2
/
+2
2022-11-09
KVM: x86: remove obsolete kvm_mmu_gva_to_gpa_fetch()
Miaohe Lin
2
-12
/
+0
2022-11-09
KVM: x86: Directly query supported PERF_CAPABILITIES for WRMSR checks
Sean Christopherson
1
-7
/
+2
2022-11-09
KVM: x86: Handle PERF_CAPABILITIES in common x86's kvm_get_msr_feature()
Sean Christopherson
3
-6
/
+3
2022-11-09
KVM: x86: Init vcpu->arch.perf_capabilities in common x86 code
Sean Christopherson
2
-1
/
+2
2022-11-09
KVM: x86: Track supported PERF_CAPABILITIES in kvm_caps
Sean Christopherson
5
-30
/
+34
2022-11-09
perf/x86/core: Zero @lbr instead of returning -1 in x86_perf_get_lbr() stub
Sean Christopherson
3
-9
/
+6
2022-11-09
KVM: x86/pmu: Limit the maximum number of supported AMD GP counters
Like Xu
3
-3
/
+8
2022-11-09
KVM: x86/pmu: Limit the maximum number of supported Intel GP counters
Like Xu
4
-9
/
+15
2022-11-09
KVM: x86/pmu: Do not speculatively query Intel GP PMCs that don't exist yet
Like Xu
1
-12
/
+2
2022-11-09
KVM: SVM: Only dump VMSA to klog at KERN_DEBUG level
Peter Gonda
1
-1
/
+1
2022-11-09
tools/kvm_stat: update exit reasons for vmx/svm/aarch64/userspace
Rong Tao
1
-14
/
+82
2022-11-09
tools/kvm_stat: fix incorrect detection of debugfs
Matthias Gerstner
1
-1
/
+1
2022-11-09
x86, KVM: remove unnecessary argument to x86_virt_spec_ctrl and callers
Paolo Bonzini
3
-8
/
+8
2022-11-09
KVM: SVM: move MSR_IA32_SPEC_CTRL save/restore to assembly
Paolo Bonzini
5
-38
/
+136
2022-11-09
KVM: SVM: restore host save area from assembly
Paolo Bonzini
5
-13
/
+26
2022-11-09
KVM: SVM: move guest vmsave/vmload back to assembly
Paolo Bonzini
3
-20
/
+39
2022-11-09
KVM: SVM: do not allocate struct svm_cpu_data dynamically
Paolo Bonzini
3
-29
/
+18
2022-11-09
KVM: SVM: remove dead field from struct svm_cpu_data
Paolo Bonzini
2
-3
/
+0
2022-11-09
KVM: SVM: remove unused field from struct vcpu_svm
Paolo Bonzini
1
-1
/
+0
2022-11-09
KVM: SVM: retrieve VMCB from assembly
Paolo Bonzini
4
-15
/
+16
2022-11-09
KVM: SVM: adjust register allocation for __svm_vcpu_run()
Paolo Bonzini
1
-19
/
+19
2022-11-09
KVM: SVM: replace regs argument of __svm_vcpu_run() with vcpu_svm
Paolo Bonzini
5
-20
/
+30
2022-11-09
KVM: x86: use a separate asm-offsets.c file
Paolo Bonzini
5
-7
/
+30
2022-11-07
KVM: s390: pci: Fix allocation size of aift kzdev elements
Rafael Mendonca
1
-1
/
+1
[next]