summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* sbp2: remove duplicate code from sbp2_start_device()Stefan Richter2005-12-131-50/+7
* sbp2: split sbp2_create_command_orb() for better readabilityStefan Richter2005-12-132-184/+178
* ohci1394: log number of implemented isochronous contextsStefan Richter2005-12-131-7/+3
* Merge with http://kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitJody McIntyre2005-12-12115-3076/+3043
|\
| * Merge branch 'upstream-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2005-12-122-7/+2
| |\
| | * [PATCH] pcnet32: use MAC address from prom also on powerpcOlaf Hering2005-12-121-5/+0
| | * Merge branch 'master'Jeff Garzik2005-12-12102-3049/+3037
| | |\
| | * | [PATCH] sk98lin: rx checksum offset not setStephen Hemminger2005-12-061-2/+2
| * | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds2005-12-128-10/+2
| |\ \ \
| | * | | [SBUSFB] tcx: Use FB_BLANK_UNBLANK instead of magic constant.Hareesh Nagarajan2005-12-121-1/+1
| | * | | [SBUSFB]: Kill 'list' member from foo_par structs, totally unused.David S. Miller2005-12-128-9/+1
| * | | | Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds2005-12-121-4/+0
| |\ \ \ \
| | * | | | [ARM SMP] mpcore_wdt bogus fpos checkMarcelo Tosatti2005-12-051-4/+0
| | | |/ / | | |/| |
| * | | | Merge master.kernel.org:/home/rmk/linux-2.6-mmcLinus Torvalds2005-12-121-2/+3
| |\ \ \ \
| | * | | | [MMC] Proper check of SCR error codePierre Ossman2005-12-051-2/+3
| * | | | | Merge master.kernel.org:/home/rmk/linux-2.6-serialLinus Torvalds2005-12-121-1/+1
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | [SERIAL] 8250_pci: Remove redundant assignment, and mark fallthrough.Dave Jones2005-12-071-1/+1
| | |/ / /
| * | | / [PATCH] Fix SCSI scanning slab corruptionBrian King2005-12-121-3/+0
| | |_|/ | |/| |
| * | | Revert revert of "[SCSI] fix usb storage oops"Linus Torvalds2005-12-121-1/+8
| * | | [PATCH] md: use correct size of raid5 stripe cache when measuring how full it isNeilBrown2005-12-121-3/+4
| * | | [PATCH] md: fix a use-after-free bug in raid1NeilBrown2005-12-121-2/+3
| * | | [PATCH] raw driver: Kconfig fixAndrew Morton2005-12-121-9/+9
| * | | [PATCH] ACPI: fix sleeping whilst atomic warnings on resumeDave Jones2005-12-121-1/+1
| * | | [PATCH] input: fix ucb1x00-ts breakage after conversion to dynamic input_dev ...Nicolas Pitre2005-12-121-8/+11
| * | | [PATCH] ipmi: fix panic generator IDMatt Domsch2005-12-121-1/+1
| * | | [PATCH] V4L/DVB: (3151) I2C ID renamed to I2C_DRIVERID_INFRAREDMauro Carvalho Chehab2005-12-121-1/+1
| * | | [PATCH] V4L/DVB: (3113) Convert em28xx to use vm_insert_page instead of remap...Sascha Sommer2005-12-122-61/+9
| * | | [PATCH] V4L/DVB: (3135) Fix tuner init for Pinnacle PCTV StereoRicardo Cerqueira2005-12-121-1/+1
| * | | [PATCH] V4L/DVB: (3086c) Whitespaces cleanups part 4Mauro Carvalho Chehab2005-12-1229-66/+87
| * | | [PATCH] V4L/DVB: (3086c) Whitespaces cleanups part 3Mauro Carvalho Chehab2005-12-1228-717/+717
| * | | [PATCH] V4L/DVB: (3086b) Whitespaces cleanups part 2Mauro Carvalho Chehab2005-12-121-1638/+1638
| * | | [PATCH] V4L/DVB: (3086a) Whitespaces cleanups part 1Mauro Carvalho Chehab2005-12-1239-542/+542
| * | | [PATCH] cciss: double put_disk()Jens Axboe2005-12-121-3/+0
| * | | [PATCH] Add timestamp field to process eventsMatt Helsley2005-12-121-0/+5
| * | | [PATCH] blkmtd: use clear_page_dirty()Andrew Morton2005-12-121-4/+4
| * | | Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2005-12-111-6/+9
| |\ \ \
| | * | | [TG3]: remove warning on raceStephen Hemminger2005-12-061-6/+9
| | |/ /
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpc-mergeLinus Torvalds2005-12-111-2/+2
| |\ \ \ | | |/ / | |/| |
| | * | [PATCH] Fix windfarm model-id tableMichal Ostrowski2005-12-091-2/+2
* | | | sbp2: did not clean up after scsi_add_device() failedStefan Richter2005-12-121-0/+2
* | | | sbp2: delete sbp2scsi_direction_tableStefan Richter2005-12-122-68/+17
* | | | ieee1394: run high-level updates before high-level probesStefan Richter2005-12-121-3/+17
* | | | ieee1394: remove nonexistent functions from nodemgr.hStefan Richter2005-12-051-18/+0
* | | | ieee1394: write broadcast_channel only to select nodes (fixes device recognit...Stefan Richter2005-12-051-10/+32
* | | | Merge with http://kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitJody McIntyre2005-12-05102-1686/+1259
|\| | |
| * | | [PATCH] V4L/DVB (3087) fix analog NTSC for pcHDTV 3000Mauro Carvalho Chehab2005-12-041-0/+2
| | |/ | |/|
| * | Link USB drivers later in the kernelLinus Torvalds2005-12-031-1/+2
| * | [PATCH] libata: fix ata_scsi_pass_thru error handlingTejun Heo2005-12-031-2/+7
| * | Add missing "local_irq_enable()" to C2/C3 exit logicLinus Torvalds2005-12-021-0/+1
| * | Revert "[SCSI] fix usb storage oops"Linus Torvalds2005-12-021-8/+1