summaryrefslogtreecommitdiffstats
path: root/arch/x86 (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | x86/entry: Move SYSENTER's regs->sp and regs->flags fixups into CAndy Lutomirski2020-07-013-9/+19
| * | x86/entry: Assert that syscalls are on the right stackAndy Lutomirski2020-07-011-3/+15
| * | x86/split_lock: Don't write MSR_TEST_CTRL on CPUs that aren't whitelistedSean Christopherson2020-06-301-1/+10
| * | x86/fpu: Reset MXCSR to default in kernel_fpu_begin()Petteri Aimonen2020-06-292-0/+11
* | | vmalloc: fix the owner argument for the new __vmalloc_node_range callersChristoph Hellwig2020-07-041-1/+2
* | | Merge tag 'perf-urgent-2020-06-28' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-06-281-1/+1
|\ \ \
| * | | perf/x86/rapl: Fix RAPL config variable bugStephane Eranian2020-06-021-1/+1
* | | | Merge tag 'efi-urgent-2020-06-28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-06-281-1/+10
|\ \ \ \
| * | | | efi/x86: Setup stack correctly for efi_pe_entryArvind Sankar2020-06-171-1/+10
* | | | | Merge tag 'x86_urgent_for_5.8_rc3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-06-2810-20/+32
|\ \ \ \ \
| * | | | | x86/asm/64: Align start of __clear_user() loop to 16-bytesMatt Fleming2020-06-191-0/+1
| * | | | | x86/cpu: Use pinning mask for CR4 bits needing to be 0Kees Cook2020-06-181-12/+12
| * | | | | x86/resctrl: Fix a NULL vs IS_ERR() static checker warning in rdt_cdp_peer_get()Dan Carpenter2020-06-171-0/+1
| * | | | | x86/cpu: Reinitialize IA32_FEAT_CTL MSR on BSP during wakeupSean Christopherson2020-06-155-4/+13
| * | | | | x86/resctrl: Fix memory bandwidth counter width for AMDBabu Moger2020-06-152-4/+5
| |/ / / /
* | | | | Merge tag 'objtool_urgent_for_5.8_rc3' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2020-06-281-1/+1
|\ \ \ \ \
| * | | | | objtool: Fix noinstr vs KCOVPeter Zijlstra2020-06-181-1/+1
| |/ / / /
* | | | | Merge tag 'x86_entry_for_5.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-06-288-45/+73
|\ \ \ \ \
| * \ \ \ \ Merge branch 'linus' into x86/entry, to resolve conflictsIngo Molnar2020-06-2627-133/+116
| |\ \ \ \ \
| * | | | | | x86/entry: Fix #UD vs WARN morePeter Zijlstra2020-06-251-34/+38