summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-04-13xhci: fix 10 second timeout on removal of PCI hotpluggable xhci controllersMathias Nyman
2016-04-13usb: xhci: fix wild pointers in xhci_mem_cleanupLu Baolu
2016-04-13usb: host: xhci-plat: fix cannot work if R-Car Gen2/3 run on above 4GB physYoshihiro Shimoda
2016-04-13usb: host: xhci: add a new quirk XHCI_NO_64BIT_SUPPORTYoshihiro Shimoda
2016-04-13xhci: resume USB 3 roothub firstMathias Nyman
2016-04-13usb: xhci: applying XHCI_PME_STUCK_QUIRK to Intel BXT B0 hostRafal Redzimski
2016-04-13cdc-acm: fix crash if flushed with nothing bufferedOliver Neukum
2016-04-13lib: lz4: cleanup unaligned access efficiency detectionRui Salvaterra
2016-04-13lib: lz4: fixed zram with lz4 on big endian machinesRui Salvaterra
2016-04-13dmaengine: dw: fix master selectionAndy Shevchenko
2016-04-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ger...Linus Torvalds
2016-04-13Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds
2016-04-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2016-04-13x86/asm: Make sure verify_cpu() has a good stackBorislav Petkov
2016-04-13x86/extable: Add a comment about early exception handlersAndy Lutomirski
2016-04-13x86/msr: Set the return value to zero when native_rdmsr_safe() failsAndy Lutomirski
2016-04-13x86/paravirt: Make "unsafe" MSR accesses unsafe even if PARAVIRT=yAndy Lutomirski
2016-04-13x86/paravirt: Add paravirt_{read,write}_msr()Andy Lutomirski
2016-04-13x86/msr: Carry on after a non-"safe" MSR access failsAndy Lutomirski
2016-04-13x86/paravirt: Add _safe to the read_ms()r and write_msr() PV callbacksAndy Lutomirski
2016-04-13x86/traps: Enable all exception handler callbacks earlyAndy Lutomirski
2016-04-13x86/head: Move early exception panic code into early_fixup_exception()Andy Lutomirski
2016-04-13x86/head: Move the early NMI fixup into CAndy Lutomirski
2016-04-13x86/head: Pass a real pt_regs and trapnr to early_fixup_exception()Andy Lutomirski
2016-04-13x86/fpu: Get rid of x87 math exception helpersBorislav Petkov
2016-04-13x86/fpu: Remove check_fpu() indirectionBorislav Petkov
2016-04-13x86/tsc: Save an indentation level in recalibrate_cpu_khz()Borislav Petkov
2016-04-13x86/tsc: Do not check X86_FEATURE_CONSTANT_TSC in notifier callBorislav Petkov
2016-04-13x86/cpu: Simplify extended APIC ID detection on AMDBorislav Petkov
2016-04-13x86/fpu/regset: Replace static_cpu_has() usage with boot_cpu_has()Borislav Petkov
2016-04-13x86/cpufeature: Replace cpu_has_xsaves with boot_cpu_has() usageBorislav Petkov
2016-04-13x86/cpufeature: Replace cpu_has_xsave with boot_cpu_has() usageBorislav Petkov
2016-04-13x86/cpufeature: Replace cpu_has_fxsr with boot_cpu_has() usageBorislav Petkov
2016-04-13x86/cpufeature: Replace cpu_has_apic with boot_cpu_has() usageBorislav Petkov
2016-04-13x86/cpufeature: Replace cpu_has_tsc with boot_cpu_has() usageBorislav Petkov
2016-04-13x86/cpufeature: Replace cpu_has_fpu with boot_cpu_has() usageBorislav Petkov
2016-04-13x86/cpufeature: Replace cpu_has_xmm with boot_cpu_has() usageBorislav Petkov
2016-04-13x86/cpufeature: Replace cpu_has_avx with boot_cpu_has() usageBorislav Petkov
2016-04-13x86/cpufeature: Replace cpu_has_aes with boot_cpu_has() usageBorislav Petkov
2016-04-13x86/cpufeature: Replace cpu_has_avx2 with boot_cpu_has() usageBorislav Petkov
2016-04-13Merge branch 'x86/urgent' into x86/asm to pick up dependent fixesIngo Molnar
2016-04-13Merge branch 'x86/mm' into x86/asm to resolve conflict and to create common baseIngo Molnar
2016-04-13x86/mm/pat: Fix BUG_ON() in mmap_mem() on QEMU/i386Toshi Kani
2016-04-13Merge branch 'x86/cpu' into x86/asm, to merge more patchesIngo Molnar
2016-04-13x86/mce: Avoid using object after free in genpoolTony Luck
2016-04-13x86/syscalls: Wire up compat readv2/writev2 syscallsChristoph Hellwig
2016-04-13x86/vdso: Remove direct HPET access through the vDSOAndy Lutomirski
2016-04-13x86/entry/64: Make gs_change a local labelBorislav Petkov
2016-04-13x86/cpu: Add Erratum 88 detection on AMDBorislav Petkov
2016-04-13x86/cpu: Move X86_BUG_ESPFIX initialization to generic_identify()Andy Lutomirski