summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* lib: hex2bin converts ascii hexadecimal string to binaryMimi Zohar2010-11-292-0/+17
* security: Define CAP_SYSLOGSerge E. Hallyn2010-11-293-4/+13
* Merge branch 'master' into nextJames Morris2010-11-291101-7507/+22015
|\
| * Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...Linus Torvalds2010-11-2724-48/+131
| |\
| | * Merge branch 'fix/asoc' into for-linusTakashi Iwai2010-11-2623-38/+85
| | |\
| | | * ASoC: Fix resource reclaim for osk5912Axel Lin2010-11-251-3/+8
| | | * ASoC: tlv320aic3x - fix variable may be used uninitialized warningAxel Lin2010-11-251-3/+3
| | | * ASoC: davinci-vcif - fix a memory leakAxel Lin2010-11-251-0/+3
| | | * ASoC: phycore-ac97: fix resource leakAxel Lin2010-11-251-7/+21
| | | * ASoC: imx-ssi: fix resource leakAxel Lin2010-11-251-4/+11
| | | * ASoC: simone: fix resource leak in simone_init error pathAxel Lin2010-11-251-8/+10
| | | * ASoC: sam9g20_wm8731: fix resource leak in at91sam9g20ek_init error pathAxel Lin2010-11-251-1/+4
| | | * ASoC: snd-soc-afeb9260: remove unneeded platform_device_del in error pathAxel Lin2010-11-251-1/+0
| | | * ASoC: pcm030-audio-fabric: fix resource leak in pcm030_fabric_init error pathAxel Lin2010-11-251-0/+1
| | | * ASoC: efika-audio-fabric: fix resource leak in efika_fabric_init error pathAxel Lin2010-11-251-0/+1
| | | * ASoC: Call snd_soc_unregister_dais instead of snd_soc_unregister_dai in sh4_s...Axel Lin2010-11-251-1/+1
| | | * ASoC: fix SND_PXA2XX_LIB Kconfig warningDmitry Artamonow2010-11-251-0/+1
| | | * ASoC: nuc900-ac97: fix a memory leakAxel Lin2010-11-241-1/+1
| | | * Merge branch 'fix/asoc' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwa...Mark Brown2010-11-241-0/+8
| | | |\
| | | * | ASoC: Return proper error for omap3pandora_soc_initAxel Lin2010-11-241-0/+1
| | | * | ASoC: wm8961 - clear WM8961_MCLKDIV bit for freq <= 16500000Axel Lin2010-11-241-1/+1
| | | * | ASoC: wm8961 - clear WM8961_DACSLOPE bit for normal modeAxel Lin2010-11-241-1/+1
| | | * | ASoC: wm8994 - fix memory leaksAxel Lin2010-11-231-0/+2
| | | * | ASoC: wm8904 - fix memory leaksAxel Lin2010-11-231-0/+2
| | | * | ASoC: max98088 - fix a memory leakAxel Lin2010-11-231-0/+3
| | | * | ASoC: Do not update the cache if write to hardware failedAxel Lin2010-11-231-1/+3
| | | * | ASoC: MPC5200: Eliminate duplicate include of of_device.hJesper Juhl2010-11-231-1/+0
| | | * | ASoC: Restore WM8994 volatile and readable register operationsMark Brown2010-11-221-0/+2
| | | * | ASoC: Fix multi-component mismerge in WM8523Mark Brown2010-11-221-1/+0
| | | * | ASoC: atmel: test wrong variableVasiliy Kulikov2010-11-221-2/+2
| | | * | ASoC: stac9766 - set reg_cache_default to stac9766_regAxel Lin2010-11-221-0/+1
| | | * | ASoC: s3c24xx: test wrong variableVasiliy Kulikov2010-11-221-2/+2
| | * | | ALSA: hda - Use ALC_INIT_DEFAULT for really default initializationTakashi Iwai2010-11-261-0/+1
| | * | | ALSA: hda - Fix ALC660-VD/ALC861-VD capture/playback mixersHerton Ronaldo Krzesinski2010-11-251-1/+1
| | * | | ALSA: HDA: Add an extra DAC for Realtek ALC887-VDDavid Henningsson2010-11-241-1/+3
| | * | | ALSA: hda - Fix Acer 7730G supportDenis Kuplyakov2010-11-241-8/+41
| * | | | Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2010-11-278-41/+71
| |\ \ \ \
| | * | | | NFS: Ensure we return the dirent->d_type when it is knownTrond Myklebust2010-11-226-3/+22
| | * | | | NFS: Correct the array bound calculation in nfs_readdir_add_to_arrayTrond Myklebust2010-11-221-4/+5
| | * | | | NFS: Don't ignore errors from nfs_do_filldir()Trond Myklebust2010-11-221-9/+9
| | * | | | NFS: Fix the error handling in "uncached_readdir()"Trond Myklebust2010-11-221-3/+2
| | * | | | NFS: Fix a page leak in uncached_readdir()Trond Myklebust2010-11-221-2/+3
| | * | | | NFS: Fix a page leak in nfs_do_filldir()Trond Myklebust2010-11-221-5/+5
| | * | | | NFS: Assume eof if the server returns no readdir recordsTrond Myklebust2010-11-221-3/+7
| | * | | | NFS: Buffer overflow in ->decode_dirent() should not be fatalTrond Myklebust2010-11-223-3/+3
| | * | | | Pure nfs client performance using odirect.Arun Bharadwaj2010-11-221-1/+1
| | * | | | SUNRPC: Fix an infinite loop in call_refresh/call_refreshresultTrond Myklebust2010-11-221-9/+15
| * | | | | Merge branch 'linux-next' of git://git.infradead.org/ubi-2.6Linus Torvalds2010-11-271-7/+9
| |\ \ \ \ \
| | * | | | | UBI: release locks in check_corruptionDan Carpenter2010-11-191-7/+9
| * | | | | | Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2010-11-271-6/+6
| |\ \ \ \ \ \
OpenPOWER on IntegriCloud