Age | Commit message (Expand) | Author | Files | Lines |
2008-07-24 | use generic_access_phys for /dev/mem mappings | Rik van Riel | 1 | -1/+4 |
2008-07-24 | mspec: convert nopfn to fault | Nick Piggin | 1 | -9/+14 |
2008-07-24 | remove is_tty() | Adrian Bunk | 1 | -13/+0 |
2008-07-24 | move memory_read_from_buffer() from fs.h to string.h | Akinobu Mita | 2 | -1/+1 |
2008-07-23 | Merge branch 'cpus4096-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 9 | -58/+72 |
2008-07-23 | Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 17 | -188/+1282 |
2008-07-23 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/drz... | Linus Torvalds | 7 | -198/+404 |
2008-07-23 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/djb... | Linus Torvalds | 18 | -119/+4240 |
2008-07-23 | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe... | Linus Torvalds | 2 | -2/+241 |
2008-07-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 | Linus Torvalds | 56 | -1397/+1489 |
2008-07-23 | ide: small whitespace fixes | Pavel Machek | 2 | -2/+2 |
2008-07-23 | ide: ide-cd_ioctl.c fix sparse integer as NULL pointer warnings | Harvey Harrison | 1 | -4/+4 |
2008-07-23 | ide: ide-cd.c fix sparse endianness warnings | Harvey Harrison | 1 | -11/+8 |
2008-07-23 | ide-cd: convert to using the new atapi_flags | Borislav Petkov | 3 | -109/+64 |
2008-07-23 | ide: remove unused PC_FLAG_DRQ_INTERRUPT | Borislav Petkov | 1 | -2/+1 |
2008-07-23 | ide-scsi: convert to using the new atapi_flags | Borislav Petkov | 1 | -16/+1 |
2008-07-23 | ide-tape: convert to using the new atapi_flags | Borislav Petkov | 1 | -45/+23 |
2008-07-23 | ide-floppy: convert to using the new atapi_flags (take 2) | Borislav Petkov | 2 | -48/+30 |
2008-07-23 | ide: use rq->cmd instead of pc->c in atapi common code | Borislav Petkov | 1 | -5/+13 |
2008-07-23 | ide-scsi: pass packet command in rq->cmd | Borislav Petkov | 1 | -0/+2 |
2008-07-23 | ide-tape: pass packet command in rq->cmd | Borislav Petkov | 1 | -8/+11 |
2008-07-23 | ide-tape: make room for packet command ids in rq->cmd | Borislav Petkov | 1 | -11/+11 |
2008-07-23 | ide-floppy: pass packet command in rq->cmd | Borislav Petkov | 1 | -0/+4 |
2008-07-23 | ide-scsi: use drive->pc_callback instead of pc->callback | Borislav Petkov | 2 | -10/+5 |
2008-07-23 | ide-tape: use drive->pc_callback instead of pc->callback | Borislav Petkov | 2 | -5/+6 |
2008-07-23 | ide-floppy: use drive->pc_callback instead of pc->callback | Borislav Petkov | 2 | -4/+10 |
2008-07-23 | drivers/ide/ide-tape.c: remove double kfree | Darren Jenkins | 1 | -1/+0 |
2008-07-23 | ide: add ide_host_free() helper (take 2) | Bartlomiej Zolnierkiewicz | 5 | -20/+87 |
2008-07-23 | ide: allocate ide_hwif_t instances dynamically | Bartlomiej Zolnierkiewicz | 2 | -9/+6 |
2008-07-23 | ide: add ide_ports[] | Bartlomiej Zolnierkiewicz | 1 | -2/+9 |
2008-07-23 | ide: move ide_remove_port_from_hwgroup() to ide-probe.c | Bartlomiej Zolnierkiewicz | 2 | -35/+35 |
2008-07-23 | ide: fix IDE port slots reservation and freeing (take 2) | Bartlomiej Zolnierkiewicz | 1 | -37/+50 |
2008-07-23 | ide: fix ide_host_register() return value | Bartlomiej Zolnierkiewicz | 1 | -20/+18 |
2008-07-23 | ide: add ide_host_add() helper | Bartlomiej Zolnierkiewicz | 22 | -136/+70 |
2008-07-23 | ide: add struct ide_host (take 3) | Bartlomiej Zolnierkiewicz | 26 | -339/+253 |
2008-07-23 | ide: add struct ide_tp_ops (take 2) | Bartlomiej Zolnierkiewicz | 22 | -208/+323 |
2008-07-23 | ide: add 'config' field to hw_regs_t | Bartlomiej Zolnierkiewicz | 2 | -3/+2 |
2008-07-23 | ide-generic: probing fix | Bartlomiej Zolnierkiewicz | 1 | -7/+1 |
2008-07-23 | gayle: reserve memory resources at once | Bartlomiej Zolnierkiewicz | 1 | -14/+11 |
2008-07-23 | ide: filter out "default" transfer mode values in set_xfer_rate() | Bartlomiej Zolnierkiewicz | 12 | -34/+8 |
2008-07-23 | ide: filter out invalid transfer mode values in set_xfer_rate() | Bartlomiej Zolnierkiewicz | 1 | -1/+1 |
2008-07-23 | ide: remove dead Virtual DMA support | Bartlomiej Zolnierkiewicz | 4 | -36/+4 |
2008-07-23 | ide: mark hpt34x host driver as BROKEN | Bartlomiej Zolnierkiewicz | 1 | -0/+1 |
2008-07-23 | ide: limit cy82c693 host driver to ALPHA | Bartlomiej Zolnierkiewicz | 1 | -0/+1 |
2008-07-23 | ide: remove ->INB, ->OUTB and ->OUTBSYNC methods | Bartlomiej Zolnierkiewicz | 13 | -108/+15 |
2008-07-23 | ide: add ide_read_bcount_and_ireason() helper | Bartlomiej Zolnierkiewicz | 3 | -12/+21 |
2008-07-23 | ide: add ide_read_ireason() helper | Bartlomiej Zolnierkiewicz | 1 | -3/+14 |
2008-07-23 | ide: add ide_read_device() helper | Bartlomiej Zolnierkiewicz | 1 | -3/+14 |
2008-07-23 | ide: use ->tf_read in ide_read_error() | Bartlomiej Zolnierkiewicz | 4 | -0/+21 |
2008-07-23 | ide: use ->tf_load in SELECT_DRIVE() | Bartlomiej Zolnierkiewicz | 1 | -1/+5 |