summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | hwmon/lm78: Be less i2c_client-centricJean Delvare2007-05-081-46/+40
| * | | hwmon/lm78: No longer use i2c-isaJean Delvare2007-05-082-111/+267
| * | | hwmon: New max6650 driverHans-Juergen Koch2007-05-085-0/+763
| * | | hwmon/smsc47m1: Use dynamic sysfs callbacksJean Delvare2007-05-081-103/+95
| * | | hwmon/smsc47m1: Use DRVNAME consistentlyJean Delvare2007-05-081-8/+6
| * | | hwmon/smsc47m1: Convert to a platform driverJean Delvare2007-05-082-136/+194
| * | | hwmon: Document the new fan1_target interface fileJean Delvare2007-05-081-0/+7
| * | | hwmon/w83627hf: Convert to a platform driverJean Delvare2007-05-082-283/+311
| * | | hwmon/w83627hf: Preliminary cleanupsJean Delvare2007-05-081-40/+36
| * | | hwmon-vid: Add support for VIA EstherRudolf Marek2007-05-081-3/+3
| * | | hwmon: Only call vid_which_vrm() when neededJean Delvare2007-05-082-5/+6
| * | | hwmon/smsc47m1: Get rid of a useless mutexJean Delvare2007-05-081-23/+10
| * | | hwmon/smsc47m1: Add support for the LPC47M292Jean Delvare2007-05-083-41/+139
| * | | hwmon: Request the I/O regions in platform driversJean Delvare2007-05-083-2/+42
| * | | hwmon/smsc47m192: Document the LPC47M292 as supportedJean Delvare2007-05-083-6/+8
* | | | Fix sunrpc warning noiseGeert Uytterhoeven2007-05-081-4/+4
* | | | Merge git://oss.sgi.com:8090/xfs/xfs-2.6Linus Torvalds2007-05-0844-304/+491
|\ \ \ \
| * | | | [XFS] Add lockdep support for XFSLachlan McIlroy2007-05-085-28/+88
| * | | | [XFS] Fix race in xfs_write() b/w dmapi callout and direct I/O checks.Lachlan McIlroy2007-05-081-27/+26
| * | | | [XFS] Get rid of redundant "required" in msg.Utako Kusaka2007-05-081-2/+1
| * | | | [XFS] Export via a function xfs_buftarg_list for use by kdb/xfsidbg.Tim Shimmin2007-05-082-1/+12
| * | | | [XFS] Remove unused ilen variable and references.Tim Shimmin2007-05-081-4/+0
| * | | | [XFS] Fix to prevent the notorious 'NULL files' problem after a crash.Lachlan McIlroy2007-05-089-88/+208
| * | | | [XFS] Fix race condition in xfs_write().Lachlan McIlroy2007-05-081-29/+32
| * | | | [XFS] Fix uquota and oquota enforcement problems.Kouta Ooizumi2007-05-083-4/+12
| * | | | [XFS] propogate return codes from flush routinesLachlan McIlroy2007-05-0810-22/+53
| * | | | [XFS] Fix quotaon syscall failures for group enforcement requests.Donald Douwsma2007-05-081-3/+1
| * | | | [XFS] Invalidate quotacheck when mounting without a quota type.Donald Douwsma2007-05-081-0/+11
| * | | | [XFS] reducing the number of random number functions.Joe Perches2007-05-084-20/+3
| * | | | [XFS] remove more misc. unused argsEric Sandeen2007-05-083-15/+8
| * | | | [XFS] the "aendp" arg to xfs_dir2_data_freescan is always NULL, remove it.Eric Sandeen2007-05-085-21/+13
| * | | | [XFS] The last argument "lsn" of xfs_trans_commit() is always called withEric Sandeen2007-05-0821-67/+50
| |/ / /
* | | | Merge branch 'reset-seq' of master.kernel.org:/pub/scm/linux/kernel/git/jgarz...Linus Torvalds2007-05-0832-212/+321
|\ \ \ \
| * | | | [libata reset-seq] build and merge fixesJeff Garzik2007-05-013-3/+5
| * | | | libata: reimplement reset sequencingTejun Heo2007-05-013-67/+42
| * | | | libata: improve ata_std_prereset()Tejun Heo2007-05-011-7/+15
| * | | | libata: improve 0xff status handlingTejun Heo2007-05-013-20/+30
| * | | | libata: add deadline support to prereset and reset methodsTejun Heo2007-05-0132-135/+249
* | | | | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2007-05-0837-557/+1228
|\ \ \ \ \
| * | | | | [netdrvr] atl1: fix buildJeff Garzik2007-05-081-0/+1
| * | | | | pasemi_mac: Use local-mac-address instead of mac-address if availableOlof Johansson2007-05-081-1/+6
| * | | | | pasemi_mac: PHY supportOlof Johansson2007-05-083-0/+133
| * | | | | pasemi_mac: Add msglevel support and "debug" module paramOlof Johansson2007-05-082-4/+23
| * | | | | pasemi_mac: Logic cleanup / rx performance improvementsOlof Johansson2007-05-081-38/+37
| * | | | | pasemi_mac: Minor cleanup / define fixesOlof Johansson2007-05-082-10/+8
| * | | | | pasemi_mac: Add SKB reuse / copy-breakOlof Johansson2007-05-081-7/+24
| * | | | | pasemi_mac: Timer and interrupt fixesOlof Johansson2007-05-082-12/+30
| * | | | | pasemi_mac: Abstract and fix up interrupt restart routinesOlof Johansson2007-05-081-3/+41
| * | | | | pasemi_mac: Move the IRQ mapping from the PCI layer to the driverOlof Johansson2007-05-084-23/+23
| * | | | | tc35815: Remove unnecessary skb->dev assignmentAtsushi Nemoto2007-05-081-1/+0