| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | | libata: add ATA_CBL_PATA_IGN | Tejun Heo | 2008-01-23 | 2 | -3/+5 |
| * | | | libata: xfer_mask is unsigned long not unsigned int | Tejun Heo | 2008-01-23 | 1 | -21/+25 |
| * | | | libata: kill ata_id_to_dma_mode() | Tejun Heo | 2008-01-23 | 1 | -1/+0 |
| * | | | libata: clean up xfermode / PATA timing related stuff | Tejun Heo | 2008-01-23 | 1 | -9/+12 |
| * | | | libata: export xfermode / PATA timing related functions | Tejun Heo | 2008-01-23 | 1 | -0/+10 |
| * | | | libata: implement ATA_DFLAG_DUBIOUS_XFER | Tejun Heo | 2008-01-23 | 1 | -0/+3 |
| * | | | libata: clean up EH speed down implementation | Tejun Heo | 2008-01-23 | 1 | -1/+1 |
| * | | | libata: implement protocol tests | Tejun Heo | 2008-01-23 | 1 | -7/+64 |
| * | | | libata: rearrange ATA_DFLAG_* | Tejun Heo | 2008-01-23 | 1 | -3/+3 |
| * | | | libata: Disable ATA8-ACS proposed Trusted Computing features by default | Alan Cox | 2008-01-23 | 1 | -1/+21 |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/v4l-dvb | Linus Torvalds | 2008-01-25 | 1 | -0/+2 |
|\ \ \ \ |
|
| * | | | | V4L/DVB (6868): i2c-id.h: add I2C_DRIVERID_CS5345 | Hans Verkuil | 2008-01-25 | 1 | -0/+1 |
| * | | | | V4L/DVB (6487): i2c-id: add M52790 driver ID | Hans Verkuil | 2008-01-25 | 1 | -0/+1 |
| | |/ /
| |/| | |
|
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 | Linus Torvalds | 2008-01-25 | 3 | -249/+138 |
|\ \ \ \ |
|
| * | | | | ide: add IDE_HFLAG_ABUSE_SET_DMA_MODE host flag | Bartlomiej Zolnierkiewicz | 2008-01-25 | 1 | -0/+1 |
| * | | | | ide: make 'extra' field in struct ide_port_info u8 | Bartlomiej Zolnierkiewicz | 2008-01-25 | 1 | -1/+1 |
| * | | | | ide-disk: use ide_get_lba_addr() | Bartlomiej Zolnierkiewicz | 2008-01-25 | 1 | -0/+1 |
| * | | | | ide: add ide_tf_read() helper | Bartlomiej Zolnierkiewicz | 2008-01-25 | 1 | -2/+22 |
| * | | | | ide-disk: use do_rw_taskfile() (take 2) | Bartlomiej Zolnierkiewicz | 2008-01-25 | 1 | -7/+2 |
| * | | | | ide: remove 'handler' field from ide_task_t (take 2) | Bartlomiej Zolnierkiewicz | 2008-01-25 | 1 | -4/+1 |
| * | | | | ide: use ->data_phase to set ->handler in do_rw_taskfile() | Bartlomiej Zolnierkiewicz | 2008-01-25 | 1 | -1/+0 |
| * | | | | ide: convert do_rw_taskfile() to use ->data_phase | Bartlomiej Zolnierkiewicz | 2008-01-25 | 1 | -2/+0 |
| * | | | | ide: merge flagged_taskfile() into do_rw_taskfile() | Bartlomiej Zolnierkiewicz | 2008-01-25 | 1 | -5/+0 |
| * | | | | ide: remove 'tf_in_flags' field from ide_task_t | Bartlomiej Zolnierkiewicz | 2008-01-25 | 1 | -2/+3 |
| * | | | | ide: remove 'command_type' field from ide_task_t | Bartlomiej Zolnierkiewicz | 2008-01-25 | 2 | -9/+9 |
| * | | | | ide: remove hwif->intrproc | Bartlomiej Zolnierkiewicz | 2008-01-25 | 1 | -2/+0 |
| * | | | | ide: remove SELECT_INTERRUPT() | Bartlomiej Zolnierkiewicz | 2008-01-25 | 1 | -1/+0 |
| * | | | | ide: remove QUIRK_LIST() | Bartlomiej Zolnierkiewicz | 2008-01-25 | 1 | -1/+0 |
| * | | | | ide: add ide_pktcmd_tf_load() helper | Bartlomiej Zolnierkiewicz | 2008-01-25 | 1 | -0/+2 |
| * | | | | ide: remove atapi_ireason_t (take 3) | Bartlomiej Zolnierkiewicz | 2008-01-25 | 1 | -24/+0 |
| * | | | | ide: remove ata_nsector_t, ata_data_t and atapi_bcount_t | Bartlomiej Zolnierkiewicz | 2008-01-25 | 1 | -20/+0 |
| * | | | | ide: remove atapi_feature_t | Bartlomiej Zolnierkiewicz | 2008-01-25 | 1 | -27/+0 |
| * | | | | ide: remove atapi_error_t (take 2) | Bartlomiej Zolnierkiewicz | 2008-01-25 | 2 | -30/+3 |
| * | | | | ide: remove ata_status_t and atapi_status_t | Bartlomiej Zolnierkiewicz | 2008-01-25 | 1 | -44/+0 |
| * | | | | ide: CPU endianness doesn't matter for special_t | Bartlomiej Zolnierkiewicz | 2008-01-25 | 1 | -11/+0 |
| * | | | | ide: remove REQ_TYPE_ATA_TASK | Bartlomiej Zolnierkiewicz | 2008-01-25 | 1 | -1/+0 |
| * | | | | ide: use ide_tf_load() in execute_drive_cmd() | Bartlomiej Zolnierkiewicz | 2008-01-25 | 1 | -0/+1 |
| * | | | | ide: remove stale ide.h "configuration options" | Bartlomiej Zolnierkiewicz | 2008-01-25 | 1 | -23/+4 |
| * | | | | ide: use do_rw_taskfile() in flagged_taskfile() | Bartlomiej Zolnierkiewicz | 2008-01-25 | 1 | -2/+23 |
| * | | | | ide: add ide_no_data_taskfile() helper | Bartlomiej Zolnierkiewicz | 2008-01-25 | 1 | -0/+2 |
| * | | | | ide: add ide_tf_load() helper | Bartlomiej Zolnierkiewicz | 2008-01-25 | 1 | -0/+8 |
| * | | | | ide: add struct ide_taskfile (take 2) | Bartlomiej Zolnierkiewicz | 2008-01-25 | 2 | -11/+36 |
| * | | | | ide: remove task_ioreg_t typedef (take 2) | Bartlomiej Zolnierkiewicz | 2008-01-25 | 2 | -26/+27 |
| * | | | | ide: remove ->dma_master field from ide_hwif_t (take 5) | Bartlomiej Zolnierkiewicz | 2008-01-25 | 1 | -1/+0 |
| |/ / / |
|
* | | | | sched: keep total / count stats in addition to the max for | Arjan van de Ven | 2008-01-25 | 1 | -0/+2 |
* | | | | sched, futex: detach sched.h and futex.h | Alexey Dobriyan | 2008-01-25 | 2 | -2/+6 |
* | | | | softlockup: fix signedness | Ingo Molnar | 2008-01-25 | 1 | -2/+2 |
* | | | | sched: latencytop support | Arjan van de Ven | 2008-01-25 | 3 | -0/+52 |
* | | | | timers: don't #error on higher HZ values | Pavel Machek | 2008-01-25 | 1 | -0/+6 |
* | | | | sched: remove the !PREEMPT_BKL code | Ingo Molnar | 2008-01-25 | 2 | -18/+2 |