summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* NFS: Add secinfo procedureBryan Schumaker2011-03-244-0/+208
* NFS: lookup supports alternate clientBryan Schumaker2011-03-248-49/+60
* NFS: convert call_sync() to a functionBryan Schumaker2011-03-241-23/+30
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2011-03-239-29/+109
|\
| * Merge branch 'topic/asoc' into for-linusTakashi Iwai2011-03-235-4/+25
| |\
| | * ASoC: Support !REGULATOR build for sgtl5000Mark Brown2011-03-221-0/+14
| | * ASoC: Remove bogus check for register validity in debugfs writeMark Brown2011-03-181-2/+0
| | * Merge branch 'topic/asoc' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Mark Brown2011-03-181-6/+36
| | |\
| | * | ASoC: mini2440: Fix uda134x codec problem.Marek Belisko2011-03-113-2/+11
| * | | ALSA: HDA: Realtek: Avoid unnecessary volume control index on Surround/SideDavid Henningsson2011-03-231-8/+17
| * | | ALSA: hda - VIA: Fix VT1708 can't build up Headphone control issueLydia Wang2011-03-221-3/+6
| * | | ALSA: hda - VIA: Correct stream names for VT1818SLydia Wang2011-03-221-0/+5
| * | | ALSA: hda - VIA: Fix codec type for VT1708BCE at the right timingLydia Wang2011-03-221-4/+5
| * | | ALSA: hda - VIA: Fix invalid A-A path volume adjust issueLydia Wang2011-03-221-1/+8
| * | | ALSA: hda - VIA: Add missing support for VT1718S in A-A pathLydia Wang2011-03-221-0/+5
| * | | ALSA: hda - VIA: Fix independent headphone no sound issueLydia Wang2011-03-221-1/+11
| * | | ALSA: hda - VIA: Fix stereo mixer recording no sound issueLydia Wang2011-03-221-3/+6
| * | | ALSA: hda - Set EAPD for Realtek ALC665Andres Mejia2011-03-211-0/+2
| * | | ALSA: usb - Remove trailing spaces from USB card name stringsTakashi Iwai2011-03-211-4/+18
| * | | sound: read i_size with i_size_read()Xiaochen Wang2011-03-181-1/+1
* | | | sys_swapon: fix inode lockingCesar Eduardo Barros2011-03-231-2/+5
* | | | smp: add missing init.h includeHeiko Carstens2011-03-231-0/+1
* | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds2011-03-2216-1262/+1989
|\ \ \ \
| * | | | avr32: at32ap700x: fix typo in DMA master configurationJamie Iles2011-03-221-2/+2
| * | | | 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-111-3/+16
| * | | | fsldma: reduce locking during descriptor cleanupIra Snyder2011-03-111-62/+46
| * | | | fsldma: support async_tx dependencies and automatic unmappingIra Snyder2011-03-111-36/+95
| * | | | fsldma: fix controller lockupsIra Snyder2011-03-112-122/+99
| * | | | fsldma: minor codingstyle and consistency fixesIra Snyder2011-03-112-18/+15
| * | | | fsldma: improve link descriptor debuggingIra Snyder2011-03-111-6/+15
| * | | | fsldma: use channel name in printk outputIra Snyder2011-03-112-34/+36
| * | | | fsldma: move related helper functions near each otherIra Snyder2011-03-111-52/+64
| * | | | dmatest: fix automatic buffer unmap typeIra Snyder2011-03-111-1/+6
| * | | | Merge branch 'for_dan' of git://git.infradead.org/users/vkoul/slave-dma into ...Dan Williams2011-03-119-50/+881
| |\ \ \ \
| | * | | | drivers, pch_dma: Fix warning when CONFIG_PM=n.Rakib Mullick2011-03-071-0/+2
| | * | | | dmaengine/dw_dmac fix: use readl & writel instead of __raw_readl & __raw_writelViresh Kumar2011-03-071-4/+4
| | * | | | avr32: at32ap700x: Specify DMA Flow Controller, Src and Dst msizeViresh Kumar2011-03-071-0/+9
| | * | | | dw_dmac: Setting Default Burst length for transfers as 16.Viresh Kumar2011-03-071-2/+2
| | * | | | dw_dmac: Allow src/dst msize & flow controller to be configured at runtimeViresh KUMAR2011-03-073-6/+39
| | * | | | dw_dmac: Changing type of src_master and dest_master to u8.Viresh Kumar2011-03-071-2/+4
| | * | | | dw_dmac: Pass Channel Priority from platform_dataViresh Kumar2011-03-073-2/+16
| | * | | | dw_dmac: Pass Channel Allocation Order from platform_dataViresh Kumar2011-03-072-1/+8
| | * | | | dw_dmac: Mark all tx_descriptors with DMA_CRTL_ACK after xfer finishViresh Kumar2011-03-071-0/+7
| | * | | | dw_dmac: Change value of DWC_MAX_COUNT to 4095.Viresh Kumar2011-03-071-3/+2
| | * | | | dw_dmac: Adding support for 64 bit access width for memcpy xfersViresh Kumar2011-03-071-1/+3
| | * | | | dw_dmac: Calling dwc_scan_descriptors from dwc_tx_status() after taking lockViresh Kumar2011-03-071-0/+2
| | * | | | dw_dmac: Move single descriptor from dwc->queue to dwc->active_list in dwc_co...Viresh Kumar2011-03-071-12/+8
| | * | | | dw_dmac: Replace module_init() with subsys_initcall()Viresh Kumar2011-03-071-1/+1
OpenPOWER on IntegriCloud