| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge with Linus' kernel. | Russell King | 2006-01-07 | 2145 | -64681/+159271 |
|\ |
|
| * | [PATCH] Fix posix-cpu-timers sched_time accumulation | David S. Miller | 2006-01-06 | 1 | -12/+1 |
| * | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/i2c-2.6 | Linus Torvalds | 2006-01-06 | 124 | -747/+1550 |
| |\ |
|
| | * | Merge ../torvalds-2.6/ | Greg Kroah-Hartman | 2006-01-06 | 631 | -12111/+62650 |
| | |\ |
|
| | * | | [PATCH] i2c: i2c-mv64xxx fix transaction abortion | Mark A. Greer | 2006-01-05 | 1 | -18/+15 |
| | * | | [PATCH] i2c: i2c-nforce2 add nforce4 MCP-04 device ID | Jean Delvare | 2006-01-05 | 3 | -1/+5 |
| | * | | [PATCH] i2c: i2c-ibm_iic add I2C_CLASS_HWMON | Martin Hicks | 2006-01-05 | 1 | -0/+1 |
| | * | | [PATCH] i2c: I2C_DF_NOTIFY removal comment cleanups | Jean Delvare | 2006-01-05 | 1 | -8/+0 |
| | * | | [PATCH] i2c: update i2c_driver.command documentation | Jean Delvare | 2006-01-05 | 1 | -7/+3 |
| | * | | [PATCH] i2c: drop empty i2c_driver.command implementations | Laurent Riffard | 2006-01-05 | 4 | -26/+0 |
| | * | | [PATCH] i2c: driver ID list cleanups | Jean Delvare | 2006-01-05 | 1 | -20/+0 |
| | * | | [PATCH] hwmon: it87 use u8 for vrm | Jean Delvare | 2006-01-05 | 1 | -2/+2 |
| | * | | [PATCH] hwmon: add VRM/VID support for some VIA CPUs | Rudolf Marek | 2006-01-05 | 2 | -30/+45 |
| | * | | [PATCH] hwmon: w83792d simplify in low bits handling | Jean Delvare | 2006-01-05 | 1 | -38/+10 |
| | * | | [PATCH] hwmon: w83792d misc cleanups | Jean Delvare | 2006-01-05 | 1 | -20/+9 |
| | * | | [PATCH] I2C: move i2c-dev to use dynamic class devices | Greg Kroah-Hartman | 2006-01-05 | 1 | -30/+20 |
| | * | | [PATCH] i2c: Documentation update | Jean Delvare | 2006-01-05 | 2 | -4/+2 |
| | * | | [PATCH] I2C: Remove .owner setting from i2c_driver as it's no longer needed | Greg Kroah-Hartman | 2006-01-05 | 95 | -98/+0 |
| | * | | [PATCH] I2C: Make i2c_add_driver automatically set the proper module owner | Greg Kroah-Hartman | 2006-01-05 | 2 | -3/+9 |
| | * | | [PATCH] I2C: Fix up debug build error for previous i2c structure changes | Greg Kroah-Hartman | 2006-01-05 | 1 | -3/+3 |
| | * | | [PATCH] i2c: Drop i2c_driver.{owner,name}, 11 of 11 | Jean Delvare | 2006-01-05 | 2 | -2/+8 |
| | * | | [PATCH] i2c: Drop i2c_driver.{owner,name}, 10 of 11 | Jean Delvare | 2006-01-05 | 1 | -2/+4 |
| | * | | [PATCH] i2c: Drop i2c_driver.{owner,name}, 9 of 11 | Laurent Riffard | 2006-01-05 | 1 | -2/+4 |
| | * | | [PATCH] i2c: Drop i2c_driver.{owner,name}, 8 of 11 | Laurent Riffard | 2006-01-05 | 1 | -1/+4 |
| | * | | [PATCH] i2c: Drop i2c_driver.{owner,name}, 7 of 11 | Laurent Riffard | 2006-01-05 | 1 | -1/+4 |
| | * | | [PATCH] i2c: Drop i2c_driver.{owner,name}, 6 of 11 | Laurent Riffard | 2006-01-05 | 2 | -4/+8 |
| | * | | [PATCH] i2c: Drop i2c_driver.{owner,name}, 5 of 11 | Laurent Riffard | 2006-01-05 | 44 | -111/+191 |
| | * | | [PATCH] i2c: Drop i2c_driver.{owner,name}, 4 of 11 | Laurent Riffard | 2006-01-05 | 4 | -8/+16 |
| | * | | [PATCH] i2c: Drop i2c_driver.{owner,name}, 3 of 11 | Laurent Riffard | 2006-01-05 | 35 | -86/+166 |
| | * | | [PATCH] i2c: Drop i2c_driver.{owner,name}, 2 of 11 | Laurent Riffard | 2006-01-05 | 12 | -24/+48 |
| | * | | [PATCH] i2c: Drop i2c_driver.{owner,name}, 1 of 11 | Laurent Riffard | 2006-01-05 | 4 | -18/+19 |
| | * | | [PATCH] i2c: i2c_get_client is gone | Jean Delvare | 2006-01-05 | 1 | -11/+2 |
| | * | | [PATCH] i2c: Chip driver porting guide update | Jean Delvare | 2006-01-05 | 1 | -35/+44 |
| | * | | [PATCH] i2c: Rework client usage count, 3 of 3 | Jean Delvare | 2006-01-05 | 3 | -8/+2 |
| | * | | [PATCH] i2c: Rework client usage count, 2 of 3 | Jean Delvare | 2006-01-05 | 29 | -46/+10 |
| | * | | [PATCH] i2c: Rework client usage count, 1 of 3 | Jean Delvare | 2006-01-05 | 2 | -5/+1 |
| | * | | [PATCH] i2c: Drop i2c_driver.flags, 3 of 3 | Jean Delvare | 2006-01-05 | 1 | -3/+0 |
| | * | | [PATCH] i2c: Drop i2c_driver.flags, 2 of 3 | Jean Delvare | 2006-01-05 | 91 | -95/+5 |
| | * | | [PATCH] i2c: Drop i2c_driver.flags, 1 of 3 | Jean Delvare | 2006-01-05 | 2 | -9/+0 |
| | * | | [PATCH] hwmon: New vt8231 driver | Roger Lucas | 2006-01-05 | 4 | -0/+880 |
| | * | | [PATCH] i2c: Add support for Barco LPT->DVI to i2c-parport | Peter Korsgaard | 2006-01-05 | 2 | -1/+12 |
| | * | | [PATCH] i2c: Remove duplicate rtc8564 BCD macros | Nicolas Kaiser | 2006-01-05 | 1 | -19/+17 |
| | * | | [PATCH] hwmon: Clarify the W83627THF VID documentation | Mark M. Hoffman | 2006-01-05 | 1 | -8/+11 |
| | * | | [PATCH] hwmon: W83627THF VID fixes | Yuan Mu | 2006-01-05 | 1 | -9/+7 |
| | * | | [PATCH] hwmon: Support the VRM 10 mode of the ADT7463 | Jean Delvare | 2006-01-05 | 1 | -8/+36 |
| | * | | [PATCH] hwmon: remove deprecated sysfs names of adm1025 and adm1026 | Grant Coady | 2006-01-05 | 3 | -17/+0 |
| | * | | [PATCH] i2c: Extend ds1337 initialization | Michael Burian | 2006-01-05 | 1 | -6/+31 |
| | * | | [PATCH] i2c: i2c-i801 explicitly enables/disables PEC | Mark M. Hoffman | 2006-01-05 | 1 | -5/+1 |
| * | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2006-01-06 | 20 | -44/+37 |
| |\ \ \ |
|
| | * | | | [NET]: Endian-annotate in_aton() | Alexey Dobriyan | 2006-01-06 | 2 | -2/+2 |