summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-04-2412-55/+126
|\
| * tun: Multicast handling in tun_chr_ioctl() needs proper locking.David S. Miller2008-04-241-0/+10
| * Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville...David S. Miller2008-04-249-22/+87
| |\
| | * iwlwifi: Don't unlock priv->mutex if it isn't lockedRoland Dreier2008-04-242-2/+0
| | * wireless: rndis_wlan: modparam_workaround_interval is never below 0.Roel Kluin2008-04-241-2/+3
| | * prism54: prism54_get_encode() test below 0 on unsigned indexRoel Kluin2008-04-241-1/+1
| | * b43: Workaround DMA quirksMichael Buesch2008-04-241-8/+39
| | * ath5k: Fix radio identification on AR5424/2424Nick Kossifidis2008-04-241-4/+10
| | * ssb: Fix all-ones boardflagsLarry Finger2008-04-241-0/+5
| | * b43: Add more btcoexist workaroundsMichael Buesch2008-04-241-4/+9
| | * b43: Fix HostFlags data typesMichael Buesch2008-04-242-3/+4
| | * b43: Workaround invalid bluetooth settingsMichael Buesch2008-04-241-2/+20
| * | iwlwifi: Fix built-in compilation of iwlcore (part 2)Zhu Yi2008-04-241-2/+1
| * | tun: Fix minor race in TUNSETLINK ioctl handling.David S. Miller2008-04-241-2/+9
| * | ppp_generic: use stats from net_device structurePaulius Zaleckas2008-04-241-29/+19
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2008-04-241-13/+17
|\ \
| * | sparc: sunzilog uart orderRobert Reif2008-04-241-13/+17
* | | Merge branch 'fixes' of master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2008-04-242-4/+1
|\ \ \
| * | | [ARM] 5010/1: htc-pasic3: remove unused defines and includesPhilipp Zabel2008-04-241-3/+0
| * | | [ARM] pxa: fix 0e623941bec7e80c97b076d346327b31ae17d84aRussell King2008-04-211-1/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-04-235-12/+17
|\ \ \ \ | | |_|/ | |/| |
| * | | iwlwifi: Fix built-in compilation of iwlcoreTomas Winkler2008-04-231-1/+1
| * | | rt2x00: Select LEDS_CLASS.David S. Miller2008-04-231-5/+10
| * | | iwlwifi: Select LEDS_CLASS.David S. Miller2008-04-231-2/+6
| * | | leds: Do not guard NEW_LEDS with HAS_IOMEMDavid S. Miller2008-04-231-1/+0
| * | | hamradio: Remove unneeded and deprecated cli()/sti() calls in dmascc.cMark Asselstine2008-04-211-3/+0
* | | | pnpacpi: fix potential corruption on "pnpacpi: exceeded the max number of IRQ...Len Brown2008-04-231-4/+6
* | | | Fix cardbus resource allocationLinus Torvalds2008-04-231-15/+15
* | | | bus_remove_device: be more careful about incomplete initializationRafael J. Wysocki2008-04-231-1/+2
* | | | Relax check on adding children of suspended devicesRafael J. Wysocki2008-04-231-9/+6
* | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2008-04-2311-0/+7405
|\ \ \ \
| * | | | [IA64] run drivers/misc/sgi-xp through scripts/checkpatch.plDean Nelson2008-04-237-391/+268
| * | | | [IA64] run rest drivers/misc/sgi-xp through scripts/LindentDean Nelson2008-04-233-506/+322
| * | | | [IA64] run some drivers/misc/sgi-xp through scripts/LindentDean Nelson2008-04-235-553/+396
| * | | | [IA64] move XP and XPC to drivers/misc/sgi-xpDean Nelson2008-04-2311-0/+7869
| | |_|/ | |/| |
* | | | Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6Linus Torvalds2008-04-2231-570/+2247
|\ \ \ \
| * | | | i2c: Fix platform driver hotplug/coldplugKay Sievers2008-04-2217-1/+29
| * | | | i2c: New driver for the SuperH Mobile I2C bus controllerMagnus Damm2008-04-223-0/+511
| * | | | i2c/scx200_acb: Don't use 0 as NULL pointerAdrian Bunk2008-04-221-1/+1
| * | | | i2c-bfin-twi: Fix mismatch in add timer and delete timerHans Schillstrom2008-04-221-1/+2
| * | | | i2c-bfin-twi: Just let i2c-bfin-twi driver depends on BLACKFINBryan Wu2008-04-221-2/+5
| * | | | i2c-bfin-twi: Use simpler comment headers and strip out information that is m...Mike Frysinger2008-04-221-18/+4
| * | | | i2c-bfin-twi: Cleanup driver descriptions, versions and some module useful in...Bryan Wu2008-04-221-6/+6
| * | | | i2c-bfin-twi: Add missing pin mux operationBryan Wu2008-04-221-0/+15
| * | | | i2c-bfin-twi: Add platform_resource interface to support multi-port TWI contr...Bryan Wu2008-04-222-108/+177
| * | | | i2c-bfin-twi: Add repeat start feature to avoid break of a bundle of i2c mast...Sonic Zhang2008-04-221-71/+114
| * | | | i2c: Remove trailing whitespaces in busses/KconfigWolfram Sang2008-04-221-15/+15
| * | | | i2c: Replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-227-45/+45
| * | | | i2c: Renesas SH7760 I2C master driverManuel Lauss2008-04-223-0/+587
| * | | | i2c-dev: Split i2cdev_ioctlJean Delvare2008-04-221-161/+168