summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* ide-cd: remove stale commentBorislav Petkov2008-10-171-4/+0
* ide-cd: small drive type print fixBorislav Petkov2008-10-171-1/+1
* ide-cd: debug log enhancementsBorislav Petkov2008-10-171-12/+21
* ide: add generic ATA/ATAPI disk driverBartlomiej Zolnierkiewicz2008-10-1712-455/+284
* ide: allow device drivers to specify per-device type /proc settingsBartlomiej Zolnierkiewicz2008-10-176-20/+72
* ide: prepare for merging ide-gd-floppy.c with ide-gd.cBartlomiej Zolnierkiewicz2008-10-173-92/+91
* ide-floppy: factor out generic disk handling code to ide-gd-floppy.cBartlomiej Zolnierkiewicz2008-10-174-311/+327
* ide-disk: use IDE_DFLAG_MEDIA_CHANGEDBartlomiej Zolnierkiewicz2008-10-171-2/+6
* ide-disk: factor out generic disk handling code to ide-gd.cBartlomiej Zolnierkiewicz2008-10-175-299/+314
* ide: remove IDE_AFLAG_NO_DOORLOCKINGBartlomiej Zolnierkiewicz2008-10-176-6/+7
* ide: IDE_AFLAG_FORMAT_IN_PROGRESS -> IDE_DFLAG_FORMAT_IN_PROGRESSBartlomiej Zolnierkiewicz2008-10-172-6/+6
* ide: IDE_AFLAG_WP -> IDE_DFLAG_WPBartlomiej Zolnierkiewicz2008-10-171-4/+4
* ide: IDE_AFLAG_MEDIA_CHANGED -> IDE_DFLAG_MEDIA_CHANGEDBartlomiej Zolnierkiewicz2008-10-173-8/+8
* ide-floppy: use drive->capacity64 for caching current capacityBartlomiej Zolnierkiewicz2008-10-171-10/+13
* ide-floppy: drop 'floppy' argument from idefloppy_setup()Bartlomiej Zolnierkiewicz2008-10-171-2/+3
* ide-{disk,floppy}: set IDE_DFLAG_ATTACH in *_setup()Bartlomiej Zolnierkiewicz2008-10-172-9/+12
* ide-disk: move IDE_DFLAG_DOORLOCKING flag handling to idedisk_set_doorlock()Bartlomiej Zolnierkiewicz2008-10-171-9/+13
* ide-disk: use to_ide_drv() and ide_drv_g()Bartlomiej Zolnierkiewicz2008-10-173-12/+7
* ide-floppy: use alloc_disk_node()Bartlomiej Zolnierkiewicz2008-10-171-1/+1
* ide-disk: lock media before checking for media changeBartlomiej Zolnierkiewicz2008-10-171-1/+1
* ide-disk: fix IDE_DFLAG_LBA48 handling on resumeBartlomiej Zolnierkiewicz2008-10-171-20/+20
* {pci,pnp} quirks.c: don't use deprecated print_fn_descriptor_symbol()Linus Torvalds2008-10-162-4/+2
* Merge branch 'kvm-updates/2.6.28' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2008-10-168-525/+117
|\
| * VT-d: Changes to support KVMKay, Allen M2008-10-158-525/+117
* | Merge branch 'core-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2008-10-163-12/+21
|\ \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| | \
| *-------. \ Merge branches 'core/softlockup', 'core/softirq', 'core/resources', 'core/pri...Ingo Molnar2008-10-153-12/+21
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| | | | * | | x86, pci-hotplug, calgary / rio: fix EBDA ioremap()Ingo Molnar2008-09-261-1/+1
| | | | * | | dmi scan: warn about too early calls to dmi_check_system()Ingo Molnar2008-09-181-6/+16
| | | | * | | generic: redefine resource_size_t as phys_addr_tJeremy Fitzhardinge2008-09-141-5/+4
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Linus Torvalds2008-10-1616-586/+463
|\ \ \ \ \ \ \
| * | | | | | | firewire: fix ioctl() return codeStefan Richter2008-10-151-1/+1
| * | | | | | | firewire: fix setting tag and sy in iso transmissionStefan Richter2008-10-151-2/+2
| * | | | | | | firewire: fw-sbp2: fix another small generation access bugStefan Richter2008-10-151-2/+5
| * | | | | | | firewire: fw-sbp2: enforce s/g segment size limitStefan Richter2008-10-151-36/+27
| * | | | | | | firewire: fw_send_request_sync()Jay Fenlason2008-10-155-114/+82
| * | | | | | | ieee1394: survive a few seconds connection lossStefan Richter2008-10-152-98/+51
| * | | | | | | ieee1394: nodemgr clean up class iteratorsStefan Richter2008-10-151-97/+81
| * | | | | | | ieee1394: dv1394, video1394: remove unnecessary expressionsStefan Richter2008-10-152-5/+5
| * | | | | | | ieee1394: raw1394: make write() thread-safeStefan Richter2008-10-151-0/+4
| * | | | | | | ieee1394: raw1394: narrow down the state_mutex protected regionStefan Richter2008-10-151-101/+110
| * | | | | | | ieee1394: raw1394: replace BKL by local mutex, make ioctl() and mmap() thread...Stefan Richter2008-10-152-6/+18
| * | | | | | | ieee1394: sbp2: enforce s/g segment size limitStefan Richter2008-10-152-92/+39
| * | | | | | | ieee1394: sbp2: check for DMA mapping failuresStefan Richter2008-10-151-35/+59
| * | | | | | | ieee1394: sbp2: stricter dma_syncStefan Richter2008-10-151-34/+16
| * | | | | | | ieee1394: Use DIV_ROUND_UPJulia Lawall2008-10-152-2/+2
* | | | | | | | Merge branch 'agp-next' of git://git.kernel.org/pub/scm/linux/kernel/git/airl...Linus Torvalds2008-10-163-18/+60
|\ \ \ \ \ \ \ \
| * | | | | | | | agp/nvidia: Support agp user-memory on nvidia agp.Thomas Hellstrom2008-10-161-4/+18
| * | | | | | | | agp/amd-k7: Suspend support for AMD K7 GART driverStuart Bennett2008-10-161-6/+32
| * | | | | | | | agp/intel: Reduce extraneous PCI posting reads during initKeith Packard2008-10-161-3/+3
| * | | | | | | | agp: Fix stolen memory counting on G4X.Eric Anholt2008-10-161-5/+7
| |/ / / / / / /
OpenPOWER on IntegriCloud