index
:
linux-stable.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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2023-05-01
18
-297
/
+1061
|
\
|
*
Merge tag 'kvm-x86-selftests-6.4' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2023-04-26
11
-93
/
+295
|
|
\
|
|
*
KVM: selftests: Fix spelling mistake "perrmited" -> "permitted"
Colin Ian King
2023-04-14
1
-1
/
+1
|
|
*
KVM: selftests: Add test to verify KVM's supported XCR0
Aaron Lewis
2023-04-11
3
-0
/
+153
|
|
*
KVM: selftests: Add all known XFEATURE masks to common code
Aaron Lewis
2023-04-11
2
-30
/
+33
|
|
*
KVM: selftests: Rework dynamic XFeature helper to take mask, not bit
Sean Christopherson
2023-04-11
3
-11
/
+14
|
|
*
KVM: selftests: Move XGETBV and XSETBV helpers to common code
Aaron Lewis
2023-04-11
2
-21
/
+21
|
|
*
KVM: selftests: Close opened file descriptor in stable_tsc_check_supported()
Hao Ge
2023-04-05
1
-2
/
+6
|
|
*
KVM: selftests: Check that XTILEDATA supports XFD
Aaron Lewis
2023-03-24
2
-0
/
+2
|
|
*
KVM: selftests: Check that the palette table exists before using it
Aaron Lewis
2023-03-24
2
-0
/
+6
|
|
*
KVM: selftests: Move XSAVE and OSXSAVE CPUID checks into AMX's init_regs()
Aaron Lewis
2023-03-24
1
-7
/
+3
|
|
*
KVM: selftests: Assert that both XTILE{CFG,DATA} are XSAVE-enabled
Aaron Lewis
2023-03-24
1
-1
/
+1
|
|
*
KVM: selftests: Assert that XTILE is XSAVE-enabled
Aaron Lewis
2023-03-24
1
-6
/
+1
|
|
*
KVM: selftests: Verify XTILE_DATA in XSTATE isn't affected by IA32_XFD
Mingwei Zhang
2023-03-24
1
-0
/
+10
|
|
*
KVM: selftests: Assert that XTILE_DATA is set in IA32_XFD on #NM
Mingwei Zhang
2023-03-24
1
-0
/
+2
|
|
*
KVM: selftests: Add check of CR0.TS in the #NM handler in amx_test
Mingwei Zhang
2023-03-24
1
-0
/
+1
|
|
*
KVM: selftests: Enable checking on xcomp_bv in amx_test
Mingwei Zhang
2023-03-24
1
-0
/
+1
|
|
*
KVM: selftests: Fix an error in comment of amx_test
Mingwei Zhang
2023-03-24
1
-1
/
+4
|
|
*
KVM: selftests: Add a fully functional "struct xstate" for x86
Mingwei Zhang
2023-03-24
2
-25
/
+23
|
|
*
KVM: selftests: Add 'malloc' failure check in vcpu_save_state
Ivan Orlov
2023-03-24
1
-0
/
+1
|
|
*
KVM: selftests: Adjust VM's initial stack address to align with SysV ABI spec
Ackerley Tng
2023-03-24
1
-1
/
+17
|
|
*
KVM: selftests: Report enable_pmu module value when test is skipped
Like Xu
2023-03-24
2
-0
/
+2
|
|
*
KVM: selftests: Add a helper to read kvm boolean module parameters
Like Xu
2023-03-24
2
-0
/
+6
|
|
*
KVM: selftests: Fix nsec to sec conversion in demand_paging_test
Anish Moorthy
2023-03-24
1
-1
/
+1
|
*
|
Merge tag 'kvm-x86-pmu-6.4' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2023-04-26
3
-154
/
+373
|
|
\
\
|
|
*
|
KVM: selftests: Test the PMU event "Instructions retired"
Aaron Lewis
2023-04-14
1
-2
/
+32
|
|
*
|
KVM: selftests: Copy full counter values from guest in PMU event filter test
Sean Christopherson
2023-04-14
1
-90
/
+80
|
|
*
|
KVM: selftests: Use error codes to signal errors in PMU event filter test
Sean Christopherson
2023-04-14
1
-8
/
+8
|
|
*
|
KVM: selftests: Print detailed info in PMU event filter asserts
Aaron Lewis
2023-04-14
1
-6
/
+5
|
|
*
|
KVM: selftests: Add helpers for PMC asserts in PMU event filter test
Aaron Lewis
2023-04-14
1
-25
/
+27
|
|
*
|
KVM: selftests: Add a common helper for the PMU event filter guest code
Aaron Lewis
2023-04-14
1
-11
/
+18
|
|
*
|
KVM: selftests: Verify LBRs are disabled if vPMU is disabled
Sean Christopherson
2023-04-06
1
-0
/
+29
|
|
*
|
KVM: selftests: Add negative testcase for PEBS format in PERF_CAPABILITIES
Sean Christopherson
2023-04-06
1
-0
/
+10
|
|
*
|
KVM: selftests: Refactor LBR_FMT test to avoid use of separate macro
Sean Christopherson
2023-04-06
1
-7
/
+6
|
|
*
|
KVM: selftests: Drop "all done!" printf() from PERF_CAPABILITIES test
Sean Christopherson
2023-04-06
1
-2
/
+0
|
|
*
|
KVM: selftests: Test post-KVM_RUN writes to PERF_CAPABILITIES
Sean Christopherson
2023-04-06
1
-0
/
+13
|
|
*
|
KVM: selftests: Expand negative testing of guest writes to PERF_CAPABILITIES
Sean Christopherson
2023-04-06
1
-7
/
+54
|
|
*
|
KVM: selftests: Test all immutable non-format bits in PERF_CAPABILITIES
Sean Christopherson
2023-04-06
1
-3
/
+27
|
|
*
|
KVM: selftests: Test all fungible features in PERF_CAPABILITIES
Sean Christopherson
2023-04-06
1
-5
/
+24
|
|
*
|
KVM: selftests: Drop now-redundant checks on PERF_CAPABILITIES writes
Sean Christopherson
2023-04-06
1
-6
/
+0
|
|
*
|
KVM: selftests: Verify KVM preserves userspace writes to "durable" MSRs
Sean Christopherson
2023-04-06
1
-1
/
+16
|
|
*
|
KVM: selftests: Print out failing MSR and value in vcpu_set_msr()
Sean Christopherson
2023-04-06
1
-8
/
+24
|
|
*
|
KVM: selftests: Assert that full-width PMC writes are supported if PDCM=1
Sean Christopherson
2023-04-06
1
-0
/
+3
|
|
*
|
KVM: selftests: Move 0/initial value PERF_CAPS checks to dedicated sub-test
Sean Christopherson
2023-04-06
1
-6
/
+19
|
|
*
|
KVM: selftests: Split PMU caps sub-tests to avoid writing MSR after KVM_RUN
Sean Christopherson
2023-04-06
1
-20
/
+31
|
|
|
/
|
*
|
Merge tag 'kvmarm-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...
Paolo Bonzini
2023-04-26
42
-252
/
+1140
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
Merge branch kvm-arm64/smccc-filtering into kvmarm-master/next
Marc Zyngier
2023-04-21
4
-19
/
+315
|
|
|
\
|
|
|
*
KVM: selftests: Fix spelling mistake "KVM_HYPERCAL_EXIT_SMC" -> "KVM_HYPERCAL...
Colin Ian King
2023-04-08
1
-1
/
+1
|
|
|
*
KVM: arm64: Test that SMC64 arch calls are reserved
Oliver Upton
2023-04-08
1
-0
/
+8
|
|
|
*
KVM: selftests: Add test for SMCCC filter
Oliver Upton
2023-04-05
2
-0
/
+261
[next]