index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
|
x86: mm: remove 'sign' games from LAM untagged_addr*() macros
Linus Torvalds
2023-05-03
1
-15
/
+3
|
*
|
|
|
|
x86: uaccess: move 32-bit and 64-bit parts into proper <asm/uaccess_N.h> header
Linus Torvalds
2023-05-03
3
-85
/
+82
|
*
|
|
|
|
x86: mm: remove architecture-specific 'access_ok()' define
Linus Torvalds
2023-05-03
1
-34
/
+0
|
*
|
|
|
|
x86-64: make access_ok() independent of LAM
Linus Torvalds
2023-05-03
2
-10
/
+69
*
|
|
|
|
|
Merge tag 'kvm-x86-mmu-6.4-2' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2023-05-05
1
-65
/
+56
|
\
\
\
\
\
\
|
*
|
|
|
|
|
KVM: x86: Preserve TDP MMU roots until they are explicitly invalidated
Sean Christopherson
2023-04-27
1
-65
/
+56
*
|
|
|
|
|
|
Merge tag 'uml-for-linus-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2023-05-04
3
-9
/
+9
|
\
\
\
\
\
\
\
|
|
_
|
/
/
/
/
/
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
um: make stub data pages size tweakable
Johannes Berg
2023-04-20
3
-9
/
+9
|
|
|
_
|
/
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2023-05-01
34
-1111
/
+1502
|
\
\
\
\
\
\
|
*
\
\
\
\
\
Merge tag 'kvm-x86-vmx-6.4' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2023-04-26
3
-40
/
+91
|
|
\
\
\
\
\
\
|
|
*
|
|
|
|
|
KVM: nVMX: Emulate NOPs in L2, and PAUSE if it's not intercepted
Sean Christopherson
2023-04-11
1
-0
/
+15
|
|
*
|
|
|
|
|
KVM: VMX: Use is_64_bit_mode() to check 64-bit mode in SGX handler
Binbin Wu
2023-04-05
1
-2
/
+2
|
|
*
|
|
|
|
|
KVM: nVMX: Add helpers to setup VMX control msr configs
Yu Zhang
2023-03-21
1
-33
/
+74
|
|
*
|
|
|
|
|
KVM: nVMX: Remove outdated comments in nested_vmx_setup_ctls_msrs()
Yu Zhang
2023-03-21
1
-5
/
+0
|
*
|
|
|
|
|
|
Merge tag 'kvm-x86-svm-6.4' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2023-04-26
8
-58
/
+292
|
|
\
\
\
\
\
\
\
|
|
*
|
|
|
|
|
|
KVM: SVM: Remove a duplicate definition of VMCB_AVIC_APIC_BAR_MASK
Xinghui Li
2023-04-04
1
-1
/
+0
|
|
*
|
|
|
|
|
|
KVM: nSVM: Implement support for nested VNMI
Santosh Shukla
2023-03-23
3
-0
/
+45
|
|
*
|
|
|
|
|
|
KVM: x86: Add support for SVM's Virtual NMI
Santosh Shukla
2023-03-23
5
-23
/
+146
|
|
*
|
|
|
|
|
|
KVM: x86: Route pending NMIs from userspace through process_nmi()
Sean Christopherson
2023-03-23
1
-3
/
+3
|
|
*
|
|
|
|
|
|
KVM: SVM: Add definitions for new bits in VMCB::int_ctrl related to vNMI
Santosh Shukla
2023-03-23
1
-0
/
+9
|
|
*
|
|
|
|
|
|
x86/cpufeatures: Redefine synthetic virtual NMI bit as AMD's "real" vNMI
Sean Christopherson
2023-03-22
1
-4
/
+4
|
|
*
|
|
|
|
|
|
KVM: x86: Save/restore all NMIs when multiple NMIs are pending
Sean Christopherson
2023-03-22
1
-2
/
+5
|
|
*
|
|
|
|
|
|
KVM: x86: Tweak the code and comment related to handling concurrent NMIs
Sean Christopherson
2023-03-22
1
-4
/
+11
|
|
*
|
|
|
|
|
|
KVM: x86: Raise an event request when processing NMIs if an NMI is pending
Sean Christopherson
2023-03-22
1
-1
/
+3
|
|
*
|
|
|
|
|
|
KVM: SVM: add wrappers to enable/disable IRET interception
Maxim Levitsky
2023-03-22
1
-9
/
+19
|
|
*
|
|
|
|
|
|
KVM: nSVM: Raise event on nested VM exit if L1 doesn't intercept IRQs
Maxim Levitsky
2023-03-22
1
-0
/
+22
|
|
*
|
|
|
|
|
|
KVM: nSVM: Disable intercept of VINTR if saved L1 host RFLAGS.IF is 0
Santosh Shukla
2023-03-22
2
-5
/
+20
|
|
*
|
|
|
|
|
|
KVM: nSVM: Don't sync vmcb02 V_IRQ back to vmcb12 if KVM (L0) is intercepting...
Santosh Shukla
2023-03-22
1
-11
/
+10
|
|
|
/
/
/
/
/
/
|
*
|
|
|
|
|
|
Merge tag 'kvm-x86-selftests-6.4' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2023-04-26
3
-4
/
+31
|
|
\
\
\
\
\
\
\
|
|
*
|
|
|
|
|
|
KVM: x86: Filter out XTILE_CFG if XTILE_DATA isn't permitted
Sean Christopherson
2023-04-11
1
-1
/
+17
|
|
*
|
|
|
|
|
|
KVM: x86: Add a helper to handle filtering of unpermitted XCR0 features
Aaron Lewis
2023-04-11
3
-4
/
+15
|
|
|
/
/
/
/
/
/
|
*
|
|
|
|
|
|
Merge tag 'kvm-x86-pmu-6.4' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2023-04-26
11
-114
/
+185
|
|
\
\
\
\
\
\
\
|
|
*
|
|
|
|
|
|
KVM: x86/pmu: Prevent the PMU from counting disallowed events
Aaron Lewis
2023-04-07
1
-5
/
+8
|
|
*
|
|
|
|
|
|
KVM: x86/pmu: Fix a typo in kvm_pmu_request_counter_reprogam()
Like Xu
2023-04-07
4
-5
/
+5
|
|
*
|
|
|
|
|
|
KVM: x86/pmu: Rewrite reprogram_counters() to improve performance
Like Xu
2023-04-07
1
-6
/
+6
|
|
*
|
|
|
|
|
|
KVM: VMX: Refactor intel_pmu_{g,}set_msr() to align with other helpers
Sean Christopherson
2023-04-07
1
-52
/
+57
|
|
*
|
|
|
|
|
|
KVM: x86/pmu: Rename pmc_is_enabled() to pmc_is_globally_enabled()
Like Xu
2023-04-07
1
-3
/
+3
|
|
*
|
|
|
|
|
|
KVM: x86/pmu: Zero out LBR capabilities during PMU refresh
Sean Christopherson
2023-04-06
1
-0
/
+10
|
|
*
|
|
|
|
|
|
KVM: x86/pmu: WARN and bug the VM if PMU is refreshed after vCPU has run
Sean Christopherson
2023-04-06
2
-1
/
+12
|
|
*
|
|
|
|
|
|
KVM: x86: Disallow writes to immutable feature MSRs after KVM_RUN
Sean Christopherson
2023-04-06
1
-0
/
+35
|
|
*
|
|
|
|
|
|
KVM: x86: Generate set of VMX feature MSRs using first/last definitions
Sean Christopherson
2023-04-06
1
-31
/
+22
|
|
*
|
|
|
|
|
|
KVM: x86: Add macros to track first...last VMX feature MSRs
Sean Christopherson
2023-04-06
3
-5
/
+13
|
|
*
|
|
|
|
|
|
KVM: x86: Add a helper to query whether or not a vCPU has ever run
Sean Christopherson
2023-04-06
3
-2
/
+7
|
|
*
|
|
|
|
|
|
KVM: x86: Rename kvm_init_msr_list() to clarify it inits multiple lists
Sean Christopherson
2023-04-06
1
-2
/
+2
|
|
*
|
|
|
|
|
|
KVM: x86/pmu: Disallow legacy LBRs if architectural LBRs are available
Sean Christopherson
2023-04-06
1
-3
/
+5
|
|
*
|
|
|
|
|
|
KVM: x86/pmu: Zero out pmu->all_valid_pmc_idx each time it's refreshed
Like Xu
2023-04-06
1
-0
/
+1
|
|
*
|
|
|
|
|
|
KVM: x86: Shrink struct kvm_pmu
Mathias Krause
2023-03-24
1
-1
/
+1
|
|
|
/
/
/
/
/
/
|
*
|
|
|
|
|
|
Merge tag 'kvm-x86-mmu-6.4' of https://github.com/kvm-x86/linux into HEAD
Paolo Bonzini
2023-04-26
14
-567
/
+515
|
|
\
\
\
\
\
\
\
|
|
|
|
_
|
/
/
/
/
|
|
|
/
|
|
|
|
|
|
|
*
|
|
|
|
|
KVM: x86/mmu: Move filling of Hyper-V's TLB range struct into Hyper-V code
Sean Christopherson
2023-04-11
4
-18
/
+25
|
|
*
|
|
|
|
|
KVM: x86: Rename Hyper-V remote TLB hooks to match established scheme
Sean Christopherson
2023-04-11
7
-29
/
+25
[prev]
[next]