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-09-22
KVM: x86: nSVM: refactor svm_leave_smm and smm_enter_smm
Maxim Levitsky
1
-66
/
+69
2021-09-22
KVM: x86: SVM: call KVM_REQ_GET_NESTED_STATE_PAGES on exit from SMM mode
Maxim Levitsky
3
-5
/
+9
2021-09-22
KVM: x86: reset pdptrs_from_userspace when exiting smm
Maxim Levitsky
1
-0
/
+7
2021-09-22
KVM: x86: nSVM: restore the L1 host state prior to resuming nested guest on SMM exit
Maxim Levitsky
1
-5
/
+7
2021-09-22
KVM: nVMX: Filter out all unsupported controls when eVMCS was activated
Vitaly Kuznetsov
2
-7
/
+14
2021-09-22
KVM: x86: Fix stack-out-of-bounds memory access from ioapic_write_indirect()
Vitaly Kuznetsov
1
-5
/
+5
2021-09-22
KVM: SEV: Allow some commands for mirror VM
Peter Gonda
1
-2
/
+17
2021-09-22
KVM: SEV: Update svm_vm_copy_asid_from for SEV-ES
Peter Gonda
1
-4
/
+12
2021-09-22
KVM: nVMX: Fix nested bus lock VM exit
Chenyi Qiang
1
-0
/
+6
2021-09-22
KVM: x86: Identify vCPU0 by its vcpu_idx instead of its vCPUs array entry
Sean Christopherson
1
-1
/
+1
2021-09-22
KVM: x86: Query vcpu->vcpu_idx directly and drop its accessor
Sean Christopherson
2
-5
/
+4
2021-09-22
kvm: fix wrong exception emulation in check_rdtsc
Hou Wenlong
1
-1
/
+1
2021-09-22
KVM: SEV: Pin guest memory for write for RECEIVE_UPDATE_DATA
Sean Christopherson
1
-1
/
+1
2021-09-22
KVM: SVM: fix missing sev_decommission in sev_receive_start
Mingwei Zhang
1
-1
/
+3
2021-09-22
KVM: SEV: Acquire vcpu mutex when updating VMSA
Peter Gonda
1
-22
/
+29
2021-09-22
KVM: nVMX: fix comments of handle_vmon()
Yu Zhang
1
-8
/
+1
2021-09-22
KVM: x86: Handle SRCU initialization failure during page track init
Haimin Zhang
3
-4
/
+9
2021-09-22
KVM: VMX: Remove defunct "nr_active_uret_msrs" field
Sean Christopherson
1
-4
/
+0
2021-09-22
KVM: x86: Clear KVM's cached guest CR3 at RESET/INIT
Sean Christopherson
1
-0
/
+3
2021-09-22
KVM: x86: Mark all registers as avail/dirty at vCPU creation
Sean Christopherson
1
-0
/
+2
2021-09-21
PCI: Rename pcibios_add_device() to pcibios_device_add()
Oliver O'Halloran
1
-1
/
+1
2021-09-21
x86: Increase exception stack sizes
Peter Zijlstra
1
-1
/
+1
2021-09-21
x86/mm/64: Improve stack overflow warnings
Peter Zijlstra
6
-37
/
+67
2021-09-21
x86/iopl: Fake iopl(3) CLI/STI usage
Peter Zijlstra
5
-1
/
+37
2021-09-21
x86/setup: Call early_reserve_memory() earlier
Juergen Gross
1
-12
/
+14
2021-09-21
xen/x86: fix PV trap handling on secondary processors
Jan Beulich
1
-6
/
+9
2021-09-20
x86/fault: Fix wrong signal when vsyscall fails with pkey
Jiashuo Liang
2
-10
/
+18
2021-09-20
x86/mce: Drop copyin special case for #MC
Tony Luck
1
-13
/
+0
2021-09-20
swiotlb-xen: this is PV-only on x86
Jan Beulich
1
-1
/
+0
2021-09-20
xen/pci-swiotlb: reduce visibility of symbols
Jan Beulich
2
-7
/
+3
2021-09-20
xen/x86: drop redundant zeroing from cpu_initialize_context()
Jan Beulich
1
-4
/
+0
2021-09-20
x86/mce: Change to not send SIGBUS error during copy from user
Tony Luck
1
-15
/
+20
2021-09-19
Merge tag 'x86_urgent_for_v5.15_rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
4
-15
/
+46
2021-09-19
Merge tag 'kbuild-fixes-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Linus Torvalds
1
-3
/
+9
2021-09-19
x86/build: Do not add -falign flags unconditionally for clang
Nathan Chancellor
1
-3
/
+9
2021-09-17
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
5
-51
/
+108
2021-09-17
x86/smp: Remove unnecessary assignment to local var freq_scale
Tim Gardner
1
-1
/
+1
2021-09-17
Merge tag 'for-linus-5.15b-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
Linus Torvalds
2
-2
/
+12
2021-09-17
perf/x86: Add compiler barrier after updating BTS
Leo Yan
1
-0
/
+6
2021-09-17
x86/xen: Rework the xen_{cpu,irq,mmu}_opsarrays
Peter Zijlstra
3
-83
/
+90
2021-09-17
x86/xen: Mark xen_force_evtchn_callback() noinstr
Peter Zijlstra
2
-2
/
+2
2021-09-17
x86/xen: Make irq_disable() noinstr
Peter Zijlstra
3
-5
/
+9
2021-09-17
x86/xen: Make irq_enable() noinstr
Peter Zijlstra
3
-31
/
+36
2021-09-17
x86/xen: Make hypercall_page noinstr
Peter Zijlstra
1
-1
/
+1
2021-09-17
x86/xen: Make save_fl() noinstr
Peter Zijlstra
4
-20
/
+25
2021-09-17
x86/xen: Make set_debugreg() noinstr
Peter Zijlstra
4
-6
/
+9
2021-09-17
x86/xen: Make get_debugreg() noinstr
Peter Zijlstra
4
-5
/
+9
2021-09-17
x86/xen: Make write_cr2() noinstr
Peter Zijlstra
3
-3
/
+9
2021-09-17
x86/xen: Make read_cr2() noinstr
Peter Zijlstra
3
-2
/
+9
2021-09-17
crypto: aesni - check walk.nbytes instead of err
Shreyansh Chouhan
1
-1
/
+1
[prev]
[next]