index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
include
/
asm
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
|
|
|
x86/entry: Use int everywhere for system call numbers
H. Peter Anvin (Intel)
2021-05-25
1
-1
/
+1
|
*
|
|
|
|
x86/syscalls: Use __NR_syscalls instead of __NR_syscall_max
Masahiro Yamada
2021-05-20
1
-4
/
+4
|
*
|
|
|
|
x86/unistd: Define X32_NR_syscalls only for 64-bit kernel
Masahiro Yamada
2021-05-20
1
-1
/
+1
|
*
|
|
|
|
x86/syscalls: Switch to generic syscalltbl.sh
Masahiro Yamada
2021-05-20
1
-0
/
+1
|
*
|
|
|
|
x86/entry/x32: Rename __x32_compat_sys_* to __x64_compat_sys_*
Masahiro Yamada
2021-05-20
1
-5
/
+5
*
|
|
|
|
|
Merge tag 'x86-irq-2021-06-29' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2021-06-29
3
-5
/
+28
|
\
\
\
\
\
\
|
*
|
|
|
|
|
x86: Add native_[ig]dt_invalidate()
H. Peter Anvin (Intel)
2021-05-21
1
-0
/
+20
|
*
|
|
|
|
|
x86/idt: Remove address argument from idt_invalidate()
H. Peter Anvin (Intel)
2021-05-21
1
-1
/
+1
|
*
|
|
|
|
|
x86/irq: Add and use NR_EXTERNAL_VECTORS and NR_SYSTEM_VECTORS
H. Peter Anvin (Intel)
2021-05-21
2
-2
/
+5
|
*
|
|
|
|
|
x86/irq: Remove unused vectors defines
H. Peter Anvin (Intel)
2021-05-21
1
-2
/
+2
|
|
|
_
|
_
|
/
/
|
|
/
|
|
|
|
*
|
|
|
|
|
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2021-06-29
4
-54
/
+152
|
\
\
\
\
\
\
|
*
|
|
|
|
|
KVM: x86: rename apic_access_page_done to apic_access_memslot_enabled
Maxim Levitsky
2021-06-25
1
-1
/
+1
|
*
|
|
|
|
|
kvm: x86: Allow userspace to handle emulation errors
Aaron Lewis
2021-06-25
1
-0
/
+6
|
*
|
|
|
|
|
KVM: x86/mmu: Optimize and clean up so called "last nonleaf level" logic
Sean Christopherson
2021-06-25
1
-3
/
+0
|
*
|
|
|
|
|
KVM: x86: Enhance comments for MMU roles and nested transition trickiness
Sean Christopherson
2021-06-25
1
-10
/
+47
|
*
|
|
|
|
|
KVM: x86/mmu: Drop "nx" from MMU context now that there are no readers
Sean Christopherson
2021-06-25
1
-2
/
+0
|
*
|
|
|
|
|
KVM: x86/mmu: Rename "nxe" role bit to "efer_nx" for macro shenanigans
Sean Christopherson
2021-06-25
1
-2
/
+2
|
*
|
|
|
|
|
Revert "KVM: MMU: record maximum physical address width in kvm_mmu_extended_r...
Sean Christopherson
2021-06-25
1
-1
/
+0
|
*
|
|
|
|
|
KVM: x86: Alert userspace that KVM_SET_CPUID{,2} after KVM_RUN is broken
Sean Christopherson
2021-06-25
1
-1
/
+1
|
*
|
|
|
|
|
KVM: x86: Force all MMUs to reinitialize if guest CPUID is modified
Sean Christopherson
2021-06-25
1
-0
/
+1
|
*
|
|
|
|
|
Revert "KVM: x86/mmu: Drop kvm_mmu_extended_role.cr4_la57 hack"
Sean Christopherson
2021-06-25
1
-0
/
+1
|
*
|
|
|
|
|
KVM: stats: Separate generic stats from architecture specific ones
Jing Zhang
2021-06-24
1
-7
/
+2
|
*
|
|
|
|
|
Merge branch 'topic/ppc-kvm' of https://git.kernel.org/pub/scm/linux/kernel/g...
Paolo Bonzini
2021-06-23
5
-29
/
+73
|
|
\
|
|
|
|
|
|
*
|
|
|
|
|
KVM: X86: Introduce KVM_HC_MAP_GPA_RANGE hypercall
Ashish Kalra
2021-06-17
1
-0
/
+2
|
*
|
|
|
|
|
KVM: switch per-VM stats to u64
Paolo Bonzini
2021-06-17
1
-11
/
+11
|
*
|
|
|
|
|
KVM: nVMX: Free only guest_mode (L2) roots on INVVPID w/o EPT
Sean Christopherson
2021-06-17
1
-0
/
+1
|
*
|
|
|
|
|
KVM: x86: Drop skip MMU sync and TLB flush params from "new PGD" helpers
Sean Christopherson
2021-06-17
1
-2
/
+1
|
*
|
|
|
|
|
KVM: nVMX: Sync all PGDs on nested transition with shadow paging
Sean Christopherson
2021-06-17
1
-1
/
+1
|
*
|
|
|
|
|
KVM: x86: avoid loading PDPTRs after migration when possible
Maxim Levitsky
2021-06-17
1
-0
/
+6
|
*
|
|
|
|
|
KVM: x86: Always load PDPTRs on CR3 load for SVM w/o NPT and a PAE guest
Sean Christopherson
2021-06-17
1
-1
/
+0
|
*
|
|
|
|
|
KVM: x86: hyper-v: Cache guest CPUID leaves determining features availability
Vitaly Kuznetsov
2021-06-17
1
-0
/
+8
|
*
|
|
|
|
|
KVM: x86: hyper-v: Introduce KVM_CAP_HYPERV_ENFORCE_CPUID
Vitaly Kuznetsov
2021-06-17
1
-0
/
+1
|
*
|
|
|
|
|
KVM: SVM: Software reserved fields
Vineeth Pillai
2021-06-17
1
-2
/
+7
|
*
|
|
|
|
|
KVM: x86: hyper-v: Move the remote TLB flush logic out of vmx
Vineeth Pillai
2021-06-17
1
-0
/
+9
|
*
|
|
|
|
|
hyperv: SVM enlightened TLB flush support flag
Vineeth Pillai
2021-06-17
1
-0
/
+9
|
*
|
|
|
|
|
KVM: nVMX: nSVM: Add a new VCPU statistic to show if VCPU is in guest mode
Krish Sadhukhan
2021-06-17
1
-0
/
+1
|
*
|
|
|
|
|
KVM: x86: Drop "pre_" from enter/leave_smm() helpers
Sean Christopherson
2021-06-17
2
-4
/
+4
|
*
|
|
|
|
|
KVM: x86: Drop vendor specific functions for APICv/AVIC enablement
Vitaly Kuznetsov
2021-06-17
1
-1
/
+0
|
*
|
|
|
|
|
KVM: x86: Use common 'enable_apicv' variable for both APICv and AVIC
Vitaly Kuznetsov
2021-06-17
1
-0
/
+1
|
*
|
|
|
|
|
KVM: X86: Add vendor callbacks for writing the TSC multiplier
Ilias Stamatis
2021-06-17
2
-0
/
+2
|
*
|
|
|
|
|
KVM: X86: Move write_l1_tsc_offset() logic to common code and rename it
Ilias Stamatis
2021-06-17
2
-3
/
+2
|
*
|
|
|
|
|
KVM: X86: Add functions that calculate the nested TSC fields
Ilias Stamatis
2021-06-17
1
-0
/
+2
|
*
|
|
|
|
|
KVM: X86: Add functions for retrieving L2 TSC fields from common code
Ilias Stamatis
2021-06-17
2
-0
/
+4
|
*
|
|
|
|
|
KVM: X86: Add a ratio parameter to kvm_scale_tsc()
Ilias Stamatis
2021-06-17
1
-1
/
+1
|
*
|
|
|
|
|
KVM: X86: Store L1's TSC scaling ratio in 'struct kvm_vcpu_arch'
Ilias Stamatis
2021-06-17
1
-2
/
+3
|
*
|
|
|
|
|
KVM: x86/mmu: Lazily allocate memslot rmaps
Ben Gardon
2021-06-17
1
-0
/
+2
|
*
|
|
|
|
|
KVM: x86/mmu: Add a field to control memslot rmap allocation
Ben Gardon
2021-06-17
1
-0
/
+6
|
*
|
|
|
|
|
KVM: hyper-v: Advertise support for fast XMM hypercalls
Siddharth Chandrasekaran
2021-06-17
1
-1
/
+6
|
*
|
|
|
|
|
KVM: x86: kvm_hv_flush_tlb use inputs from XMM registers
Siddharth Chandrasekaran
2021-06-17
1
-0
/
+3
*
|
|
|
|
|
|
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2021-06-28
1
-3
/
+3
|
\
\
\
\
\
\
\
[prev]
[next]