summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | drivers: sh: Remove test for now unsupported sh7372Geert Uytterhoeven2015-04-271-2/+1
| * | | drivers: sh: Disable PM runtime for multi-platform r8a73a4 with genpdGeert Uytterhoeven2015-04-271-1/+1
| * | | drivers: sh: Disable PM runtime for multi-platform sh73a0 with genpdGeert Uytterhoeven2015-04-271-2/+2
| |/ /
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2015-04-281-0/+2
|\ \ \ | |_|/ |/| |
| * | s390/3215: free memory in error pathChristophe Jaillet2015-04-231-0/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-04-2724-160/+208
|\ \ \ | |_|/ |/| |
| * | bnx2x: really disable TPA if 'disable_tpa' option is setMichal Schmidt2015-04-271-2/+4
| * | net:treewide: Fix typo in drivers/netMasanari Iida2015-04-272-2/+2
| * | net/mlx4_en: Prevent setting invalid RSS hash functionAmir Vadai2015-04-271-13/+16
| * | mdio-mux-gpio: use new gpiod_get_array and gpiod_put_array functionsRojhalat Ibrahim2015-04-271-43/+17
| * | ppp: mppe: discard late packet in stateless modeSylvain Rochet2015-04-271-0/+7
| * | ppp: mppe: sanity error path reworkSylvain Rochet2015-04-271-16/+13
| * | net/bonding: Make DRV macros privateMatan Barak2015-04-273-0/+28
| * | altera tse: add support for fixed-links.Andreas Oetken2015-04-261-8/+29
| * | pxa168: fix double deallocation of managed resourcesAlexey Khoroshilov2015-04-261-11/+5
| * | net: eth: altera: Resolve false errors from MSGDMA to TSEChee Nouk Phoon2015-04-251-4/+1
| * | ehea: Fix memory hook reference counting crashesMichael Ellerman2015-04-251-2/+4
| * | net/tg3: Release IRQs on permanent errorGavin Shan2015-04-251-1/+3
| * | net: mdio-gpio: support access that may sleepVivien Didelot2015-04-241-5/+9
| * | bgmac: fix requests for extra polling calls from NAPIRafał Miłecki2015-04-241-1/+1
| * | ethernet: myri10ge: use arch_phys_wc_add()Luis R. Rodriguez2015-04-231-29/+9
| * | can: CAN_GRCAN should depend on HAS_DMAGeert Uytterhoeven2015-04-231-1/+1
| * | ethernet: arc: ARC_EMAC and EMAC_ROCKCHIP should depend on HAS_DMAGeert Uytterhoeven2015-04-231-3/+2
| * | ethernet: amd: AMD_XGBE should depend on HAS_DMAGeert Uytterhoeven2015-04-231-1/+1
| * | ibmveth: Fix off-by-one error in ibmveth_change_mtu()David Gibson2015-04-231-2/+2
| * | vxlan: remove the unnecessary codesLi RongQing2015-04-231-5/+1
| * | net/macb: Factor out one-time assignment from loopBen Shelton2015-04-231-2/+2
| * | bnx2x: Prevent inner-reload while VFs existYuval Mintz2015-04-222-9/+51
* | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2015-04-275-14/+95
|\ \ \
| * \ \ Merge tag 'drm-intel-next-fixes-2015-04-25' of git://anongit.freedesktop.org/...Dave Airlie2015-04-275-14/+95
| |\ \ \
| | * | | drm/i915: vlv: fix save/restore of GFX_MAX_REQ_COUNT regImre Deak2015-04-231-2/+2
| | * | | drm/i915: Workaround to avoid lite restore with HEAD==TAILMichel Thierry2015-04-232-2/+36
| | * | | drm/i915: cope with large i2c transfersDmitry Torokhov2015-04-232-10/+57
* | | | | Merge git://git.infradead.org/intel-iommuLinus Torvalds2015-04-272-80/+67
|\ \ \ \ \
| * | | | | iommu/vt-d: support extended root and context entriesDavid Woodhouse2015-03-251-75/+60
| * | | | | iommu/vt-d: Allow RMRR on graphics devices tooDavid Woodhouse2015-03-251-1/+6
| * | | | | iommu/vt-d: Print x2apic opt out info instead of printing a warningFenghua Yu2015-03-251-4/+1
* | | | | | Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-04-277-14/+18
|\ \ \ \ \ \
| * | | | | | i2c: st: add include for pinctrlWolfram Sang2015-04-231-6/+7
| * | | | | | i2c: mux: use proper dev when removing "channel-X" symlinksWolfram Sang2015-04-231-3/+5
| * | | | | | i2c: digicolor: remove duplicate includeWolfram Sang2015-04-231-2/+1
| * | | | | | i2c: Mark adapter devices with pm_runtime_no_callbacksCharles Keepax2015-04-231-0/+2
| * | | | | | i2c: pca-platform: fix broken email addressWolfram Sang2015-04-231-1/+1
| * | | | | | i2c: mxs: fix broken email addressWolfram Sang2015-04-231-1/+1
| * | | | | | i2c: rk3x: report number of messages transmittedDmitry Torokhov2015-04-231-1/+1
| | |_|_|_|/ | |/| | | |
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2015-04-2719-118/+109
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | VFS: assorted d_backing_inode() annotationsDavid Howells2015-04-152-4/+4
| * | | | | VFS: assorted weird filesystems: d_inode() annotationsDavid Howells2015-04-156-47/+47
| * | | | | VFS: normal filesystems (and lustre): d_inode() annotationsDavid Howells2015-04-159-51/+51
| * | | | | VFS: Fix up some ->d_inode accesses in the chelsio driverDavid Howells2015-04-152-16/+7