summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-2.6.34' of git://git.kernel.dk/linux-2.6-blockLinus Torvalds2010-03-0154-503/+348
|\
| * block: fix for "Consolidate phys_segment and hw_segment limits"Stephen Rothwell2010-03-011-1/+1
| * cciss: Fix problem with scatter gather elements in the scsi half of the driverStephen M. Cameron2010-02-281-26/+59
| * cciss: eliminate unnecessary pointer use in cciss scsi codeStephen M. Cameron2010-02-281-16/+15
| * cciss: do not use void pointer for scsi hba dataStephen M. Cameron2010-02-282-16/+11
| * cciss: factor out scatter gather chain block mapping codeStephen M. Cameron2010-02-281-29/+34
| * cciss: fix scatter gather chain block dma direction kludgeStephen M. Cameron2010-02-281-5/+3
| * cciss: simplify scatter gather codeStephen M. Cameron2010-02-282-35/+16
| * cciss: factor out scatter gather chain block allocation and freeingStephen M. Cameron2010-02-281-50/+58
| * cciss: detect bad alignment of scsi commands at build timeStephen M. Cameron2010-02-283-8/+15
| * cciss: clarify command list padding calculationStephen M. Cameron2010-02-281-2/+7
| * block: Consolidate phys_segment and hw_segment limitsMartin K. Petersen2010-02-2628-62/+33
| * block: Rename blk_queue_max_sectors to blk_queue_max_hw_sectorsMartin K. Petersen2010-02-2638-47/+47
| * block: Add BLK_ prefix to definitionsMartin K. Petersen2010-02-261-2/+2
| * Merge branch 'master' into for-2.6.34Jens Axboe2010-02-2522-134/+319
| |\
| * | pktcdvd: use BIO list management functionsAkinobu Mita2010-02-241-68/+21
| * | Merge branch 'master' into for-2.6.34Jens Axboe2010-02-22699-6222/+20849
| |\ \
| * | | cciss: Consolidate duplicate bits in cciss_cmd.h & cciss_ioctl.hdann frazier2010-02-221-110/+3
| * | | cciss: remove C99-style commentsdann frazier2010-02-224-64/+61
| * | | block: make virtio device id constantMárton Németh2010-01-111-1/+1
| * | | block: make xenbus device id constantMárton Németh2010-01-111-1/+1
| * | | block: make Open Firmware device id constantMárton Németh2010-01-111-1/+1
| * | | block: make USB device id constantMárton Németh2010-01-111-1/+1
| * | | block: make PCI device id constantMárton Németh2010-01-112-2/+2
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2010-03-013-7/+19
|\ \ \ \
| * \ \ \ Merge branch 'topic/asoc' into for-linusTakashi Iwai2010-03-011-3/+15
| |\ \ \ \
| | * | | | OMAP4: PMIC: Add support for twl6030 codecMisael Lopez Cruz2010-02-241-3/+15
| * | | | | Merge branch 'topic/misc' into for-linusTakashi Iwai2010-03-012-4/+4
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | usb/gadget/{f_audio,gmidi}.c: follow recent changes in audio.hDaniel Mack2010-02-232-4/+4
| | | | | |
| \ \ \ \ \
| \ \ \ \ \
| \ \ \ \ \
*---. \ \ \ \ \ Merge branches 'futexes-for-linus', 'irq-core-for-linus' and 'bkl-drivers-for...Linus Torvalds2010-03-011-3/+0
|\ \ \ \ \ \ \ \
| | | * | | | | | nvram: Drop the BKL from nvram_open()Ingo Molnar2009-10-141-3/+0
* | | | | | | | | Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2010-03-011-28/+7
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | clocksource: start CMT at clocksource resumeMagnus Damm2010-02-051-28/+7
* | | | | | | | | | scsi.c: add missing kernel-doc notation for new VPD parametersRandy Dunlap2010-03-011-0/+2
* | | | | | | | | | pci: don't reassign to ROM res if it is not going to be enabledYinghai Lu2010-03-011-2/+10
* | | | | | | | | | Merge branch 'x86-pci-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2010-02-283-7/+53
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | vgaarb: Add user selectability of the number of GPUS in a systemMike Travis2010-02-062-1/+9
| * | | | | | | | | | vgaarb: Fix VGA arbiter to accept PCI domains other than 0Mike Travis2010-02-051-5/+20
| * | | | | | | | | | pci: Update pci_set_vga_state() to call arch functionsMike Travis2010-02-051-1/+24
* | | | | | | | | | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2010-02-281-11/+4
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | intel-agp: Switch to wbinvd_on_all_cpusBorislav Petkov2010-01-231-11/+4
| | |_|_|_|_|_|_|/ / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gee...Linus Torvalds2010-02-2815-681/+679
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | macfb: fix 24-bit visual and stuffFinn Thain2010-02-271-84/+60
| * | | | | | | | | | | macfb: cleanupFinn Thain2010-02-271-282/+295
| * | | | | | | | | | | fbdev: add some missing mac modesFinn Thain2010-02-271-24/+28
| * | | | | | | | | | | mac68k: start CUDA earlyFinn Thain2010-02-272-35/+45
| * | | | | | | | | | | valkyriefb: various fixesFinn Thain2010-02-273-73/+17
| * | | | | | | | | | | fbdev: mac_var_to_mode() fixFinn Thain2010-02-271-9/+31
| * | | | | | | | | | | mac68k: move macsonic and macmace platform devicesFinn Thain2010-02-272-58/+8
| * | | | | | | | | | | mac68k: move mac_esp platform deviceFinn Thain2010-02-271-52/+5