| Commit message (Expand) | Author | Age | Files | Lines |
* | tracing: removed duplicated #include | Huang Weiyi | 2008-12-30 | 1 | -1/+0 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 | Linus Torvalds | 2008-12-30 | 28 | -783/+635 |
|\ |
|
| * | ide-cd: remove dead dsc_overlap setting | Bartlomiej Zolnierkiewicz | 2008-12-29 | 2 | -15/+2 |
| * | ide: push local_irq_{save,restore}() to do_identify() | Bartlomiej Zolnierkiewicz | 2008-12-29 | 1 | -7/+4 |
| * | ide: remove superfluous local_irq_{save,restore}() from ide_dump_status() | Bartlomiej Zolnierkiewicz | 2008-12-29 | 1 | -3/+0 |
| * | ide: move legacy ISA/VLB ports handling to ide-legacy.c (v2) | Bartlomiej Zolnierkiewicz | 2008-12-29 | 4 | -56/+67 |
| * | ide: move Power Management support to ide-pm.c | Bartlomiej Zolnierkiewicz | 2008-12-29 | 5 | -234/+244 |
| * | ide: use ATA_DMA_* defines in ide-dma-sff.c | Bartlomiej Zolnierkiewicz | 2008-12-29 | 1 | -29/+23 |
| * | ide: checkpatch.pl fixes for ide-lib.c | Bartlomiej Zolnierkiewicz | 2008-12-29 | 1 | -41/+54 |
| * | ide: remove inline tags from ide-probe.c | Bartlomiej Zolnierkiewicz | 2008-12-29 | 1 | -4/+4 |
| * | ide: remove redundant code from ide_end_drive_cmd() | Bartlomiej Zolnierkiewicz | 2008-12-29 | 1 | -3/+0 |
| * | ide: struct device - replace bus_id with dev_name(), dev_set_name() | Kay Sievers | 2008-12-29 | 1 | -2/+2 |
| * | ide: rework handling of serialized ports (v2) | Bartlomiej Zolnierkiewicz | 2008-12-29 | 3 | -53/+6 |
| * | cy82c693: remove superfluous ide_cy82c693 chipset type | Bartlomiej Zolnierkiewicz | 2008-12-29 | 3 | -4/+1 |
| * | trm290: add IDE_HFLAG_TRM290 host flag | Bartlomiej Zolnierkiewicz | 2008-12-29 | 4 | -5/+6 |
| * | ide: add ->max_sectors field to struct ide_port_info | Bartlomiej Zolnierkiewicz | 2008-12-29 | 3 | -8/+10 |
| * | rz1000: apply chipset quirks early (v2) | Bartlomiej Zolnierkiewicz | 2008-12-29 | 3 | -14/+26 |
| * | ide: always set nIEN on idle devices | Bartlomiej Zolnierkiewicz | 2008-12-29 | 3 | -5/+2 |
| * | ide: fix ->quirk_list checking in ide_do_request() | Bartlomiej Zolnierkiewicz | 2008-12-29 | 1 | -1/+1 |
| * | gayle: set IDE_HFLAG_SERIALIZE explictly | Bartlomiej Zolnierkiewicz | 2008-12-29 | 1 | -1/+5 |
| * | cmd64x: set IDE_HFLAG_SERIALIZE explictly for CMD646 | Bartlomiej Zolnierkiewicz | 2008-12-29 | 4 | -5/+4 |
| * | ali14xx: doesn't use shared IRQs | Bartlomiej Zolnierkiewicz | 2008-12-29 | 1 | -2/+1 |
| * | ide-cd: remove obsolete seek optimization | Bartlomiej Zolnierkiewicz | 2008-12-29 | 3 | -89/+6 |
| * | ide: cleanup ide_do_request() | Bartlomiej Zolnierkiewicz | 2008-12-29 | 1 | -5/+0 |
| * | ide: replace the global ide_lock spinlock by per-hwgroup spinlocks (v2) | Bartlomiej Zolnierkiewicz | 2008-12-29 | 8 | -86/+100 |
| * | ide: use queue lock instead of ide_lock when possible | Bartlomiej Zolnierkiewicz | 2008-12-29 | 2 | -15/+18 |
| * | ide: ide_lock + __blk_end_request() -> blk_end_request() | Bartlomiej Zolnierkiewicz | 2008-12-29 | 2 | -21/+7 |
| * | ide: push ide_lock to __ide_end_request() | Bartlomiej Zolnierkiewicz | 2008-12-29 | 1 | -19/+9 |
| * | ide: ide_hwgroup_t.rq doesn't need an ide_lock held | Bartlomiej Zolnierkiewicz | 2008-12-29 | 3 | -31/+28 |
| * | ide: __ide_port_unregister_devices() doesn't need an ide_lock held | Bartlomiej Zolnierkiewicz | 2008-12-29 | 1 | -7/+0 |
| * | ide: IDE settings don't need an ide_lock held | Bartlomiej Zolnierkiewicz | 2008-12-29 | 2 | -24/+4 |
| * | ide: unify ide_intr()'s exit points | Bartlomiej Zolnierkiewicz | 2008-12-29 | 1 | -13/+14 |
| * | ide: fix IDE ACPI regression breaking suspend | Bartlomiej Zolnierkiewicz | 2008-12-29 | 1 | -2/+2 |
| * | tx493[89]ide: Fix length for __ide_flush_dcache_range | Atsushi Nemoto | 2008-12-29 | 2 | -4/+4 |
| * | tx4939ide: Do not use zero count PRD entry | Atsushi Nemoto | 2008-12-29 | 1 | -0/+6 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sha... | Linus Torvalds | 2008-12-30 | 1 | -1/+7 |
|\ \ |
|
| * | | jfs: ensure symlinks are NUL-terminated | Dave Kleikamp | 2008-12-16 | 1 | -1/+7 |
* | | | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2008-12-30 | 25 | -280/+457 |
|\ \ \ |
|
| * | | | sata_sil: add Large Block Transfer support | Robert Hancock | 2008-12-29 | 1 | -2/+94 |
| * | | | [libata] ata_piix: cleanup dmi strings checking | Jiri Slaby | 2008-12-29 | 1 | -14/+7 |
| * | | | DMI: add dmi_match | Jiri Slaby | 2008-12-29 | 2 | -0/+19 |
| * | | | libata: blacklist NCQ on OCZ CORE 2 SSD (resend) | Lubomir Bulej | 2008-12-29 | 1 | -0/+1 |
| * | | | [libata] Update kernel-doc comments to match source code | Qinghuang Feng | 2008-12-28 | 10 | -11/+0 |
| * | | | libata: perform port detach in EH | Tejun Heo | 2008-12-28 | 3 | -21/+37 |
| * | | | libata: when restoring SControl during detach do the PMP links first | Tejun Heo | 2008-12-28 | 1 | -1/+1 |
| * | | | libata: beef up iterators | Tejun Heo | 2008-12-28 | 15 | -240/+307 |
* | | | | Merge branch 'oprofile-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2008-12-30 | 10 | -228/+306 |
|\ \ \ \ |
|
| * | | | | oprofile: select RING_BUFFER | Ingo Molnar | 2008-12-12 | 1 | -0/+2 |
| * | | | | ring_buffer: adding EXPORT_SYMBOLs | Robert Richter | 2008-12-12 | 1 | -0/+34 |
| * | | | | oprofile: fix lost sample counter | Robert Richter | 2008-12-10 | 1 | -30/+53 |