summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | 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
* | | | | | | | smsc95xx: remove unused completion structSteve Glendinning2009-01-251-4/+0
* | | | | | | | e1000e: drop lltx, remove unnecessary lockJesse Brandeburg2009-01-222-33/+3
* | | | | | | | au1000: reorder functionsFlorian Fainelli2009-01-221-532/+511
* | | | | | | | net: pppoe - get rid of DECLARE_MAC_BUFCyrill Gorcunov2009-01-221-1/+0
* | | | | | | | tun: Implement ip link del tunXXXEric W. Biederman2009-01-211-31/+25
* | | | | | | | tun: There is no longer any need to deny changing network namespacesEric W. Biederman2009-01-211-1/+0
* | | | | | | | tun: Fix races between tun_net_close and free_netdev.Eric W. Biederman2009-01-211-2/+48
* | | | | | | | tun: Move read_wait into tun_fileEric W. Biederman2009-01-211-8/+10
* | | | | | | | tun: Make tun_net_xmit atomic wrt tun_attach && tun_detachEric W. Biederman2009-01-211-7/+17
* | | | | | | | tun: Grab the netns in open.Eric W. Biederman2009-01-211-4/+6
* | | | | | | | tun: Introduce tun_fileEric W. Biederman2009-01-211-52/+104
* | | | | | | | tun: Use POLLERR not EBADF in tun_chr_pollEric W. Biederman2009-01-211-1/+1
* | | | | | | | tun: Fix races in tun_set_iffEric W. Biederman2009-01-211-16/+32
* | | | | | | | tun: Remove unnecessary tun_get_by_nameEric W. Biederman2009-01-211-55/+19
* | | | | | | | net: pppoe,pppol2tp - register channels with explicit netCyrill Gorcunov2009-01-212-2/+2
* | | | | | | | net: ppp_generic - introduce net-namespace functionality v2Cyrill Gorcunov2009-01-211-77/+198
OpenPOWER on IntegriCloud