index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2022-06-24
KVM: x86: Use kcalloc to allocate the mce_banks array.
Jue Wang
1
-1
/
+1
2022-06-24
KVM: x86: Add Corrected Machine Check Interrupt (CMCI) emulation to lapic.
Jue Wang
3
-16
/
+39
2022-06-24
KVM: x86: Add APIC_LVTx() macro.
Jue Wang
2
-4
/
+5
2022-06-24
KVM: x86: Fill apic_lvt_mask with enums / explicit entries.
Jue Wang
2
-10
/
+21
2022-06-24
KVM: x86: Make APIC_VERSION capture only the magic 0x14UL.
Jue Wang
1
-2
/
+2
2022-06-24
KVM: x86/mmu: Avoid unnecessary flush on eager page split
Paolo Bonzini
1
-12
/
+20
2022-06-24
KVM: x86/mmu: Extend Eager Page Splitting to nested MMUs
David Matlack
3
-9
/
+275
2022-06-24
KVM: Allow for different capacities in kvm_mmu_memory_cache structs
David Matlack
5
-9
/
+38
2022-06-24
KVM: x86/mmu: pull call to drop_large_spte() into __link_shadow_page()
Paolo Bonzini
2
-39
/
+35
2022-06-24
KVM: x86/mmu: Zap collapsible SPTEs in shadow MMU at all possible levels
David Matlack
1
-7
/
+13
2022-06-24
KVM: x86/mmu: Extend make_huge_page_split_spte() for the shadow MMU
David Matlack
3
-11
/
+10
2022-06-24
KVM: x86/mmu: Cache the access bits of shadowed translations
David Matlack
4
-29
/
+84
2022-06-24
KVM: x86/mmu: Update page stats in __rmap_add()
David Matlack
1
-1
/
+2
2022-06-24
KVM: x86/mmu: Decouple rmap_add() and link_shadow_page() from kvm_vcpu
David Matlack
1
-18
/
+29
2022-06-24
KVM: x86/mmu: Pass const memslot to rmap_add()
David Matlack
1
-1
/
+1
2022-06-24
KVM: x86/mmu: Allow NULL @vcpu in kvm_mmu_find_shadow_page()
David Matlack
1
-0
/
+10
2022-06-24
KVM: x86/mmu: Pass kvm pointer separately from vcpu to kvm_mmu_find_shadow_pa...
David Matlack
1
-13
/
+15
2022-06-24
KVM: x86/mmu: Replace vcpu with kvm in kvm_mmu_alloc_shadow_page()
David Matlack
1
-6
/
+6
2022-06-24
KVM: x86/mmu: Pass memory caches to allocate SPs separately
David Matlack
1
-7
/
+29
2022-06-24
KVM: x86/mmu: Move guest PT write-protection to account_shadowed()
David Matlack
1
-4
/
+4
2022-06-24
KVM: x86/mmu: Rename shadow MMU functions that deal with shadow pages
David Matlack
1
-6
/
+7
2022-06-24
KVM: x86/mmu: Consolidate shadow page allocation and initialization
David Matlack
1
-22
/
+17
2022-06-24
KVM: x86/mmu: Decompose kvm_mmu_get_page() into separate functions
David Matlack
1
-13
/
+39
2022-06-24
KVM: x86/mmu: Always pass 0 for @quadrant when gptes are 8 bytes
David Matlack
1
-6
/
+14
2022-06-24
KVM: x86/mmu: Derive shadow MMU page role from parent
David Matlack
2
-52
/
+71
2022-06-24
KVM: x86/mmu: Stop passing "direct" to mmu_alloc_root()
David Matlack
1
-5
/
+6
2022-06-24
KVM: x86/mmu: Use a bool for direct
David Matlack
1
-2
/
+2
2022-06-24
KVM: x86/mmu: Optimize MMU page cache lookup for all direct SPs
David Matlack
1
-2
/
+2
2022-06-24
KVM: selftests: Cache binary stats metadata for duration of test
Ben Gardon
2
-15
/
+22
2022-06-24
KVM: selftests: Test disabling NX hugepages on a VM
Ben Gardon
3
-48
/
+113
2022-06-24
KVM: selftests: Add NX huge pages test
Ben Gardon
6
-0
/
+337
2022-06-24
KVM: x86/MMU: Allow NX huge pages to be disabled on a per-vm basis
Ben Gardon
8
-8
/
+60
2022-06-24
KVM: x86: Fix errant brace in KVM capability handling
Ben Gardon
1
-1
/
+1
2022-06-24
KVM: selftests: Read binary stat data in lib
Ben Gardon
3
-7
/
+41
2022-06-24
KVM: selftests: Clean up coding style in binary stats test
Sean Christopherson
1
-34
/
+45
2022-06-24
KVM: selftests: Read binary stats desc in lib
Ben Gardon
3
-11
/
+63
2022-06-24
KVM: selftests: Read binary stats header in lib
Ben Gardon
2
-2
/
+10
2022-06-24
KVM: selftests: Remove dynamic memory allocation for stats header
Ben Gardon
1
-31
/
+27
2022-06-22
KVM: selftests: Add MONITOR/MWAIT quirk test
Sean Christopherson
4
-0
/
+139
2022-06-20
KVM: selftests: Use exception fixup for #UD/#GP Hyper-V MSR/hcall tests
Sean Christopherson
1
-83
/
+32
2022-06-20
KVM: selftests: Mostly fix broken Hyper-V Features test
Sean Christopherson
1
-61
/
+81
2022-06-20
KVM: selftests: Add x86-64 support for exception fixup
Sean Christopherson
3
-63
/
+102
2022-06-20
KVM: x86: Add a quirk for KVM's "MONITOR/MWAIT are NOPs!" behavior
Sean Christopherson
4
-12
/
+35
2022-06-20
KVM: x86: Ignore benign host writes to "unsupported" F15H_PERF_CTL MSRs
Sean Christopherson
1
-0
/
+1
2022-06-20
KVM: x86: Ignore benign host accesses to "unsupported" PEBS and BTS MSRs
Sean Christopherson
1
-0
/
+17
2022-06-20
KVM: VMX: Use vcpu_get_perf_capabilities() to get guest-visible value
Sean Christopherson
1
-4
/
+7
2022-06-20
Revert "KVM: x86: always allow host-initiated writes to PMU MSRs"
Sean Christopherson
5
-27
/
+20
2022-06-20
Revert "KVM: x86/pmu: Accept 0 for absent PMU MSRs when host-initiated if !en...
Sean Christopherson
2
-18
/
+1
2022-06-20
KVM: VMX: Give host userspace full control of MSR_IA32_PERF_CAPABILITIES
Sean Christopherson
1
-2
/
+0
2022-06-20
KVM: x86: Give host userspace full control of MSR_IA32_MISC_ENABLES
Sean Christopherson
2
-18
/
+11
[next]