summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)Author
2017-03-15gpio: pc104: Mask PC/104 drivers via PC104 Kconfig optionWilliam Breathitt Gray
2017-03-15gpio: sta2x11: use resource management for irqsBartosz Golaszewski
2017-03-15gpio: mxs: use devm_irq_alloc_descs()Bartosz Golaszewski
2017-03-15gpio: mxc: use devm_irq_alloc_descs()Bartosz Golaszewski
2017-03-15gpio: sodaville: use resource management for irqsBartosz Golaszewski
2017-03-15gpio: davinci: use devm_irq_alloc_descs()Bartosz Golaszewski
2017-03-15gpio: pxa: use devm_irq_alloc_descs()Bartosz Golaszewski
2017-03-15gpio: xlp: use resource management for irqsBartosz Golaszewski
2017-03-15gpio: ml-ioh: use resource management for irqsBartosz Golaszewski
2017-03-15gpio: pch: use resource management for irqsBartosz Golaszewski
2017-03-15gpio: omap: use devm_irq_alloc_descs()Bartosz Golaszewski
2017-03-15gpio: twl4030: use devm_irq_alloc_descs()Bartosz Golaszewski
2017-03-15gpio: mockup: use devm_irq_alloc_descs()Bartosz Golaszewski
2017-03-15gpio: exar: Set proper output level in exar_direction_outputAxel Lin
2017-03-15gpio: acpi: Add managed variant of acpi_dev_add_driver_gpios()Andy Shevchenko
2017-03-14gpiolib: Fix spelling of 'successful'Andy Shevchenko
2017-03-06gpio: dwapb: Add support for next generation of X-Gene SoCHoan Tran
2017-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-03-04Merge tag 'staging-4.11-rc1-part2' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2017-03-04Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2017-03-03Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds
2017-03-03Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2017-03-03Merge tag 'pci-v4.11-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-03-03Merge branch 'parisc-4.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-03-03Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/...Linus Torvalds
2017-03-03Merge branch 'rebased-statx' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2017-03-03Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-03-03Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2017-03-03sfc: fix IPID endianness in TSOv2Edward Cree
2017-03-03sfc: avoid max() in array sizeEdward Cree
2017-03-03Merge tag 'linux-can-fixes-for-4.11-20170303' of git://git.kernel.org/pub/scm...David S. Miller
2017-03-03nfp: correct DMA direction in XDP DMA syncJakub Kicinski
2017-03-03nfp: don't tell FW about the reserved buffer spaceJakub Kicinski
2017-03-03net: ethernet: bgmac: mac address change bugHari Vyas
2017-03-03net: ethernet: bgmac: init sequence bugJon Mason
2017-03-03xen-netback: don't vfree() queues under spinlockPaul Durrant
2017-03-03xen-netback: keep a local pointer for vif in backend_disconnect()Paul Durrant
2017-03-03can: flexcan: fix typo in commentMarc Kleine-Budde
2017-03-03can: usb_8dev: Fix memory leak of priv->cmd_msg_bufferMarc Kleine-Budde
2017-03-03can: gs_usb: fix coding styleEthan Zonca
2017-03-03can: gs_usb: Don't use stack memory for USB transfersEthan Zonca
2017-03-02ixgbe: Limit use of 2K buffers on architectures with 256B or larger cache linesAlexander Duyck
2017-03-02statx: Add a system call to make enhanced file info availableDavid Howells
2017-03-02Merge tag 'pm-turbostat-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2017-03-02Merge tag 'acpi-extra-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2017-03-02Merge tag 'pm-extra-4.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-03-02ixgbe: update the rss key on h/w, when ethtool ask for itPaolo Abeni
2017-03-03sched/headers: Remove the <linux/mm_types.h> dependency from <linux/sched.h>Ingo Molnar
2017-03-03sched/headers: Move task_struct::signal and task_struct::sighand types and ac...Ingo Molnar
2017-03-03Merge branch 'acpi-apei'Rafael J. Wysocki