summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm
Commit message (Expand)AuthorAgeFilesLines
* x86: bitops: fix build regressionNick Desaulniers2020-05-231-6/+6
* Merge tag 'x86_urgent_for_v5.7-rc7' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-05-171-1/+6
|\
| * x86: Fix early boot crash on gcc-10, third tryBorislav Petkov2020-05-151-1/+6
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-05-161-2/+2
|\ \
| * | KVM: x86: Fix pkru save/restore when guest CR4.PKE=0, move it to x86.cBabu Moger2020-05-131-0/+1
| * | KVM: x86, SVM: isolate vcpu->arch.dr6 from vmcb->save.dr6Paolo Bonzini2020-05-081-2/+0
| * | KVM: SVM: keep DR6 synchronized with vcpu->arch.dr6Paolo Bonzini2020-05-081-1/+1
| * | KVM: x86: fix DR6 delivery for various cases of #DB injectionPaolo Bonzini2020-05-071-0/+1
* | | Merge tag 'trace-v5.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2020-05-141-0/+6
|\ \ \ | |_|/ |/| |
| * | x86/ftrace: Have ftrace trampolines turn read-only at the end of system boot upSteven Rostedt (VMware)2020-05-121-0/+6
* | | Merge tag 'x86-urgent-2020-05-10' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-05-102-3/+4
|\ \ \
| * | | ftrace/x86: Fix trace event registration for syscalls without argumentsKonstantin Khlebnikov2020-05-011-2/+3
| * | | x86/unwind/orc: Fix premature unwind stoppage due to IRET framesJosh Poimboeuf2020-04-251-1/+1
| |/ /
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-05-071-2/+2
|\ \ \ | | |/ | |/|
| * | KVM: x86: Fixes posted interrupt check for IRQs delivery modesSuravee Suthikulpanit2020-05-041-2/+2
* | | Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-04-271-0/+2
|\ \ \ | |_|/ |/| |
| * | Drivers: hv: Move AEOI determination to architecture dependent codeMichael Kelley2020-04-211-0/+2
* | | Merge tag 'kbuild-fixes-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-04-242-60/+68
|\ \ \ | |_|/ |/| |
| * | arch: split MODULE_ARCH_VERMAGIC definitions out to <asm/vermagic.h>Masahiro Yamada2020-04-232-60/+68
* | | Merge tag 'kvm-s390-master-5.7-2' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini2020-04-2112-62/+151
|\| |
| * | Merge tag 'x86-urgent-2020-04-19' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-04-191-1/+1
| |\ \
| | * | x86/microcode/AMD: Increase microcode PATCH_MAX_SIZEJohn Allen2020-04-141-1/+1
| * | | efi/x86: Revert struct layout change to fix kexec boot regressionArd Biesheuvel2020-04-141-0/+2
| |/ /
| * | Merge tag 'x86-urgent-2020-04-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-04-121-0/+6
| |\ \
| | * | x86/split_lock: Provide handle_guest_split_lock()Thomas Gleixner2020-04-111-0/+6
| * | | Merge tag 'kbuild-v5.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2020-04-112-53/+0
| |\ \ \ | | |/ / | |/| |
| | * | x86: remove always-defined CONFIG_AS_AVXMasahiro Yamada2020-04-091-9/+0
| | * | x86: remove always-defined CONFIG_AS_CFI_SECTIONSMasahiro Yamada2020-04-091-2/+0
| | * | x86: remove unneeded (CONFIG_AS_)CFI_SIGNAL_FRAMEMasahiro Yamada2020-04-091-6/+0
| | * | x86: remove always-defined CONFIG_AS_CFIMasahiro Yamada2020-04-091-36/+0
| | * | x86: remove unneeded defined(__ASSEMBLY__) check from asm/dwarf2.hMasahiro Yamada2020-04-091-1/+1
| * | | x86/mm: introduce __set_memory_prot()Logan Gunthorpe2020-04-101-0/+1
| * | | x86/mm: thread pgprot_t through init_memory_mapping()Logan Gunthorpe2020-04-102-3/+3
| * | | mm/vma: define a default value for VM_DATA_DEFAULT_FLAGSAnshuman Khandual2020-04-101-3/+1
| * | | mm: define pte_index as macro for x86Arjun Roy2020-04-101-0/+3
| |/ /
| * | userfaultfd: wp: add pmd_swp_*uffd_wp() helpersPeter Xu2020-04-071-0/+15
| * | userfaultfd: wp: add WP pagetable tracking to x86Andrea Arcangeli2020-04-073-2/+70
| * | Merge tag 'pci-v5.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-04-032-0/+49
| |\ \
| | * | PCI: hv: Introduce hv_msi_entryBoqun Feng2020-03-092-2/+17
| | * | PCI: hv: Move retarget related structures into tlfs headerBoqun Feng2020-03-091-0/+31
| | * | PCI: hv: Move hypercall related definitions into tlfs headerBoqun Feng2020-03-091-0/+3
* | | | KVM: SVM: move more vmentry code to assemblyPaolo Bonzini2020-04-141-21/+0
|/ / /
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-04-024-529/+65
|\ \ \
| * | | KVM: x86: Drop __exit from kvm_x86_ops' hardware_unsetup()Sean Christopherson2020-03-311-1/+1
| * | | KVM: x86: Copy kvm_x86_ops by value to eliminate layer of indirectionSean Christopherson2020-03-311-9/+9
| * | | KVM: x86: Move init-only kvm_x86_ops to separate structSean Christopherson2020-03-311-4/+9
| * | | Merge tag 'kvmarm-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini2020-03-311-0/+2
| |\ \ \
| * | | | KVM: x86: rename set_cr3 callback and related flags to load_mmu_pgdPaolo Bonzini2020-03-161-2/+3
| * | | | KVM: x86: unify callbacks to load paging rootPaolo Bonzini2020-03-161-3/+0
| * | | | KVM: x86: Move nSVM CPUID 0x8000000A handling into common x86 codeSean Christopherson2020-03-161-2/+0