Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-09-01 | x86, smap: Handle csum_partial_copy_*_user() | H. Peter Anvin | |
Add SMAP annotations to csum_partial_copy_to/from_user(). These functions legitimately access user space and thus need to set the AC flag. TODO: add explicit checks that the side with the kernel space pointer really points into kernel space. Signed-off-by: H. Peter Anvin <hpa@linux.intel.com> Link: http://lkml.kernel.org/n/tip-2aps0u00eer658fd5xyanan7@git.kernel.org Cc: <stable@vger.kernel.org> # v3.7+ | |||
2013-09-01 | Merge remote-tracking branch 'asoc/topic/ssm2602' into tmp | Mark Brown | |
2013-09-01 | Merge remote-tracking branch 'asoc/topic/fsl' into tmp | Mark Brown | |
2013-09-01 | Merge remote-tracking branch 'asoc/topic/dapm' into tmp | Mark Brown | |
2013-09-01 | Merge remote-tracking branch 'asoc/topic/core' into tmp | Mark Brown | |
2013-09-01 | diffconfig: Update script to support python versions 2.5 through 3.3 | Mike Pagano | |
Support past and active versions of python while maintaining backward compatibility. Script has been tested on python versions up to and including 3.3.X. Signed-off-by: Mike Pagano <mpagano@gentoo.org> Signed-off-by: Michal Marek <mmarek@suse.cz> | |||
2013-09-01 | ASoC: mxs-sgtl5000: Configure the dai_links as unidirectional | Fabio Estevam | |
On a mx28 board, running "aplay -l" and "arecord -l" results in the following: $ aplay -l **** List of PLAYBACK Hardware Devices **** card 0: mxssgtl5000 [mxs_sgtl5000], device 0: Playback sgtl5000-0 [] Subdevices: 1/1 Subdevice #0: subdevice #0 card 0: mxssgtl5000 [mxs_sgtl5000], device 1: Capture sgtl5000-1 [] Subdevices: 1/1 Subdevice #0: subdevice #0 $ arecord -l **** List of CAPTURE Hardware Devices **** card 0: mxssgtl5000 [mxs_sgtl5000], device 0: Playback sgtl5000-0 [] Subdevices: 1/1 Subdevice #0: subdevice #0 card 0: mxssgtl5000 [mxs_sgtl5000], device 1: Capture sgtl5000-1 [] Subdevices: 1/1 Subdevice #0: subdevice #0 ,which is not correct because we got a capture device listed in aplay and a playback device listed in arecord. On mx28 there are two serial audio interface ports (SAIF0 and SAIF1) and each one of them are unidirectional. Allow to specify a dai link as 'playback_only' or 'capture_only', which suits well for this case. After this change we can correctly report the capabilities as follows: $ aplay -l **** List of PLAYBACK Hardware Devices **** card 0: mxssgtl5000 [mxs_sgtl5000], device 0: HiFi Playback sgtl5000-0 [] Subdevices: 1/1 Subdevice #0: subdevice #0 $ arecord -l **** List of CAPTURE Hardware Devices **** card 0: mxssgtl5000 [mxs_sgtl5000], device 1: HiFi Capture sgtl5000-1 [] Subdevices: 1/1 Subdevice #0: subdevice #0 Also tested playback and capture on the mx28evk board. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Signed-off-by: Mark Brown <broonie@linaro.org> | |||
2013-09-01 | ASoC: soc-pcm: Allow to specify unidirectional dai_link | Fabio Estevam | |
Add 'playback_only' and 'capture_only' fields that can be used for specifying that a dai_link has a unidirectional capability. The motivation for this is for the cases of systems, such as Freescale MX28, that has two unidirectional DAIs. Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com> Signed-off-by: Mark Brown <broonie@linaro.org> | |||
2013-09-01 | RPCSEC_GSS: Share rpc_pipes when an rpc_clnt owns multiple rpcsec auth caches | Trond Myklebust | |
Ensure that if an rpc_clnt owns more than one RPCSEC_GSS-based authentication mechanism, then those caches will share the same 'gssd' upcall pipe. Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com> | |||
2013-09-01 | SUNRPC: Add a helper to allow sharing of rpc_pipefs directory objects | Trond Myklebust | |
Add support for looking up existing objects and creating new ones if there is no match. Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com> | |||
2013-09-01 | SUNRPC: Remove the rpc_client->cl_dentry | Trond Myklebust | |
It is now redundant. Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com> | |||
2013-09-01 | NFSv4: Convert idmapper to use the new framework for pipefs dentries | Trond Myklebust | |
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com> | |||
2013-09-01 | SUNRPC: Remove the obsolete auth-only interface for pipefs dentry management | Trond Myklebust | |
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com> | |||
2013-09-01 | RPCSEC_GSS: Switch auth_gss to use the new framework for pipefs dentries | Trond Myklebust | |
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com> | |||
2013-09-01 | Merge remote-tracking branch 'regulator/topic/tps65912' into regulator-next | Mark Brown | |
2013-09-01 | Merge remote-tracking branch 'regulator/topic/ti-abb' into regulator-next | Mark Brown | |
2013-09-01 | Merge remote-tracking branch 'regulator/topic/sec' into regulator-next | Mark Brown | |
2013-09-01 | Merge remote-tracking branch 'regulator/topic/ramp' into regulator-next | Mark Brown | |
2013-09-01 | Merge remote-tracking branch 'regulator/topic/pfuze100' into regulator-next | Mark Brown | |
2013-09-01 | Merge remote-tracking branch 'regulator/topic/palmas' into regulator-next | Mark Brown | |
2013-09-01 | Merge remote-tracking branch 'regulator/topic/optional' into regulator-next | Mark Brown | |
2013-09-01 | Merge remote-tracking branch 'regulator/topic/max8660' into regulator-next | Mark Brown | |
2013-09-01 | Merge remote-tracking branch 'regulator/topic/lp8755' into regulator-next | Mark Brown | |
2013-09-01 | Merge remote-tracking branch 'regulator/topic/lp872x' into regulator-next | Mark Brown | |
2013-09-01 | Merge remote-tracking branch 'regulator/topic/linear-range' into regulator-next | Mark Brown | |
2013-09-01 | Merge remote-tracking branch 'regulator/topic/kconfig' into regulator-next | Mark Brown | |
2013-09-01 | Merge remote-tracking branch 'regulator/topic/helpers' into regulator-next | Mark Brown | |
2013-09-01 | Merge remote-tracking branch 'regulator/topic/fan53555' into regulator-next | Mark Brown | |
2013-09-01 | Merge remote-tracking branch 'regulator/topic/da9063' into regulator-next | Mark Brown | |
2013-09-01 | Merge remote-tracking branch 'regulator/topic/core' into regulator-next | Mark Brown | |
2013-09-01 | Merge remote-tracking branch 'regulator/topic/as3711' into regulator-next | Mark Brown | |
2013-09-01 | Merge remote-tracking branch 'regulator/topic/88pm800' into regulator-next | Mark Brown | |
2013-09-01 | Merge remote-tracking branch 'spi/topic/txx9' into spi-next | Mark Brown | |
2013-09-01 | Merge remote-tracking branch 'spi/topic/topcliff' into spi-next | Mark Brown | |
2013-09-01 | Merge remote-tracking branch 'spi/topic/tle62x0' into spi-next | Mark Brown | |
2013-09-01 | Merge remote-tracking branch 'spi/topic/tel62x0' into spi-next | Mark Brown | |
2013-09-01 | Merge remote-tracking branch 'spi/topic/tegra' into spi-next | Mark Brown | |
2013-09-01 | Merge remote-tracking branch 'spi/topic/sirf' into spi-next | Mark Brown | |
2013-09-01 | Merge remote-tracking branch 'spi/topic/sh-msiof' into spi-next | Mark Brown | |
2013-09-01 | Merge remote-tracking branch 'spi/topic/sh-hspi' into spi-next | Mark Brown | |
2013-09-01 | Merge remote-tracking branch 'spi/topic/s3c64xx' into spi-next | Mark Brown | |
2013-09-01 | Merge remote-tracking branch 'spi/topic/rspi' into spi-next | Mark Brown | |
2013-09-01 | Merge remote-tracking branch 'spi/topic/quad' into spi-next | Mark Brown | |
2013-09-01 | Merge remote-tracking branch 'spi/topic/qspi' into spi-next | Mark Brown | |
2013-09-01 | Merge remote-tracking branch 'spi/topic/pxa' into spi-next | Mark Brown | |
2013-09-01 | Merge remote-tracking branch 'spi/topic/pl022' into spi-next | Mark Brown | |
2013-09-01 | Merge remote-tracking branch 'spi/topic/pdata' into spi-next | Mark Brown | |
2013-09-01 | Merge remote-tracking branch 'spi/topic/orion' into spi-next | Mark Brown | |
2013-09-01 | Merge remote-tracking branch 'spi/topic/omap-100k' into spi-next | Mark Brown | |
2013-09-01 | Merge remote-tracking branch 'spi/topic/octeon' into spi-next | Mark Brown | |