aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2022-03-11ASoC: Export DAI register and widget ctor and dctor functionsGravatar Cezary Rojewski 1-0/+1
2022-03-11ALSA: hda: Add helper macros for DSP capable devicesGravatar Cezary Rojewski 2-0/+53
2022-03-10Clean ups and preparation for IPC abstraction in the SOF driverGravatar Mark Brown 2-8/+5
2022-03-09ASoC: Intel: soc-acpi: quirk topology filename dynamicallyGravatar Pierre-Louis Bossart 1-0/+20
2022-03-09ALSA: intel-nhlt: add helper to detect SSP link maskGravatar Pierre-Louis Bossart 1-7/+15
2022-03-09ASoC: soc-acpi: add information on I2S/TDM link maskGravatar Pierre-Louis Bossart 1-0/+2
2022-03-09ASoC: soc-acpi: fix kernel-doc descriptorGravatar Pierre-Louis Bossart 1-2/+3
2022-03-09ASoC: SOF: make struct snd_sof_dai IPC agnosticGravatar Ranjani Sridharan 1-0/+5
2022-03-09ASoC: SOF: make struct snd_sof_widget IPC agnosticGravatar Ranjani Sridharan 1-8/+0
2022-03-08ASoC: dt-bindings: Document Microchip's PDMCGravatar Codrin Ciubotariu 1-0/+13
2022-03-07ASoC: SOF: updates for 5.18Gravatar Mark Brown 2-2/+2
2022-03-07ASoC: audio_graph_card2: Add support for variable slot widthsGravatar Richard Fitzgerald 1-0/+11
2022-03-07ASoC: SOF: fix 32 signed bit overflowGravatar Curtis Malainey 2-2/+2
2022-03-02ASoC: soc-acpi: remove sof_fw_filenameGravatar Pierre-Louis Bossart 1-2/+0
2022-02-17ASoC: SOF: Replace zero-length array with flexible-array memberGravatar Stephen Kitt 1-1/+1
2022-02-10ASoC: SOF: Move the definition of enum sof_dsp_power_states to global headerGravatar Peter Ujfalusi 1-0/+8
2022-01-25ASoC: fsl-asoc-card: Add optional dt property for setting mclk-idGravatar Mark Brown 2-9/+14
2022-01-25ASoC: Xilinx fixesGravatar Mark Brown 1-0/+1
2022-01-24ASoC: simple-card-utils: Add new system-clock-fixed flagGravatar Robert Hancock 1-0/+1
2022-01-24ASoC: tlv320aic31xx: Define PLL clock inputsGravatar Ariel D'Alessandro 1-0/+5
2022-01-24ASoC: Rename tlv320aic31xx-micbias.h as tlv320aic31xx.hGravatar Ariel D'Alessandro 2-9/+9
2022-01-24ASoC: SOF: add _D3_PERSISTENT flag to fw_ready messageGravatar Keyon Jie 2-1/+2
2022-01-23Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxGravatar Linus Torvalds 7-330/+409
2022-01-22Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 29-264/+127
2022-01-22Merge tag 'fscache-fixes-20220121' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 2-31/+77
2022-01-22Merge tag 'folio-5.17a' of git://git.infradead.org/users/willy/pagecacheGravatar Linus Torvalds 2-0/+21
2022-01-22Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiGravatar Linus Torvalds 1-3/+2
2022-01-22Merge tag 'devicetree-fixes-for-5.17-1' of git://git.kernel.org/pub/scm/linux...Gravatar Linus Torvalds 1-178/+244
2022-01-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 1-3/+0
2022-01-22Merge tag 'riscv-for-linus-5.17-mw1' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-6/+18
2022-01-22Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Gravatar Linus Torvalds 1-1/+1
2022-01-22frontswap: remove support for multiple opsGravatar Christoph Hellwig 1-2/+1
2022-01-22mm: mark swap_lock and swap_active_head staticGravatar Christoph Hellwig 1-2/+0
2022-01-22frontswap: remove frontswap_testGravatar Christoph Hellwig 1-11/+0
2022-01-22mm: simplify try_to_unuseGravatar Christoph Hellwig 3-10/+1
2022-01-22frontswap: simplify frontswap_initGravatar Christoph Hellwig 1-8/+1
2022-01-22frontswap: remove frontswap_curr_pagesGravatar Christoph Hellwig 1-1/+0
2022-01-22frontswap: remove frontswap_shrinkGravatar Christoph Hellwig 1-1/+0
2022-01-22frontswap: remove frontswap_tmem_exclusive_getsGravatar Christoph Hellwig 1-2/+0
2022-01-22frontswap: remove frontswap_writethroughGravatar Christoph Hellwig 1-1/+0
2022-01-22mm: remove cleancacheGravatar Christoph Hellwig 2-129/+0
2022-01-22lib/stackdepot: allow optional init and stack_table allocation by kvmalloc()Gravatar Vlastimil Babka 2-9/+18
2022-01-22proc: remove PDE_DATA() completelyGravatar Muchun Song 2-4/+2
2022-01-22fs: proc: store PDE()->data into inode->i_privateGravatar Muchun Song 1-1/+12
2022-01-22locking/rwlocks: introduce write_lock_nestedGravatar Minchan Kim 4-0/+25
2022-01-22kprobe: move sysctl_kprobes_optimization to kprobes.cGravatar Xiaoming Ni 1-6/+0
2022-01-22fs/coredump: move coredump sysctls into its own fileGravatar Xiaoming Ni 1-4/+6
2022-01-22printk: fix build warning when CONFIG_PRINTK=nGravatar Xiaoming Ni 1-4/+0
2022-01-22kernel/sysctl.c: rename sysctl_init() to sysctl_init_bases()Gravatar Luis Chamberlain 1-1/+1
2022-01-22fs: move namespace sysctls and declare fs base directoryGravatar Luis Chamberlain 1-3/+0