summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-01-31drm/nouveau/fence/g84-: protect against concurrent access to semaphore buffersBen Skeggs2-0/+7
2017-01-31Drivers: hv: vmbus: finally fix hv_need_to_signal_on_read()Dexuan Cui3-2/+37
2017-01-31Input: synaptics-rmi4 - fix reversed conditions in enable/disable_irq_wakeChristophe JAILLET1-2/+2
2017-01-31rtlwifi: rtl8192ce: Fix loading of incorrect firmwareJurij Smakov1-2/+7
2017-01-31Merge tag 'at91-ab-4.10-soc' of git://git.kernel.org/pub/scm/linux/kernel/git...Olof Johansson1-16/+16
2017-01-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds4-8/+81
2017-01-31Merge branch 'sparc64-non-resumable-user-error-recovery'David S. Miller2-1/+74
2017-01-31sparc64: Handle PIO & MEM non-resumable errors.Liam R. Howlett1-0/+73
2017-01-31sparc64: Zero pages on allocation for mondo and error queues.Liam R. Howlett1-1/+1
2017-01-31net/sched: cls_flower: Correct matching on ICMPv6 codeSimon Horman1-2/+2
2017-01-31Merge tag 'linux-can-fixes-for-4.10-20170130' of git://git.kernel.org/pub/scm...David S. Miller1-7/+16
2017-01-31Merge tag 'rtc-4.10-2' of git://git.kernel.org/pub/scm/linux/kernel/git/abell...Linus Torvalds2-3/+14
2017-01-30MAINTAINERS: change email address from atmel to microchipLudovic Desroches1-7/+7
2017-01-30MAINTAINERS: at91: change email addressNicolas Ferre1-9/+9
2017-01-30ipv6: Paritially checksum full MTU framesVlad Yasevich1-1/+1
2017-01-30net/mlx4_core: Avoid command timeouts during VF driver device shutdownJack Morgenstein3-1/+14
2017-01-30Merge tag 'mlx5-fixes-2017-01-27' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller15-157/+181
2017-01-30Merge tag 'wireless-drivers-for-davem-2017-01-29' of git://git.kernel.org/pub...David S. Miller7-17/+22
2017-01-30gianfar: synchronize DMA API usage by free_skb_rx_queue w/ gfar_new_pageArseny Solokha1-2/+2
2017-01-30net: ethtool: add support for 2500BaseT and 5000BaseT link modesPavel Belous1-1/+3
2017-01-30pinctrl: baytrail: Add missing spinlock usage in byt_gpio_irq_handlerAlexander Stein1-0/+2
2017-01-30pinctrl: baytrail: Debounce register is one per communityAndy Shevchenko1-3/+10
2017-01-30pinctrl: baytrail: Rectify debounce support (part 2)Andy Shevchenko1-4/+8
2017-01-30irqdomain: Avoid activating interrupts more than onceMarc Zyngier2-14/+47
2017-01-30[media] cec: fix wrong last_la determinationHans Verkuil1-1/+1
2017-01-30[media] cec-intro.rst: mention the v4l-utils package and CEC utilitiesHans Verkuil1-0/+12
2017-01-30[media] cec rst: remove "This API is not yet finalized" noticeHans Verkuil11-55/+0
2017-01-30ARM: 8643/3: arm/ptrace: Preserve previous registers for short regset writeDave Martin1-1/+1
2017-01-30ARM: 8642/1: LPAE: catch pending imprecise abort on unmaskAlexander Sverdlin2-2/+6
2017-01-30perf/core: Fix PERF_RECORD_MMAP2 prot/flags for anonymous memoryPeter Zijlstra1-21/+21
2017-01-30perf/core: Fix use-after-free bugPeter Zijlstra1-2/+25
2017-01-30can: bcm: fix hrtimer/tasklet termination in bcm op removalOliver Hartkopp1-7/+16
2017-01-30drm: Don't race connector registrationDaniel Vetter3-0/+8
2017-01-30drm: prevent double-(un)registration for connectorsDaniel Vetter2-6/+30
2017-01-30x86/microcode: Do not access the initrd after it has been freedBorislav Petkov3-7/+21
2017-01-30pinctrl: intel: merrifield: Add missed check in mrfld_config_set()Andy Shevchenko1-0/+3
2017-01-30pinctrl: sunxi: Don't enforce bias disable (for now)Maxime Ripard1-2/+1
2017-01-30pinctrl: berlin-bg4ct: fix the value for "sd1a" of pin SCRD0_CRD_PRESJisheng Zhang1-1/+1
2017-01-30Merge tag 'sti-dt-for-v4.10-rc' of git://git.kernel.org/pub/scm/linux/kernel/...Olof Johansson1-0/+1
2017-01-30powerpc/mm: Use the correct pointer when setting a 2MB pteReza Arbab1-2/+2
2017-01-30net: adaptec: starfire: add checks for dma mapping errorsAlexey Khoroshilov1-2/+43
2017-01-30net: phy: micrel: KSZ8795 do not set SUPPORTED_[Asym_]PauseSean Nyekjaer1-1/+1
2017-01-30can: Fix kernel panic at security_sock_rcv_skbEric Dumazet6-12/+20
2017-01-30net: macb: Fix 64 bit addressing support for GEMRafal Ozieblo2-61/+147
2017-01-30stmmac: Discard masked flags in interrupt status registerAlexey Brodkin1-0/+4
2017-01-30Linux 4.10-rc6v4.10-rc6Linus Torvalds1-2/+2
2017-01-30drm/i915: Check for NULL i915_vma in intel_unpin_fb_obj()Linus Torvalds1-0/+3
2017-01-30net/mlx5e: Check ets capability before ets query FW commandMoshe Shemesh1-0/+5
2017-01-30net/mlx5e: Fix update of hash function/key via ethtoolGal Pressman3-105/+109
2017-01-30net/mlx5e: Modify TIRs hash only when it's neededGal Pressman1-5/+13