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
Age
Commit message (
Expand
)
Author
Files
Lines
2021-11-18
Merge branch 'kvm-5.16-fixes' into kvm-master
Paolo Bonzini
9
-58
/
+108
2021-11-18
KVM: SEV: Fix typo in and tweak name of cmd_allowed_from_miror()
Sean Christopherson
1
-2
/
+2
2021-11-18
KVM: SEV: Drop a redundant setting of sev->asid during initialization
Sean Christopherson
1
-1
/
+0
2021-11-18
KVM: SEV: WARN if SEV-ES is marked active but SEV is not
Sean Christopherson
1
-1
/
+1
2021-11-18
KVM: SEV: Set sev_info.active after initial checks in sev_guest_init()
Sean Christopherson
1
-3
/
+3
2021-11-18
KVM: SEV: Disallow COPY_ENC_CONTEXT_FROM if target has created vCPUs
Sean Christopherson
1
-1
/
+6
2021-11-18
KVM: nVMX: Use a gfn_to_hva_cache for vmptrld
David Woodhouse
2
-9
/
+22
2021-11-18
KVM: nVMX: Use kvm_read_guest_offset_cached() for nested VMCS check
David Woodhouse
1
-11
/
+15
2021-11-18
KVM: x86/xen: Use sizeof_field() instead of open-coding it
David Woodhouse
1
-9
/
+9
2021-11-18
KVM: nVMX: Use kvm_{read,write}_guest_cached() for shadow_vmcs12
David Woodhouse
2
-9
/
+20
2021-11-18
KVM: x86/xen: Fix get_attr of KVM_XEN_ATTR_TYPE_SHARED_INFO
David Woodhouse
1
-1
/
+1
2021-11-18
KVM: x86/mmu: include EFER.LMA in extended mmu role
Maxim Levitsky
2
-0
/
+2
2021-11-18
KVM: nVMX: don't use vcpu->arch.efer when checking host state on nested state load
Maxim Levitsky
1
-5
/
+17
2021-11-18
KVM: Fix steal time asm constraints
David Woodhouse
1
-3
/
+3
2021-11-18
cpuid: kvm_find_kvm_cpuid_features() should be declared 'static'
Paul Durrant
1
-1
/
+1
2021-11-17
x86/mce: Get rid of cpu_missing
Zhaolong Zhang
1
-5
/
+0
2021-11-17
KVM: x86: Move Intel Processor Trace interrupt handler to vmx.c
Sean Christopherson
3
-21
/
+23
2021-11-17
KVM: Move x86's perf guest info callbacks to generic KVM
Sean Christopherson
2
-42
/
+14
2021-11-17
KVM: x86: More precisely identify NMI from guest when handling PMI
Sean Christopherson
4
-6
/
+15
2021-11-17
KVM: x86: Drop current_vcpu for kvm_running_vcpu + kvm_arch_vcpu variable
Sean Christopherson
4
-16
/
+20
2021-11-17
perf: Force architectures to opt-in to guest callbacks
Sean Christopherson
2
-0
/
+2
2021-11-17
perf: Add wrappers for invoking guest callbacks
Sean Christopherson
2
-14
/
+6
2021-11-17
perf/core: Rework guest callbacks to prepare for static_call support
Like Xu
6
-49
/
+45
2021-11-17
KVM: x86: Register Processor Trace interrupt hook iff PT enabled in guest
Sean Christopherson
3
-1
/
+6
2021-11-17
KVM: x86: Register perf callbacks after calling vendor's hardware_setup()
Sean Christopherson
1
-3
/
+4
2021-11-17
perf: Protect perf_guest_cbs with RCU
Sean Christopherson
2
-9
/
+17
2021-11-17
x86/perf: Fix snapshot_branch_stack warning in VM
Song Liu
1
-2
/
+0
2021-11-17
perf/x86/intel/uncore: Fix IIO event constraints for Snowridge
Alexander Antonov
1
-0
/
+8
2021-11-17
perf/x86/intel/uncore: Fix IIO event constraints for Skylake Server
Alexander Antonov
1
-0
/
+1
2021-11-17
perf/x86/intel/uncore: Fix filter_tid mask for CHA events on Skylake Server
Alexander Antonov
1
-0
/
+3
2021-11-16
x86/sgx: Fix free page accounting
Reinette Chatre
1
-6
/
+6
2021-11-16
x86/fpu: Correct AVX512 state tracking
Noah Goldstein
1
-7
/
+14
2021-11-16
bpf: Change value of MAX_TAIL_CALL_CNT from 32 to 33
Tiezhu Yang
2
-7
/
+7
2021-11-16
KVM: x86: Fix uninitialized eoi_exit_bitmap usage in vcpu_load_eoi_exitmap()
黄乐
1
-2
/
+6
2021-11-15
x86/sev: Remove do_early_exception() forward declarations
Borislav Petkov
1
-6
/
+1
2021-11-15
x86/head64: Carve out the guest encryption postprocessing into a helper
Borislav Petkov
1
-29
/
+31
2021-11-15
x86/sev: Get rid of excessive use of defines
Borislav Petkov
1
-23
/
+28
2021-11-15
x86/sev: Shorten GHCB terminate macro names
Brijesh Singh
4
-8
/
+8
2021-11-15
x86/sgx: Hook arch_memory_failure() into mainline code
Tony Luck
2
-0
/
+12
2021-11-15
x86/sgx: Add SGX infrastructure to recover from poison
Tony Luck
1
-0
/
+76
2021-11-15
x86/sgx: Initial poison handling for dirty and free pages
Tony Luck
2
-2
/
+28
2021-11-15
x86/sgx: Add infrastructure to identify SGX EPC pages
Tony Luck
2
-0
/
+10
2021-11-15
x86/sgx: Add new sgx_epc_page flag bit to mark free pages
Tony Luck
2
-0
/
+5
2021-11-15
x86/hyperv: Move required MSRs check to initial platform probing
Sean Christopherson
2
-13
/
+16
2021-11-15
x86/hyperv: Fix NULL deref in set_hv_tscchange_cb() if Hyper-V setup fails
Sean Christopherson
1
-0
/
+3
2021-11-15
x86/amd_nb, EDAC/amd64: Move DF Indirect Read to AMD64 EDAC
Yazen Ghannam
2
-49
/
+1
2021-11-15
x86/MCE/AMD, EDAC/amd64: Move address translation to AMD64 EDAC
Yazen Ghannam
2
-203
/
+0
2021-11-15
x86/boot: Pull up cmdline preparation and early param parsing
Borislav Petkov
1
-27
/
+39
2021-11-14
Merge tag 'locking-urgent-2021-11-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-4
/
+11
2021-11-14
Merge tag 'sched_urgent_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
3
-16
/
+15
[prev]
[next]