summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-09-28189-950/+1638
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-09-287-15/+40
| |\
| | * netdev: octeon: fix return value check in octeon_mgmt_init_phy()Wei Yongjun2012-09-281-3/+1
| | * qlcnic: Fix scheduling while atomic bugNarendra K2012-09-281-2/+2
| | * bnx2: Clean up remaining iounmapNeil Horman2012-09-281-1/+1
| | * net: phy: smsc: Implement PHY config_init for LAN87xxMarek Vasut2012-09-281-1/+27
| | * smsc75xx: fix resume after device resetSteve Glendinning2012-09-271-0/+1
| | * netdev: pasemi: fix return value check in pasemi_mac_phy_init()Wei Yongjun2012-09-271-2/+2
| | * team: fix return value checkWei Yongjun2012-09-271-6/+6
| * | Merge tag 'dm-3.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/agk...Linus Torvalds2012-09-286-78/+209
| |\ \
| | * | dm verity: fix overflow checkMikulas Patocka2012-09-271-4/+4
| | * | dm thin: fix discard support for data devicesMike Snitzer2012-09-271-30/+57
| | * | dm thin: tidy discard supportMike Snitzer2012-09-271-25/+39
| | * | dm: retain table limits when swapping to new table with no devicesMike Snitzer2012-09-273-1/+50
| | * | dm table: clear add_random unless all devices have it setMilan Broz2012-09-271-4/+22
| | * | dm: handle requests beyond end of device instead of using BUG_ONMike Snitzer2012-09-271-18/+38
| | * | dm mpath: only retry ioctl when no paths if queue_if_no_path setMike Snitzer2012-09-271-4/+7
| | * | dm thin: do not set discard_zeroes_dataMike Snitzer2012-09-271-1/+1
| * | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-09-286-4/+14
| |\ \ \
| | * \ \ Merge branch 'drm-nouveau-fixes' of git://anongit.freedesktop.org/git/nouveau...Dave Airlie2012-09-272-2/+4
| | |\ \ \
| | | * | | drm/nvc0/fifo: ignore bits in PFIFO_INTR that aren't set in PFIFO_INTR_ENBen Skeggs2012-09-272-2/+4
| | * | | | drm/udl: limit modes to the sku pixel limits.Dave Airlie2012-09-261-0/+7
| | * | | | vmwgfx: corruption in vmw_event_fence_action_create()Dan Carpenter2012-09-261-1/+1
| | * | | | Merge branch 'drm-nouveau-fixes' of git://anongit.freedesktop.org/git/nouveau...Dave Airlie2012-09-262-1/+2
| | |\| | | | | | |_|/ | | |/| |
| | | * | drm/nvc0/ltcg: mask off intr 0x10Ben Skeggs2012-09-261-0/+1
| | | * | drm/nouveau: silence a debug message triggered by newer userspaceBen Skeggs2012-09-261-1/+1
| | | |/
| * | | Merge tag 'usb-3.6-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-09-283-6/+5
| |\ \ \
| | * | | USB: Fix race condition when removing host controllersAlan Stern2012-09-272-5/+3
| | * | | USB: ohci-at91: fix null pointer in ohci_hcd_at91_overcurrent_irqJoachim Eastwood2012-09-271-1/+2
| * | | | Merge tag 'gpio-fixes-v3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-09-281-0/+5
| |\ \ \ \
| | * | | | gpio-lpc32xx: Fix value handling of gpio_direction_output()Roland Stigge2012-09-241-0/+5
| | | |_|/ | | |/| |
| * | | | Merge tag 'md-3.6-fixes' of git://neil.brown.name/mdLinus Torvalds2012-09-282-3/+6
| |\ \ \ \
| | * | | | md/raid10: fix "enough" function for detecting if array is failed.NeilBrown2012-09-271-3/+5
| | * | | | md/raid5: add missing spin_lock_init.NeilBrown2012-09-241-0/+1
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-edacLinus Torvalds2012-09-283-4/+9
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | sb_edac: Avoid overflow errors at memory size calculationMauro Carvalho Chehab2012-09-251-3/+4
| | * | | | i5000: Fix the memory size calculation with 2R memoriesMauro Carvalho Chehab2012-09-251-0/+4
| | * | | | i3200_edac: Fix memory rank sizeMauro Carvalho Chehab2012-09-251-1/+1
| | | |/ / | | |/| |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-09-255-18/+64
| |\ \ \ \
| | * \ \ \ Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2012-09-251-0/+1
| | |\ \ \ \
| | | * \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-09-221-0/+1
| | | |\ \ \ \
| | | | * | | | iwlwifi: don't double free the interrupt in failure pathEmmanuel Grumbach2012-09-191-0/+1
| | * | | | | | phy/micrel: Rename KS80xx to KSZ80xxMarek Vasut2012-09-241-9/+9
| | * | | | | | phy/micrel: Implement support for KSZ8021Marek Vasut2012-09-241-0/+27
| | * | | | | | pppoe: drop PPPOX_ZOMBIEs in pppoe_releaseXiaodong Xu2012-09-221-1/+1
| | * | | | | | team: send port changed when addedJiri Pirko2012-09-221-8/+24
| | * | | | | | net/phy/bcm87xx: Add MODULE_LICENSE("GPL") to GPL driverPeter Hüwe2012-09-221-0/+2
| | |/ / / / /
| * | | | | | sh: pfc: Fix up GPIO mux type reconfig case.Paul Mundt2012-09-251-0/+2
| * | | | | | Merge tag 'vfio-for-linus' of git://github.com/awilliam/linux-vfioLinus Torvalds2012-09-251-20/+56
| |\ \ \ \ \ \
| | * | | | | | vfio: Fix virqfd release raceAlex Williamson2012-09-211-20/+56