summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* pcspkr: fix dependanciesStas Sergeev2008-05-071-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2008-05-0510-26/+75
|\
| * mlx4_core: Support creation of FMRs with pages smaller than 4KOren Duer2008-05-051-1/+1
| * IB/ehca: Fix function return typesStefan Roscher2008-05-051-4/+3
| * RDMA/cxgb3: Bump up the MPA connection setup timeout.Steve Wise2008-05-021-2/+2
| * RDMA/cxgb3: Silently ignore close reply after abort.Steve Wise2008-05-021-1/+1
| * RDMA/cxgb3: QP flush fixesSteve Wise2008-05-023-10/+20
| * IB/ipoib: Fix transmit queue stalling foreverEli Cohen2008-04-303-6/+46
| * IB/mlx4: Fix off-by-one errors in calls to mlx4_ib_free_cq_buf()Roland Dreier2008-04-301-2/+2
* | Merge branch 'powerpc-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2008-05-053-35/+36
|\ \
| * | [POWERPC] macintosh: ADB driver: adb_handler_sem semaphore to mutexDaniel Walker2008-05-051-15/+15
| * | [POWERPC] macintosh: windfarm_smu_sat: semaphore to mutexDaniel Walker2008-05-051-5/+5
| * | [POWERPC] macintosh: therm_pm72: driver_lock semaphore to mutexDaniel Walker2008-05-051-15/+16
* | | dev_name introduction fall out fixStephen Rothwell2008-05-054-10/+10
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2008-05-051-16/+17
|\ \ \
| * | | x86/pci: remove flag in pci_cfg_space_size_extYinghai Lu2008-04-291-16/+17
* | | | CONFIG_SCSI_MAC_ESP needs CONFIG_SCSI_SPI_ATTRSGeert Uytterhoeven2008-05-051-0/+1
* | | | m68k: drivers/input/serio/hp_sdc.c needs <linux/semaphore.h>Geert Uytterhoeven2008-05-051-0/+1
* | | | m68k: serial167 missing return value in cy_put_char()Geert Uytterhoeven2008-05-051-1/+1
* | | | m68k: Fix falconide `data_adr' typoGeert Uytterhoeven2008-05-051-1/+1
* | | | kgdb: 1000 loops for the single step test in kgdbtsJason Wessel2008-05-051-2/+13
* | | | kgdb: trivial sparse fixes in kgdb test-suiteHarvey Harrison2008-05-051-30/+30
| |/ / |/| |
* | | ide: IDE_HFLAG_SERIALIZE_DMA bugfixBartlomiej Zolnierkiewicz2008-05-041-6/+6
* | | Merge git://git.infradead.org/battery-2.6Linus Torvalds2008-05-032-1/+12
|\ \ \
| * | | PMU battery: filenames in sysfs with spacesChristian Kujau2008-05-031-1/+1
| * | | pda_power: add init and exit function callbacksPhilipp Zabel2008-05-031-0/+11
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2008-05-0322-375/+511
|\ \ \ \
| * | | | bnx2: Update version to 1.7.5.Michael Chan2008-05-021-2/+2
| * | | | bnx2: Update RV2P firmware for 5709.Michael Chan2008-05-022-243/+265
| * | | | bnx2: Zero out context memory for 5709.Michael Chan2008-05-021-0/+5
| * | | | bnx2: Fix register test on 5709.Michael Chan2008-05-021-1/+1
| * | | | bnx2: Fix remote PHY initial link state.Michael Chan2008-05-021-7/+2
| * | | | bnx2: Refine remote PHY locking.Michael Chan2008-05-021-6/+5
| * | | | tg3: Update version to 3.92Matt Carlson2008-05-021-2/+2
| * | | | tg3: Add link state reporting to UMP firmwareMatt Carlson2008-05-022-10/+77
| * | | | tg3: Fix ethtool loopback test for 5761 BX devicesMatt Carlson2008-05-021-8/+3
| * | | | tg3: Fix 5761 NVRAM sizesMatt Carlson2008-05-022-13/+29
| * | | | tg3: Use constant 500KHz MI clock on adapters with a CPMUMatt Carlson2008-05-022-6/+14
| * | | | hci_usb.h: fix hard-to-trigger racePavel Machek2008-05-021-8/+13
| * | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville...David S. Miller2008-05-0114-64/+77
| |\ \ \ \
| | * | | | rt2x00: Fix quality/activity led handlingIvo van Doorn2008-05-018-5/+28
| | * | | | rt2x00: Don't enable short preamble for 1MBsIvo van Doorn2008-05-012-2/+2
| | * | | | iwlwifi: fix debug messages during scanningBill Moss2008-05-012-15/+14
| | * | | | iwlwifi: fix current channel is not scannedGuy Cohen2008-05-014-28/+0
| | * | | | b43: Fix some TX/RX locking issuesMichael Buesch2008-05-012-14/+33
| * | | | | net: fix returning void-valued expression warningsHarvey Harrison2008-05-013-4/+6
| |/ / / /
| * | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville...David S. Miller2008-05-012-1/+10
| |\ \ \ \
| | * | | | libertas: fix use-before-check violationHolger Schurig2008-04-301-1/+2
| | * | | | b43: Fix dual-PHY devicesMichael Buesch2008-04-301-0/+8
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2008-05-034-4/+4
|\ \ \ \ \ \
OpenPOWER on IntegriCloud