aboutsummaryrefslogtreecommitdiffstats
path: root/drivers (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-24vfio-ccw: rework ssch state handlingCornelia Huck3-8/+16
2019-04-24vfio-ccw: make it safe to access channel programsCornelia Huck3-1/+27
2019-04-18s390/qdio: consolidate index tracking for queue scanJulian Wiedmann1-24/+31
2019-04-18s390/qdio: limit direct access to first_to_check cursorJulian Wiedmann1-27/+29
2019-04-11s390: zcrypt: initialize variables before_useArnd Bergmann1-0/+4
2019-04-10s390: cio: fix cio_irb declarationArnd Bergmann1-1/+1
2019-04-10s390/qdio: eliminate queue's last_move cursorJulian Wiedmann3-14/+5
2019-04-10s390/qdio: simplify SBAL range calculationJulian Wiedmann1-15/+9
2019-04-10s390/qdio: pass up count of ready-to-process SBALsJulian Wiedmann1-35/+42
2019-04-10s390/qdio: fix output of DSCI value in debug fileJulian Wiedmann1-2/+2
2019-03-29s390/qdio: clean up qdio_check_outbound_after_thinint()Julian Wiedmann1-9/+4
2019-03-29s390/qdio: clean up pci_out_supported()Julian Wiedmann3-11/+11
2019-03-29s390/dasd: Fix capacity calculation for large volumesPeter Oberparleiter1-3/+3
2019-03-28Merge tag 'pci-v5.1-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds3-7/+19
2019-03-28Merge tag 's390-5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds6-20/+78
2019-03-28Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-7/+42
2019-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds72-535/+756
2019-03-26dpaa2-eth: fix race condition with bql frame accountingIoana Ciornei1-4/+9
2019-03-26chelsio: use BUG() instead of BUG_ON(1)Arnd Bergmann2-2/+2
2019-03-26net: phy: bcm54xx: Encode link speed and activity into LEDsVladimir Oltean1-0/+13
2019-03-26net: usb: aqc111: Extend HWID table by QNAP deviceDmitry Bezrukov2-0/+23
2019-03-26net: dsa: qca8k: extend slave-bus implementationsChristian Lamparter2-1/+168
2019-03-26net: dsa: qca8k: remove leftover phy accessorsChristian Lamparter1-18/+0
2019-03-25net: phy: don't clear BMCR in genphy_soft_resetHeiner Kallweit1-1/+1
2019-03-25PCI/LINK: Deduplicate bandwidth reports for multi-function devicesLukas Wunner3-2/+3
2019-03-25PCI/LINK: Clear bandwidth notification interrupt before enabling itLukas Wunner1-0/+2
2019-03-25PCI/LINK: Supply IRQ handler so level-triggered IRQs are ackedAlexandru Gagniuc1-5/+14
2019-03-25Revert "parport: daisy: use new parport device model"Linus Torvalds3-41/+3
2019-03-25Merge tag 'arm-soc/for-5.1/soc-fixes' of https://github.com/Broadcom/stblinux into arm/fixesArnd Bergmann1-7/+42
2019-03-24Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-39/+20
2019-03-24Merge branch 'irq-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds8-46/+30
2019-03-24Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linuxLinus Torvalds6-16/+30
2019-03-24Merge tag 'auxdisplay-for-linus-v5.1-rc2' of git://github.com/ojeda/linuxLinus Torvalds5-29/+74
2019-03-24Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds6-8/+47
2019-03-24clocksource/drivers/clps711x: Remove board supportAlexander Shiyan1-32/+13
2019-03-23r8169: fix cable re-plugging issueHeiner Kallweit1-1/+1
2019-03-23net: ethernet: ti: fix possible object reference leakWen Yang1-2/+6
2019-03-23net: ibm: fix possible object reference leakWen Yang1-0/+1
2019-03-23net: xilinx: fix possible object reference leakWen Yang1-0/+2
2019-03-23net: phy: Re-parent menus for MDIO bus drivers correctlyFlorian Fainelli1-0/+3
2019-03-23Merge tag 'for-linus-20190323' of git://git.kernel.dk/linux-blockLinus Torvalds3-7/+17
2019-03-23Merge tag 'ceph-for-5.1-rc2' of git://github.com/ceph/ceph-clientLinus Torvalds1-22/+6
2019-03-23clocksource/drivers/riscv: Fix clocksource maskAtish Patra1-3/+2
2019-03-22clocksource/drivers/mips-gic-timer: Make gic_compare_irqaction staticYueHaibing1-1/+1
2019-03-22clocksource/drivers/timer-ti-dm: Make omap_dm_timer_set_load_start() staticYueHaibing1-2/+2
2019-03-22clocksource/drivers/tcb_clksrc: Make tc_clksrc_suspend/resume() staticYueHaibing1-2/+2
2019-03-22clocksource/drivers/clps711x: Make clps711x_clksrc_init() staticYueHaibing1-2/+3
2019-03-22Merge tag 'iommu-fixes-v5.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds3-4/+13
2019-03-22Merge tag 'devprop-5.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-2/+2
2019-03-22Merge tag 'acpi-5.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-0/+1