Age | Commit message (Expand) | Author | Files | Lines |
2008-10-11 | ide: add proper PCI PM support (v2) | Bartlomiej Zolnierkiewicz | 1 | -0/+10 |
2008-10-11 | ide: lba_capacity_is_ok() -> ata_id_is_lba_capacity_ok() | Bartlomiej Zolnierkiewicz | 1 | -0/+50 |
2008-10-11 | ide: ide_id_to_hd_driveid() -> ata_id_to_hd_driveid() | Bartlomiej Zolnierkiewicz | 1 | -0/+21 |
2008-10-11 | ide: ide_id_has_flush_cache_ext() -> ata_id_flush_ext_enabled() | Bartlomiej Zolnierkiewicz | 2 | -4/+13 |
2008-10-11 | ide: ide_id_has_flush_cache() -> ata_id_flush_enabled() | Bartlomiej Zolnierkiewicz | 2 | -3/+9 |
2008-10-11 | ide: check only for CACHE FLUSH command support in ide_id_has_flush_cache() | Bartlomiej Zolnierkiewicz | 1 | -2/+2 |
2008-10-11 | ide: idedisk_supports_lba48() -> ata_id_lba48_enabled() | Bartlomiej Zolnierkiewicz | 1 | -0/+9 |
2008-10-11 | ide: ide_dev_is_sata() -> ata_id_is_sata() | Bartlomiej Zolnierkiewicz | 2 | -14/+9 |
2008-10-11 | ide: ide_dev_has_iordy() -> ata_id_has_iordy() | Bartlomiej Zolnierkiewicz | 1 | -5/+0 |
2008-10-11 | ide: remove ->supports_dsc_overlap field from ide_driver_t | Bartlomiej Zolnierkiewicz | 1 | -1/+0 |
2008-10-11 | ide: remove read-only ->atapi_overlap field from ide_drive_t | Bartlomiej Zolnierkiewicz | 1 | -1/+0 |
2008-10-11 | ide: remove SECTOR_WORDS define | Bartlomiej Zolnierkiewicz | 1 | -1/+1 |
2008-10-11 | ide: /proc/ide/hd*/settings rework | Bartlomiej Zolnierkiewicz | 1 | -36/+74 |
2008-10-11 | ide: preparations for /proc/ide/hd*/settings rework | Bartlomiej Zolnierkiewicz | 1 | -0/+2 |
2008-10-11 | ide: include <linux/hdreg.h> only when needed | Bartlomiej Zolnierkiewicz | 1 | -1/+1 |
2008-10-11 | ide: check drive->present in ide_get_paired_drive() | Bartlomiej Zolnierkiewicz | 1 | -3/+3 |
2008-10-11 | ide: remove IDE_CHIPSET_* macros | Bartlomiej Zolnierkiewicz | 1 | -4/+0 |
2008-10-11 | ide: enhance ide_busy_sleep() | Bartlomiej Zolnierkiewicz | 1 | -0/+2 |
2008-10-11 | ide: remove no longer needed ide_drive_t fields | Bartlomiej Zolnierkiewicz | 1 | -2/+0 |
2008-10-11 | ide: use ATA_* defines instead of *_STAT and *_ERR ones | Bartlomiej Zolnierkiewicz | 1 | -7/+8 |
2008-10-11 | ide: remove drive->driveid | Bartlomiej Zolnierkiewicz | 1 | -7/+2 |
2008-10-11 | ide: make drive->id an union (take 2) | Bartlomiej Zolnierkiewicz | 1 | -9/+14 |
2008-10-11 | Merge branch 'rcu-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 5 | -28/+58 |
2008-10-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo... | Linus Torvalds | 1 | -24/+30 |
2008-10-10 | Merge branch 'sched-v28-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 5 | -5/+58 |
2008-10-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 4 | -6/+136 |
2008-10-10 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tei... | Linus Torvalds | 2 | -2/+5 |
2008-10-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dm | Linus Torvalds | 1 | -1/+17 |
2008-10-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw | Linus Torvalds | 1 | -1/+5 |
2008-10-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6 | Linus Torvalds | 4 | -5/+117 |
2008-10-10 | Merge branch 'for-2.6.28' of git://git.kernel.dk/linux-2.6-block | Linus Torvalds | 16 | -338/+415 |
2008-10-10 | Merge branches 'core/iommu', 'x86/amd-iommu' and 'x86/iommu' into x86-v28-for... | Ingo Molnar | 9 | -28/+177 |
2008-10-10 | Merge branch 'linus' into x86/pat2 | Ingo Molnar | 312 | -1103/+1976 |
2008-10-10 | x86: track memtype for RAM in page struct | Suresh Siddha | 2 | -0/+3 |
2008-10-10 | x86, cpa: remove cpa pool code | Suresh Siddha | 1 | -2/+0 |
2008-10-10 | x86, cpa: remove USER permission from the very early identity mapping attribute | Suresh Siddha | 1 | -2/+2 |
2008-10-10 | x86, cpa: rename PTE attribute macros for kernel direct mapping in early boot | Suresh Siddha | 1 | -0/+11 |
2008-10-10 | Merge phase #1 of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6... | Linus Torvalds | 284 | -959/+1565 |
2008-10-10 | Merge branch 'upstream-2.6.28' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2 | -35/+40 |
2008-10-10 | dm: publish dm_vcalloc | Mikulas Patocka | 1 | -0/+5 |
2008-10-10 | dm: publish dm_table_unplug_all | Mikulas Patocka | 1 | -0/+5 |
2008-10-10 | dm: publish dm_get_mapinfo | Mikulas Patocka | 1 | -0/+1 |
2008-10-10 | dm: export struct dm_dev | Mikulas Patocka | 1 | -1/+6 |
2008-10-10 | ALSA: Increase components array size | Takashi Iwai | 2 | -4/+3 |
2008-10-10 | ALSA: Remove bitwise from snd_pcm_hw_param_t | Takashi Iwai | 1 | -17/+27 |
2008-10-10 | nf_conntrack_ecache.h: Fix missing braces | Guo-Fu Tseng | 1 | -0/+1 |
2008-10-10 | Merge branch 'next' into for-linus | James Morris | 1 | -24/+30 |
2008-10-10 | Merge branch 'for-rmk' of git://source.mvista.com/git/linux-davinci-2.6.git | Russell King | 9 | -60/+90 |
2008-10-10 | Merge branch 'pxa-all' into devel | Russell King | 7 | -18/+235 |
2008-10-10 | Merge branch 'at91' into devel | Russell King | 18 | -15/+64 |