summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] I2C: Outdated i2c_adapter commentJean Delvare2005-09-051-2/+1Star
* [PATCH] I2C: Kill i2c_algorithm.id (7/7)Jean Delvare2005-09-051-56/+1Star
* [PATCH] I2C: Kill i2c_algorithm.id (6/7)Jean Delvare2005-09-052-5/+7
* [PATCH] I2C: Kill i2c_algorithm.id (5/7)Jean Delvare2005-09-052-65/+65
* [PATCH] I2C: Kill i2c_algorithm.id (4/7)Jean Delvare2005-09-051-2/+0Star
* [PATCH] I2C: Kill i2c_algorithm.id (2/7)Jean Delvare2005-09-051-3/+3
* [PATCH] I2C: Kill i2c_algorithm.name (1/7)Jean Delvare2005-09-051-1/+0Star
* [PATCH] hwmon: hwmon vs i2c, second round (10/11)Jean Delvare2005-09-051-74/+9Star
* [PATCH] hwmon: hwmon vs i2c, second round (09/11)Jean Delvare2005-09-051-2/+0Star
* [PATCH] hwmon: hwmon vs i2c, second round (07/11)Jean Delvare2005-09-051-3/+4
* [PATCH] hwmon: hwmon vs i2c, second round (06/11)Jean Delvare2005-09-052-215/+136Star
* [PATCH] hwmon: hwmon vs i2c, second round (05/11)Jean Delvare2005-09-051-7/+0Star
* [PATCH] hwmon: hwmon vs i2c, second round (03/11)Jean Delvare2005-09-051-27/+3Star
* [PATCH] hwmon: hwmon vs i2c, second round (02/11)Jean Delvare2005-09-051-72/+61Star
* [PATCH] hwmon: hwmon vs i2c, second round (01/11)Jean Delvare2005-09-051-3/+6
* [PATCH] hwmon: move SENSORS_LIMIT to hwmon.hJean Delvare2005-09-052-12/+11Star
* [PATCH] I2C: inline i2c_adapter_idJean Delvare2005-09-051-4/+6
* [PATCH] I2C: W83792D driver 1/3R.Marek@sh.cvut.cz2005-09-051-0/+15
* [PATCH] I2C: Separate non-i2c hwmon drivers from i2c-core (9/9)Jean Delvare2005-09-052-7/+7
* [PATCH] I2C: Separate non-i2c hwmon drivers from i2c-core (7/9)Jean Delvare2005-09-052-27/+17Star
* [PATCH] I2C: Separate non-i2c hwmon drivers from i2c-core (2/9)Jean Delvare2005-09-051-0/+29
* [PATCH] I2C: Separate non-i2c hwmon drivers from i2c-core (1/9)Jean Delvare2005-09-051-0/+7
* [PATCH] I2C hwmon: hwmon sysfs classMark M. Hoffman2005-09-051-0/+24
* [PATCH] I2C: add kobj_to_i2c_clientbgardner@wabtec.com2005-09-051-0/+5
* Merge master.kernel.org:/home/rmk/linux-2.6-mmc Linus Torvalds2005-09-051-0/+6
|\
| * [MMC] ios for mmc chip selectPierre Ossman2005-09-031-0/+6
* | Merge master.kernel.org:/home/rmk/linux-2.6-arm Linus Torvalds2005-09-051-2/+10
|\ \
| * | [ARM] Wrap calls to descriptor handlersRussell King2005-09-041-0/+8
| * | [ARM] Change irq_chip wake/type methods to set_wake/set_typeRussell King2005-09-041-2/+2
| |/
* | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6 Linus Torvalds2005-09-055-31/+42
|\ \
| * | [SPARC]: Kill io_remap_page_range()David S. Miller2005-09-022-6/+0Star
| * | [SPARC64]: Use 'unsigned long' for port argument to I/O string ops.David S. Miller2005-09-011-12/+35
| * | [SPARC64]: Eliminate irq_cpustat_t.David S. Miller2005-08-302-13/+7Star
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 Linus Torvalds2005-09-055-7/+13
|\ \ \
| * | | [TCP]: Keep TSO enabled even during loss events.David S. Miller2005-09-021-0/+1
| * | | [TCP]: Fix sk_forward_alloc underflow in tcp_sendmsgHerbert Xu2005-09-021-3/+2Star
| * | | [NET]: Add sk_stream_wmem_scheduleHerbert Xu2005-09-021-4/+8
| * | | [CRYPTO]: Added CRYPTO_TFM_REQ_MAY_SLEEP flagHerbert Xu2005-09-021-0/+1
| * | | [IPVS]: "extern inline" -> "static inline"Adrian Bunk2005-09-021-1/+1
| * | | [TUNTAP]: Allow setting the linktype of the tap device from userspaceMike Kershaw2005-09-021-0/+1
* | | | [PATCH] s390: spinlock corner caseHeiko Carstens2005-09-051-2/+2
* | | | [PATCH] s390: debug feature changesMichael Holzheu2005-09-051-2/+0Star
* | | | [PATCH] s390: machine check handler bugsMartin Schwidefsky2005-09-051-2/+6
* | | | [PATCH] xtensa: delete accidental fileAdrian Bunk2005-09-051-135/+0Star
* | | | [PATCH] xtensa: replace 'extern inline' with 'static inline'Adrian Bunk2005-09-0513-70/+70
* | | | [PATCH] uml: fix x86_64 page leakJeff Dike2005-09-052-11/+10Star
* | | | [PATCH] uml: merge duplicated page table codeJeff Dike2005-09-053-63/+46Star
* | | | [PATCH] uml: fixes performance regression in activate_mm and thus exec()Paolo 'Blaisorblade' Giarrusso2005-09-051-1/+9
* | | | [PATCH] Uml support: add PTRACE_SYSEMU_SINGLESTEP option to i386Bodo Stroesser2005-09-051-0/+1
* | | | [PATCH] UML Support - Ptrace: adds the host SYSEMU support, for UML and gener...Laurent Vivier2005-09-052-1/+5