summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-01-07ASoC: da7219: fix endianness issuesPierre-Louis Bossart2-4/+4
2019-01-07ASoC: mt6351: remove unneeded variablePierre-Louis Bossart1-3/+1
2019-01-07ASoC: tscs42xx.c: fix boolean testPierre-Louis Bossart1-1/+1
2019-01-07ASoC: nau8824: fix boolean assignmentPierre-Louis Bossart1-1/+1
2019-01-07ASoC: rt5651: fix boolean assignmentsPierre-Louis Bossart1-3/+3
2019-01-07ASoC: max98927: fix boolean assignmentsPierre-Louis Bossart1-4/+4
2019-01-07ASoC: rt5640: fix boolean assignmentsPierre-Louis Bossart1-3/+3
2019-01-07ASoc: rt286: fix boolean testsPierre-Louis Bossart1-4/+4
2019-01-07ASoC: rt274: fix boolean testsPierre-Louis Bossart1-4/+4
2019-01-07ASoC: cs4271: fix boolean assignmentsPierre-Louis Bossart1-2/+2
2019-01-07ASoC: max98383: fix boolean assignments to true/falsePierre-Louis Bossart1-3/+3
2019-01-07ASoC: rt5670: remove unused mux/mixer defineBard liao1-54/+0
2019-01-07ASoC: rt5645: remove unused mux defineBard liao1-36/+0
2019-01-07ASoC: codecs: fix kernel doc descriptionsPierre-Louis Bossart3-4/+6
2019-01-07ASoC: es8316: remove unused constant variablesPierre-Louis Bossart1-4/+0
2019-01-07ASoC: max98090: remove unused constant variablesPierre-Louis Bossart1-15/+0
2019-01-07ASoC: dmic: declare trigger function as staticPierre-Louis Bossart1-2/+2
2019-01-07ASoC: dt-bindings: Document support for ak4497Daniel Baluta1-1/+1
2019-01-07ASoC: ak4458: Add support for AK4497Daniel Baluta1-3/+76
2019-01-07Merge branch 'asoc-4.22' into asoc-5.0Mark Brown53-1800/+3156
2019-01-06Linux 5.0-rc1v5.0-rc1Linus Torvalds1-3/+3
2019-01-06Merge tag 'kbuild-v4.21-3' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds94-694/+150
2019-01-06Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds27-166/+620
2019-01-06Change mincore() to count "mapped" pages rather than "cached" pagesLinus Torvalds1-81/+13
2019-01-06Fix 'acccess_ok()' on alpha and SHLinus Torvalds2-5/+10
2019-01-06Merge tag 'fscrypt_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds7-188/+468
2019-01-06Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-10/+19
2019-01-06Merge tag 'dma-mapping-4.21-1' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds8-275/+215
2019-01-06Merge tag 'tag-chrome-platform-for-v4.21' of git://git.kernel.org/pub/scm/lin...Linus Torvalds3-8/+31
2019-01-06Merge tag 'hwlock-v4.21' of git://github.com/andersson/remoteprocLinus Torvalds4-0/+189
2019-01-06fscrypt: add Adiantum supportEric Biggers7-188/+468
2019-01-05Merge tag 'docs-5.0-fixes' of git://git.lwn.net/linuxLinus Torvalds5-10/+4
2019-01-05Merge tag 'firewire-update' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+0
2019-01-05Merge tag 'for-linus-20190104' of git://git.kernel.dk/linux-blockLinus Torvalds8-97/+101
2019-01-05Merge tag 'drm-next-2019-01-05' of git://anongit.freedesktop.org/drm/drmLinus Torvalds51-290/+628
2019-01-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds6-21/+10
2019-01-05Merge tag 'fbdev-v4.21' of git://github.com/bzolnier/linuxLinus Torvalds15-47/+71
2019-01-05Merge branch 'i2c/for-5.0' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds22-137/+346
2019-01-05Merge tag 'pci-v4.21-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds37-210/+1721
2019-01-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hid...Linus Torvalds17-61/+720
2019-01-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-0/+9
2019-01-06kconfig: rename generated .*conf-cfg to *conf-cfgMasahiro Yamada2-18/+19
2019-01-06kbuild: remove unnecessary stubs for archheader and archscriptsMasahiro Yamada1-5/+1
2019-01-06kbuild: use assignment instead of define ... endef for filechk_* rulesMasahiro Yamada6-26/+12
2019-01-06arch: remove redundant UAPI generic-y definesMasahiro Yamada24-408/+0
2019-01-06kbuild: generate asm-generic wrappers if mandatory headers are missingMasahiro Yamada3-10/+10
2019-01-06arch: remove stale comments "UAPI Header export list"Masahiro Yamada24-25/+0
2019-01-06riscv: remove redundant kernel-space generic-yMasahiro Yamada1-25/+0
2019-01-06kbuild: change filechk to surround the given command with { }Masahiro Yamada7-12/+14
2019-01-06kbuild: remove redundant target cleaning on failureMasahiro Yamada9-25/+16