summaryrefslogtreecommitdiff
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| | * | [WATCHDOG] MIPS RM9000 on-chip watchdog device - patch 4Wim Van Sebroeck2006-11-171-20/+22
| | * | [WATCHDOG] MIPS RM9000 on-chip watchdog device - patch 3Wim Van Sebroeck2006-11-171-27/+29
| | * | [WATCHDOG] MIPS RM9000 on-chip watchdog device - patch 2Wim Van Sebroeck2006-11-171-115/+101
| | * | [WATCHDOG] MIPS RM9000 on-chip watchdog device - patch 1Wim Van Sebroeck2006-11-171-10/+9
| | * | [WATCHDOG] MIPS RM9000 on-chip watchdog deviceThomas Koeller2006-11-173-0/+442
| | * | [WATCHDOG] Add iTCO vendor specific supportWim Van Sebroeck2006-11-124-4/+342
| | * | [WATCHDOG] sc1200wdt.c pnp unregister fix.Akinobu Mita2006-10-291-2/+7
| | * | [WATCHDOG] config.h removalAndrew Morton2006-10-281-1/+0
| | * | [WATCHDOG] NS pc87413-wdt Watchdog driver - fixesWim Van Sebroeck2006-10-231-2/+2
| | * | [WATCHDOG] NS pc87413-wdt Watchdog driver v1.1Sven Anders & Marcus Junker2006-10-231-304/+330
| | * | [WATCHDOG] NS pc87413-wdt Watchdog driverSven Anders & Marcus Junker2006-10-153-0/+625
* | | | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2006-12-0139-5/+60
|\ \ \ \
| * \ \ \ Merge branch 'tj-upstream-fixes' of git://htj.dyndns.org/libata-tj into tmpJeff Garzik2006-11-3039-5/+60
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | [PATCH] libata: add missing sht->slave_destroyTejun Heo2006-11-2938-0/+38
| | * | | [PATCH] ahci: ignore PORT_IRQ_IF_ERR on JMB controllersTejun Heo2006-11-291-5/+22
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2006-12-0130-186/+281
|\ \ \ \ \
| * | | | | IB/ucm: Fix deadlock in cleanupMichael S. Tsirkin2006-11-291-0/+2
| * | | | | IB/cm: Fix automatic path migration supportSean Hefty2006-11-292-33/+94
| * | | | | IPoIB: Fix skb leak when freeing neighbourMichael S. Tsirkin2006-11-293-8/+15
| * | | | | IB/srp: Fix memory leak on reconnectVu Pham2006-11-291-3/+5
| * | | | | RDMA/addr: list_move() cleanupsRoland Dreier2006-11-291-4/+2
| * | | | | RDMA/addr: Fix some cancellation problems in process_req()Krishna Kumar2006-11-291-6/+5
| * | | | | RDMA/amso1100: Prevent deadlock in destroy QPKrishna Kumar2006-11-291-8/+28
| * | | | | IB/mthca: Fix initial SRQ logsize for mem-free HCAsJack Morgenstein2006-11-291-1/+1
| * | | | | IB/ehca: Use WQE offset instead of WQE addr for pending work reqsHoang-Nam Nguyen2006-11-294-15/+39
| * | | | | RDMA/iwcm: Fix comment for iwcm_deref_id() to match codeKrishna Kumar2006-11-291-2/+3
| * | | | | RDMA/iwcm: Remove unnecessary function argumentKrishna Kumar2006-11-291-7/+6
| * | | | | RDMA/iwcm: Remove unnecessary initializationsKrishna Kumar2006-11-291-4/+4
| * | | | | RDMA/iwcm: Fix memory leakKrishna Kumar2006-11-291-3/+4
| * | | | | RDMA/iwcm: Fix memory corruption bug in cm_work_handler()Krishna Kumar2006-11-291-3/+4
| * | | | | IB: Convert kmem_cache_t -> struct kmem_cacheRoland Dreier2006-11-293-3/+3
| * | | | | IB/ipath: Fix typo in pma_counter_select subscriptRoland Dreier2006-11-291-1/+1
| * | | | | RDMA/amso1100: Fix section mismatchesRoland Dreier2006-11-291-2/+2
| * | | | | IB/mthca: Fix section mismatchesRoland Dreier2006-11-2910-41/+33
| * | | | | IB/srp: Increase supported CDB sizeArne Redlich2006-11-291-1/+2
| * | | | | RDMA/cm: Remove setting local write as part of QP access flagsDotan Barak2006-11-292-3/+2
| * | | | | IB: kmemdup() cleanupEric Sesterhenn2006-11-294-10/+5
| * | | | | RDMA/cma: Rewrite cma_req_handler() to encapsulate common codeKrishna Kumar2006-11-291-14/+13
| * | | | | RDMA/addr: Use time_after_eq() instead of time_after() in queue_req()Krishna Kumar2006-11-291-1/+1
| * | | | | RDMA/cma: Remove redundant check in cma_add_oneKrishna Kumar2006-11-291-5/+0
| * | | | | RDMA/cma: Optimize cma_bind_loopback() to check for empty listKrishna Kumar2006-11-291-8/+7
| |/ / / /
* | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2006-12-0194-826/+1094
|\ \ \ \ \
| * | | | | usbcore: remove unused argument in autosuspendAlan Stern2006-12-015-62/+71
| * | | | | USB: keep count of unsuspended childrenAlan Stern2006-12-012-11/+37
| * | | | | USB hub: simplify remote-wakeup handlingAlan Stern2006-12-011-23/+20
| * | | | | USB: struct usb_device: change flag to bitflagAlan Stern2006-12-011-1/+1
| * | | | | OHCI: make autostop conditional on CONFIG_PMAlan Stern2006-12-011-54/+79
| * | | | | USB: Add autosuspend support to the hub driverAlan Stern2006-12-011-19/+26
| * | | | | EHCI: Fix root-hub and port suspend/resume problemsAlan Stern2006-12-014-53/+61
| * | | | | USB: create a new thread for every USB device found during the probe sequenceGreg Kroah-Hartman2006-12-012-22/+74