Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | bnx2x: Handling PHY FW load failure | Eilon Greenstein | 2009-01-19 | 1 | -3/+4 | |
| * | | | | bnx2x: Legacy speeds autoneg failures | Eilon Greenstein | 2009-01-19 | 1 | -2/+8 | |
| * | | | | bnx2x: Prevent self test loopback failures | Eilon Greenstein | 2009-01-19 | 1 | -1/+1 | |
| * | | | | bnx2x: 1G-10G toggling race | Eilon Greenstein | 2009-01-19 | 1 | -11/+32 | |
| * | | | | bnx2x: Overstepping array bounds | Eilon Greenstein | 2009-01-19 | 1 | -0/+4 | |
| * | | | | bnx2x: Block nvram access when the device is inactive | Eilon Greenstein | 2009-01-19 | 1 | -0/+3 | |
| * | | | | bnx2x: Read chip ID | Eilon Greenstein | 2009-01-19 | 1 | -1/+1 | |
| * | | | | bnx2x: Wrong HDR offset in CAM | Eilon Greenstein | 2009-01-19 | 1 | -3/+6 | |
| * | | | | bnx2x: Potential race after iSCSI boot | Eilon Greenstein | 2009-01-19 | 1 | -5/+9 | |
| * | | | | bnx2x: Handling probe failures | Eilon Greenstein | 2009-01-19 | 1 | -7/+5 | |
| * | | | | bnx2x: Free IRQ | Eilon Greenstein | 2009-01-19 | 1 | -3/+3 | |
| | |/ / | |/| | | ||||||
* | | | | Merge git://git.infradead.org/battery-2.6 | Linus Torvalds | 2009-01-26 | 1 | -1/+1 | |
|\ \ \ \ | ||||||
| * | | | | power_supply: pda_power: Don't request shared IRQs w/ IRQF_DISABLED | Philipp Zabel | 2009-01-26 | 1 | -1/+1 | |
| |/ / / | ||||||
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 | Linus Torvalds | 2009-01-26 | 1 | -0/+6 | |
|\ \ \ \ | ||||||
| * | | | | driver core: Convert '/' to '!' in dev_set_name() | Roland Dreier | 2009-01-20 | 1 | -0/+6 | |
| |/ / / | ||||||
* | | | | Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air... | Linus Torvalds | 2009-01-26 | 8 | -11/+42 | |
|\ \ \ \ | ||||||
| * | | | | drm/i915: Fix cursor physical address choice to match the 2D driver. | Jesse Barnes | 2009-01-22 | 1 | -1/+4 | |
| * | | | | drm: stash AGP include under the do-we-have-AGP ifdef | Eric Anholt | 2009-01-22 | 1 | -1/+2 | |
| * | | | | drm: don't whine about not reading EDID data | Jesse Barnes | 2009-01-22 | 1 | -1/+1 | |
| * | | | | drm/i915: hook up LVDS DPMS property | Jesse Barnes | 2009-01-22 | 1 | -0/+13 | |
| * | | | | drm/i915: remove unnecessary debug output in KMS init | Jesse Barnes | 2009-01-22 | 1 | -2/+0 | |
| * | | | | i915: fix freeing path for gem phys objects. | Dave Airlie | 2009-01-22 | 1 | -1/+1 | |
| * | | | | drm: create mode_config idr lock | Jesse Barnes | 2009-01-22 | 1 | -5/+9 | |
| * | | | | drm: fix leak of device mappings since multi-master changes. | Dave Airlie | 2009-01-19 | 2 | -0/+12 | |
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba... | Linus Torvalds | 2009-01-26 | 5 | -80/+100 | |
|\ \ \ \ \ | ||||||
| * | | | | | PCI hotplug: fix lock imbalance in pciehp | Jiri Slaby | 2009-01-19 | 1 | -1/+3 | |
| * | | | | | PCI PM: Restore standard config registers of all devices early | Rafael J. Wysocki | 2009-01-16 | 3 | -70/+90 | |
| * | | | | | PCI/MSI: bugfix/utilize for msi_capability_init() | Hidetoshi Seto | 2009-01-16 | 1 | -9/+7 | |
* | | | | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/as... | Linus Torvalds | 2009-01-26 | 12 | -13/+3956 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | i.MX31: framebuffer driver | Guennadi Liakhovetski | 2009-01-21 | 3 | -0/+1568 | |
| * | | | | | | i.MX31: Image Processing Unit DMA and IRQ drivers | Guennadi Liakhovetski | 2009-01-19 | 6 | -0/+2350 | |
| * | | | | | | dmaengine: kill some dubious WARN_ONCEs | Dan Williams | 2009-01-19 | 1 | -6/+0 | |
| * | | | | | | fsldma: print correct IRQ on mpc83xx | Peter Korsgaard | 2009-01-15 | 1 | -1/+2 | |
| * | | | | | | fsldma: check for NO_IRQ in fsl_dma_chan_remove() | Peter Korsgaard | 2009-01-14 | 1 | -1/+2 | |
| * | | | | | | dmatest: Use custom map/unmap for destination buffer | Atsushi Nemoto | 2009-01-13 | 1 | -4/+31 | |
| * | | | | | | fsldma: use a valid 'device' for dma_pool_create | Dan Williams | 2009-01-12 | 1 | -1/+1 | |
| * | | | | | | dmaengine: fix dependency chaining | Yuri Tikhonov | 2009-01-12 | 1 | -0/+2 | |
* | | | | | | | Merge branch 'sh/for-2.6.29' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2009-01-26 | 1 | -1/+4 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | sh: fix sh-sci / early printk build on sh7723 | Magnus Damm | 2009-01-21 | 1 | -0/+1 | |
| * | | | | | | | serial: sh-sci: Fix up SH7720/SH7721 SCI build. | Paul Mundt | 2009-01-21 | 1 | -1/+3 | |
| | |_|_|/ / / | |/| | | | | | ||||||
* | | | | | | | Fix annoying DRM_ERROR() string warning | Linus Torvalds | 2009-01-26 | 1 | -1/+1 | |
* | | | | | | | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2009-01-26 | 2 | -0/+12 | |
|\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ | Merge branch 'core/debugobjects' into core/urgent | Thomas Gleixner | 2009-01-22 | 190 | -1837/+5308 | |
| |\ \ \ \ \ \ \ | | |/ / / / / / | ||||||
| * | | | | | | | oprofile: fix uninitialized use of struct op_entry | Robert Richter | 2009-01-17 | 2 | -0/+12 | |
* | | | | | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2009-01-26 | 2 | -6/+13 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | xen: unitialised return value in xenbus_write_transaction | Ian Campbell | 2009-01-26 | 1 | -6/+5 | |
| * | | | | | | | | xen: handle highmem pages correctly when shrinking a domain | Ian Campbell | 2009-01-23 | 1 | -4/+7 | |
| * | | | | | | | | xen: actually release memory when shrinking domain | Dan Magenheimer | 2009-01-22 | 1 | -0/+5 | |
| | |_|/ / / / / | |/| | | | | | | ||||||
* | | | | | | | | drivers/ide/palm_bk3710.c buildfix | David Brownell | 2009-01-19 | 1 | -4/+7 | |
* | | | | | | | | ide: fix Falcon IDE breakage | Michael Schmitz | 2009-01-19 | 1 | -1/+1 |