Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | RDMA/cma: Remove unneeded qp_type parameter from rdma_cm | Sean Hefty | 2006-12-12 | 1 | -5/+1 | |
| * | | | IB/ipath: Fix IRQ for PCI Express HCAs | Roland Dreier | 2006-12-12 | 1 | -1/+1 | |
| * | | | RDMA/amso1100: Fix memory leak in c2_qp_modify() | Krishna Kumar | 2006-12-12 | 1 | -5/+8 | |
| * | | | IB/iser: Remove unused "write-only" variables | Roland Dreier | 2006-12-12 | 2 | -6/+1 | |
| * | | | IB/ipath: Remove unused "write-only" variables | Roland Dreier | 2006-12-12 | 7 | -18/+9 | |
| * | | | IB/fmr: ib_flush_fmr_pool() may wait too long | Roland Dreier | 2006-12-12 | 1 | -10/+2 | |
| | |/ | |/| | ||||||
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial | Linus Torvalds | 2006-12-12 | 7 | -19/+18 | |
|\ \ \ | ||||||
| * | | | Jon needs a new shift key. | Dave Jones | 2006-12-12 | 1 | -1/+1 | |
| * | | | kconfig: Standardize "depends" -> "depends on" in Kconfig files | Robert P. J. Day | 2006-12-12 | 4 | -15/+15 | |
| * | | | e100: replace kmalloc with kcalloc | Yan Burman | 2006-12-12 | 1 | -2/+1 | |
| * | | | Fix small typo in drivers/serial/icom.c | Thomas Hisch | 2006-12-12 | 1 | -1/+1 | |
* | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog | Linus Torvalds | 2006-12-12 | 5 | -31/+28 | |
|\ \ \ \ | ||||||
| * \ \ \ | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/wim/linu... | Wim Van Sebroeck | 2006-12-12 | 4 | -27/+27 | |
| |\ \ \ \ | ||||||
| | * | | | | [WATCHDOG] watchdog miscdevice patch | Andrew Victor | 2006-12-07 | 3 | -5/+5 | |
| | * | | | | [WATCHDOG] rm9k_wdt: fix interrupt handler arguments | Thomas Koeller | 2006-12-07 | 1 | -2/+2 | |
| | * | | | | [WATCHDOG] rm9k_wdt: fix compilation | Thomas Koeller | 2006-12-07 | 1 | -20/+20 | |
| * | | | | | [WATCHDOG] pcwd_usb.c generic HID include file | Wim Van Sebroeck | 2006-12-12 | 1 | -4/+1 | |
* | | | | | | Merge ../linus | Dave Jones | 2006-12-12 | 1870 | -58294/+116175 | |
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | | | ||||||
| * | | | | | [PATCH] remove config ordering/dependency between ucb1400-ts and sound subsystem | Nicolas Pitre | 2006-12-12 | 1 | -1/+1 | |
| * | | | | | Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6 | Linus Torvalds | 2006-12-12 | 49 | -1446/+1368 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | i2c: Fix OMAP clock prescaler to match the comment | Jean Delvare | 2006-12-10 | 1 | -2/+2 | |
| | * | | | | | i2c: Refactor a kfree in i2c-dev | Jean Delvare | 2006-12-10 | 1 | -2/+1 | |
| | * | | | | | i2c: Fix return value check in i2c-dev | Akinobu Mita | 2006-12-10 | 1 | -2/+2 | |
| | * | | | | | i2c: Enable PEC on more i2c-i801 devices | Jean Delvare | 2006-12-10 | 1 | -4/+12 | |
| | * | | | | | i2c: Discard the i2c algo del_bus wrappers | Jean Delvare | 2006-12-10 | 32 | -80/+45 | |
| | * | | | | | i2c: New ARM Versatile/Realview bus driver | Russell King | 2006-12-10 | 3 | -0/+165 | |
| | * | | | | | i2c: fix broken ds1337 initialization | Dirk Eibach | 2006-12-10 | 1 | -1/+7 | |
| | * | | | | | i2c: Use the __ATTR macro where possible | Jean Delvare | 2006-12-10 | 1 | -7/+4 | |
| | * | | | | | i2c: Whitespace cleanups | David Brownell | 2006-12-10 | 2 | -44/+44 | |
| | * | | | | | i2c: Use put_user instead of copy_to_user where possible | Jean Delvare | 2006-12-10 | 1 | -2/+1 | |
| | * | | | | | i2c: New Atmel AT91 bus driver | Andrew Victor | 2006-12-10 | 3 | -0/+333 | |
| | * | | | | | i2c: Add support for nested i2c bus locking | Jiri Kosina | 2006-12-10 | 1 | -1/+1 | |
| | * | | | | | i2c: Cleanups to the i2c-nforce2 bus driver | Hans-Frieder Vogt | 2006-12-10 | 1 | -75/+14 | |
| | * | | | | | i2c: Add request/release_mem_region to i2c-ibm_iic bus driver | Jean-Baptiste Maneyrol | 2006-12-10 | 1 | -0/+9 | |
| | * | | | | | i2c: New Philips PNX bus driver | Vitaly Wool | 2006-12-10 | 3 | -0/+728 | |
| | * | | | | | i2c: Delete the broken i2c-ite bus driver | Jean Delvare | 2006-12-10 | 7 | -1226/+0 | |
| * | | | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6 | Linus Torvalds | 2006-12-12 | 3 | -34/+252 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | sh: SH-MobileR SH7722 CPU support. | Paul Mundt | 2006-12-12 | 2 | -0/+36 | |
| | * | | | | | | rtc: rtc-sh: alarm support. | Jamie Lenehan | 2006-12-12 | 1 | -25/+201 | |
| | * | | | | | | rtc: rtc-sh: fix rtc for out-by-one for the month. | Jamie Lenehan | 2006-12-12 | 1 | -3/+3 | |
| | * | | | | | | serial: sh-sci: Shut up various sci_rxd_in() gcc4 warnings. | Paul Mundt | 2006-12-12 | 1 | -0/+5 | |
| | * | | | | | | rtc: rtc-sh: fix for period rtc interrupts. | Jamie Lenehan | 2006-12-12 | 1 | -21/+22 | |
| * | | | | | | | [PATCH] net, 8139too.c: fix netpoll deadlock | Ingo Molnar | 2006-12-12 | 1 | -2/+3 | |
| * | | | | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/mchehab/... | Linus Torvalds | 2006-12-12 | 1 | -5/+9 | |
| |\ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | | | ||||||
| | * | | | | | | V4L/DVB (4954): Fix: On ia64, i2c adap->inb/adap->outb are wrongly evaluated | Mauro Carvalho Chehab | 2006-12-12 | 1 | -5/+9 | |
| * | | | | | | | [PATCH] remove blk_queue_activity_fn | Boaz Harrosh | 2006-12-12 | 1 | -4/+0 | |
| |/ / / / / / | ||||||
| * | | | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2006-12-11 | 3 | -4/+5 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | [HAMRADIO]: Fix baycom_epp.c compile failure. | Ralf Baechle | 2006-12-11 | 1 | -1/+1 | |
| | * | | | | | | [ATM]: Ignore generated file pca200e_ecd.bin2 | Ralf Baechle | 2006-12-11 | 1 | -1/+1 | |
| | * | | | | | | [NET]: Fix WAN routers kconfig dependency. | Randy Dunlap | 2006-12-11 | 1 | -2/+3 | |
| | |/ / / / / |