summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* HID: uhid: avoid dangling pointers in uhid contextDavid Herrmann2014-08-251-5/+11
* HID: uhid: forward create_req to create2_reqDavid Herrmann2014-08-251-65/+25
* HID: uhid: simplify report-cb shutdownDavid Herrmann2014-08-251-9/+2
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2014-08-2111-93/+114
|\
| * HID: fix a couple of off-by-onesJiri Kosina2014-08-216-7/+7
| * HID: logitech: perform bounds checking on device_id early enoughJiri Kosina2014-08-211-7/+6
| * HID: logitech: fix bounds checking on LED report sizeJiri Kosina2014-08-211-1/+1
| * HID: logitech: Prevent possibility of infinite loop when using /sys interfaceSimon Wood2014-08-151-2/+2
| * HID: rmi: print an error if F11 is not found instead of stopping the deviceAndrew Duggan2014-08-141-4/+9
| * HID: hid-sensor-hub: use devm_ functions consistentlyHimangi Saraogi2014-08-121-22/+11
| * HID: huion: Use allocated buffer for DMANikolai Kondrashov2014-08-121-12/+38
| * HID: huion: Fail on parameter retrieval errorsNikolai Kondrashov2014-08-121-47/+49
* | Merge tag 'sound-3.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2014-08-2114-68/+74
|\ \
| * | ALSA: hda/hdmi - apply Valleyview fix-ups to Cherryview display codecLibin Yang2014-08-191-4/+7
| * | ALSA: hda/hdmi - set depop_delay for haswell plusLibin Yang2014-08-191-2/+1
| * | ALSA: hda - restore the gpio led after resumeHui Wang2014-08-191-0/+9
| * | ALSA: hda/realtek - Avoid setting wrong COEF on ALC269 & coTakashi Iwai2014-08-161-5/+12
| * | Merge tag 'asoc-v3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Takashi Iwai2014-08-1612-58/+46
| |\ \
| | | \
| | | \
| | | \
| | | \
| | | \
| | | \
| | | \
| | | \
| | | \
| | | \
| | *---------. \ Merge remote-tracking branches 'asoc/fix/arizona', 'asoc/fix/fsl', 'asoc/fix/...Mark Brown2014-08-1510-51/+37
| | |\ \ \ \ \ \ \
| | | | | | | | * | ASoC: pxa-ssp: drop SNDRV_PCM_FMTBIT_S24_LEDaniel Mack2014-08-131-3/+1
| | | | | | | * | | ASoC: mcasp: Fix implicit BLCK divider settingJyri Sarha2014-08-131-3/+11
| | | | | | | |/ /
| | | | | | * | | ASoC: Intel: Restore Baytrail ADSP streams only when ADSP was in resetJarkko Nikula2014-08-111-1/+11
| | | | | | * | | ASoC: Intel: Wait Baytrail ADSP boot at resume_early stageJarkko Nikula2014-08-111-9/+4
| | | | | | * | | ASoC: Intel: Merge Baytrail ADSP suspend_noirq into suspend_lateJarkko Nikula2014-08-113-28/+1
| | | | | | * | | ASoC: Intel: Update Baytrail ADSP firmware nameJarkko Nikula2014-08-061-2/+2
| | | | | * | | | ASoC: fsl-esai: Revert .xlate_tdm_slot_mask() supportShengjiu Wang2014-08-132-3/+0
| | | | | | |/ / | | | | | |/| |
| | | | * / | | MAINTAINERS: Add i.MX maintainers and paths to Freescale ASoC entryMark Brown2014-08-081-0/+3
| | | | |/ / /
| | | * / / / ASoC: arizona: Fix TDM slot length handling in arizona_hw_paramsNikesh Oswal2014-08-121-2/+4
| | | |/ / /
| | * | | | Merge remote-tracking branch 'asoc/fix/pcm512x' into asoc-linusMark Brown2014-08-151-2/+2
| | |\ \ \ \
| | | * | | | ASoC: pcm512x: Correct Digital Playback control namesMark Brown2014-08-121-2/+2
| | | |/ / /
| | * | | | Merge remote-tracking branch 'asoc/fix/dapm' into asoc-linusMark Brown2014-08-151-5/+7
| | |\ \ \ \
| | | * | | | ASoC: dapm: Fix uninitialized variable in snd_soc_dapm_get_enum_double()Geert Uytterhoeven2014-08-111-5/+7
| | | |/ / /
| | * | | | Merge tag 'asoc-v3.17' into asoc-linusMark Brown2014-08-15238-3426/+15895
| | |\| | |
| | * | | | Merge tag 'asoc-v3.16-rc5' into asoc-linusMark Brown2014-08-1524-72/+185
| | |\ \ \ \
| | * \ \ \ \ Merge tag 'asoc-v3.16-rc1' into asoc-linusMark Brown2014-08-152-8/+5
| | |\ \ \ \ \
* | | \ \ \ \ \ Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2014-08-216-14/+26
|\ \ \ \ \ \ \ \
| * | | | | | | | MAINTAINERS: add maintainer for ACPI parts of I2CWolfram Sang2014-08-191-0/+7
| * | | | | | | | i2c: i801: Add PCI ID for Intel BraswellAlan Cox2014-08-191-0/+2
| * | | | | | | | i2c: rework kernel config I2C_ACPILan Tianyu2014-08-194-14/+17
* | | | | | | | | Merge tag 'please-pull-memfd_create' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2014-08-213-1/+3
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | [IA64] Wire up memfd_create() system callTony Luck2014-08-183-1/+3
| |/ / / / / / / /
* | | | | | | | | Merge tag 'microblaze-3.17-rc2' of git://git.monstr.eu/linux-2.6-microblazeLinus Torvalds2014-08-212-0/+6
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | microblaze: Wire-up memfd_create syscallMichal Simek2014-08-212-0/+2
| * | | | | | | | | microblaze: Wire-up getrandom syscallMichal Simek2014-08-212-0/+2
| * | | | | | | | | microblaze: Wire-up seccomp syscallMichal Simek2014-08-212-0/+2
| |/ / / / / / / /
* | | | | | | | | Merge branch 'for-linus' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2014-08-2114-22/+269
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | [SMB3] Enable fallocate -z support for SMB3 mountsSteve French2014-08-181-0/+55
| * | | | | | | | | enable fallocate punch hole ("fallocate -p") for SMB3Steve French2014-08-185-1/+73
| * | | | | | | | | Incorrect error returned on setting file compressed on SMB2Steve French2014-08-181-1/+1
| * | | | | | | | | CIFS: Fix wrong directory attributes after renamePavel Shilovsky2014-08-171-0/+6