summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* x86/events/amd/iommu: Fix sizeof mismatchColin Ian King2020-10-291-1/+1
* x86/nmi: Fix nmi_handle() duration miscalculationLibing Zhou2020-10-291-3/+2
* x86/fpu: Allow multiple bits in clearcpuid= parameterArvind Sankar2020-10-291-8/+22
* KVM: SVM: Initialize prev_ga_tag before useSuravee Suthikulpanit2020-10-291-0/+1
* KVM: x86/mmu: Commit zap of remaining invalid pages when recovering lpagesSean Christopherson2020-10-291-0/+1
* KVM: SVM: Add a dedicated INVD intercept routineTom Lendacky2020-10-011-1/+7
* KVM: x86: Reset MMU context if guest toggles CR4.SMAP or CR4.PKESean Christopherson2020-10-011-1/+2
* x86/speculation/mds: Mark mds_user_clear_cpu_buffers() __always_inlineThomas Gleixner2020-10-011-2/+2
* KVM: Remove CREATE_IRQCHIP/SET_PIT2 raceSteve Rutherford2020-10-011-2/+8
* x86/pkeys: Add check for pkey "overflow"Dave Hansen2020-10-012-2/+12
* KVM: x86: fix incorrect comparison in trace eventPaolo Bonzini2020-10-011-1/+1
* x86/ioapic: Unbreak check_timer()Thomas Gleixner2020-10-011-0/+1
* arch/x86/lib/usercopy_64.c: fix __copy_user_flushcache() cache writebackMikulas Patocka2020-10-011-1/+1
* x86/boot: kbuild: allow readelf executable to be specifiedDmitry Golovin2020-09-261-1/+1
* x86/defconfig: Enable CONFIG_USB_XHCI_HCD=yAdam Borowski2020-09-232-0/+2
* x86/boot/compressed: Disable relocation relaxationArvind Sankar2020-09-231-0/+2
* KVM: VMX: Don't freeze guest when event delivery causes an APIC-access exitWanpeng Li2020-09-171-0/+1
* vgacon: remove software scrollback supportLinus Torvalds2020-09-172-2/+0
* x86, fakenuma: Fix invalid starting node IDHuang Ying2020-09-091-1/+1
* KVM: Pass MMU notifier range flags to kvm_unmap_hva_range()Will Deacon2020-08-262-2/+4
* Fix build error when CONFIG_ACPI is not set/enabled:Randy Dunlap2020-08-261-0/+1
* kvm: x86: Toggling CR4.PKE does not load PDPTEs in PAE modeJim Mattson2020-08-261-1/+1
* kvm: x86: Toggling CR4.SMAP does not load PDPTEs in PAE modeJim Mattson2020-08-261-1/+1
* genirq/affinity: Make affinity setting if activated opt-inThomas Gleixner2020-08-211-0/+4
* irqdomain/treewide: Free firmware node after domain removalJon Derrick2020-08-191-0/+5
* crypto: aesni - add compatibility with IASJian Cai2020-08-191-11/+3
* x86/fsgsbase/64: Fix NULL deref in 86_fsgsbase_read_taskEric Dumazet2020-08-191-1/+1
* crypto: aesni - Fix build with LLVM_IAS=1Sedat Dilek2020-08-191-3/+3
* x86/mce/inject: Fix a wrong assignment of i_mce.statusZhenzhong Duan2020-08-191-1/+1
* x86/i8259: Use printk_deferred() to prevent deadlockThomas Gleixner2020-08-051-1/+1
* KVM: LAPIC: Prevent setting the tscdeadline timer if the lapic is hw disabledWanpeng Li2020-08-051-1/+1
* x86/unwind/orc: Fix ORC for newly forked tasksJosh Poimboeuf2020-08-051-2/+6
* x86, vmlinux.lds: Page-align end of ..page_aligned sectionsJoerg Roedel2020-07-291-0/+1
* x86: math-emu: Fix up 'cmp' insn for clang iasArnd Bergmann2020-07-291-1/+1
* irqdomain/treewide: Keep firmware node unconditionally allocatedThomas Gleixner2020-07-294-13/+19
* genirq/affinity: Handle affinity setting on inactive interrupts correctlyThomas Gleixner2020-07-221-17/+5
* copy_xstate_to_kernel: Fix typo which caused GDB regressionKevin Buettner2020-07-221-1/+1
* scsi: sr: remove references to BLK_DEV_SR_VENDOR, leave it enabledDiego Elio Pettenò2020-07-222-2/+0
* KVM: x86: Mark CR4.TSD as being possibly owned by the guestSean Christopherson2020-07-162-1/+3
* KVM: x86: Inject #GP if guest attempts to toggle CR4.LA57 in 64-bit modeSean Christopherson2020-07-161-0/+2
* KVM: x86: bit 8 of non-leaf PDPEs is not reservedPaolo Bonzini2020-07-161-1/+1
* x86/entry: Increase entry_stack size to a full pagePeter Zijlstra2020-07-161-1/+1
* x86/asm/64: Align start of __clear_user() loop to 16-bytesMatt Fleming2020-06-301-0/+1
* KVM: nVMX: Plumb L2 GPA through to PML emulationSean Christopherson2020-06-305-10/+10
* KVM: X86: Fix MSR range of APIC registers in X2APIC modeXiaoyao Li2020-06-301-2/+2
* x86/resctrl: Fix a NULL vs IS_ERR() static checker warning in rdt_cdp_peer_get()Dan Carpenter2020-06-301-0/+1
* KVM: x86/mmu: Set mmio_value to '0' if reserved #PF can't be generatedSean Christopherson2020-06-251-18/+9
* kvm: x86: Fix reserved bits related calculation errors caused by MKTMEKai Huang2020-06-251-6/+27
* kvm: x86: Move kvm_set_mmio_spte_mask() from x86.c to mmu.cKai Huang2020-06-252-31/+31
* kretprobe: Prevent triggering kretprobe from within kprobe_flush_taskJiri Olsa2020-06-251-13/+3