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
2022-06-20
KVM: nVMX: Save BNDCFGS to vmcs12 iff relevant controls are exposed to L1
Sean Christopherson
1
-1
/
+2
2022-06-20
KVM: nVMX: Rename nested.vmcs01_* fields to nested.pre_vmenter_*
Sean Christopherson
3
-7
/
+23
2022-06-20
KVM: nVMX: Snapshot pre-VM-Enter DEBUGCTL for !nested_run_pending case
Sean Christopherson
1
-1
/
+2
2022-06-20
KVM: nVMX: Snapshot pre-VM-Enter BNDCFGS for !nested_run_pending case
Sean Christopherson
1
-1
/
+2
2022-06-19
Merge tag 'x86-urgent-2022-06-19' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
4
-75
/
+159
2022-06-19
Merge tag 'objtool-urgent-2022-06-19' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-7
/
+8
2022-06-17
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
1
-1
/
+2
2022-06-17
x86/tdx: Handle load_unaligned_zeropad() page-cross to a shared page
Kirill A. Shutemov
1
-1
/
+14
2022-06-17
Merge tag 'pci-v5.19-fixes-2' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci
Linus Torvalds
4
-17
/
+18
2022-06-17
x86/PCI: Revert "x86/PCI: Clip only host bridge windows for E820 regions"
Hans de Goede
4
-17
/
+18
2022-06-17
Merge tag 'hyperv-fixes-signed-20220617' of git://git.kernel.org/pub/scm/linux/kernel/git/hyperv/linux
Linus Torvalds
3
-6
/
+88
2022-06-16
mm: avoid unnecessary page fault retires on shared memory types
Peter Xu
1
-0
/
+4
2022-06-16
mm/x86: remove dead code for hugetlbpage.c
Peter Xu
1
-39
/
+0
2022-06-16
bpf, x86: Fix tail call count offset calculation on bpf2bpf call
Jakub Sitnicki
1
-1
/
+2
2022-06-15
x86/Hyper-V: Add SEV negotiate protocol support in Isolation VM
Tianyu Lan
3
-6
/
+88
2022-06-15
x86/tdx: Clarify RIP adjustments in #VE handler
Kirill A. Shutemov
1
-55
/
+123
2022-06-15
x86/tdx: Fix early #VE handling
Kirill A. Shutemov
1
-1
/
+5
2022-06-15
KVM: x86/mmu: Use try_cmpxchg64 in fast_pf_fix_direct_spte
Uros Bizjak
1
-1
/
+1
2022-06-15
KVM: VMX: Use try_cmpxchg64 in pi_try_set_control
Uros Bizjak
1
-1
/
+1
2022-06-15
KVM: x86/mmu: Use try_cmpxchg64 in tdp_mmu_set_spte_atomic
Uros Bizjak
1
-11
/
+1
2022-06-15
KVM: VMX: Skip filter updates for MSRs that KVM is already intercepting
Sean Christopherson
1
-7
/
+11
2022-06-15
KVM: x86/mmu: Drop unused CMPXCHG macro from paging_tmpl.h
Sean Christopherson
1
-6
/
+0
2022-06-15
KVM: X86/SVM: Use root_level in svm_load_mmu_pgd()
Lai Jiangshan
1
-1
/
+1
2022-06-15
KVM: X86/MMU: Remove useless mmu_topup_memory_caches() in kvm_mmu_pte_write()
Lai Jiangshan
1
-7
/
+0
2022-06-15
KVM: X86/MMU: Remove unused PT32_DIR_BASE_ADDR_MASK from mmu.c
Lai Jiangshan
1
-2
/
+0
2022-06-15
KVM: SVM: Hide SEV migration lockdep goo behind CONFIG_PROVE_LOCKING
Sean Christopherson
1
-10
/
+7
2022-06-15
KVM: SEV: fix misplaced closing parenthesis
Paolo Bonzini
1
-2
/
+2
2022-06-15
efi: Make code to find mirrored memory ranges generic
Ma Wupeng
2
-27
/
+0
2022-06-14
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
9
-127
/
+197
2022-06-14
Merge tag 'x86-bugs-2022-06-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
8
-39
/
+353
2022-06-13
perf/x86/amd/uncore: Add PerfMonV2 RDPMC assignments
Sandipan Das
1
-0
/
+10
2022-06-13
perf/x86/amd/uncore: Add PerfMonV2 DF event format
Sandipan Das
2
-7
/
+30
2022-06-13
perf/x86/amd/uncore: Detect available DF counters
Sandipan Das
2
-0
/
+13
2022-06-13
perf/x86/amd/uncore: Use attr_update for format attributes
Sandipan Das
1
-14
/
+54
2022-06-13
perf/x86/amd/uncore: Use dynamic events array
Sandipan Das
1
-7
/
+31
2022-06-13
x86/events/intel/ds: Enable large PEBS for PERF_SAMPLE_WEIGHT_TYPE
Like Xu
1
-1
/
+2
2022-06-13
x86/mm: Fix RESERVE_BRK() for older binutils
Josh Poimboeuf
3
-24
/
+23
2022-06-13
x86/crypto: Remove stray comment terminator
Thomas Gleixner
1
-2
/
+0
2022-06-10
Merge tag 'for-linus-5.19a-rc2-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tip
Linus Torvalds
5
-8
/
+8
2022-06-10
KVM: x86: Bug the VM on an out-of-bounds data read
Sean Christopherson
1
-1
/
+2
2022-06-10
KVM: x86: Bug the VM if the emulator generates a bogus exception vector
Sean Christopherson
1
-2
/
+5
2022-06-10
KVM: x86: Bug the VM if the emulator accesses a non-existent GPR
Sean Christopherson
3
-2
/
+21
2022-06-10
KVM: x86: Reduce the number of emulator GPRs to '8' for 32-bit KVM
Sean Christopherson
2
-5
/
+6
2022-06-10
KVM: x86: Use 16-bit fields to track dirty/valid emulator GPRs
Sean Christopherson
2
-2
/
+5
2022-06-10
KVM: x86: Omit VCPU_REGS_RIP from emulator's _regs array
Sean Christopherson
2
-6
/
+17
2022-06-10
KVM: x86: Harden _regs accesses to guard against buggy input
Sean Christopherson
1
-0
/
+6
2022-06-10
KVM: x86: Grab regs_dirty in local 'unsigned long'
Sean Christopherson
1
-1
/
+2
2022-06-10
treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_385.RULE
Thomas Gleixner
1
-1
/
+1
2022-06-10
treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_179.RULE
Thomas Gleixner
1
-21
/
+1
2022-06-10
crypto: blake2s - remove shash module
Jason A. Donenfeld
3
-82
/
+2
[prev]
[next]