aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds2010-08-0916-364/+3174
|\
| * DMAENGINE: at_hdmac: locking fixletYong Wang2010-08-041-2/+2
| * DMAENGINE: pch_dma: kill another usage of __raw_{read|write}lYong Wang2010-08-041-2/+2
| * dma: dmatest: fix potential sign bugKulikov Vasiliy2010-08-041-1/+1
| * ioat2: catch and recover from broken vtd configurations v6Dan Williams2010-08-044-3/+55
| * DMAENGINE: add runtime slave control to COH 901 318 v3Linus Walleij2010-08-041-0/+169
| * DMAENGINE: add runtime slave config to DMA40 v3Linus Walleij2010-08-041-4/+137
| * dmaengine: Driver for Topcliff PCH DMA controllerYong Wang2010-08-043-0/+965
| * intel_mid: Add Mrst & Mfld DMA DriversVinod Koul2010-07-274-0/+1417
| * Merge branch 'timb' into dmaengineDan Williams2010-07-011-4/+4
| |\
| | * drivers/dma: Eliminate a NULL pointer dereferenceJulia Lawall2010-07-011-2/+2
| | * dma/timb_dma: compile warning on 32 bitDan Carpenter2010-07-011-2/+2
| * | DMAENGINE: ste_dma40: support older siliconLinus Walleij2010-06-221-4/+28
| * | DMAENGINE: ste_dma40: support disabling physical channelsJonas Aaberg2010-06-221-0/+8
| * | DMAENGINE: ste_dma40: fix suspend bugJonas Aaberg2010-06-221-20/+13
| * | DMAENGINE: ste_dma40: allocate LCLA dynamicallyLinus Walleij2010-06-223-102/+168
| * | DMAENGINE: ste_dma40: no premature stopJonas Aaberg2010-06-221-1/+4
| * | DMAENGINE: ste_dma40: interrupts only on dstJonas Aaberg2010-06-222-8/+5
| * | DMAENGINE: ste_dma40: avoid doing unnessecary suspendJonas Aaberg2010-06-221-32/+7
| * | DMAENGINE: ste_dma40: lock fixJonas Aaberg2010-06-221-7/+7
| * | DMAENGINE: ste_dma40: deny ops on non-alloc channelsJonas Aaberg2010-06-221-0/+44
| * | DMAENGINE: ste_dma40: various cosmetic clean-upsJonas Aaberg2010-06-222-67/+52
| * | DMAENGINE: ste_dma40: improve allocation error handlingJonas Aaberg2010-06-221-14/+10
| * | DMAENGINE: ste_dma40: use kmem cacheJonas Aaberg2010-06-221-34/+18
| * | DMAENGINE: ste_dma40: moved freeing of client owned descPer Friden2010-06-221-12/+12
| * | DMAENGINE: ste_dma40: only write phy channel config first timeLinus Walleij2010-06-222-32/+35
| * | DMAENGINE: ste_dma40: fixed lli_max=1 issuePer Friden2010-06-221-33/+29
| |/
* | drivers/char/vt.c:vc_do_resize(): local var `end' should be unsigned longqiaochong2010-08-091-1/+2
* | drivers/char/vt.c: fix vc->vc_origin on take_over_console()qiaochong2010-08-091-1/+2
* | hwmon: f71882fg: add support for the Fintek F71808EGiel van Schijndel2010-08-092-11/+78
* | drivers/hwmon/coretemp.c: remove unneeded #ifdef CONFIG_HOTPLUG_CPUAndrew Morton2010-08-091-4/+0
* | hwmon: coretemp: documentation update and cleanupChen Gong2010-08-091-1/+1
* | hwmon: coretemp: enable coretemp device add operation failureChen Gong2010-08-091-14/+3
* | hwmon: coretemp: update hotplug condition checkChen Gong2010-08-091-0/+5
* | hwmon: add support for JEDEC JC 42.4 compliant temperature sensorsGuenter Roeck2010-08-093-0/+605
* | hwmon: driver for SMM665 Six-Channel Active DC Output Controller/MonitorGuenter Roeck2010-08-093-0/+759
* | hmc6352: add driver for the HMC6352 compassKalhan Trisal2010-08-093-0/+174
* | drivers/hwmon/hdaps.c: add Lenovo Thinkpad T400 to the whitelistRitesh Raj Sarraf2010-08-091-0/+1
* | edd: fix possible memory leak in edd_init() error pathAxel Lin2010-08-091-7/+13
* | s390: remove WARN_ON for misc_deregister() failuresAkinobu Mita2010-08-093-3/+3
* | char: add WARN_ON() in misc_deregister()Akinobu Mita2010-08-091-1/+1
* | drivers/misc: support for the pressure sensor BMP085 from Bosch SensortecChristoph Mair2010-08-093-0/+493
* | hpilo: fix pointer warning in ilo_ccb_setupPrarit Bhargava2010-08-092-12/+13
* | drivers/misc: ROHM BH1780GLI ambient light sensor driverHemanth V2010-08-093-0/+284
* | cpuidle: extend cpuidle and menu governor to handle dynamic statesAi Li2010-08-092-7/+47
* | drivers/base/node.c: reduce stack usage of node_read_meminfo()KOSAKI Motohiro2010-08-091-23/+23
* | drivers/video/w100fb.c: ignore void return value / fix build failurePeter Huewe2010-08-091-2/+2
* | ipmi: fix ACPI detection with regspacingYinghai Lu2010-08-091-0/+8
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2010-08-091-12/+4
|\ \
| * | drm: fix fallouts from slow-work -> wq conversionTejun Heo2010-08-091-12/+4