summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | dmaengine/dw_dmac: Fix dw_dmac user drivers to adapt to slave_config changesViresh Kumar2012-02-225-40/+63
| * | dmaengine/dw_dmac: Add support for DMA_SLAVE_CONFIGViresh Kumar2012-02-222-29/+93
| * | dmaengine/dw_dmac: Add 64 bit access width support for slave xfers on mem sideViresh Kumar2012-02-221-4/+16
| * | dmaengine/dw_dmac: Don't handle block interruptsViresh Kumar2012-02-221-30/+6
| * | dmaengine/dw_dmac: Use dev_get_platdata() instead of accessing dev directlyViresh Kumar2012-02-221-1/+1
| * | dmaengine/dw_dmac: Don't use magic number for total number of channelsViresh Kumar2012-02-221-1/+1
| * | dmaengine/amba-pl08x: Take flow controller info from DMA_SLAVE_CONFIGViresh Kumar2012-02-222-5/+7
| * | dmaengine: Pass dma_slave_config .device_fc = NULL for all existing usersViresh Kumar2012-02-227-0/+16
| * | dmaengine: Add flow controller information to dma_slave_configViresh Kumar2012-02-221-0/+5
| * | dmaengine/dw_dmac: Hibernation support in dw_dmacRajeev KUMAR2012-02-221-0/+4
| * | dmaengine: intel_mid_dma: move pm_runtime_putAdrian Hunter2012-02-221-1/+1
| * | dmaengine: intel_mid_dma: fix error status maskAdrian Hunter2012-02-221-1/+2
| * | i.MX SDMA: Fix burstsize settingsPhilippe Rétornaz2012-02-021-2/+4
| * | Merge branch 'fixes' into nextVinod Koul2012-02-013-1/+5
| |\ \
| * \ \ Merge branch 'fixes' into nextVinod Koul2012-01-313-12/+11
| |\ \ \
| * | | | dma/imx-sdma: convernt to use bit opsRichard Zhao2012-01-311-34/+34
| * | | | dma/imx-sdma: use num_events to validate event_id0Richard Zhao2012-01-311-1/+1
| * | | | dma/imx-sdma: move clk_enable out of sdma_request_channelRichard Zhao2012-01-311-2/+3
| * | | | dma/imx-sdma: call sdma_set_channel_priority after sdma_request_channelRichard Zhao2012-01-311-2/+2
| * | | | dma/imx-sdma: use readl_relaxed/writel_relaxed and use writel when necessaryRichard Zhao2012-01-311-22/+22
| * | | | dma/imx-sdma: let sdma_run_channel call sdma_enable_channelRichard Zhao2012-01-311-6/+6
| * | | | drivers/dma/amba-pl08x.c: adjust double testJulia Lawall2012-01-311-1/+1
| * | | | drivers/dma/pl330.c: add missing iounmapJulia Lawall2012-01-311-6/+11
| * | | | dma: imx-sdma: start transfer in issue_pendingSascha Hauer2012-01-301-6/+5
| * | | | dma: imx-dma: start transfer in issue_pendingSascha Hauer2012-01-301-5/+4
| * | | | ASoC: i.MX: Add missing dma_async_issue_pendingSascha Hauer2012-01-301-0/+1
| * | | | mmc: mxcmmc: add missing dma_async_issue_pendingSascha Hauer2012-01-301-0/+1
* | | | | Merge branch 'for-3.4' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2012-03-2936-411/+1629
|\ \ \ \ \
| * | | | | nfsd: only register cld pipe notifier when CONFIG_NFSD_V4 is enabledJeff Layton2012-03-294-5/+21
| * | | | | nfsd4: use auth_unix unconditionally on backchannelJ. Bruce Fields2012-03-281-1/+2
| * | | | | nfsd: fix NULL pointer dereference in cld_pipe_downcallJeff Layton2012-03-281-2/+1
| * | | | | nfsd4: memory corruption in numeric_name_to_id()Dan Carpenter2012-03-281-1/+1
| * | | | | sunrpc: skip portmap calls on sessions backchannelJ. Bruce Fields2012-03-261-0/+1
| * | | | | nfsd4: allow numeric idmappingJ. Bruce Fields2012-03-262-4/+55
| * | | | | nfsd: don't allow legacy client tracker init for anything but init_netJeff Layton2012-03-261-0/+7
| * | | | | nfsd: add notifier to handle mount/unmount of rpc_pipefs sbJeff Layton2012-03-263-1/+53
| * | | | | nfsd: add the infrastructure to handle the cld upcallJeff Layton2012-03-261-1/+443
| * | | | | nfsd: add a header describing upcall to nfsdcldJeff Layton2012-03-261-0/+56
| * | | | | nfsd: add a per-net-namespace struct for nfsdJeff Layton2012-03-262-1/+48
| * | | | | sunrpc: create nfsd dir in rpc_pipefsJeff Layton2012-03-261-0/+5
| * | | | | nfsd: add nfsd4_client_tracking_ops struct and a way to set itJeff Layton2012-03-263-58/+156
| * | | | | nfsd: convert nfs4_client->cl_cb_flags to a generic flags fieldJeff Layton2012-03-265-33/+47
| * | | | | Merge nfs containerization work from Trond's treeJ. Bruce Fields2012-03-26229-3788/+6039
| |\ \ \ \ \
| * | | | | | NFSD: Fix nfs4_verifier memory alignmentChuck Lever2012-03-204-28/+31
| * | | | | | NFSD: Fix warnings when NFSD_DEBUG is not definedTrond Myklebust2012-03-202-0/+12
| * | | | | | nfsd: merge cookie collision fixes from ext4 treeJ. Bruce Fields2012-03-196-58/+205
| |\ \ \ \ \ \
| | * | | | | | nfsd: vfs_llseek() with 32 or 64 bit offsets (hashes)Bernd Schubert2012-03-182-2/+15
| | * | | | | | nfsd: rename 'int access' to 'int may_flags' in nfsd_open()Bernd Schubert2012-03-181-8/+10
| | * | | | | | ext4: return 32/64-bit dir name hash according to usage typeFan Yong2012-03-183-48/+176
| | * | | | | | fs: add new FMODE flags: FMODE_32bithash and FMODE_64bithashBernd Schubert2012-03-131-0/+4
OpenPOWER on IntegriCloud