aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2008-10-13ide: sanitize ide*_pm_* enumsBartlomiej Zolnierkiewicz
2008-10-13ide: fix HDIO_DRIVE_TASK[FILE] ioctls for CHS commands on LBA devicesBartlomiej Zolnierkiewicz
2008-10-13ide: remove superfluous ->waiting_for_dma checksBartlomiej Zolnierkiewicz
2008-10-13ide: remove superfluous ->dma field from ide_hwif_tBartlomiej Zolnierkiewicz
2008-10-13ide: remove superfluous ->media field from ide_driver_tBartlomiej Zolnierkiewicz
2008-10-13ide: DMA_PIO_RETRY -> IDE_DFLAG_DMA_PIO_RETRYBartlomiej Zolnierkiewicz
2008-10-13ide: add device flagsBartlomiej Zolnierkiewicz
2008-10-13ide-disk: add ide_do_setfeature() helperBartlomiej Zolnierkiewicz
2008-10-13ide-disk: set_addressing() fixesBartlomiej Zolnierkiewicz
2008-10-13ide: fix IDE ACPI for slave device-only configurationsBartlomiej Zolnierkiewicz
2008-10-13ide-floppy: add a debug_mask module parameterBorislav Petkov
2008-10-13ide-floppy: convert driver to the new debugging macroBorislav Petkov
2008-10-13ide: unify conversion macrosBorislav Petkov
2008-10-13ide: remove unnecessary MAX_HWIFS checks from ide-probe.cBartlomiej Zolnierkiewicz
2008-10-13ide: remove CONFIG_BLK_DEV_IDE config option (take 2)Bartlomiej Zolnierkiewicz
2008-10-13ide: make ide_transfer_pc() staticBartlomiej Zolnierkiewicz
2008-10-13ide: make ide_pc_intr() staticBartlomiej Zolnierkiewicz
2008-10-13ide: add ->pc_{update,io}_buffers methodsBartlomiej Zolnierkiewicz
2008-10-13ide: add ide_retry_pc() helperBartlomiej Zolnierkiewicz
2008-10-13ide: add request_sense_{pc,rq} to ide_drive_tBartlomiej Zolnierkiewicz
2008-10-13ide: drop 'timeout' and 'expiry' arguments from ide_pc_intr()Bartlomiej Zolnierkiewicz
2008-10-13ide: add pointer to the current packet command to ide_drive_tBartlomiej Zolnierkiewicz
2008-10-13ide: drop dsc_handle argument from ide_pc_intr()Bartlomiej Zolnierkiewicz
2008-10-13sgiioc4: fix messagesSergei Shtylylov
2008-10-13sgiioc4: sgiioc4_read_status drive busy check fixSergei Shtylylov
2008-10-13vfs: Use const for kernel parser tableSteven Whitehouse
2008-10-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2008-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds
2008-10-13Merge git://git.infradead.org/users/dwmw2/random-2.6Linus Torvalds
2008-10-13Merge phase #5 (misc) of git://git.kernel.org/pub/scm/linux/kernel/git/tip/li...Linus Torvalds
2008-10-13tty: rename the remaining oddly named n_tty functionsAlan Cox
2008-10-13fs3270: Correct error returnsAlan Cox
2008-10-13fs3270: remove extra locksAlan Cox
2008-10-13tty: tty_io.c shadows sparse fixJason Wessel
2008-10-13serial: fix device name reporting when minor space is shared between driversDavid S. Miller
2008-10-13applicom: Fix an unchecked user ioctl range and an error returnAlan Cox
2008-10-13tty: Minor tidyups and document fixes for n_ttyAlan Cox
2008-10-13tty: Remove lots of NULL checksAlan Cox
2008-10-13tty: fix up gigaset a bitAlan Cox
2008-10-13tty: Fallout from tty-move-canon-specialsStephen Rothwell
2008-10-13tty: some ICANON magic is in the wrong placesAlan Cox
2008-10-13tty: simplify ktermios allocationAlan Cox
2008-10-13pty: simplify unix98 allocationAlan Cox
2008-10-13pty: Fix allocation failure double freeAlan Cox
2008-10-13pty: Coding style and polishAlan Cox
2008-10-13Add an instance parameter devpts interfacesSukadev Bhattiprolu
2008-10-13Move tty lookup/reopen to callerSukadev Bhattiprolu
2008-10-13tty: extract the pty init time special casesAlan Cox
2008-10-13tty: Finish fixing up the init_dev interface to use ERR_PTRAlan Cox
2008-10-13tty: More driver operationsAlan Cox