summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* IB/mad: Fix kernel crash when .process_mad() returns SUCCESS|CONSUMEDDave Olson2008-05-231-1/+3
* IPoIB: Test for NULL broadcast object in ipiob_mcast_join_finish()Jack Morgenstein2008-05-211-0/+6
* IB/mlx4: Fix creation of kernel QP with max number of send s/g entriesRoland Dreier2008-05-201-5/+8
* IB/mthca: Fix max_sge value returned by query_deviceRoland Dreier2008-05-161-1/+13
* RDMA/cxgb3: Fix uninitialized variable warning in iwch_post_send()Roland Dreier2008-05-161-1/+1
* IB/mlx4: Fix uninitialized-var warning in mlx4_ib_post_send()Andrew Morton2008-05-161-1/+1
* IB/ipath: Fix UC receive completion opcode for RDMA WRITE with immediateRalph Campbell2008-05-161-2/+2
* IB/ipath: Fix printk format for ipath_sdma_statusRoland Dreier2008-05-161-2/+2
* tty: fix BKL related leak and crashIngo Molnar2008-05-151-3/+10
* Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds2008-05-157-45/+18
|\
| * [S390] tape: Use ccw_dev_id to build cdev_id.Cornelia Huck2008-05-151-26/+5
| * [S390] dasd: fix timeout handling in interrupt handlerStefan Weinhuber2008-05-151-2/+3
| * [S390] dasd: Use const in busid functions.Cornelia Huck2008-05-152-6/+6
| * [S390] blacklist.c: removed duplicated includeHuang Weiyi2008-05-151-1/+0
| * [S390] vmlogrdr: module initialization function should return negative errorsMarcin Slusarz2008-05-151-1/+1
| * [S390] cio: Remove CCW_CMD_SUSPEND_RECONN in front of CCW_CMD_SET_PGID.Michael Ernst2008-05-151-9/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/kyle/parisc-2.6Linus Torvalds2008-05-159-63/+63
|\ \ | |/ |/|
| * drivers/parisc: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-05-159-63/+63
* | tty_check_change(): avoid taking tasklist_lock while holding tty->ctrl_lockAndrew Morton2008-05-151-2/+5
* | Remove blkdev warning triggered by using mdNeil Brown2008-05-156-2/+10
* | char: select fw_loader by moxaJiri Slaby2008-05-151-0/+1
* | lib: create common ascii hex arrayHarvey Harrison2008-05-151-4/+4
* | video/logo: add support for Blackfin/Linux logo for framebuffer consoleRobin Getz2008-05-155-0/+2276
* | ipmi: support I/O resources in OF driverNate Case2008-05-151-2/+8
* | pnp: add ISAPnP MPU option quirksRene Herman2008-05-151-0/+112
* | pnp: add pnp_build_option() to the APIRene Herman2008-05-152-1/+2
* | pnp: clean up pnp_fixup_device()Rene Herman2008-05-151-12/+8
* | fix "lxfb: extend PLL table to support dotclocks below 25 MHz"Jens Rottmann2008-05-151-22/+0
* | oprofile: don't request cache line alignment for cpu_bufferEric Dumazet2008-05-152-2/+2
* | m68knommu: add info about removing mcfserialSebastian Siewior2008-05-152-1/+6
* | mpc5200_psc_spi: typo fix in header blockGrant Likely2008-05-151-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds2008-05-145-81/+35
|\ \
| * | cs5520: disable VDMABartlomiej Zolnierkiewicz2008-05-141-1/+1
| * | ide/Kconfig: couple of fixesBartlomiej Zolnierkiewicz2008-05-141-28/+11
| * | alim15x3: remove WDC_ALI15X3 config optionBartlomiej Zolnierkiewicz2008-05-142-19/+0
| * | alim15x3: add "wdc_udma" module parameterBartlomiej Zolnierkiewicz2008-05-141-2/+13
| * | alim15x3: remove stale warning about ATI RS100 northbridgeBartlomiej Zolnierkiewicz2008-05-141-8/+0
| * | alim15x3: trivial cleanup for ali_set_pio_mode()Bartlomiej Zolnierkiewicz2008-05-141-15/+0
| * | make ide-iops.c:SELECT_MASK() staticAdrian Bunk2008-05-141-1/+1
| * | SWARM IDE: Fix up following changes to ide_hwif_tMaciej W. Rozycki2008-05-141-7/+9
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2008-05-1415-555/+725
|\ \ \
| * | | RDMA/cxgb3: Wrap the software send queue pointer as needed on flushSteve Wise2008-05-131-2/+2
| * | | IB/ipath: Change ipath_devdata.ipath_sdma_status to be unsigned longRoland Dreier2008-05-132-4/+4
| * | | IB/ipath: Make ipath_portdata work with struct pid * not pid_tPavel Emelyanov2008-05-133-18/+23
| * | | IB/ipath: Fix RDMA read response sequence checkingRalph Campbell2008-05-132-0/+8
| * | | IB/ipath: Fix many locking issues when switching to error stateRalph Campbell2008-05-138-304/+554
| * | | IB/ipath: Fix RC and UC error handlingRalph Campbell2008-05-135-224/+132
| * | | RDMA/nes: Fix up nes_lro_max_aggr module parameterRoland Dreier2008-05-133-6/+5
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvbLinus Torvalds2008-05-1473-496/+4965
|\ \ \ \ | |_|/ / |/| | |
| * | | V4L/DVB (7900): pvrusb: Fix Kconfig if DVB=m V4L_core=yMauro Carvalho Chehab2008-05-141-0/+1