index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-01
KVM: x86/pmu: Snapshot event selectors that KVM emulates in software
Sean Christopherson
4
-14
/
+24
2024-02-01
KVM: x86/pmu: Process only enabled PMCs when emulating events in software
Sean Christopherson
1
-1
/
+10
2024-02-01
KVM: x86/pmu: Add macros to iterate over all PMCs given a bitmap
Sean Christopherson
3
-24
/
+15
2024-02-01
KVM: x86/pmu: Snapshot and clear reprogramming bitmap before reprogramming
Sean Christopherson
2
-23
/
+30
2024-02-01
KVM: x86/pmu: Move pmc_idx => pmc translation helper to common code
Sean Christopherson
5
-24
/
+36
2024-02-01
KVM: x86/pmu: Add common define to capture fixed counters offset
Sean Christopherson
3
-11
/
+13
2024-02-01
KVM: x86/pmu: Zero out PMU metadata on AMD if PMU is disabled
Sean Christopherson
2
-16
/
+20
2024-01-30
KVM: selftests: Extend PMU counters test to validate RDPMC after WRMSR
Sean Christopherson
1
-0
/
+41
2024-01-30
KVM: selftests: Add helpers for safe and safe+forced RDMSR, RDPMC, and XGETBV
Sean Christopherson
1
-12
/
+26
2024-01-30
KVM: selftests: Add a forced emulation variation of KVM_ASM_SAFE()
Sean Christopherson
1
-2
/
+28
2024-01-30
KVM: selftests: Test PMC virtualization with forced emulation
Sean Christopherson
1
-14
/
+30
2024-01-30
KVM: selftests: Move KVM_FEP macro into common library header
Sean Christopherson
2
-2
/
+3
2024-01-30
KVM: selftests: Query module param to detect FEP in MSR filtering test
Sean Christopherson
2
-18
/
+14
2024-01-30
KVM: selftests: Add helpers to read integer module params
Sean Christopherson
2
-6
/
+60
2024-01-30
KVM: selftests: Add a helper to query if the PMU module param is enabled
Sean Christopherson
4
-3
/
+8
2024-01-30
KVM: selftests: Expand PMU counters test to verify LLC events
Sean Christopherson
1
-19
/
+40
2024-01-30
KVM: selftests: Add functional test for Intel's fixed PMU counters
Jinrong Liang
1
-1
/
+30
2024-01-30
KVM: selftests: Test consistency of CPUID with num of fixed counters
Jinrong Liang
1
-3
/
+57
2024-01-30
KVM: selftests: Test consistency of CPUID with num of gp counters
Jinrong Liang
1
-0
/
+99
2024-01-30
KVM: selftests: Test Intel PMU architectural events on fixed counters
Jinrong Liang
1
-9
/
+45
2024-01-30
KVM: selftests: Test Intel PMU architectural events on gp counters
Jinrong Liang
2
-0
/
+322
2024-01-30
KVM: selftests: Add pmu.h and lib/pmu.c for common PMU assets
Jinrong Liang
4
-97
/
+173
2024-01-30
KVM: selftests: Extend {kvm,this}_pmu_has() to support fixed counters
Sean Christopherson
1
-18
/
+47
2024-01-30
KVM: selftests: Drop the "name" param from KVM_X86_PMU_FEATURE()
Sean Christopherson
1
-2
/
+2
2024-01-30
KVM: selftests: Add vcpu_set_cpuid_property() to set properties
Jinrong Liang
3
-5
/
+16
2024-01-30
KVM: x86/pmu: Explicitly check for RDPMC of unsupported Intel PMC types
Sean Christopherson
1
-6
/
+15
2024-01-30
KVM: x86/pmu: Treat "fixed" PMU type in RDPMC as index as a value, not flag
Sean Christopherson
1
-3
/
+11
2024-01-30
KVM: x86/pmu: Disallow "fast" RDPMC for architectural Intel PMUs
Sean Christopherson
1
-4
/
+18
2024-01-30
KVM: x86/pmu: Apply "fast" RDPMC only to Intel PMUs
Sean Christopherson
2
-4
/
+15
2024-01-30
KVM: x86/pmu: Prioritize VMX interception over #GP on RDPMC due to bad index
Sean Christopherson
8
-29
/
+27
2024-01-30
KVM: x86/pmu: Don't ignore bits 31:30 for RDPMC index on AMD
Sean Christopherson
1
-3
/
+1
2024-01-30
KVM: x86/pmu: Get eventsel for fixed counters from perf
Sean Christopherson
1
-13
/
+17
2024-01-30
KVM: x86/pmu: Setup fixed counters' eventsel during PMU initialization
Sean Christopherson
1
-11
/
+5
2024-01-30
KVM: x86/pmu: Remove KVM's enumeration of Intel's architectural encodings
Sean Christopherson
1
-49
/
+23
2024-01-30
KVM: x86/pmu: Allow programming events that match unsupported arch events
Sean Christopherson
5
-47
/
+0
2024-01-30
KVM: x86/pmu: Always treat Fixed counters as available when supported
Sean Christopherson
1
-1
/
+14
2024-01-28
Linux 6.8-rc2
Linus Torvalds
1
-1
/
+1
2024-01-28
Merge tag 'cxl-fixes-6.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
5
-13
/
+23
2024-01-28
Merge tag 'mips-fixes_6.8_1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
34
-230
/
+83
2024-01-28
Merge tag 'locking_urgent_for_v6.8_rc2' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
2
-6
/
+20
2024-01-28
Merge tag 'irq_urgent_for_v6.8_rc2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+1
2024-01-28
Merge tag 'timers_urgent_for_v6.8_rc2' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2
-1
/
+29
2024-01-28
Merge tag 'x86_urgent_for_v6.8_rc2' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
6
-12
/
+50
2024-01-28
Merge tag 'fixes-2024-01-28' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-0
/
+3
2024-01-27
Merge tag 'platform-drivers-x86-v6.8-2' of git://git.kernel.org/pub/scm/linux...
Linus Torvalds
14
-177
/
+460
2024-01-27
Merge tag 'loongarch-fixes-6.8-1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
4
-11
/
+14
2024-01-27
Merge tag 'xfs-6.8-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
1
-10
/
+17
2024-01-27
Merge tag 'bcachefs-2024-01-26' of https://evilpiepirate.org/git/bcachefs
Linus Torvalds
10
-32
/
+42
2024-01-27
Merge tag '6.8-rc2-smb3-server-fixes' of git://git.samba.org/ksmbd
Linus Torvalds
3
-3
/
+6
2024-01-27
Merge tag '6.8-rc1-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6
Linus Torvalds
13
-74
/
+467
[next]