summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | USB: ftdi_sio: add vendor/product id for the Marvell SheevaPlugNicolas Pitre2009-05-082-0/+8
| * | | | | | | | USB: cxacru: Fix negative dB outputSimon Arlott2009-05-081-2/+8
| |/ / / / / / /
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2009-05-101-19/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | Revert driver core: move platform_data into platform_deviceGreg Kroah-Hartman2009-05-081-3/+0
| * | | | | | | | Revert driver core: fix passing platform_dataMing Lei2009-05-081-14/+1
| * | | | | | | | Driver core: platform: fix kernel-doc warningsRandy Dunlap2009-05-081-3/+3
| |/ / / / / / /
* | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2009-05-104-16/+20
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix the race between capifs remount and node creationAl Viro2009-05-091-2/+8
| * | | | | | | | Fix races around the access to ->s_optionsAl Viro2009-05-091-2/+1
| * | | | | | | | Reduce path_lookup() abusesAl Viro2009-05-091-10/+10
| * | | | | | | | Fix deadlock in ipathfs ->get_sb()Al Viro2009-05-091-1/+1
| * | | | | | | | Convert obvious places to deactivate_locked_super()Al Viro2009-05-091-2/+1
| |/ / / / / / /
* | | | | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mch...Linus Torvalds2009-05-1014-41/+76
|\ \ \ \ \ \ \ \
| * | | | | | | | V4L/DVB (11680): cafe_ccic: use = instead of == for setting a value at a varMauro Carvalho Chehab2009-05-091-1/+1
| * | | | | | | | V4L/DVB (11679): cafe_ccic: fix sensor detectionHans Verkuil2009-05-091-0/+1
| * | | | | | | | V4L/DVB (11675): ivtv/radio: fix V4L2_TUNER_MODE/V4L2_TUNER_SUB confusionHans Verkuil2009-05-093-4/+4
| * | | | | | | | V4L/DVB (11674): ivtv: fix incorrect bit testsHans Verkuil2009-05-094-5/+8
| * | | | | | | | V4L/DVB (11669): uvc: fix compile warningHans Verkuil2009-05-091-3/+6
| * | | | | | | | V4L/DVB (11668): ivtv: fix compiler warning.Hans Verkuil2009-05-091-3/+6
| * | | | | | | | V4L/DVB (11664): cx23885: Frontend wasn't locking on HVR-1500Steven Toth2009-05-091-1/+1
| * | | | | | | | V4L/DVB (11662): v4l2-ioctl: Clear buffer type specific trailing fields/paddingTrent Piepho2009-05-091-0/+27
| * | | | | | | | V4L/DVB (11661): v4l2-ioctl: Check buffer types using g_fmt instead of try_fmtTrent Piepho2009-05-091-9/+9
| * | | | | | | | V4L/DVB (11660): zoran: fix bug when enumerating format -1Trent Piepho2009-05-091-15/+13
| * | | | | | | | V4L/DVB (11575): uvcvideo: fix uvc resume failedMing Lei2009-05-091-1/+1
| |/ / / / / / /
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-05-107-45/+38
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | |
| * | | | | | | Merge branch 'net-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/chr...David S. Miller2009-05-092-17/+18
| |\ \ \ \ \ \ \
| | * | | | | | | IXP4xx: complete Ethernet netdev setup before calling register_netdev().Krzysztof Hałasa2009-05-091-12/+13
| | * | | | | | | IXP4xx: use "ENODEV" instead of "ENOSYS" in module initialization.Krzysztof Hałasa2009-05-092-5/+5
| * | | | | | | | bonding: fix panic if initialization failsFlorian Westphal2009-05-091-8/+0
| |/ / / / / / /
| * | | | | | | bnx2: Fix panic in bnx2_poll_work().Michael Chan2009-05-061-2/+4
| * | | | | | | igb: resolve panic on shutdown when SR-IOV is enabledAlexander Duyck2009-05-061-7/+5
| * | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-05-052-11/+11
| |\ \ \ \ \ \ \
| | * | | | | | | iwlwifi: update key flags at time key is setReinette Chatre2009-05-041-10/+11
| | * | | | | | | iwlwifi: remove EXPORT_SYMBOL for static symbolAndreas Schwab2009-05-041-1/+0
* | | | | | | | | Merge git://git.infradead.org/mtd-2.6Linus Torvalds2009-05-082-15/+29
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | mtd: fix timeout in M25P80 driverPeter Horton2009-05-081-8/+8
| * | | | | | | | | mtd: Bug in m25p80.c during whole-chip eraseSteven A. Falco2009-04-291-5/+7
| * | | | | | | | | mtd: expose subpage size via sysfsArtem Bityutskiy2009-04-191-0/+12
| * | | | | | | | | mtd: mtd in mtd_release is unused without CONFIG_MTD_CHARDenis V. Lunev2009-04-191-3/+3
* | | | | | | | | | hwmon: (w83781d) Fix W83782D support (NULL pointer dereference)Jean Delvare2009-05-081-1/+2
* | | | | | | | | | hwmon: (asus_atk0110) Fix compiler warningLuca Tettamanti2009-05-081-0/+2
| |_|_|_|_|_|_|/ / |/| | | | | | | |
* | | | | | | | | Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds2009-05-073-51/+60
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | md: remove rd%d links immediately after stopping an array.NeilBrown2009-05-071-8/+8
| * | | | | | | | | md: remove ability to explicit set an inactive array to 'clean'.NeilBrown2009-05-071-5/+2
| * | | | | | | | | md: constify VFTsJan Engelhardt2009-05-071-1/+1
| * | | | | | | | | md: tidy up status_resync to handle large arrays.NeilBrown2009-05-071-17/+28
| * | | | | | | | | md: fix some (more) errors with bitmaps on devices larger than 2TB.NeilBrown2009-05-071-7/+11
| * | | | | | | | | md/raid10: don't clear bitmap during recovery if array will still be degraded.NeilBrown2009-05-071-6/+6
| * | | | | | | | | md: fix loading of out-of-date bitmap.NeilBrown2009-05-071-7/+4
| | |_|_|_|_|_|/ / | |/| | | | | | |
* | | | | | | | | random: make get_random_int() more randomLinus Torvalds2009-05-071-7/+12
OpenPOWER on IntegriCloud