| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 | Linus Torvalds | 2009-01-02 | 19 | -1539/+549 |
|\ |
|
| * | ide-atapi: start dma in a drive-specific way | Borislav Petkov | 2009-01-02 | 1 | -4/+11 |
| * | ide-atapi: put the rest of non-ide-cd code into the else-clause of ide_transf... | Borislav Petkov | 2009-01-02 | 1 | -11/+11 |
| * | ide-atapi: remove timeout arg to ide_issue_pc | Borislav Petkov | 2009-01-02 | 3 | -3/+8 |
| * | ide-cd: remove handler wrappers | Borislav Petkov | 2009-01-02 | 1 | -38/+11 |
| * | ide-cd: remove xferlen arg to cdrom_start_packet_command | Borislav Petkov | 2009-01-02 | 1 | -5/+5 |
| * | ide-atapi: split drive-specific functionality in ide_issue_pc | Borislav Petkov | 2009-01-02 | 1 | -16/+20 |
| * | ide-atapi: assign expiry and timeout based on device type | Borislav Petkov | 2009-01-02 | 1 | -13/+17 |
| * | ide-atapi: compute cmd_len based on device type in ide_transfer_pc | Borislav Petkov | 2009-01-02 | 1 | -1/+13 |
| * | ide: remove the last ide-scsi remnants | Borislav Petkov | 2009-01-02 | 4 | -9/+2 |
| * | ide-atapi: remove ide-scsi remnants from ide_pc_intr() | Borislav Petkov | 2009-01-02 | 1 | -55/+13 |
| * | ide-atapi: remove ide-scsi remnants from ide_transfer_pc() | Borislav Petkov | 2009-01-02 | 1 | -10/+4 |
| * | ide-atapi: remove ide-scsi remnants from ide_issue_pc | Borislav Petkov | 2009-01-02 | 1 | -11/+1 |
| * | ide-cd: move cdrom_timer_expiry to ide-atapi.c | Borislav Petkov | 2009-01-02 | 5 | -44/+43 |
| * | ide-atapi: teach ide atapi about drive->waiting_for_dma | Borislav Petkov | 2009-01-02 | 1 | -0/+7 |
| * | ide-atapi: accomodate transfer length calculation for ide-cd | Borislav Petkov | 2009-01-02 | 3 | -3/+17 |
| * | ide-atapi: setup dma for ide-cd | Borislav Petkov | 2009-01-02 | 1 | -2/+3 |
| * | ide-atapi: combine drive-specific assignments | Borislav Petkov | 2009-01-02 | 1 | -12/+11 |
| * | ide-atapi: add a dev_is_idecd-inline | Borislav Petkov | 2009-01-02 | 1 | -1/+7 |
| * | remove ide-scsi | FUJITA Tomonori | 2009-01-02 | 4 | -862/+4 |
| * | ide-floppy: allocate only toplevel packet commands | Linus Torvalds | 2009-01-02 | 2 | -41/+43 |
| * | ide-cd: move debug defines into header | Borislav Petkov | 2009-01-02 | 2 | -8/+8 |
| * | ide: use per-device request queue locks (v2) | Bartlomiej Zolnierkiewicz | 2009-01-02 | 3 | -153/+77 |
| * | ide: add ide_[un]lock_hwgroup() helpers | Bartlomiej Zolnierkiewicz | 2009-01-02 | 2 | -22/+12 |
| * | ide: remove "paranoia" checks for hwgroup->busy | Bartlomiej Zolnierkiewicz | 2009-01-02 | 1 | -8/+1 |
| * | ide: remove IDE PM hack from do_ide_request() | Bartlomiej Zolnierkiewicz | 2009-01-02 | 1 | -8/+1 |
| * | ide: don't execute the next queued command from the hard-IRQ context (v2) | Bartlomiej Zolnierkiewicz | 2009-01-02 | 1 | -37/+30 |
| * | ide: move sysfs support to ide-sysfs.c | Bartlomiej Zolnierkiewicz | 2009-01-02 | 4 | -123/+128 |
| * | ide: factor out device type classifying from do_identify() | Bartlomiej Zolnierkiewicz | 2009-01-02 | 1 | -73/+81 |
| * | ide: small ide_register_port() cleanup | Bartlomiej Zolnierkiewicz | 2009-01-02 | 1 | -7/+2 |
| * | ide: remove chipset type fixup from ide_host_register() | Bartlomiej Zolnierkiewicz | 2009-01-02 | 3 | -3/+2 |
| * | tx493x: fix indentation | Bartlomiej Zolnierkiewicz | 2009-01-02 | 2 | -26/+26 |
* | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2009-01-02 | 66 | -2709/+3080 |
|\ \ |
|
| * \ | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | David Vrabel | 2009-01-02 | 1671 | -61814/+145969 |
| |\ \
| | |/ |
|
| * | | uwb: remove beacon cache entry after calling uwb_notify() | Stefano Panella | 2008-12-23 | 2 | -2/+2 |
| * | | uwb: remove unused include/linux/uwb/debug.h | David Vrabel | 2008-12-22 | 5 | -5/+5 |
| * | | uwb: use print_hex_dump() | David Vrabel | 2008-12-22 | 3 | -47/+24 |
| * | | uwb: use dev_dbg() for debug messages | David Vrabel | 2008-12-22 | 28 | -1168/+220 |
| * | | uwb: fix memory leak in uwb_rc_notif() | David Vrabel | 2008-12-12 | 1 | -18/+1 |
| * | | wusb: fix oops when terminating a non-existant reservation | David Vrabel | 2008-12-12 | 1 | -2/+5 |
| * | | uwb: fix oops when terminating an already terminated reservation | David Vrabel | 2008-12-12 | 1 | -1/+2 |
| * | | uwb: improved MAS allocator and reservation conflict handling | Stefano Panella | 2008-12-12 | 9 | -322/+1534 |
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | David Vrabel | 2008-12-08 | 191 | -2036/+2561 |
| |\ \ |
|
| * | | | wusb: add debug files for ASL, PZL and DI to the whci-hcd driver | David Vrabel | 2008-11-26 | 11 | -123/+220 |
| * | | | uwb: fix oops in debug PAL's reservation callback | David Vrabel | 2008-11-26 | 1 | -1/+1 |
| * | | | uwb: clean up whci_wait_for() timeout error message | David Vrabel | 2008-11-25 | 2 | -32/+8 |
| * | | | wusb: whci-hcd shouldn't do ASL/PZL updates while channel is inactive | David Vrabel | 2008-11-25 | 4 | -31/+72 |
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | David Vrabel | 2008-11-25 | 39 | -165/+241 |
| |\ \ \ |
|
| * \ \ \ | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | David Vrabel | 2008-11-19 | 545 | -4940/+12885 |
| |\ \ \ \ |
|
| * | | | | | uwb: remove unused beacon group join/leave events | David Vrabel | 2008-11-19 | 1 | -16/+1 |