开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
Age
Commit message (
Expand
)
Author
2022-05-23
Merge tag 'x86_core_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2022-05-23
Merge tag 'x86_cleanups_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2022-05-23
Merge tag 'x86_build_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2022-05-23
Merge tag 'x86_asm_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2022-05-23
Merge tag 'x86_cpu_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2022-05-23
Merge tag 'x86_tdx_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2022-05-23
Merge tag 'ras_core_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2022-05-23
Merge tag 'x86_sev_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2022-05-23
Merge tag 'x86-irq-2022-05-23' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2022-05-23
Merge tag 'smp-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2022-05-23
Merge tag 'efi-next-for-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2022-05-20
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2022-05-20
KVM: x86/mmu: fix NULL pointer dereference on guest INVPCID
Paolo Bonzini
2022-05-20
KVM: x86: hyper-v: fix type of valid_bank_mask
Yury Norov
2022-05-20
kvm: x86/pmu: Fix the compare function used by the pmu event filter
Aaron Lewis
2022-05-20
x86/tdx: Fix RETs in TDX asm
Peter Zijlstra
2022-05-20
x86: Remove empty files
Borislav Petkov
2022-05-20
x86/entry: Fixup objtool/ibt validation
Peter Zijlstra
2022-05-19
bug: Use normal relative pointers in 'struct bug_entry'
Josh Poimboeuf
2022-05-19
x86/entry: Fix register corruption in compat syscall
Josh Poimboeuf
2022-05-19
x86/boot: Wrap literal addresses in absolute_pointer()
Kees Cook
2022-05-19
x86/sev: Mark the code returning to user space as syscall gap
Lai Jiangshan
2022-05-18
x86/sev: Annotate stack change in the #VC handler
Lai Jiangshan
2022-05-17
x86/sev: Remove duplicated assignment to variable info
Colin Ian King
2022-05-17
x86/nmi: Make register_nmi_handler() more robust
Thomas Gleixner
2022-05-13
x86/prctl: Remove pointless task argument
Thomas Gleixner
2022-05-13
x86/mm: Fix marking of unused sub-pmd ranges
Adrian-Ken Rueegsegger
2022-05-12
KVM: x86/mmu: Update number of zapped pages even if page list is stable
Sean Christopherson
2022-05-08
Merge tag 'x86-urgent-2022-05-08' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2022-05-06
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
2022-05-06
KVM: VMX: Exit to userspace if vCPU has injected exception and invalid state
Sean Christopherson
2022-05-06
KVM: SEV: Mark nested locking of vcpu->lock
Peter Gonda
2022-05-06
x86/entry: Remove skip_r11rcx
Peter Zijlstra
2022-05-06
x86/entry: Use PUSH_AND_CLEAR_REGS for compat
Peter Zijlstra
2022-05-06
x86/entry: Simplify entry_INT80_compat()
Linus Torvalds
2022-05-06
x86/mm: Simplify RESERVE_BRK()
Josh Poimboeuf
2022-05-05
x86/fpu: Prevent FPU state corruption
Thomas Gleixner
2022-05-03
efi: x86: Set the NX-compatibility flag in the PE header
Peter Jones
2022-05-03
efi: libstub: declare DXE services table
Baskov Evgeniy
2022-05-03
Merge branch 'kvm-amd-pmu-fixes' into HEAD
Paolo Bonzini
2022-05-03
kvm: x86/cpuid: Only provide CPUID leaf 0xA if host has architectural PMU
Sandipan Das
2022-05-03
KVM: x86/svm: Account for family 17h event renumberings in amd_pmc_perf_hw_id
Kyle Huey
2022-05-03
Merge branch 'kvm-tdp-mmu-atomicity-fix' into HEAD
Paolo Bonzini
2022-05-03
KVM: x86/mmu: Use atomic XCHG to write TDP MMU SPTEs with volatile bits
Sean Christopherson
2022-05-03
KVM: x86/mmu: Move shadow-present check out of spte_has_volatile_bits()
Sean Christopherson
2022-05-03
KVM: x86/mmu: Don't treat fully writable SPTEs as volatile (modulo A/D)
Sean Christopherson
2022-05-03
x86/entry: Convert SWAPGS to swapgs and remove the definition of SWAPGS
Lai Jiangshan
2022-05-03
x86/entry: Don't call error_entry() for XENPV
Lai Jiangshan
2022-05-03
x86/entry: Move CLD to the start of the idtentry macro
Lai Jiangshan
2022-05-03
x86/entry: Move PUSH_AND_CLEAR_REGS out of error_entry()
Lai Jiangshan
[next]