| Commit message (Expand) | Author | Age | Files | Lines |
* | ide-iops: only clear DMA words on setting DMA mode | Sergei Shtylyov | 2009-03-31 | 1 | -3/+5 |
* | ide: identify data word 53 bit 1 doesn't cover words 62 and 63 (take 3) | Sergei Shtylyov | 2009-03-31 | 4 | -26/+19 |
* | au1xxx-ide: auide_{in|out}sw() should be static | Sergei Shtylyov | 2009-03-31 | 1 | -2/+2 |
* | ide-floppy: use ide_pio_bytes() | Bartlomiej Zolnierkiewicz | 2009-03-31 | 2 | -71/+21 |
* | ide-{floppy,tape}: fix padding for PIO transfers | Bartlomiej Zolnierkiewicz | 2009-03-31 | 2 | -54/+35 |
* | ide: remove CONFIG_BLK_DEV_IDEDOUBLER config option | Bartlomiej Zolnierkiewicz | 2009-03-31 | 2 | -26/+9 |
* | ide: decrease size of ->pc_buf field in struct ide_atapi_pc | Bartlomiej Zolnierkiewicz | 2009-03-31 | 3 | -2/+12 |
* | ide: fix locking in drive_release_dev() | Bartlomiej Zolnierkiewicz | 2009-03-31 | 1 | -8/+4 |
* | ide: merge ide_arm and ide_generic host drivers | Bartlomiej Zolnierkiewicz | 2009-03-31 | 4 | -66/+15 |
* | ide-generic: remove no longer needed sysfs interface | Bartlomiej Zolnierkiewicz | 2009-03-31 | 1 | -67/+1 |
* | ide: sanitize ide_build_sglist() and ide_destroy_dmatable() | Bartlomiej Zolnierkiewicz | 2009-03-31 | 4 | -30/+32 |
* | ide: set/clear drive->waiting_for_dma flag in the core code | Bartlomiej Zolnierkiewicz | 2009-03-31 | 14 | -36/+11 |
* | ide: move ide_map_sg() call out of ->dma_setup method (take 2) | Bartlomiej Zolnierkiewicz | 2009-03-31 | 8 | -37/+17 |
* | ide: add ->dma_check method | Bartlomiej Zolnierkiewicz | 2009-03-31 | 3 | -12/+19 |
* | trm290: use custom ->dma_{start,end} to handle trm290_prepare_drive() | Bartlomiej Zolnierkiewicz | 2009-03-31 | 1 | -4/+3 |
* | ns87415: use custom ->dma_{start,end} to handle ns87415_prepare_drive() | Bartlomiej Zolnierkiewicz | 2009-03-31 | 1 | -13/+11 |
* | ide: add ide_dma_prepare() helper | Bartlomiej Zolnierkiewicz | 2009-03-31 | 3 | -18/+15 |
* | ide: destroy DMA mappings after ending DMA (v2) | Bartlomiej Zolnierkiewicz | 2009-03-31 | 14 | -24/+12 |
* | ide: inline ide_dma_timeout() into ide_dma_timeout_retry() | Bartlomiej Zolnierkiewicz | 2009-03-31 | 1 | -15/+6 |
* | ide: add ->dma_clear method and remove ->dma_timeout one | Bartlomiej Zolnierkiewicz | 2009-03-31 | 20 | -45/+14 |
* | ide-cd: minor ide_cdrom_setup() cleanup | Bartlomiej Zolnierkiewicz | 2009-03-31 | 1 | -8/+7 |
* | ide-cd: unify transfer padding in cdrom_newpc_intr() | Bartlomiej Zolnierkiewicz | 2009-03-31 | 1 | -18/+11 |
* | ide-cd: use common completion path for DMA requests in cdrom_newpc_intr() | Bartlomiej Zolnierkiewicz | 2009-03-31 | 1 | -10/+1 |
* | ide-cd: use scatterlists for PIO transfers (non-fs requests) (v2) | Bartlomiej Zolnierkiewicz | 2009-03-31 | 1 | -70/+30 |
* | ide-cd: merge ide_cd_prepare_rw_request() into cdrom_start_rw() | Bartlomiej Zolnierkiewicz | 2009-03-31 | 1 | -16/+5 |
* | ide-cd: fix non-SECTOR_SIZE-multiples PIO transfers for fs requests | Bartlomiej Zolnierkiewicz | 2009-03-31 | 1 | -35/+1 |
* | ide-cd: use scatterlists for PIO transfers (fs requests) | Bartlomiej Zolnierkiewicz | 2009-03-31 | 2 | -105/+46 |
* | ide-cd: cleanup ide_cd_do_request() | Bartlomiej Zolnierkiewicz | 2009-03-31 | 1 | -9/+6 |
* | ide-cd: kill whole failed request in ide_cd_do_request() | Bartlomiej Zolnierkiewicz | 2009-03-31 | 1 | -1/+1 |
* | ide-cd: remove cdrom_end_request() | Bartlomiej Zolnierkiewicz | 2009-03-31 | 1 | -34/+47 |
* | ide-cd: unify cdrom_newpc_intr() exit paths | Bartlomiej Zolnierkiewicz | 2009-03-31 | 1 | -25/+23 |
* | ide-cd: move setting REQ_FAILED flag out from 'end_request' exit path | Bartlomiej Zolnierkiewicz | 2009-03-31 | 1 | -5/+7 |
* | ide-cd: unify ide_cd_do_request() exit paths | Bartlomiej Zolnierkiewicz | 2009-03-31 | 1 | -16/+12 |
* | ide-cd: factor out failed request completion from cdrom_end_request() | Bartlomiej Zolnierkiewicz | 2009-03-31 | 1 | -22/+25 |
* | ide-cd: remove no longer needed 'ignore' module parameter | Bartlomiej Zolnierkiewicz | 2009-03-31 | 1 | -12/+0 |
* | ide-cd: remove needless ide_dump_status_no_sense() wrapper | Bartlomiej Zolnierkiewicz | 2009-03-31 | 1 | -13/+4 |
* | ide-cd: remove dead code from cdrom_decode_status() | Bartlomiej Zolnierkiewicz | 2009-03-31 | 1 | -6/+0 |
* | ide-cd: use ide_end_rq() also for failed non-fs requests | Bartlomiej Zolnierkiewicz | 2009-03-31 | 1 | -12/+4 |
* | ide-cd: remove dead URLs | Bartlomiej Zolnierkiewicz | 2009-03-31 | 1 | -6/+3 |
* | ide: use PageHighMem() instead of ifdefs in ide_pio_bytes() | Bartlomiej Zolnierkiewicz | 2009-03-31 | 1 | -8/+6 |
* | ide: add support for arbitrary transfer lengths to ide_pio_bytes() | Bartlomiej Zolnierkiewicz | 2009-03-31 | 1 | -36/+37 |
* | ide-atapi: start DMA after issuing a packet command | Borislav Petkov | 2009-03-31 | 1 | -4/+4 |
* | at91_ide: fix ->ftf_flags handling | Bartlomiej Zolnierkiewicz | 2009-03-31 | 1 | -3/+3 |
* | ide: drivers/ide/ide-atapi.c needs <linux/scatterlist.h> | Geert Uytterhoeven | 2009-03-31 | 1 | -0/+2 |
* | ide: Fix code dealing with sleeping devices in do_ide_request() | Elias Oltmanns | 2009-03-31 | 1 | -5/+4 |
* | Merge branch 'x86-stage-3-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2009-03-30 | 3 | -222/+404 |
|\ |
|
| * | Merge branch 'linus' into x86/core | Ingo Molnar | 2009-03-28 | 1425 | -96579/+149957 |
| |\ |
|
| * \ | Merge branches 'x86/apic', 'x86/cleanups', 'x86/mm', 'x86/pat', 'x86/setup' a... | Ingo Molnar | 2009-03-24 | 24 | -103/+261 |
| |\ \ |
|
| | \ \ | |
| | \ \ | |
| *-. \ \ | Merge branches 'x86/cleanups', 'x86/mm', 'x86/setup' and 'linus' into x86/core | Ingo Molnar | 2009-03-20 | 59 | -13043/+940 |
| |\ \ \ \ |
|
| | \ \ \ \ | |
| | \ \ \ \ | |
| | \ \ \ \ | |
| | \ \ \ \ | |
| | \ \ \ \ | |
| | \ \ \ \ | |
| | \ \ \ \ | |
| | \ \ \ \ | |
| | \ \ \ \ | |
| | \ \ \ \ | |
| *---------. \ \ \ \ | Merge branches 'x86/cleanups', 'x86/cpu', 'x86/debug', 'x86/mce2', 'x86/mm', ... | Ingo Molnar | 2009-03-18 | 187 | -4806/+13546 |
| |\ \ \ \ \ \ \ \ \ \
| | | |_|_|_|_|/ / / /
| | |/| | | | | | | | |
|