summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* mm: add thp_sizeMatthew Wilcox (Oracle)2020-08-152-7/+3
* Merge tag 'for-linus-5.9-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-08-147-14/+24
|\
| * drm/xen-front: Pass dumb buffer data offset to the backendOleksandr Andrushchenko2020-08-133-4/+7
| * drm/xen-front: Add YUYV to supported formatsOleksandr Andrushchenko2020-08-131-0/+1
| * drm/xen-front: Fix misused IS_ERR_OR_NULL checksOleksandr Andrushchenko2020-08-133-7/+7
| * xen/gntdev: Fix dmabuf import with non-zero sgt offsetOleksandr Andrushchenko2020-08-131-0/+8
| * x86/xen: remove 32-bit Xen PV guest supportJuergen Gross2020-08-111-3/+1
* | Merge tag 'hyperv-fixes-signed' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-08-141-0/+4
|\ \
| * | Drivers: hv: vmbus: Only notify Hyper-V for die events that are oopsMichael Kelley2020-08-071-0/+4
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-08-1414-47/+72
|\ \ \
| * | | net: ethernet: stmmac: Disable hardware multicast filterJonathan McDowell2020-08-121-0/+1
| * | | net: stmmac: dwmac1000: provide multicast filter fallbackJonathan McDowell2020-08-121-0/+3
| * | | sfc: fix ef100 design-param checkingEdward Cree2020-08-121-1/+2
| * | | net: phy: marvell10g: fix null pointer dereferenceMarek BehĂșn2020-08-121-11/+7
| * | | net: qcom/emac: add missed clk_disable_unprepare in error path of emac_clks_p...Wang Hai2020-08-111-3/+14
| * | | ionic_lif: Use devm_kcalloc() in ionic_qcq_alloc()Xu Wang2020-08-111-2/+2
| * | | hinic: fix strncpy output truncated compile warningsLuo bin2020-08-112-22/+12
| * | | drivers/net/wan/x25_asy: Added needed_headroom and a skb->len checkXie He2020-08-111-0/+14
| * | | vmxnet3: use correct tcp hdr length when packet is encapsulatedRonak Doshi2020-08-101-1/+2
| * | | net: phy: fix memory leak in device-create error pathJohan Hovold2020-08-081-4/+4
| * | | r8152: Use MAC address from correct device tree nodeThierry Reding2020-08-081-1/+1
| * | | drivers/net/wan/lapbether: Added needed_headroom and a skb->len checkXie He2020-08-071-1/+9
| * | | net: hns3: fix spelling mistake "could'nt" -> "couldn't"Colin Ian King2020-08-061-1/+1
* | | | Merge branch 'i2c/for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds2020-08-1433-247/+379
|\ \ \ \
| * | | | i2c: iproc: fix race between client unreg and isrDhananjay Phadke2020-08-121-1/+12
| * | | | i2c: eg20t: use generic power managementVaibhav Gupta2020-08-101-29/+7
| * | | | i2c: eg20t: Drop PCI wakeup calls from .suspend/.resumeVaibhav Gupta2020-08-101-3/+0
| * | | | i2c: mediatek: Fix i2c_spec_values descriptionMatthias Brugger2020-08-101-5/+4
| * | | | i2c: mediatek: Add i2c compatible for MediaTek MT8192Qii Wang2020-08-051-0/+15
| * | | | i2c: mediatek: Add access to more than 8GB dram in i2c driverQii Wang2020-08-051-22/+17
| * | | | i2c: mediatek: Add apdma sync in i2c driverQii Wang2020-08-051-3/+20
| * | | | i2c: i801: Add support for Intel Tiger Lake PCH-HJarkko Nikula2020-08-051-0/+4
| * | | | i2c: i801: Add support for Intel Emmitsburg PCHMika Westerberg2020-08-052-0/+5
| * | | | i2c: bcm2835: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-08-051-1/+1
| * | | | i2c: at91: Move to generic GPIO bus recoveryCodrin Ciubotariu2020-08-052-69/+3
| * | | | i2c: core: treat EPROBE_DEFER when acquiring SCL/SDA GPIOsCodrin Ciubotariu2020-08-051-12/+14
| * | | | i2c: core: add generic I2C GPIO recoveryCodrin Ciubotariu2020-08-051-0/+126
| * | | | i2c: rcar: avoid race when unregistering slaveWolfram Sang2020-07-311-3/+5
| * | | | Merge tag 'v5.8-rc7' into i2c/for-5.9Wolfram Sang2020-07-31512-4158/+5272
| |\ \ \ \
| * | | | | i2c: tegra: Avoid tegra_i2c_init_dma() for Tegra210 vi i2cSowjanya Komatineni2020-07-281-1/+1
| * | | | | i2c: tegra: Fix runtime resume to re-init VI I2CSowjanya Komatineni2020-07-281-0/+16
| * | | | | i2c: tegra: Fix the error path in tegra_i2c_runtime_resumeSowjanya Komatineni2020-07-281-3/+8
| * | | | | i2c: tegra: Remove NULL pointer check before clk_enable/disable/prepare/unpre...Sowjanya Komatineni2020-07-281-41/+23
| * | | | | i2c: tegra: Don't mark VI I2C as IRQ safe runtime PMSowjanya Komatineni2020-07-281-1/+9
| * | | | | i2c: core: do not use logical device when creating irq domainWolfram Sang2020-07-271-1/+1
| * | | | | i2c: rcar: slave: only send STOP event when we have been addressedWolfram Sang2020-07-261-3/+4
| * | | | | i2c: revert "i2c: core: Allow drivers to disable i2c-core irq mapping"Wolfram Sang2020-07-241-3/+3
| * | | | | i2c: fsi: Prevent adding adapters for ports without dts nodesEddie James2020-07-241-1/+1
| * | | | | i2c: busses: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-07-2310-19/+17
| * | | | | i2c: rk3x: support master_xfer_atomicJohn Keeping2020-07-041-4/+35