Age | Commit message (Expand) | Author | Files | Lines |
2008-06-04 | Merge branch 'davem-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/jga... | David S. Miller | 8 | -14/+52 |
2008-06-03 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/coo... | Linus Torvalds | 2 | -8/+1 |
2008-06-03 | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/... | Linus Torvalds | 1 | -0/+1 |
2008-05-31 | 8250 Serial Driver: revert extra IRQ flag definition patch | Bryan Wu | 2 | -8/+1 |
2008-05-31 | [netdrvr] tulip: oops in tulip_interrupt when hibernating with swsusp/suspend2 | Grant Grundler | 1 | -2/+8 |
2008-05-31 | atl1: fix 4G memory corruption bug | Alexey Dobriyan | 1 | -0/+1 |
2008-05-31 | ucc_geth_ethtool: Add a missing HW stats counter | Li Yang | 1 | -0/+1 |
2008-05-31 | ucc_geth_ethtool: Fix typo | Joakim Tjernlund | 1 | -1/+1 |
2008-05-31 | virtio: fix delayed xmit of packet and freeing of old packets. | Rusty Russell | 1 | -0/+22 |
2008-05-31 | virtio: fix virtio_net xmit of freed skb bug | Rusty Russell | 1 | -5/+9 |
2008-05-31 | myri10ge: update driver version | Brice Goglin | 1 | -1/+1 |
2008-05-31 | sc92031: remove bogus unlikely() | Cesar Eduardo Barros | 1 | -1/+1 |
2008-05-31 | [netdrvr] CS89X0: Add cleanup for dma after fail | Wang Chen | 1 | -3/+7 |
2008-05-31 | [netdrvr] sfc: Report XAUI link down at default log level | Ben Hutchings | 1 | -1/+1 |
2008-05-31 | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 7 | -117/+217 |
2008-05-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus | Linus Torvalds | 9 | -44/+194 |
2008-05-30 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba... | Linus Torvalds | 1 | -2/+6 |
2008-05-30 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 8 | -44/+101 |
2008-05-30 | drivers/watchdog/geodewdt.c: build fix | Ingo Molnar | 1 | -2/+1 |
2008-05-30 | PCI: fix rpadlpar pci hotplug driver sysfs usage | Benjamin Herrenschmidt | 1 | -2/+6 |
2008-05-30 | ahci: change the Device IDs of nvidia MCP7B AHCI controller in ahci.c | peerchen | 1 | -4/+4 |
2008-05-30 | [libata] sata_fsl: Fix broken driver, add port multiplier (PMP) support | Ashish Kalra | 1 | -61/+163 |
2008-05-30 | libata: SRST can't be trusted on PMP sil3726 | Tejun Heo | 1 | -2/+5 |
2008-05-30 | libata: fix libata-scsi kernel-doc notation | Randy Dunlap | 1 | -1/+2 |
2008-05-30 | ata: Convert to static DEFINE_SPINLOCK(lock) | Pradeep Singh Rautela | 1 | -1/+1 |
2008-05-30 | ata_piix: fix macbook ich8m problems | Tejun Heo | 1 | -3/+4 |
2008-05-30 | sata_mv: implement SoC guideline SATA_S11 | Mark Lord | 1 | -1/+5 |
2008-05-30 | sata_mv: workaround for 60x1 errata sata13 | Mark Lord | 1 | -2/+7 |
2008-05-30 | sata_mv: nuke unreleased GenIIe revisions | Mark Lord | 1 | -19/+4 |
2008-05-30 | sata_mv: PHY_MODEx errata fixes | Mark Lord | 1 | -12/+12 |
2008-05-30 | sata_mv: move SOC_FLAG to hpriv | Mark Lord | 1 | -14/+13 |
2008-05-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 11 | -28/+135 |
2008-05-30 | Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6 | Linus Torvalds | 7 | -51/+38 |
2008-05-30 | acpi: fix sparse const errors | Harvey Harrison | 1 | -5/+5 |
2008-05-30 | Input: gtco - fix double kfree in error handling path | Dmitry Torokhov | 1 | -10/+7 |
2008-05-30 | [S390] tape: fix race with stack local wait_queue_head_t. | Martin Schwidefsky | 2 | -9/+10 |
2008-05-30 | [S390] 3270: fix race with stack local wait_queue_head_t. | Martin Schwidefsky | 1 | -5/+4 |
2008-05-30 | [S390] dasd: use a generic wait_queue for sleep_on | Stefan Haberland | 1 | -14/+14 |
2008-05-30 | [S390] sclp_vt220: fix scheduling while atomic bug. | Heiko Carstens | 1 | -20/+7 |
2008-05-30 | [S390] Fix section mismatch warnings. | Heiko Carstens | 1 | -1/+1 |
2008-05-30 | [S390] tape: Fix race condition in tape block device driver | Michael Holzheu | 1 | -2/+2 |
2008-05-30 | virtio: force callback on empty. | Rusty Russell | 1 | -7/+0 |
2008-05-30 | virtio_net: another race with virtio_net and enable_cb | Christian Borntraeger | 1 | -1/+0 |
2008-05-30 | virtio: An entropy device, as suggested by hpa. | Rusty Russell | 3 | -0/+165 |
2008-05-30 | virtio_blk: allow read-only disks | Christian Borntraeger | 1 | -1/+5 |
2008-05-30 | virtio: set device index in common code. | Rusty Russell | 4 | -32/+21 |
2008-05-30 | virtio: virtio_pci should not set bus_id. | Rusty Russell | 1 | -1/+0 |
2008-05-30 | virtio: bus_id for devices should contain 'virtio' | Rusty Russell | 1 | -1/+1 |
2008-05-30 | Fix crash in virtio_blk during modprobe ; rmmod ; modprobe | Chris Lalancette | 1 | -0/+1 |
2008-05-30 | lguest: use ioremap_cache, not ioremap | Rusty Russell | 1 | -1/+1 |