| Commit message (Expand) | Author | Age |
* | virtio: Use PCI revision field to indicate virtio PCI ABI version | Anthony Liguori | 2008-02-04 |
* | virtio: PCI device | Anthony Liguori | 2008-02-04 |
* | virtio_blk: implement naming for vda-vdz,vdaa-vdzz,vdaaa-vdzzz | Christian Borntraeger | 2008-02-04 |
* | virtio_blk: Dont waste major numbers | Christian Borntraeger | 2008-02-04 |
* | virtio_blk: provide getgeo | Christian Borntraeger | 2008-02-04 |
* | virtio_net: parametrize the napi_weight for virtio receive queue. | Dor Laor | 2008-02-04 |
* | virtio: free transmit skbs when notified, not on next xmit. | Rusty Russell | 2008-02-04 |
* | virtio: flush buffers on open | Rusty Russell | 2008-02-04 |
* | virtnet: remove double ether_setup | Christian Borntraeger | 2008-02-04 |
* | virtio: Allow virtio to be modular and used by modules | Rusty Russell | 2008-02-04 |
* | virtio: Use the sg_phys convenience function. | Rusty Russell | 2008-02-04 |
* | virtio: Put the virtio under the virtualization menu | Anthony Liguori | 2008-02-04 |
* | virtio: handle interrupts after callbacks turned off | Rusty Russell | 2008-02-04 |
* | virtio: reset function | Rusty Russell | 2008-02-04 |
* | virtio: populate network rings in the probe routine, not open | Rusty Russell | 2008-02-04 |
* | virtio: Tweak virtio_net defines | Rusty Russell | 2008-02-04 |
* | virtio: Net header needs hdr_len | Rusty Russell | 2008-02-04 |
* | virtio: remove unused id field from struct virtio_blk_outhdr | Rusty Russell | 2008-02-04 |
* | virtio: clarify NO_NOTIFY flag usage | Rusty Russell | 2008-02-04 |
* | virtio: Fix vring_init/vring_size to take unsigned long | Anthony Liguori | 2008-02-04 |
* | virtio: configuration change callback | Rusty Russell | 2008-02-04 |
* | virtio: explicit enable_cb/disable_cb rather than callback return. | Rusty Russell | 2008-02-04 |
* | virtio: simplify config mechanism. | Rusty Russell | 2008-02-04 |
* | virtio: Implement skb_partial_csum_set, for setting partial csums on untruste... | Rusty Russell | 2008-02-04 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bart/ide-2.6 | Linus Torvalds | 2008-02-02 |
|\ |
|
| * | ide-tape: remove idetape_config_t typedef | Borislav Petkov | 2008-02-02 |
| * | ide-tape: remove mtio.h related comments | Borislav Petkov | 2008-02-02 |
| * | ide-tape: make function name more accurate | Borislav Petkov | 2008-02-02 |
| * | ide-tape: remove unused sense packet commands. | Borislav Petkov | 2008-02-02 |
| * | ide-tape: use generic byteorder macros | Borislav Petkov | 2008-02-02 |
| * | ide-tape: remove EXPERIMENTAL driver status | Borislav Petkov | 2008-02-02 |
| * | ide-tape: use generic scsi commands | Borislav Petkov | 2008-02-02 |
| * | ide-tape: remove struct idetape_block_size_page_t | Borislav Petkov | 2008-02-02 |
| * | ide-tape: remove structs os_partition_t, os_dat_entry_t, os_dat_t | Borislav Petkov | 2008-02-02 |
| * | ide-tape: remove struct idetape_parameter_block_descriptor_t | Borislav Petkov | 2008-02-02 |
| * | ide-tape: remove struct idetape_medium_partition_page_t | Borislav Petkov | 2008-02-02 |
| * | ide-tape: remove struct idetape_data_compression_page_t | Borislav Petkov | 2008-02-02 |
| * | ide-tape: remove struct idetape_inquiry_result_t | Borislav Petkov | 2008-02-02 |
| * | ide-tape: remove struct idetape_capabilities_page_t | Borislav Petkov | 2008-02-02 |
| * | ide-tape: remove IDETAPE_DEBUG_BUGS | Borislav Petkov | 2008-02-02 |
| * | ide-tape: remove IDETAPE_DEBUG_INFO | Borislav Petkov | 2008-02-02 |
| * | ide-tape: dump gcw fields on error in idetape_identify_device() | Bartlomiej Zolnierkiewicz | 2008-02-02 |
| * | ide-tape: remove struct idetape_mode_parameter_header_t | Borislav Petkov | 2008-02-02 |
| * | ide-tape: remove struct idetape_request_sense_result_t | Borislav Petkov | 2008-02-02 |
| * | ide-tape: remove dead code | Borislav Petkov | 2008-02-02 |
| * | ide-tape: move historical changelog to Documentation/ide/ChangeLog.ide-tape.1... | Borislav Petkov | 2008-02-02 |
| * | ide-cs: use ide_std_init_ports() | Bartlomiej Zolnierkiewicz | 2008-02-02 |
| * | ide: move check_dma_crc() to ide-dma.c | Bartlomiej Zolnierkiewicz | 2008-02-02 |
| * | ide: remove ide_auto_reduce_xfer() | Bartlomiej Zolnierkiewicz | 2008-02-02 |
| * | ide: move drive->crc_count check out from check_dma_crc() | Bartlomiej Zolnierkiewicz | 2008-02-02 |