summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | zd1211rw: adding Sitecom WL-603 (0df6:0036) to the USB id listHin-Tak Leung2009-01-221-0/+1
| | * | | p54usb: fix nasty use after freeChristian Lamparter2009-01-221-21/+13
| | * | | p54: more cryptographic accelerator fixesChristian Lamparter2009-01-221-3/+17
| | * | | p54: add missing break in eeprom parserChr2009-01-221-2/+2
| | * | | orinoco: use KERN_DEBUG for link status messagesPavel Roskin2009-01-221-1/+1
| | * | | rt2x00: Fix TX rate short preamble detectionIvo van Doorn2009-01-221-1/+2
| | * | | orinoco: move kmalloc(..., GFP_KERNEL) outside spinlock in orinoco_ioctl_set_...Andrey Borzenkov2009-01-221-17/+13
| * | | | Merge git://git.infradead.org/battery-2.6Linus Torvalds2009-01-261-1/+1
| |\ \ \ \
| | * | | | power_supply: pda_power: Don't request shared IRQs w/ IRQF_DISABLEDPhilipp Zabel2009-01-261-1/+1
| | | |/ / | | |/| |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2009-01-261-0/+6
| |\ \ \ \
| | * | | | driver core: Convert '/' to '!' in dev_set_name()Roland Dreier2009-01-201-0/+6
| | |/ / /
| * | | | Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2009-01-268-11/+42
| |\ \ \ \
| | * | | | drm/i915: Fix cursor physical address choice to match the 2D driver.Jesse Barnes2009-01-221-1/+4
| | * | | | drm: stash AGP include under the do-we-have-AGP ifdefEric Anholt2009-01-221-1/+2
| | * | | | drm: don't whine about not reading EDID dataJesse Barnes2009-01-221-1/+1
| | * | | | drm/i915: hook up LVDS DPMS propertyJesse Barnes2009-01-221-0/+13
| | * | | | drm/i915: remove unnecessary debug output in KMS initJesse Barnes2009-01-221-2/+0
| | * | | | i915: fix freeing path for gem phys objects.Dave Airlie2009-01-221-1/+1
| | * | | | drm: create mode_config idr lockJesse Barnes2009-01-221-5/+9
| | * | | | drm: fix leak of device mappings since multi-master changes.Dave Airlie2009-01-192-0/+12
| * | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds2009-01-265-80/+100
| |\ \ \ \ \
| | * | | | | PCI hotplug: fix lock imbalance in pciehpJiri Slaby2009-01-191-1/+3
| | * | | | | PCI PM: Restore standard config registers of all devices earlyRafael J. Wysocki2009-01-163-70/+90
| | * | | | | PCI/MSI: bugfix/utilize for msi_capability_init()Hidetoshi Seto2009-01-161-9/+7
| * | | | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/as...Linus Torvalds2009-01-2612-13/+3956
| |\ \ \ \ \ \
| | * | | | | | i.MX31: framebuffer driverGuennadi Liakhovetski2009-01-213-0/+1568
| | * | | | | | i.MX31: Image Processing Unit DMA and IRQ driversGuennadi Liakhovetski2009-01-196-0/+2350
| | * | | | | | dmaengine: kill some dubious WARN_ONCEsDan Williams2009-01-191-6/+0
| | * | | | | | fsldma: print correct IRQ on mpc83xxPeter Korsgaard2009-01-151-1/+2
| | * | | | | | fsldma: check for NO_IRQ in fsl_dma_chan_remove()Peter Korsgaard2009-01-141-1/+2
| | * | | | | | dmatest: Use custom map/unmap for destination bufferAtsushi Nemoto2009-01-131-4/+31
| | * | | | | | fsldma: use a valid 'device' for dma_pool_createDan Williams2009-01-121-1/+1
| | * | | | | | dmaengine: fix dependency chainingYuri Tikhonov2009-01-121-0/+2
| * | | | | | | Merge branch 'sh/for-2.6.29' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2009-01-261-1/+4
| |\ \ \ \ \ \ \
| | * | | | | | | sh: fix sh-sci / early printk build on sh7723Magnus Damm2009-01-211-0/+1
| | * | | | | | | serial: sh-sci: Fix up SH7720/SH7721 SCI build.Paul Mundt2009-01-211-1/+3
| | | |_|_|/ / / | | |/| | | | |
| * | | | | | | Fix annoying DRM_ERROR() string warningLinus Torvalds2009-01-261-1/+1
| * | | | | | | Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-01-262-0/+12
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ Merge branch 'core/debugobjects' into core/urgentThomas Gleixner2009-01-22190-1837/+5308
| | |\ \ \ \ \ \ \ | | | |/ / / / / /
| | * | | | | | | oprofile: fix uninitialized use of struct op_entryRobert Richter2009-01-172-0/+12
| * | | | | | | | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-01-262-6/+13
| |\ \ \ \ \ \ \ \
| | * | | | | | | | xen: unitialised return value in xenbus_write_transactionIan Campbell2009-01-261-6/+5
| | * | | | | | | | xen: handle highmem pages correctly when shrinking a domainIan Campbell2009-01-231-4/+7
| | * | | | | | | | xen: actually release memory when shrinking domainDan Magenheimer2009-01-221-0/+5
| | | |_|/ / / / / | | |/| | | | | |
| * | | | | | | | drivers/ide/palm_bk3710.c buildfixDavid Brownell2009-01-191-4/+7
| * | | | | | | | ide: fix Falcon IDE breakageMichael Schmitz2009-01-191-1/+1
| * | | | | | | | ide: fix IDE PMAC breakageAndreas Schwab2009-01-191-1/+2
| | |_|/ / / / / | |/| | | | | |
* | | | | | | | com0020: Add missing symbol export for com20020_netdev_ops.David S. Miller2009-01-251-0/+1
* | | | | | | | kmsg: convert claw printk messagesAndy Richter2009-01-251-198/+233
* | | | | | | | smsc95xx: fix function prototype of async callbackSteve Glendinning2009-01-251-2/+2
OpenPOWER on IntegriCloud