summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2016-05-21/dev/dax, pmem: direct access to persistent memoryDan Williams7-0/+467
2016-05-21Merge tag 'driver-core-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds13-330/+237
2016-05-21Merge tag 'char-misc-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds78-3751/+5871
2016-05-21Merge tag 'usb-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds152-2206/+6531
2016-05-21Merge tag 'tty-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds83-1120/+2288
2016-05-21Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...Linus Torvalds115-1113/+6589
2016-05-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds123-4854/+6824
2016-05-21aeroflex/greth: fix warning about unused variableSam Ravnborg1-1/+1
2016-05-21openprom: fix warningSam Ravnborg1-24/+16
2016-05-21drivers/hwspinlock: use correct radix tree APIMatthew Wilcox1-1/+1
2016-05-21drivers/platform/x86/wmi.c: use generic UUID libraryAndy Shevchenko1-91/+13
2016-05-21lib/uuid.c: move generate_random_uuid() to uuid.cAndy Shevchenko1-20/+1
2016-05-21zram: introduce per-device debug_stat sysfs nodeSergey Senozhatsky2-0/+22
2016-05-21zram: remove max_comp_streams internalsSergey Senozhatsky3-40/+11
2016-05-21zram: user per-cpu compression streamsSergey Senozhatsky3-231/+116
2016-05-21zsmalloc: require GFP in zs_malloc()Sergey Senozhatsky1-2/+2
2016-05-21udp: prevent skbs lingering in tunnel socket queuesHannes Frederic Sowa2-9/+5
2016-05-21net: usb: ch9200: use kmemdupMuhammad Falak R Wani1-2/+1
2016-05-21ps3_gelic: use kmemdupMuhammad Falak R Wani1-2/+2
2016-05-21net:liquidio: use kmemdupMuhammad Falak R Wani1-3/+1
2016-05-21Merge tag 'wireless-drivers-next-for-davem-2016-05-13' of git://git.kernel.or...David S. Miller93-4766/+6749
2016-05-21net: cdc_ncm: update datagram size after changing mtuRafal Redzimski1-2/+4
2016-05-21tuntap: correctly wake up process during uninitJason Wang1-3/+3
2016-05-21intel: Add support for IPv6 IP-in-IP offloadAlexander Duyck8-0/+8
2016-05-21net: define gso types for IPx over IPv4 and IPv6Tom Herbert10-22/+12
2016-05-21Revert "phy: add support for a reset-gpio specification"Fabio Estevam1-8/+0
2016-05-21Merge tag 'devicetree-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds6-229/+411
2016-05-21xen-netback: only deinitialized hash if it was initializedPaul Durrant1-2/+1
2016-05-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds98-2583/+3931
2016-05-21Merge tag 'for-v4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/lin...Linus Torvalds6-10/+297
2016-05-21drm: Nuke ->vblank_disable_allowedDaniel Vetter13-39/+0
2016-05-20Merge tag 'vmwgfx-next-160520' of git://people.freedesktop.org/~thomash/linux...Dave Airlie8-16/+653
2016-05-20Merge branch 'linux-4.7' of git://github.com/skeggsb/linux into drm-nextDave Airlie203-843/+1853
2016-05-20qede: Fix DMA address APIs usageManish Chopra1-4/+3
2016-05-20macsec: fix netlink attribute for key idSabrina Dubroca1-2/+2
2016-05-20Merge tag 'mfd-for-linus-4.7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds55-482/+1139
2016-05-20Merge tag 'hsi-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/sre/...Linus Torvalds5-74/+157
2016-05-20Merge tag 'fbdev-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba/...Linus Torvalds14-639/+70
2016-05-20xen-netback: correct length checks on hash copy_opsPaul Durrant1-2/+2
2016-05-20phy: fix crash in fixed_phy_add()Rabin Vincent1-1/+5
2016-05-20irqchip: nps: add 64BIT dependencyArnd Bergmann1-0/+1
2016-05-20Merge tag 'powerpc-4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds19-92/+191
2016-05-20Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2-13/+93
2016-05-20drm/vmwgfx: Report vmwgfx version to vmware.logSinclair Yeh3-2/+25
2016-05-20drm/vmwgfx: Add VMWare host messaging capabilitySinclair Yeh2-0/+607
2016-05-20drm/vmwgfx: Kill some lockdep warningsThomas Hellstrom5-14/+21
2016-05-20rtc: stmp3xxx: print message on errorSudip Mukherjee1-1/+6
2016-05-20rtc: Use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas3-6/+6
2016-05-20rtc: ds3232: fix call trace when rtc->ops_lock is used as NULLQianyu Gong1-3/+6
2016-05-20rtc: snvs: return error in case enable_irq_wake failsStefan Agner1-1/+1