summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-12-105-64/+47
|\
| * KVM: x86: fix APIC page invalidationRadim Krčmář2017-12-062-0/+17
| * KVM: VMX: fix page leak in hardware_setup()Jim Mattson2017-12-051-1/+0
| * KVM: VMX: remove I/O port 0x80 bypass on Intel hostsAndrew Honig2017-12-051-5/+0
| * x86,kvm: remove KVM emulator get_fpu / put_fpuRik van Riel2017-12-053-36/+0
| * x86,kvm: move qemu/guest FPU switching out to vcpu_runRik van Riel2017-12-052-22/+30
* | kmemcheck: rip it out for realMichal Hocko2017-12-0810-10/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-12-081-0/+1
|\ \
| * | bpf: correct broken uapi for BPF_PROG_TYPE_PERF_EVENT program typeHendrik Brueckner2017-12-051-0/+1
| |/
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-12-0615-44/+107
|\ \
| * | x86/vdso: Change time() prototype to match __vdso_time()Arnd Bergmann2017-12-061-1/+1
| * | x86: Fix Sparse warnings about non-static functionsColin Ian King2017-12-062-4/+4
| * | x86/power: Fix some ordering bugs in __restore_processor_context()Andy Lutomirski2017-12-061-4/+17
| * | x86/PCI: Make broadcom_postcore_init() check acpi_disabledRafael J. Wysocki2017-12-061-1/+1
| * | x86/microcode/AMD: Add support for fam17h microcode loadingTom Lendacky2017-12-061-0/+4
| * | x86/cpufeatures: Make X86_BUG_FXSAVE_LEAK detectable in CPUID on AMDRudolf Marek2017-12-062-2/+6
| * | x86/idt: Load idt early in start_secondaryChunyu Hu2017-11-281-1/+1
| * | x86/xen: Support early interrupts in xen pv guestsJuergen Gross2017-11-284-14/+53
| * | x86/tlb: Disable interrupts when changing CR4Nadav Amit2017-11-252-4/+9
| * | x86/tlb: Refactor CR4 setting and shadow writeNadav Amit2017-11-251-13/+11
* | | x86: don't hash faulting address in oops printoutLinus Torvalds2017-12-051-1/+1
* | | locking/refcounts: Do not force refcount_t usage as GPL-only exportKees Cook2017-12-051-1/+1
| |/ |/|
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-11-308-62/+154
|\ \
| * | KVM: Let KVM_SET_SIGNAL_MASK work as advertisedJan H. Schönherr2017-11-271-5/+2
| * | KVM: VMX: Fix vmx->nested freeing when no SMI handlerWanpeng Li2017-11-271-1/+2
| * | KVM: VMX: Fix rflags cache during vCPU resetWanpeng Li2017-11-271-1/+1
| * | KVM: X86: Fix softlockup when get the current kvmclockWanpeng Li2017-11-271-4/+7
| * | KVM: lapic: Fixup LDR on load in x2apicDr. David Alan Gilbert2017-11-271-0/+5
| * | KVM: lapic: Split out x2apic ldr calculationDr. David Alan Gilbert2017-11-271-1/+6
| * | KVM: vmx: use X86_CR4_UMIP and X86_FEATURE_UMIPPaolo Bonzini2017-11-171-2/+1
| * | KVM: x86: Fix CPUID function for word 6 (80000001_ECX)Janakarajan Natarajan2017-11-171-1/+1
| * | KVM: nVMX: Fix vmx_check_nested_events() return value in case an event was re...Liran Alon2017-11-171-7/+6
| * | KVM: x86: ioapic: Preserve read-only values in the redirection tableNikita Leshenko2017-11-171-0/+6
| * | KVM: x86: ioapic: Clear Remote IRR when entry is switched to edge-triggeredNikita Leshenko2017-11-171-1/+10
| * | KVM: x86: ioapic: Remove redundant check for Remote IRR in ioapic_set_irqNikita Leshenko2017-11-171-5/+5
| * | KVM: x86: ioapic: Don't fire level irq when Remote IRR setNikita Leshenko2017-11-171-1/+3
| * | KVM: x86: ioapic: Fix level-triggered EOI and IOAPIC reconfigure raceNikita Leshenko2017-11-171-2/+1
| * | KVM: x86: inject exceptions produced by x86_decode_insnPaolo Bonzini2017-11-171-0/+2
| * | KVM: x86: Allow suppressing prints on RDMSR/WRMSR of unhandled MSRsEyal Moscovici2017-11-171-4/+13
| * | KVM: x86: fix em_fxstor() sleeping while in atomicDavid Hildenbrand2017-11-171-6/+26
| * | KVM: nVMX: Fix mmu context after VMLAUNCH/VMRESUME failureWanpeng Li2017-11-171-12/+22
| * | KVM: nVMX: Validate the IA32_BNDCFGS on nested VM-entryWanpeng Li2017-11-171-0/+5
| * | KVM: X86: Fix operand/address-size during instruction decodingWanpeng Li2017-11-171-0/+7
| * | KVM: x86: Don't re-execute instruction when not passing CR2 valueLiran Alon2017-11-172-2/+3
| * | KVM: x86: emulator: Return to user-mode on L1 CPL=0 emulation failureLiran Alon2017-11-171-1/+1
| * | KVM: x86: Exit to user-mode on #UD intercept when emulator requiresLiran Alon2017-11-172-0/+4
| * | KVM: nVMX/nSVM: Don't intercept #UD when running L2Liran Alon2017-11-172-6/+12
| * | KVM: x86: pvclock: Handle first-time write to pvclock-page contains random junkLiran Alon2017-11-171-0/+3
* | | mm: switch to 'define pmd_write' instead of __HAVE_ARCH_PMD_WRITEDan Williams2017-11-291-1/+1
* | | mm: fix device-dax pud write-faults triggered by get_user_pages()Dan Williams2017-11-291-0/+6