summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | Blackfin: use common EXCEPTION_TABLE() in vmlinux.ldsMike Frysinger2010-08-061-6/+1
| * | | | | Blackfin: stub fpregs dumpingMike Frysinger2010-08-061-0/+1
| * | | | | Blackfin: new dynamic bfin read/write mmr helpersMike Frysinger2010-08-061-0/+17
| * | | | | Blackfin: punt NFC MMR bitsMike Frysinger2010-08-062-141/+0
* | | | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds2010-08-0923-382/+3390
|\ \ \ \ \ \
| * | | | | | 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: generic slave channel control v3Linus Walleij2010-08-041-0/+71
| * | | | | | dmaengine: Driver for Topcliff PCH DMA controllerYong Wang2010-08-044-0/+1002
| * | | | | | intel_mid: Add Mrst & Mfld DMA DriversVinod Koul2010-07-275-0/+1503
| * | | | | | 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-223-4/+31
| * | | | | | | DMAENGINE: ste_dma40: support disabling physical channelsJonas Aaberg2010-06-221-0/+8
| * | | | | | | DMAENGINE: ste_dma40: no disabled phy channels on ux500Jonas Aaberg2010-06-222-1/+4
| * | | | | | | DMAENGINE: ste_dma40: fix suspend bugJonas Aaberg2010-06-221-20/+13
| * | | | | | | DMAENGINE: ste_dma40: add DB8500 memcpy channelsJonas Aaberg2010-06-222-1/+3
| * | | | | | | DMAENGINE: ste_dma40: no flow control on memcpyJonas Aaberg2010-06-221-2/+4
| * | | | | | | DMAENGINE: ste_dma40: arch updates for LCLA and LCPAJonas Aaberg2010-06-222-15/+9
| * | | | | | | 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
* | | | | | | rwsem: smaller wrappers around rwsem_down_failed_commonMichel Lespinasse2010-08-091-15/+10
* | | | | | | rwsem: wake queued readers when writer blocks on active read lockMichel Lespinasse2010-08-091-4/+15
* | | | | | | rwsem: let RWSEM_WAITING_BIAS represent any number of waiting threadsMichel Lespinasse2010-08-091-11/+17
* | | | | | | rwsem: lighter active count checks when waking up readersMichel Lespinasse2010-08-091-25/+32
* | | | | | | rwsem: fully separate code paths to wake writers vs readersMichel Lespinasse2010-08-091-27/+34
* | | | | | | hwmon: f71882fg: add support for the Fintek F71808EGiel van Schijndel2010-08-093-11/+82
* | | | | | | drivers/hwmon/coretemp.c: remove unneeded #ifdef CONFIG_HOTPLUG_CPUAndrew Morton2010-08-091-4/+0
* | | | | | | hwmon: coretemp: documentation update and cleanupChen Gong2010-08-092-3/+104
* | | | | | | 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-095-0/+709
* | | | | | | hwmon: driver for SMM665 Six-Channel Active DC Output Controller/MonitorGuenter Roeck2010-08-095-0/+923