summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of master.kernel.org:/pub/scm/linux/kernel/git/scjod...Linus Torvalds2005-12-182-10/+58
|\
| * Merge with http://kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitJody McIntyre2005-12-1666-1221/+877
| |\
| * \ Merge with http://kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.gitJody McIntyre2005-12-12115-3076/+3043
| |\ \
| * | | ieee1394: write broadcast_channel only to select nodes (fixes device recognit...Stefan Richter2005-12-121-10/+32
| * | | ieee1394: resume remote ports when starting a host (fixes device recognition)Stefan Richter2005-12-122-0/+26
* | | | [PATCH] mtd onenand driver: use platform_device.h instead device.hKyungmin Park2005-12-181-2/+2
* | | | [PATCH] mtd onenand driver: reduce stack usageKyungmin Park2005-12-182-5/+26
* | | | [PATCH] mtd onenand driver: fix unlock problem in DDPKyungmin Park2005-12-181-4/+6
* | | | [PATCH] mtd onenand driver: check correct manufacturerKyungmin Park2005-12-181-6/+10
* | | | [PATCH] radeon drm: fix compilation breakage with gcc 2.95.3Jean Delvare2005-12-181-1/+1
* | | | [PATCH] Input: fix an OOPS in HID driverDmitry Torokhov2005-12-181-0/+1
* | | | [PATCH] dpt_i2o fix for deadlock conditionSalyzyn, Mark2005-12-181-5/+20
* | | | [PATCH] i2o: Do not disable pci device when it's in useBen Collins2005-12-181-1/+5
* | | | [PATCH] ppc: booke_wdt compile fixAl Viro2005-12-161-1/+1
| |_|/ |/| |
* | | [PATCH] UHCI: add missing memory barriersAlan Stern2005-12-161-0/+2
* | | [PATCH] PCI express must be initialized before PCI hotplugMilton Miller2005-12-161-4/+3
* | | [PATCH] i2c: Fix i2c-mv64xxx compilation errorMark A. Greer2005-12-161-5/+6
* | | [PATCH] radeon drm: fix agp aperture map offsetBenjamin Herrenschmidt2005-12-152-2/+8
* | | [PATCH] drivers/base/memory.c: unexport the static (sic) memory_sysdev_classAdrian Bunk2005-12-151-1/+0
* | | [PATCH] IPMI oops fixPaolo Galtieri2005-12-151-2/+4
* | | [PATCH] drivers/input/misc/wistron_btns.c NULL noise removalAl Viro2005-12-151-1/+1
* | | [PATCH] mwave: missing __user in ioctl struct declarationAl Viro2005-12-151-1/+1
* | | [PATCH] drivers/atm/adummy.c NULL noise removalAl Viro2005-12-151-1/+1
* | | [PATCH] dst_ca __user annotations, portability fixesAl Viro2005-12-151-3/+3
* | | [PATCH] __user annotations (booke_wdt.c)Al Viro2005-12-151-6/+7
* | | [PATCH] arcfb __user annotationsAl Viro2005-12-151-1/+1
* | | [PATCH] cyber2000fb.c __iomem annotationsAl Viro2005-12-151-2/+2
* | | [PATCH] wdrtas.c: fix __user annotationsAl Viro2005-12-151-1/+1
* | | [PATCH] dell_rbu: NULL noise removalAl Viro2005-12-151-3/+3
* | | [PATCH] cm4000_cs: __user annotationsAl Viro2005-12-151-6/+7
* | | [PATCH] em28xx: %zd for size_tAl Viro2005-12-151-1/+1
* | | [PATCH] auerswald.c: %zd for size_tAl Viro2005-12-151-1/+1
* | | [PATCH] s2io: __iomem annotations for recent changesAl Viro2005-12-151-5/+5
* | | [PATCH] iscsi gfp_t annotationsAl Viro2005-12-152-2/+2
* | | [PATCH] sbus/char/uctrl: missing prototypes and NULL noise removalAl Viro2005-12-151-5/+5
* | | [PATCH] sparc: jsflash __user annotationsAl Viro2005-12-151-9/+10
* | | [PATCH] sparc: vfc __iomem annotations and fixesAl Viro2005-12-152-4/+4
* | | Merge master.kernel.org:/pub/scm/linux/kernel/git/bart/ide-2.6Linus Torvalds2005-12-149-995/+552
|\ \ \
| * | | [PATCH] ide-cd: remove write-only cmd field from struct cdrom_infoBartlomiej Zolnierkiewicz2005-12-152-8/+0
| * | | [PATCH] ide-disk: flush cache after calling del_gendisk()Bartlomiej Zolnierkiewicz2005-12-151-2/+2
| * | | [PATCH] ide: AU1200 IDE updateJordan Crouse2005-12-153-974/+535
| * | | [PATCH] ide: core modifications for AU1200Jordan Crouse2005-12-151-9/+6
| * | | [PATCH] ide: MPC8xx IDE depends on IDE=y && BLK_DEV_IDE=yMarcelo Tosatti2005-12-151-1/+1
| * | | [PATCH] via82cxxx IDE: Add VT8251 ISA bridgeDaniel Drake2005-12-151-0/+1
| * | | [PATCH] sgiioc4: check for no hwifs availableJeremy Higdon2005-12-151-1/+7
* | | | [PATCH] Input: ALPS - correctly report button presses on Fujitsu Siemens S6010Vojtech Pavlik2005-12-141-1/+1
* | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds2005-12-1413-81/+64
|\ \ \ \
| * | | | [SCSI] Consolidate REQ_BLOCK_PC handling path (fix ipod panic)James Bottomley2005-12-134-62/+26
| * | | | [SCSI] Negotiate correctly with async-only devicesMatthew Wilcox2005-12-131-2/+2
| * | | | [SCSI] fix double free of scsi request queueBrian King2005-12-121-1/+0
OpenPOWER on IntegriCloud