summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* userns: security: make capabilities relative to the user namespaceSerge E. Hallyn2011-03-241-1/+1
* rapidio: fix potential null deref on failure pathDan Carpenter2011-03-241-1/+1
* rapidio: remove mport resource reservation from common RIO codeAlexandre Bounine2011-03-241-13/+1Star
* rapidio: modify mport ID assignmentAlexandre Bounine2011-03-241-0/+26
* rapidio: modify subsystem and driver initialization sequenceAlexandre Bounine2011-03-242-3/+5
* rapidio: modify configuration to support PCI-SRIO controllerAlexandre Bounine2011-03-242-2/+3
* rapidio: add architecture specific callbacksAlexandre Bounine2011-03-241-12/+26
* rapidio: add new sysfs attributesAlexandre Bounine2011-03-241-1/+40
* drivers/char/mem.c: clean up the codeChangli Gao2011-03-241-4/+1Star
* drivers/staging/tty/specialix.c: convert func_enter to func_exitJulia Lawall2011-03-241-4/+4
* drivers/tty/bfin_jtag_comm.c: avoid calling put_tty_driver on NULLJulia Lawall2011-03-241-2/+4
* drivers/char: add MSM smd_pkt driverNiranjana Vishwanathapura2011-03-243-0/+475
* drivers/char/ipmi/ipmi_si_intf.c: fix cleanup_one_si section mismatchSergey Senozhatsky2011-03-241-1/+1
* dm: use little-endian bitopsAkinobu Mita2011-03-241-4/+4
* md: use little-endian bitopsAkinobu Mita2011-03-241-3/+3
* Revert "drm/i915: Don't save/restore hardware status page address register"Chris Wilson2011-03-242-0/+7
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds2011-03-2312-1242/+1902
|\
| * dmaengine/dmatest: Pass timeout via module paramsViresh Kumar2011-03-221-1/+6
| * dma: let IMX_DMA depend on IMX_HAVE_DMA_V1 instead of an explicit list of SoCsUwe Kleine-König2011-03-221-1/+1
| * fsldma: make halt behave nicely on all supported controllersIra Snyder2011-03-121-3/+16
| * fsldma: reduce locking during descriptor cleanupIra Snyder2011-03-121-62/+46Star
| * fsldma: support async_tx dependencies and automatic unmappingIra Snyder2011-03-121-36/+95
| * fsldma: fix controller lockupsIra Snyder2011-03-122-122/+99Star
| * fsldma: minor codingstyle and consistency fixesIra Snyder2011-03-122-18/+15Star
| * fsldma: improve link descriptor debuggingIra Snyder2011-03-121-6/+15
| * fsldma: use channel name in printk outputIra Snyder2011-03-122-34/+36
| * fsldma: move related helper functions near each otherIra Snyder2011-03-121-52/+64
| * dmatest: fix automatic buffer unmap typeIra Snyder2011-03-121-1/+6
| * drivers, pch_dma: Fix warning when CONFIG_PM=n.Rakib Mullick2011-03-061-0/+2
| * dmaengine/dw_dmac fix: use readl & writel instead of __raw_readl & __raw_writelViresh Kumar2011-03-061-4/+4
| * dw_dmac: Setting Default Burst length for transfers as 16.Viresh Kumar2011-03-061-2/+2
| * dw_dmac: Allow src/dst msize & flow controller to be configured at runtimeViresh KUMAR2011-03-062-6/+9
| * dw_dmac: Pass Channel Priority from platform_dataViresh Kumar2011-03-062-1/+13
| * dw_dmac: Pass Channel Allocation Order from platform_dataViresh Kumar2011-03-061-1/+5
| * dw_dmac: Mark all tx_descriptors with DMA_CRTL_ACK after xfer finishViresh Kumar2011-03-061-0/+7
| * dw_dmac: Change value of DWC_MAX_COUNT to 4095.Viresh Kumar2011-03-061-3/+2Star
| * dw_dmac: Adding support for 64 bit access width for memcpy xfersViresh Kumar2011-03-061-1/+3
| * dw_dmac: Calling dwc_scan_descriptors from dwc_tx_status() after taking lockViresh Kumar2011-03-061-0/+2
| * dw_dmac: Move single descriptor from dwc->queue to dwc->active_list in dwc_co...Viresh Kumar2011-03-061-12/+8Star
| * dw_dmac: Replace module_init() with subsys_initcall()Viresh Kumar2011-03-061-1/+1
| * dw_dmac: Remove compilation dependency from AVR32 and put on HAVE_CLKViresh Kumar2011-03-061-1/+1
| * dmaengine: mxs-dma: add dma support for i.MX23/28Shawn Guo2011-03-023-0/+733
| * pch_dma: set the number of array correctlyTomoya MORINAGA2011-02-261-2/+2
| * pch_dma: fix kernel error issueTomoya MORINAGA2011-02-261-15/+14Star
| * Merge branch 'dw_dmac' into dmaengineDan Williams2011-02-141-14/+22
| |\
| | * dmaengine/dw_dmac: provide a mechanism to indicate private devicesJamie Iles2011-01-301-0/+2
| | * dmaengine/dw_dmac: allow src/dst masters to be configured at runtimeJamie Iles2011-01-301-14/+17
| | * dmaengine/dw_dmac: don't scan descriptors if no xfers in progressJamie Iles2011-01-301-0/+3
| * | Merge branch 'dma40' into dmaengineDan Williams2011-02-143-928/+758Star
| |\ \
| | * | dma40: cyclic xfer supportRabin Vincent2011-01-313-49/+167