summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* ASoC: ssm2518: drop support for platform dataDmitry Torokhov2022-09-231-21/+0
* ADD SOF support for rembrandt platformMark Brown2022-09-211-0/+2
|\
| * ASoC: SOF: Adding amd HS functionality to the sof coreV sujith kumar Reddy2022-09-201-0/+2
* | ASoC: soc.h: random cleanupMark Brown2022-09-201-10/+6
|\ \ | |/ |/|
| * ASoC: soc.h: use array instead of playback/capture_widgetKuninori Morimoto2022-09-201-3/+1
| * ASoC: soc.h: use defined number instead of direct numberKuninori Morimoto2022-09-201-1/+1
| * ASoC: soc.h: remove num_cpus/codecsKuninori Morimoto2022-09-201-6/+4
* | Support for CS42L83 on Apple machinesMark Brown2022-09-201-0/+1
|\ \
| * | ASoC: cs42l83: Extend CS42L42 support to new partMartin Povišer2022-09-191-0/+1
* | | ASoC: SOF: Intel: override mclk_id for ES8336 supportMark Brown2022-09-201-0/+7
|\ \ \ | |_|/ |/| |
| * | ALSA: hda: intel-nhlt: add intel_nhlt_ssp_mclk_mask()Pierre-Louis Bossart2022-09-201-0/+7
| |/
* | ASoC: SOF: replace ipc4-loader dev_vdbg with tracepointsNoah Klayman2022-09-191-0/+17
* | ASoC: SOF: replace dev_vdbg with tracepointsNoah Klayman2022-09-191-0/+60
* | ASoC: SOF: Intel: replace dev_vdbg with tracepointsBard Liao2022-09-191-0/+114
* | ASoC: SOF: Intel: add HDA interrupt source tracingNoah Klayman2022-09-191-0/+34
* | ASoC: SOF: add widget setup/free tracingBard Liao2022-09-191-0/+44
|/
* ASoC/qcom/arm64: Qualcomm ADSP DTS and binding fixesMark Brown2022-09-1523-35/+166
|\
| * Merge tag 'iommu-fixes-v6.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-09-111-1/+3
| |\
| | * iommu/vt-d: Fix possible recursive locking in intel_iommu_init()Lu Baolu2022-09-111-1/+3
| * | Merge tag 'dma-mapping-6.0-2022-09-10' of git://git.infradead.org/users/hch/d...Linus Torvalds2022-09-101-5/+0
| |\ \
| | * | dma-mapping: mark dma_supported staticChristoph Hellwig2022-09-071-5/+0
| * | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2022-09-092-5/+2
| |\ \ \
| | * | | scsi: core: Fix a use-after-freeBart Van Assche2022-09-011-0/+2
| | * | | scsi: core: Revert "Make sure that targets outlive devices"Bart Van Assche2022-09-011-2/+0
| | * | | scsi: core: Revert "Make sure that hosts outlive targets"Bart Van Assche2022-09-011-3/+0
| * | | | Merge tag 'driver-core-6.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-09-091-0/+6
| |\ \ \ \
| | * | | | debugfs: add debugfs_lookup_and_remove()Greg Kroah-Hartman2022-09-051-0/+6
| * | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2022-09-091-9/+10
| |\ \ \ \ \
| | * | | | | RDMA/mlx5: Rely on RoCE fw cap instead of devlink when setting profileMaher Sanalla2022-09-051-9/+10
| * | | | | | Merge tag 'drm-fixes-2022-09-10' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2022-09-092-2/+7
| |\ \ \ \ \ \
| | * \ \ \ \ \ Merge tag 'drm-misc-fixes-2022-09-08' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2022-09-102-2/+7
| | |\ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | |
| | | * | | | | drm/edid: Handle EDID 1.4 range descriptor h/vfreq offsetsVille Syrjälä2022-09-022-2/+7
| | | |/ / / /
| * | | | | | Merge tag 'linux-kselftest-kunit-fixes-6.0-rc5' of git://git.kernel.org/pub/s...Linus Torvalds2022-09-091-3/+3
| |\ \ \ \ \ \
| | * | | | | | kunit: fix assert_type for comparison macrosSander Vanheule2022-09-011-3/+3
| | | |/ / / / | | |/| | | |
| * | | | | | Merge tag 'asm-generic-fixes-6.0-rc4' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-09-091-1/+1
| |\ \ \ \ \ \
| | * | | | | | asm-generic: Conditionally enable do_softirq_own_stack() via Kconfig.Sebastian Andrzej Siewior2022-09-051-1/+1
| * | | | | | | Merge tag 'spi-fix-v6.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-09-081-0/+2
| |\ \ \ \ \ \ \
| | * | | | | | | spi: mux: Fix mux interaction with fast path optimisationsMark Brown2022-09-021-0/+2
| | | |/ / / / / | | |/| | | | |
| * | | | | | | Merge tag 'net-6.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2022-09-089-9/+112
| |\ \ \ \ \ \ \
| | * | | | | | | net: skb: export skb drop reaons to user by TRACE_DEFINE_ENUMMenglong Dong2022-09-072-1/+81
| | * | | | | | | Merge tag 'wireless-2022-09-03' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller2022-09-041-3/+5
| | |\ \ \ \ \ \ \
| | | * | | | | | | wifi: use struct_group to copy addressesJohannes Berg2022-09-031-3/+5
| | * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nfJakub Kicinski2022-09-022-3/+0
| | |\ \ \ \ \ \ \ \
| | | * | | | | | | | netfilter: remove nf_conntrack_helper sysctl and modparam togglesPablo Neira Ayuso2022-08-312-3/+0
| | * | | | | | | | | Merge tag 'rxrpc-fixes-20220901' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller2022-09-023-2/+5
| | |\ \ \ \ \ \ \ \ \
| | | * | | | | | | | | rxrpc: Remove rxrpc_get_reply_time() which is no longer usedDavid Howells2022-09-011-2/+0
| | | * | | | | | | | | rxrpc: Fix ICMP/ICMP6 error handlingDavid Howells2022-09-012-0/+5
| | * | | | | | | | | | tcp: TX zerocopy should not sense pfmemalloc statusEric Dumazet2022-09-021-0/+21
| * | | | | | | | | | | fs: only do a memory barrier for the first set_buffer_uptodate()Linus Torvalds2022-09-081-0/+11
| | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
| * | | | | | | | | | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2022-09-061-0/+1
| |\ \ \ \ \ \ \ \ \ \