summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-12-10Merge remote-tracking branch 'asoc/topic/wm8985' into asoc-nextMark Brown
2012-12-10Merge remote-tracking branch 'asoc/topic/wm8978' into asoc-nextMark Brown
2012-12-10Merge remote-tracking branch 'asoc/topic/wm8971' into asoc-nextMark Brown
2012-12-10Merge remote-tracking branch 'asoc/topic/wm8962' into asoc-nextMark Brown
2012-12-10Merge remote-tracking branch 'asoc/topic/wm8960' into asoc-nextMark Brown
2012-12-10Merge remote-tracking branch 'asoc/topic/wm8955' into asoc-nextMark Brown
2012-12-10Merge remote-tracking branch 'asoc/topic/wm8804' into asoc-nextMark Brown
2012-12-10Merge remote-tracking branch 'asoc/topic/wm8770' into asoc-nextMark Brown
2012-12-10Merge remote-tracking branch 'asoc/topic/wm8753' into asoc-nextMark Brown
2012-12-10Merge remote-tracking branch 'asoc/topic/wm8750' into asoc-nextMark Brown
2012-12-10Merge remote-tracking branch 'asoc/topic/wm8741' into asoc-nextMark Brown
2012-12-10Merge remote-tracking branch 'asoc/topic/wm8510' into asoc-nextMark Brown
2012-12-10Merge remote-tracking branch 'asoc/topic/wm8400' into asoc-nextMark Brown
2012-12-10Merge remote-tracking branch 'asoc/topic/wm8350' into asoc-nextMark Brown
2012-12-10Merge remote-tracking branch 'asoc/topic/wm2200' into asoc-nextMark Brown
2012-12-10Merge remote-tracking branch 'asoc/topic/wm2000' into asoc-nextMark Brown
2012-12-10Merge remote-tracking branch 'asoc/topic/wm0010' into asoc-nextMark Brown
2012-12-10Merge remote-tracking branch 'asoc/topic/ux500' into asoc-nextMark Brown
2012-12-10Merge remote-tracking branch 'asoc/topic/tlv320aic32x4' into asoc-nextMark Brown
2012-12-10Merge remote-tracking branch 'asoc/topic/si476x' into asoc-nextMark Brown
2012-12-10Merge remote-tracking branch 'asoc/topic/samsung' into asoc-nextMark Brown
2012-12-10Merge remote-tracking branch 'asoc/topic/rt5631' into asoc-nextMark Brown
2012-12-10Merge remote-tracking branch 'asoc/topic/omap' into asoc-nextMark Brown
2012-12-10Merge remote-tracking branch 'asoc/topic/max98090' into asoc-nextMark Brown
2012-12-10Merge remote-tracking branch 'asoc/topic/max9768' into asoc-nextMark Brown
2012-12-10Merge remote-tracking branch 'asoc/topic/log' into asoc-nextMark Brown
2012-12-10Merge remote-tracking branch 'asoc/topic/lm49453' into asoc-nextMark Brown
2012-12-10Merge remote-tracking branch 'asoc/topic/kirkwood' into asoc-nextMark Brown
2012-12-10Merge remote-tracking branch 'asoc/topic/jz4740' into asoc-nextMark Brown
2012-12-10Merge remote-tracking branch 'asoc/topic/jack' into asoc-nextMark Brown
2012-12-10Merge remote-tracking branch 'asoc/topic/hotplug' into asoc-nextMark Brown
2012-12-10Merge remote-tracking branch 'asoc/topic/fsl' into asoc-nextMark Brown
2012-12-10Merge remote-tracking branch 'asoc/topic/fsi' into asoc-nextMark Brown
2012-12-10Merge remote-tracking branch 'asoc/topic/dmaengine' into asoc-nextMark Brown
2012-12-10Merge remote-tracking branch 'asoc/topic/davinci' into asoc-nextMark Brown
2012-12-10Merge remote-tracking branch 'asoc/topic/da9055' into asoc-nextMark Brown
2012-12-10Merge remote-tracking branch 'asoc/topic/da7210' into asoc-nextMark Brown
2012-12-10Merge remote-tracking branch 'asoc/topic/cs4271' into asoc-nextMark Brown
2012-12-10Merge remote-tracking branch 'asoc/topic/atmel' into asoc-nextMark Brown
2012-12-10Merge remote-tracking branch 'asoc/topic/arizona' into asoc-nextMark Brown
2012-12-10Merge remote-tracking branch 'asoc/topic/ak4642' into asoc-nextMark Brown
2012-12-10Merge remote-tracking branch 'asoc/topic/ak4535' into asoc-nextMark Brown
2012-12-10Merge remote-tracking branch 'asoc/topic/ak4104' into asoc-nextMark Brown
2012-12-10Merge remote-tracking branch 'asoc/topic/adsp' into asoc-nextMark Brown
2012-12-10Merge remote-tracking branch 'asoc/topic/ab8500' into asoc-nextMark Brown
2012-12-10Merge remote-tracking branch 'asoc/fix/omap' into asoc-nextMark Brown
2012-12-09cgroup: update Documentation/cgroups/00-INDEXNamjae Jeon
There are new files added to cgroup documentation. Let's update the index file to include the new files. Signed-off-by: Namjae Jeon <namjae.jeon@samsung.com> Signed-off-by: Amit Sahrawat <a.sahrawat@samsung.com> Signed-off-by: Tejun Heo <tj@kernel.org>
2012-12-09caif_usb: Make the driver name check more efficientBen Hutchings
Use the device model to get just the name, rather than using the ethtool API to get all driver information. Signed-off-by: Ben Hutchings <bhutchings@solarflare.com> Signed-off-by: David S. Miller <davem@davemloft.net>
2012-12-09caif_usb: Check driver name before reading driver state in netdev notifierBen Hutchings
In cfusbl_device_notify(), the usbnet and usbdev variables are initialised before the driver name has been checked. In case the device's driver is not cdc_ncm, this may result in reading beyond the end of the netdev private area. Move the initialisation below the driver name check. Signed-off-by: Ben Hutchings <bhutchings@solarflare.com> Signed-off-by: David S. Miller <davem@davemloft.net>
2012-12-09virtio-net: support changing the number of queue pairs through ethtoolJason Wang
This patch implements the ethtool_{set|get}_channels method of virtio-net to allow user to change the number of queues when the device is running on demand. Signed-off-by: Jason Wang <jasowang@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>