summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Fix build error when CONFIG_ACPI is not set/enabled:Randy Dunlap2020-08-201-0/+1
* x86/xen: drop tests for highmem in pv codeJuergen Gross2020-08-112-95/+57
* x86/xen: eliminate xen-asm_64.SJuergen Gross2020-08-113-195/+180
* x86/xen: remove 32-bit Xen PV guest supportJuergen Gross2020-08-1117-837/+49
* xen: hypercall.h: fix duplicated wordRandy Dunlap2020-08-031-1/+1
* Merge tag 'x86-urgent-2020-08-02' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-021-1/+1
|\
| * x86/i8259: Use printk_deferred() to prevent deadlockThomas Gleixner2020-07-291-1/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-08-024-7/+25
|\ \ | |/ |/|
| * KVM: SVM: Fix disable pause loop exit/pause filtering capability on SVMWanpeng Li2020-07-311-3/+6
| * KVM: LAPIC: Prevent setting the tscdeadline timer if the lapic is hw disabledWanpeng Li2020-07-311-1/+1
| * KVM: nVMX: check for invalid hdr.vmx.flagsPaolo Bonzini2020-07-271-0/+3
| * KVM: nVMX: check for required but missing VMCS12 in KVM_SET_NESTED_STATEPaolo Bonzini2020-07-272-3/+15
* | Merge tag 'x86-urgent-2020-07-25' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-07-254-17/+24
|\ \
| * | x86/dumpstack: Dump user space code correctly againThomas Gleixner2020-07-221-10/+17
| * | x86/stacktrace: Fix reliable check for empty user task stacksJosh Poimboeuf2020-07-221-5/+0
| * | x86/unwind/orc: Fix ORC for newly forked tasksJosh Poimboeuf2020-07-221-2/+6
| * | x86, vmlinux.lds: Page-align end of ..page_aligned sectionsJoerg Roedel2020-07-221-0/+1
* | | Merge tag 'media/v5.8-3' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2020-07-221-0/+1
|\ \ \ | |/ / |/| |
| * | media: atomisp: move CCK endpoint address to generic headerAndy Shevchenko2020-07-181-0/+1
* | | copy_xstate_to_kernel: Fix typo which caused GDB regressionKevin Buettner2020-07-191-1/+1
* | | Merge tag 'x86-urgent-2020-07-19' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-07-1912-37/+66
|\ \ \
| * | | x86/boot: Don't add the EFI stub to targetsArvind Sankar2020-07-191-2/+2
| * | | x86/entry: Actually disable stack protectorKees Cook2020-07-191-3/+11
| * | | x86/ioperm: Fix io bitmap invalidation on Xen PVAndy Lutomirski2020-07-186-17/+38
| * | | x86: math-emu: Fix up 'cmp' insn for clang iasArnd Bergmann2020-07-161-1/+1
| * | | x86/entry: Fix vectors to IDTENTRY_SYSVEC for CONFIG_HYPERVSedat Dilek2020-07-161-2/+2
| * | | x86/entry: Add compatibility with IASJian Cai2020-07-161-8/+6
| * | | x86/entry/common: Make prepare_exit_to_usermode() staticThomas Gleixner2020-07-091-1/+1
| * | | x86/entry: Mark check_user_regs() noinstrThomas Gleixner2020-07-091-1/+1
| * | | x86/traps: Disable interrupts in exc_aligment_check()Thomas Gleixner2020-07-091-0/+2
| * | | x86/entry/32: Fix XEN_PV build dependencyIngo Molnar2020-07-051-2/+2
* | | | Merge tag 'irq-urgent-2020-07-19' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-07-194-30/+24
|\ \ \ \
| * | | | genirq/affinity: Handle affinity setting on inactive interrupts correctlyThomas Gleixner2020-07-171-17/+5
| * | | | irqdomain/treewide: Keep firmware node unconditionally allocatedThomas Gleixner2020-07-144-13/+19
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-07-102-2/+4
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | KVM: nVMX: fixes for preemption timer migrationPaolo Bonzini2020-07-102-2/+4
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-07-065-12/+14
|\| | | | | |/ / / |/| | |
| * | | KVM: VMX: Use KVM_POSSIBLE_CR*_GUEST_BITS to initialize guest/host masksSean Christopherson2020-07-032-12/+7
| * | | KVM: x86: Mark CR4.TSD as being possibly owned by the guestSean Christopherson2020-07-032-1/+3
| * | | KVM: x86: Inject #GP if guest attempts to toggle CR4.LA57 in 64-bit modeSean Christopherson2020-07-031-0/+2
| * | | KVM: x86: bit 8 of non-leaf PDPEs is not reservedPaolo Bonzini2020-06-301-1/+1
| * | | KVM: X86: Fix async pf caused null-ptr-derefWanpeng Li2020-06-291-0/+3
* | | | x86/ldt: use "pr_info_once()" instead of open-coding it badlyLinus Torvalds2020-07-051-10/+1
* | | | Merge tag 'x86-urgent-2020-07-05' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-07-0512-64/+196
|\ \ \ \ | | |/ / | |/| |
| * | | x86/ldt: Disable 16-bit segments on Xen PVAndy Lutomirski2020-07-041-1/+34
| * | | x86/entry/32: Fix #MC and #DB wiring on x86_32Andy Lutomirski2020-07-043-12/+17
| * | | x86/entry/xen: Route #DB correctly on Xen PVAndy Lutomirski2020-07-044-25/+44
| * | | x86/entry, selftests: Further improve user entry sanity checksAndy Lutomirski2020-07-041-0/+19
| * | | x86/entry/compat: Clear RAX high bits on Xen PV SYSENTERAndy Lutomirski2020-07-041-9/+10
| * | | x86/entry/64/compat: Fix Xen PV SYSENTER frame setupAndy Lutomirski2020-07-012-4/+17