index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
include
Age
Commit message (
Expand
)
Author
Files
Lines
2021-06-17
KVM: x86: avoid loading PDPTRs after migration when possible
Maxim Levitsky
1
-0
/
+6
2021-06-17
KVM: x86: Introduce KVM_GET_SREGS2 / KVM_SET_SREGS2
Maxim Levitsky
1
-0
/
+13
2021-06-17
KVM: x86: Always load PDPTRs on CR3 load for SVM w/o NPT and a PAE guest
Sean Christopherson
1
-1
/
+0
2021-06-17
KVM: x86: hyper-v: Cache guest CPUID leaves determining features availability
Vitaly Kuznetsov
1
-0
/
+8
2021-06-17
KVM: x86: hyper-v: Introduce KVM_CAP_HYPERV_ENFORCE_CPUID
Vitaly Kuznetsov
1
-0
/
+1
2021-06-17
KVM: SVM: Software reserved fields
Vineeth Pillai
2
-2
/
+10
2021-06-17
KVM: x86: hyper-v: Move the remote TLB flush logic out of vmx
Vineeth Pillai
1
-0
/
+9
2021-06-17
hyperv: SVM enlightened TLB flush support flag
Vineeth Pillai
1
-0
/
+9
2021-06-17
KVM: nVMX: nSVM: Add a new VCPU statistic to show if VCPU is in guest mode
Krish Sadhukhan
1
-0
/
+1
2021-06-17
KVM: x86: Drop "pre_" from enter/leave_smm() helpers
Sean Christopherson
2
-4
/
+4
2021-06-17
KVM: x86: Drop vendor specific functions for APICv/AVIC enablement
Vitaly Kuznetsov
1
-1
/
+0
2021-06-17
KVM: x86: Use common 'enable_apicv' variable for both APICv and AVIC
Vitaly Kuznetsov
1
-0
/
+1
2021-06-17
KVM: X86: Add vendor callbacks for writing the TSC multiplier
Ilias Stamatis
2
-0
/
+2
2021-06-17
KVM: X86: Move write_l1_tsc_offset() logic to common code and rename it
Ilias Stamatis
2
-3
/
+2
2021-06-17
KVM: X86: Add functions that calculate the nested TSC fields
Ilias Stamatis
1
-0
/
+2
2021-06-17
KVM: X86: Add functions for retrieving L2 TSC fields from common code
Ilias Stamatis
2
-0
/
+4
2021-06-17
KVM: X86: Add a ratio parameter to kvm_scale_tsc()
Ilias Stamatis
1
-1
/
+1
2021-06-17
KVM: X86: Store L1's TSC scaling ratio in 'struct kvm_vcpu_arch'
Ilias Stamatis
1
-2
/
+3
2021-06-17
KVM: x86/mmu: Lazily allocate memslot rmaps
Ben Gardon
1
-0
/
+2
2021-06-17
KVM: x86/mmu: Add a field to control memslot rmap allocation
Ben Gardon
1
-0
/
+6
2021-06-17
KVM: hyper-v: Advertise support for fast XMM hypercalls
Siddharth Chandrasekaran
1
-1
/
+6
2021-06-17
KVM: x86: kvm_hv_flush_tlb use inputs from XMM registers
Siddharth Chandrasekaran
1
-0
/
+3
2021-06-17
perf/x86: Reset the dirty counter to prevent the leak for an RDPMC task
Kan Liang
1
-0
/
+1
2021-06-15
x86/msr: Define new bits in TSX_FORCE_ABORT MSR
Pawan Gupta
2
-0
/
+5
2021-06-09
x86/pkru: Write hardware init value to PKRU when xstate is init
Thomas Gleixner
1
-2
/
+9
2021-06-09
x86/process: Check PF_KTHREAD and not current->mm for kernel threads
Thomas Gleixner
1
-1
/
+1
2021-06-07
x86/crash: Remove crash_reserve_low_1M()
Mike Rapoport
1
-6
/
+0
2021-06-07
Merge tag 'v5.13-rc5' into x86/cleanups
Borislav Petkov
12
-47
/
+82
2021-06-06
Merge tag 'x86_urgent_for_v5.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
5
-18
/
+7
2021-06-04
mm: arch: remove indirection level in alloc_zeroed_user_highpage_movable()
Peter Collingbourne
1
-3
/
+3
2021-06-03
Merge branch 'sched/urgent' into sched/core, to pick up fixes
Ingo Molnar
7
-29
/
+75
2021-06-03
x86/cpufeatures: Force disable X86_FEATURE_ENQCMD and remove update_pasid()
Thomas Gleixner
3
-17
/
+3
2021-06-01
perf/x86/rapl: Use CPUID bit on AMD and Hygon parts
Andrew Cooper
1
-1
/
+1
2021-05-31
x86/thermal: Fix LVT thermal setup for SMI delivery mode
Borislav Petkov
1
-1
/
+3
2021-05-29
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2
-0
/
+2
2021-05-29
x86/apic: Mark _all_ legacy interrupts when IO/APIC is missing
Thomas Gleixner
1
-0
/
+1
2021-05-27
x86/MCE/AMD, EDAC/mce_amd: Add new SMCA bank types
Muralidhara M K
1
-4
/
+9
2021-05-27
KVM: x86: add start_assignment hook to kvm_x86_ops
Marcelo Tosatti
2
-0
/
+2
2021-05-26
locking/atomic: make ARCH_ATOMIC a Kconfig symbol
Mark Rutland
1
-2
/
+0
2021-05-25
x86/entry: Use int everywhere for system call numbers
H. Peter Anvin (Intel)
1
-1
/
+1
2021-05-21
x86: Add native_[ig]dt_invalidate()
H. Peter Anvin (Intel)
1
-0
/
+20
2021-05-21
x86/idt: Remove address argument from idt_invalidate()
H. Peter Anvin (Intel)
1
-1
/
+1
2021-05-21
x86/irq: Add and use NR_EXTERNAL_VECTORS and NR_SYSTEM_VECTORS
H. Peter Anvin (Intel)
2
-2
/
+5
2021-05-21
x86/irq: Remove unused vectors defines
H. Peter Anvin (Intel)
1
-2
/
+2
2021-05-21
x86/elf: Use _BITUL() macro in UAPI headers
Joe Richey
1
-2
/
+4
2021-05-20
x86/syscalls: Use __NR_syscalls instead of __NR_syscall_max
Masahiro Yamada
1
-4
/
+4
2021-05-20
x86/unistd: Define X32_NR_syscalls only for 64-bit kernel
Masahiro Yamada
1
-1
/
+1
2021-05-20
x86/syscalls: Switch to generic syscalltbl.sh
Masahiro Yamada
1
-0
/
+1
2021-05-20
x86/entry/x32: Rename __x32_compat_sys_* to __x64_compat_sys_*
Masahiro Yamada
1
-5
/
+5
2021-05-19
x86/elf: Support a new ELF aux vector AT_MINSIGSTKSZ
Chang S. Bae
2
-2
/
+6
[prev]
[next]