summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ALSA: usb-audio: Add support for Presonus Studio 1810cNick Kossifidis2020-02-156-0/+681
* ALSA: pcm: oss: Unlock mutex temporarily for sleeping at read/writeTakashi Iwai2020-02-141-0/+4
* ALSA: usb-audio: Don't create a mixer element with bogus volume rangeTakashi Iwai2020-02-141-0/+10
* ALSA: hda_codec: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-121-1/+1
* ALSA: hda/ca0132 - Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-121-1/+1
* ALSA: usb-midi: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-121-1/+1
* ALSA: core: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-02-121-1/+1
* ALSA: info: remove redundant assignment to variable cColin Ian King2020-02-101-1/+1
* ALSA: ali5451: remove redundant variable capture_flagColin Ian King2020-02-101-4/+2
* ALSA: hda: remove redundant assignment to variable timeoutColin Ian King2020-02-101-1/+1
* ALSA: hdsp: remove redundant assignment to variable errColin Ian King2020-02-101-1/+2
* ALSA: pcm: Minor refactoringTakashi Iwai2020-02-101-6/+11
* ALSA: pcm_dmaengine: Use pcm_for_each_format() macro for PCM format iterationTakashi Iwai2020-02-101-1/+1
* ALSA: pcm: Use a macro for parameter masks to reduce the needed castTakashi Iwai2020-02-101-14/+18
* ALSA: pcm: Use standard macros for fixing PCM format castTakashi Iwai2020-02-102-18/+16
* ALSA: dummy: Use standard macros for fixing PCM format castTakashi Iwai2020-02-101-3/+3
* ALSA: usb-audio: Use pcm_for_each_format() macro for PCM format iterationsTakashi Iwai2020-02-101-1/+1
* ALSA: pcm: More helper macros for reducing snd_pcm_format_t castTakashi Iwai2020-02-102-0/+16
* ALSA: aloop: Fix PCM format assignmentTakashi Iwai2020-02-101-3/+3
* ALSA: emu8000: Fix the cast to __user pointerTakashi Iwai2020-02-101-2/+2
* ALSA: emu10k1: Fix endianness annotationsTakashi Iwai2020-02-101-1/+3
* ALSA: via82xx: Fix endianness annotationsTakashi Iwai2020-02-102-4/+8
* ALSA: hda/hdmi: Move ELD parse and jack reporting into update_eld()Takashi Iwai2020-02-101-62/+48
* ALSA: hda/hdmi: Move runtime PM resume into hdmi_present_sense_via_verbs()Takashi Iwai2020-02-101-11/+9
* ALSA: hda/hdmi: Don't use standard hda_jack for generic HDMI jacksTakashi Iwai2020-02-101-162/+57
* ALSA: hda/hdmi: Reduce hda_jack_tbl lookup at unsol event handlingTakashi Iwai2020-02-101-15/+3
* Linux 5.6-rc1v5.6-rc1Linus Torvalds2020-02-101-2/+2
* Merge tag 'kbuild-v5.6-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2020-02-1053-261/+252
|\
| * kbuild: make multiple directory targets workMasahiro Yamada2020-02-051-1/+1
| * kconfig: Invalidate all symbols after changing to y or m.Tetsuo Handa2020-02-051-3/+2
| * kallsyms: fix type of kallsyms_token_table[]Masahiro Yamada2020-02-051-2/+3
| * scripts/kallsyms: change table to store (strcut sym_entry *)Masahiro Yamada2020-02-031-56/+65
| * scripts/kallsyms: rename local variables in read_symbol()Masahiro Yamada2020-02-031-12/+12
| * kbuild: rename hostprogs-y/always to hostprogs/always-yMasahiro Yamada2020-02-0349-190/+172
| * kbuild: fix the document to use extra-y for vmlinux.ldsMasahiro Yamada2020-02-031-2/+2
| * kconfig: fix broken dependency in randconfig-generated .configMasahiro Yamada2020-02-031-1/+1
* | Merge tag 'zonefs-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds2020-02-109-0/+2058
|\ \
| * | zonefs: Add documentationDamien Le Moal2020-02-072-0/+405
| * | fs: New zonefs file systemDamien Le Moal2020-02-078-0/+1653
* | | irqchip/gic-v4.1: Avoid 64bit division for the sake of 32bit ARMMarc Zyngier2020-02-101-2/+2
* | | Merge tag '5.6-rc-smb3-plugfest-patches' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2020-02-0922-129/+247
|\ \ \
| * | | smb3: Add defines for new information level, FileIdInformationSteve French2020-02-071-0/+8
| * | | smb3: print warning once if posix context returned on openSteve French2020-02-072-0/+30
| * | | smb3: add one more dynamic tracepoint missing from strict fsync pathSteve French2020-02-071-1/+3
| * | | cifs: fix mode bits from dir listing when mounted with modefromsidAurelien Aptel2020-02-071-1/+2
| * | | cifs: fix channel signingAurelien Aptel2020-02-061-2/+3
| * | | cifs: add SMB3 change notification supportSteve French2020-02-065-0/+87
| * | | cifs: make multichannel warning more visibleAurelien Aptel2020-02-061-1/+1
| * | | cifs: fix soft mounts hanging in the reconnect codeRonnie Sahlberg2020-02-061-1/+1
| * | | cifs: Add tracepoints for errors on flush or fsyncSteve French2020-02-062-2/+32