aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* mbcs: Remove lots of global symbolsAlan Cox2007-07-192-15/+15
* unregister_chrdev(): ignore the return valueAkinobu Mita2007-07-195-21/+5
* PM: Introduce pm_power_off_prepareRafael J. Wysocki2007-07-191-29/+9
* ACPI: Do not prepare for hibernation in acpi_shutdownRafael J. Wysocki2007-07-191-3/+0
* swsusp: introduce restore platform operationsRafael J. Wysocki2007-07-191-0/+16
* PM: Do not require dev spew to get PM_DEBUGBen Collins2007-07-191-1/+1
* Merge branch 'isdn-fix' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzi...Linus Torvalds2007-07-181-3/+1
|\
| * ISDN HiSax: uninitialized return in hisax_cs_setupFlorin Malita2007-07-181-3/+1
* | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2007-07-1816-51/+1279
|\ \
| * | eHEA: Fix bonding supportThomas Klein2007-07-182-19/+20
| * | Blackfin ethernet driver: on chip ethernet MAC controller driverBryan Wu2007-07-184-0/+1186
| * | fix wrong argument of tc35815_read_plat_dev_addr()Yoichi Yuasa2007-07-181-1/+1
| * | Merge branch 'upstream-jgarzik' of git://git.kernel.org/pub/scm/linux/kernel/...Jeff Garzik2007-07-183-13/+13
| |\ \
| | * | [PATCH] zd1211rw: Add ID for Siemens Gigaset USB Stick 54Daniel Drake2007-07-171-0/+1
| | * | [PATCH] zd1211rw: Add ID for Planex GW-US54GXSMasakazu Mokuno2007-07-171-0/+1
| | * | [PATCH] Update version ipw2200 stamp to 1.2.2Zhu Yi2007-07-171-1/+1
| | * | [PATCH] ipw2200: Fix ipw_isr() comments error on shared IRQZhu Yi2007-07-171-1/+1
| | * | [PATCH] Fix ipw2200 set wrong power parameter causing firmware errorZhu Yi2007-07-171-8/+6
| | * | [PATCH] ipw2100: Fix `iwpriv set_power` errorZhu Yi2007-07-171-3/+3
| * | | ARM/ETHER3: Handle multicast frames.YOSHIFUJI Hideaki / 吉藤英明2007-07-181-1/+1
| * | | SAA9730: Handle multicast frames.YOSHIFUJI Hideaki / 吉藤英明2007-07-181-5/+4
| * | | NI5010: Handle multicast frames.YOSHIFUJI Hideaki / 吉藤英明2007-07-181-5/+1
| * | | NS83820: Handle multicast frames.YOSHIFUJI Hideaki / 吉藤英明2007-07-181-1/+1
| * | | Fix RGMII-ID handling in gianfarAndy Fleming2007-07-181-1/+11
| * | | Fix Vitesse RGMII-ID supportAndy Fleming2007-07-181-3/+20
| * | | Fix Vitesse 824x PHY interrupt ackingAndy Fleming2007-07-181-2/+21
| | |/ | |/|
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6Linus Torvalds2007-07-187-213/+160
|\ \ \
| * | | Driver core: check return code of sysfs_create_link()Cornelia Huck2007-07-181-40/+105
| * | | dev_vdbg(), available with -DVERBOSE_DEBUGDavid Brownell2007-07-181-7/+0
| * | | PM: remove deprecated dpm_runtime_* routinesAlan Stern2007-07-184-97/+35
| * | | PM: Remove deprecated sysfs filesAlan Stern2007-07-181-66/+0
| * | | Driver core: accept all valid action-strings in uevent-triggerKay Sievers2007-07-181-3/+20
| |/ /
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/uio-2.6Linus Torvalds2007-07-186-0/+890
|\ \ \
| * | | UIO: Hilscher CIF card driverHans-Jürgen Koch2007-07-183-1/+171
| * | | UIO: Add the User IO core codeHans J. Koch2007-07-185-0/+720
| |/ /
* | | Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/rolan...Linus Torvalds2007-07-1846-1291/+1045
|\ \ \
| * | | IB/mthca: Simplify use of size0 in work request postingRoland Dreier2007-07-181-17/+24
| * | | IB/mthca: Factor out setting WQE UD segment entriesRoland Dreier2007-07-181-18/+22
| * | | IB/mthca: Factor out setting WQE remote address and atomic segment entriesRoland Dreier2007-07-181-59/+40
| * | | IB/mlx4: Factor out setting other WQE segmentsRoland Dreier2007-07-181-31/+36
| * | | IB/mlx4: Factor out setting WQE data segment entriesRoland Dreier2007-07-181-6/+9
| * | | IB/mthca: Factor out setting WQE data segment entriesRoland Dreier2007-07-183-54/+30
| * | | IB/mlx4: Return receive queue sizes for userspace QPs from query QPRoland Dreier2007-07-171-8/+16
| * | | IB/mlx4: Increase max outstanding RDMA reads as targetJack Morgenstein2007-07-171-1/+1
| * | | RDMA/cma: Remove local write permission from QP access flagsDotan Barak2007-07-171-1/+1
| * | | IB/mthca: Use uninitialized_var() for f0Roland Dreier2007-07-171-2/+14
| * | | IB/cm: Make internal function cm_get_ack_delay() staticRoland Dreier2007-07-171-1/+1
| * | | IB/ipath: Remove ipath_get_user_pages_nocopy()Roland Dreier2007-07-172-27/+0
| * | | IB/ipath: Make a few functions staticRoland Dreier2007-07-177-11/+6
| * | | mlx4_core: Reset device when internal error is detectedJack Morgenstein2007-07-175-72/+129