| Commit message (Expand) | Author | Age | Files | Lines |
* | parse errors in ifdefs | Yoann Padioleau | 2007-06-01 | 3 | -4/+4 |
* | potential parse error in ifdef | Yoann Padioleau | 2007-06-01 | 8 | -8/+8 |
* | msi: mask the msix vector before we unmap it | Eric W. Biederman | 2007-06-01 | 1 | -3/+3 |
* | msi: fix the ordering of msix irqs | Eric W. Biederman | 2007-06-01 | 1 | -2/+2 |
* | Add select PHYLIB to the UCC_GETH Kconfig option | Jan Altenberg | 2007-06-01 | 1 | -0/+1 |
* | PCI: quirk disable MSI on via vt3351 | Jay Cliburn | 2007-06-01 | 1 | -0/+1 |
* | PCI: Fix pci_find_present | Ben Gardner | 2007-06-01 | 1 | -1/+2 |
* | PCI: disable MSI by default on systems with Serverworks HT1000 chips | Andy Gospodarek | 2007-06-01 | 1 | -0/+1 |
* | msi: fix ARM compile | Dan Williams | 2007-06-01 | 1 | -1/+1 |
* | Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6 | Linus Torvalds | 2007-05-31 | 4 | -24/+57 |
|\ |
|
| * | [S390] cio: deregister ccw device when pgid disband failed | Peter Oberparleiter | 2007-05-31 | 1 | -0/+6 |
| * | [S390] cio: Use device_schedule_callback() for removing disconnected devices. | Cornelia Huck | 2007-05-31 | 1 | -11/+38 |
| * | [S390] raw3270: use mutex instead of semaphore | Christoph Hellwig | 2007-05-31 | 1 | -5/+5 |
| * | [S390] dasd_eer: use mutex instead of semaphore | Christoph Hellwig | 2007-05-31 | 1 | -8/+8 |
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sp... | Linus Torvalds | 2007-05-31 | 1 | -0/+1 |
|\ \ |
|
| * | | [SPARC]: Missing #include <linux/mm.h> in drivers/sbus/char/flash.c | Horst H. von Brand | 2007-05-31 | 1 | -0/+1 |
| |/ |
|
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | Linus Torvalds | 2007-05-31 | 1 | -1/+1 |
|\ \ |
|
| * | | [CASSINI]: Fix printk message typo. | David S. Miller | 2007-05-31 | 1 | -1/+1 |
| |/ |
|
* | | Merge branch 'drm-patches' of ssh://master.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2007-05-31 | 3 | -16/+34 |
|\ \ |
|
| * | | drm: make sure the drawable code doesn't call malloc(0). | Michel Dänzer | 2007-05-25 | 1 | -15/+26 |
| * | | drm/radeon: add more IGP chipset pci ids | Dave Airlie | 2007-05-25 | 1 | -0/+7 |
| * | | drm: Spinlock initializer cleanup | Thomas Gleixner | 2007-05-25 | 1 | -1/+1 |
* | | | Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/... | Linus Torvalds | 2007-05-31 | 1 | -0/+1 |
|\ \ \ |
|
| * | | | [libata] Add drive to NCQ blacklist | Jeff Garzik | 2007-05-28 | 1 | -0/+1 |
* | | | | pci-quirks: fix MSI disabling on RS400-200 and RS480 | Tejun Heo | 2007-05-31 | 1 | -9/+9 |
* | | | | at91: fix enable/disable_irq_wake symmetry in pcmcia driver | Marc Pignat | 2007-05-31 | 1 | -4/+9 |
* | | | | neofb: Fix pseudo_palette array overrun in neofb_setcolreg | Antonino A. Daplas | 2007-05-31 | 1 | -14/+16 |
| |_|/
|/| | |
|
* | | | Merge master.kernel.org:/home/rmk/linux-2.6-arm | Linus Torvalds | 2007-05-30 | 5 | -19/+16 |
|\ \ \ |
|
| * | | | [ARM] Fix some section mismatch warnings | Russell King | 2007-05-30 | 1 | -2/+2 |
| * | | | [ARM] 4417/1: Serial: Fix AMBA drivers locking | Thomas Gleixner | 2007-05-30 | 2 | -2/+4 |
| * | | | [ARM] 4411/1: KS8695: Another serial driver fix | Andrew Victor | 2007-05-30 | 1 | -1/+1 |
| * | | | [ARM] 4403/1: Make the PXA-I2C driver work with lockdep validator | Enrico Scholz | 2007-05-26 | 1 | -14/+9 |
| |/ / |
|
* | | | ehea: Fixed multi queue RX bug | Thomas Klein | 2007-05-30 | 2 | -2/+2 |
* | | | sky2: enable IRQ on duplex renegotiation | Stephen Hemminger | 2007-05-30 | 1 | -1/+1 |
* | | | e1000: restore netif_poll_enable call but make sure IRQs are off | Herbert Xu | 2007-05-30 | 1 | -1/+8 |
* | | | defxx: Fix the handling of ioremap() failures | Maciej W. Rozycki | 2007-05-30 | 1 | -0/+1 |
* | | | sky2: program proper register for fiber PHY | Stephen Hemminger | 2007-05-30 | 1 | -1/+1 |
* | | | sky2: checksum offload plus vlan bug | Stephen Hemminger | 2007-05-30 | 1 | -1/+1 |
* | | | sky2: dont set bogus bit in PHY register | Stephen Hemminger | 2007-05-30 | 2 | -23/+1 |
* | | | Merge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Jeff Garzik | 2007-05-30 | 2 | -7/+11 |
|\ \ \ |
|
| * | | | [PATCH] hostap: Allocate enough tailroom for TKIP | Brandon Craig Rhodes | 2007-05-29 | 1 | -5/+8 |
| * | | | [PATCH] prism54: fix monitor mode oops | Björn Steinbrink | 2007-05-29 | 1 | -2/+3 |
| |/ / |
|
* | | | random: fix seeding with zero entropy | Matt Mackall | 2007-05-30 | 1 | -24/+31 |
* | | | random: fix error in entropy extraction | Matt Mackall | 2007-05-30 | 1 | -5/+7 |
* | | | IB/mlx4: Fix last allocated object tracking in bitmap allocator | Roland Dreier | 2007-05-30 | 1 | -1/+1 |
* | | | IB/cm: Fix stale connection detection | Sean Hefty | 2007-05-30 | 1 | -11/+14 |
* | | | IPoIB/cm: Fix performance regression on Mellanox | Michael S. Tsirkin | 2007-05-30 | 2 | -40/+37 |
* | | | IB/mthca: Fix handling of send CQE with error for QPs connected to SRQ | Michael S. Tsirkin | 2007-05-30 | 1 | -3/+3 |
* | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/sp... | Linus Torvalds | 2007-05-29 | 7 | -283/+195 |
|\ \ \ |
|
| * | | | [SPARC]: Mark as emulating cmpxchg, add appropriate depends for DRM. | Martin Habets | 2007-05-29 | 1 | -1/+1 |