summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | 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
| | |_|/ / / / / | |/| | | | | |
| * | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rol...Linus Torvalds2009-01-1717-171/+189
| |\ \ \ \ \ \ \
| | | \ \ \ \ \ \
| | | \ \ \ \ \ \
| | *-. \ \ \ \ \ \ Merge branches 'ehca', 'ipoib' and 'mlx4' into for-linusRoland Dreier2009-01-165-28/+46
| | |\ \ \ \ \ \ \ \
| | | | * | | | | | | IB/mlx4: Fix memory ordering problem when posting LSO sendsRoland Dreier2009-01-161-9/+19
| | | | * | | | | | | mlx4_core: Fix min() warningAndrew Morton2009-01-151-3/+3
| | | * | | | | | | | IPoIB: Do not print error messages for multicast join retriesYossi Etigin2009-01-161-1/+1
| | | * | | | | | | | IPoIB: Fix deadlock between ipoib_open() and child interface createRoland Dreier2009-01-141-3/+8
| | | * | | | | | | | IPoIB: Fix hang in napi_disable() if P_Key is never foundRoland Dreier2009-01-141-12/+15
| | | |/ / / / / / /
| | * | | | | | | | IB/ehca: Use consistent types for ehca_plpar_hcall9()Stephen Rothwell2009-01-161-13/+13
| | * | | | | | | | IB/ehca: Fix printk format warnings from u64 type changeStephen Rothwell2009-01-1612-130/+130
| | |/ / / / / / /
| * | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/lrg...Linus Torvalds2009-01-171-1/+1
| |\ \ \ \ \ \ \ \
| | * | | | | | | | move wm8400-regulator's probe function to .devinit.textUwe Kleine-König2009-01-171-1/+1
| | | |_|_|_|/ / / | | |/| | | | | |
| * / | | | | | | dell_rbu: use scnprintf() instead of less secure sprintf()Pavel Roskin2009-01-171-2/+2
| |/ / / / / / /
* | | | | | | | x86: make UV support configurableNick Piggin2009-01-211-2/+2
* | | | | | | | x86: uv cleanup, build fix #2Ingo Molnar2009-01-212-0/+4
* | | | | | | | Merge branch 'x86/mm' into core/percpuIngo Molnar2009-01-21171-1663/+5116
|\| | | | | | |
| * | | | | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2009-01-1611-204/+830
| |\ \ \ \ \ \ \
| | * | | | | | | ACPI PCI hotplug: harden against panic regressionJames Bottomley2009-01-161-0/+2
| | * | | | | | | Merge branch 'misc' into releaseLen Brown2009-01-167-5/+17
| | |\ \ \ \ \ \ \
| | | * | | | | | | ACPI: rename main.c to sleep.cLen Brown2009-01-162-1/+1
| | | * | | | | | | dell-laptop: move to drivers/platform/x86/ from drivers/misc/Len Brown2009-01-164-2/+14
| | | * | | | | | | eeepc-laptop: enable Bluetooth ACPI detailsJonathan McDowell2009-01-161-2/+2
| | | | |/ / / / / | | | |/| | | | |
| | * | | | | | | Merge branch 'thinkpad-acpi' into releaseLen Brown2009-01-162-152/+769
| | |\ \ \ \ \ \ \
| | | * | | | | | | ACPI: thinkpad-acpi: bump up version to 0.22Henrique de Moraes Holschuh2009-01-151-1/+1