summaryrefslogtreecommitdiffstats
path: root/arch/x86/include
AgeCommit message (Expand)AuthorFilesLines
2020-05-23x86: bitops: fix build regressionNick Desaulniers1-6/+6
2020-05-17Merge tag 'x86_urgent_for_v5.7-rc7' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+6
2020-05-16Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-2/+2
2020-05-15x86: Fix early boot crash on gcc-10, third tryBorislav Petkov1-1/+6
2020-05-14Merge tag 'trace-v5.7-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds1-0/+6
2020-05-13KVM: x86: Fix pkru save/restore when guest CR4.PKE=0, move it to x86.cBabu Moger1-0/+1
2020-05-12x86/ftrace: Have ftrace trampolines turn read-only at the end of system boot upSteven Rostedt (VMware)1-0/+6
2020-05-10Merge tag 'x86-urgent-2020-05-10' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-3/+4
2020-05-08KVM: x86, SVM: isolate vcpu->arch.dr6 from vmcb->save.dr6Paolo Bonzini1-2/+0
2020-05-08KVM: SVM: keep DR6 synchronized with vcpu->arch.dr6Paolo Bonzini1-1/+1
2020-05-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-2/+2
2020-05-07KVM: x86: fix DR6 delivery for various cases of #DB injectionPaolo Bonzini1-0/+1
2020-05-04KVM: x86: Fixes posted interrupt check for IRQs delivery modesSuravee Suthikulpanit1-2/+2
2020-05-01ftrace/x86: Fix trace event registration for syscalls without argumentsKonstantin Khlebnikov1-2/+3
2020-04-27Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+2
2020-04-25x86/unwind/orc: Fix premature unwind stoppage due to IRET framesJosh Poimboeuf1-1/+1
2020-04-24Merge tag 'kbuild-fixes-v5.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-60/+68
2020-04-23arch: split MODULE_ARCH_VERMAGIC definitions out to <asm/vermagic.h>Masahiro Yamada2-60/+68
2020-04-21Merge tag 'kvm-s390-master-5.7-2' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini12-62/+151
2020-04-21Drivers: hv: Move AEOI determination to architecture dependent codeMichael Kelley1-0/+2
2020-04-19Merge tag 'x86-urgent-2020-04-19' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2020-04-14x86/microcode/AMD: Increase microcode PATCH_MAX_SIZEJohn Allen1-1/+1
2020-04-14KVM: SVM: move more vmentry code to assemblyPaolo Bonzini1-21/+0
2020-04-14efi/x86: Revert struct layout change to fix kexec boot regressionArd Biesheuvel1-0/+2
2020-04-12Merge tag 'x86-urgent-2020-04-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+6
2020-04-11Merge tag 'kbuild-v5.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2-53/+0
2020-04-11x86/split_lock: Provide handle_guest_split_lock()Thomas Gleixner1-0/+6
2020-04-10x86/mm: introduce __set_memory_prot()Logan Gunthorpe1-0/+1
2020-04-10x86/mm: thread pgprot_t through init_memory_mapping()Logan Gunthorpe2-3/+3
2020-04-10mm/vma: define a default value for VM_DATA_DEFAULT_FLAGSAnshuman Khandual1-3/+1
2020-04-10mm: define pte_index as macro for x86Arjun Roy1-0/+3
2020-04-09x86: remove always-defined CONFIG_AS_AVXMasahiro Yamada1-9/+0
2020-04-09x86: remove always-defined CONFIG_AS_CFI_SECTIONSMasahiro Yamada1-2/+0
2020-04-09x86: remove unneeded (CONFIG_AS_)CFI_SIGNAL_FRAMEMasahiro Yamada1-6/+0
2020-04-09x86: remove always-defined CONFIG_AS_CFIMasahiro Yamada1-36/+0
2020-04-09x86: remove unneeded defined(__ASSEMBLY__) check from asm/dwarf2.hMasahiro Yamada1-1/+1
2020-04-07userfaultfd: wp: add pmd_swp_*uffd_wp() helpersPeter Xu1-0/+15
2020-04-07userfaultfd: wp: add WP pagetable tracking to x86Andrea Arcangeli3-2/+70
2020-04-03Merge tag 'pci-v5.7-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-0/+49
2020-04-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds4-529/+65
2020-04-02Merge tag 'x86-urgent-2020-04-02' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+2
2020-04-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-17/+0
2020-04-02mm/vma: make vma_is_foreign() available for general useAnshuman Khandual1-15/+0
2020-04-02asm-generic: make more kernel-space headers mandatoryMasahiro Yamada1-2/+0
2020-04-01x86: start using named parameters for low-level uaccess asmsLinus Torvalds1-11/+15
2020-04-01x86: get rid of 'rtype' argument to __get_user_asm() macroLinus Torvalds1-11/+17
2020-04-01x86: get rid of 'rtype' argument to __put_user_goto() macroLinus Torvalds1-7/+7
2020-03-31x86: get rid of 'errret' argument to __get_user_xyz() macrossLinus Torvalds1-15/+15
2020-03-31x86: remove __put_user_asm() infrastructureLinus Torvalds1-11/+0
2020-03-31Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-3/+6