summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* ide: remove [ata_]select_tBartlomiej Zolnierkiewicz2008-10-131-31/+1
* ide: sanitize ide*_pm_* enumsBartlomiej Zolnierkiewicz2008-10-131-18/+16
* ide: fix HDIO_DRIVE_TASK[FILE] ioctls for CHS commands on LBA devicesBartlomiej Zolnierkiewicz2008-10-131-0/+1
* ide: remove superfluous ->dma field from ide_hwif_tBartlomiej Zolnierkiewicz2008-10-131-2/+0
* ide: remove superfluous ->media field from ide_driver_tBartlomiej Zolnierkiewicz2008-10-131-1/+0
* ide: DMA_PIO_RETRY -> IDE_DFLAG_DMA_PIO_RETRYBartlomiej Zolnierkiewicz2008-10-131-7/+2
* ide: add device flagsBartlomiej Zolnierkiewicz2008-10-131-27/+73
* ide-disk: set_addressing() fixesBartlomiej Zolnierkiewicz2008-10-131-1/+1
* ide: add a driver-wide debugging macroBorislav Petkov2008-10-131-0/+20
* ide: add drive->debug_mask switchBorislav Petkov2008-10-131-0/+3
* ide: unify conversion macrosBorislav Petkov2008-10-131-1/+7
* ide: make ide_transfer_pc() staticBartlomiej Zolnierkiewicz2008-10-131-3/+4
* ide: make ide_pc_intr() staticBartlomiej Zolnierkiewicz2008-10-131-3/+1
* ide: add ->pc_{update,io}_buffers methodsBartlomiej Zolnierkiewicz2008-10-131-4/+5
* ide: add ide_retry_pc() helperBartlomiej Zolnierkiewicz2008-10-131-3/+2
* ide: add request_sense_{pc,rq} to ide_drive_tBartlomiej Zolnierkiewicz2008-10-131-66/+68
* ide: drop 'timeout' and 'expiry' arguments from ide_pc_intr()Bartlomiej Zolnierkiewicz2008-10-131-2/+8
* ide: add pointer to the current packet command to ide_drive_tBartlomiej Zolnierkiewicz2008-10-131-3/+7
* ide: drop dsc_handle argument from ide_pc_intr()Bartlomiej Zolnierkiewicz2008-10-131-2/+2
* vfs: Use const for kernel parser tableSteven Whitehouse2008-10-131-1/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2008-10-131-0/+4
|\
| * integrity: special fs magicMimi Zohar2008-10-131-0/+4
* | Merge git://git.infradead.org/users/dwmw2/random-2.6Linus Torvalds2008-10-133-40/+52
|\ \
| * \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Woodhouse2008-10-13114-910/+3055
| |\ \
| * | | Automatic MODULE_ALIAS() for DMI match tables.David Woodhouse2008-10-132-39/+49
| * | | Define and use PCI_DEVICE_ID_MARVELL_88ALP01_CCIC for CAFÉ camera driverDavid Woodhouse2008-09-041-0/+1
| * | | [MTD] [NAND] Define and use PCI_DEVICE_ID_MARVELL_88ALP01_NAND for CAFÉDavid Woodhouse2008-09-041-0/+1
| * | | Use PCI_DEVICE_ID_88ALP01 for CAFÉ chip, rather than PCI_DEVICE_ID_CAFE.David Woodhouse2008-09-041-1/+1
* | | | Merge phase #5 (misc) of git://git.kernel.org/pub/scm/linux/kernel/git/tip/li...Linus Torvalds2008-10-132-11/+5
|\ \ \ \
| | \ \ \
| | \ \ \
| *-. \ \ \ Merge branches 'oprofile-v2' and 'timers/hpet' into x86/core-v4Ingo Molnar2008-10-132-11/+5
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | | * | | Merge commit 'v2.6.27' into timers/hpetIngo Molnar2008-10-1014-68/+175
| | | |\ \ \
| | | * \ \ \ Merge commit 'v2.6.27-rc6' into timers/hpetIngo Molnar2008-09-14115-677/+2661
| | | |\ \ \ \
| | | * | | | | hpet: /dev/hpet - fixes and cleanupDavid Brownell2008-07-311-10/+1
| | | * | | | | Merge branch 'linus' into timers/hpetIngo Molnar2008-07-31365-3137/+9476
| | | |\ \ \ \ \
| | | * \ \ \ \ \ Merge branch 'linus' into timers/hpetIngo Molnar2008-06-1641-99/+217
| | | |\ \ \ \ \ \
| | | * | | | | | | x86: get irq for hpet timerKevin Hao2008-06-021-1/+2
| | * | | | | | | | Merge branch 'linus' into oprofile-v2Ingo Molnar2008-10-13247-1997/+8009
| | |\ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |
| | * | | | | | | | OProfile: add IBS code macrosRobert Richter2008-07-261-0/+2
| | * | | | | | | | x86: add PCI IDs for AMD Barcelona PCI devicesRobert Richter2008-07-261-0/+5
* | | | | | | | | | tty: some ICANON magic is in the wrong placesAlan Cox2008-10-131-1/+1
* | | | | | | | | | Add an instance parameter devpts interfacesSukadev Bhattiprolu2008-10-132-11/+23
* | | | | | | | | | tty: extract the pty init time special casesAlan Cox2008-10-131-0/+5
* | | | | | | | | | tty: Finish fixing up the init_dev interface to use ERR_PTRAlan Cox2008-10-131-2/+2
* | | | | | | | | | tty: More driver operationsAlan Cox2008-10-131-0/+16
* | | | | | | | | | tty: kref the tty driver objectAlan Cox2008-10-131-4/+11
* | | | | | | | | | tty: Clean up the tty_init_dev changes furtherAlan Cox2008-10-131-0/+9
* | | | | | | | | | tty: Remove more special casing and out of place codeAlan Cox2008-10-132-1/+7
* | | | | | | | | | tty: shutdown methodAlan Cox2008-10-132-1/+8
* | | | | | | | | | tty: the vhangup syscall is racyAlan Cox2008-10-131-0/+1
* | | | | | | | | | tty: usb-serial krefsAlan Cox2008-10-131-0/+3
OpenPOWER on IntegriCloud