summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-04-07ASoC: codecs: wcd934x: do not switch off SIDO Buck when codec is in useSrinivas Kandagatla1-25/+1
2022-04-07ASoC: SOF: topology: Fix memory leak in sof_control_load()Yu Liao1-1/+3
2022-04-07ASoC: SOF: topology: cleanup dailinks on widget unloadPierre-Louis Bossart1-0/+43
2022-04-07ASoC: rt711/5682: check if bus is active before deferred jack detectionPierre-Louis Bossart2-0/+16
2022-04-07io_uring: use nospec annotation for more indexesPavel Begunkov1-6/+5
2022-04-07io_uring: zero tag on rsrc removalPavel Begunkov1-1/+3
2022-04-07io_uring: don't touch scm_fp_list after queueing skbPavel Begunkov1-2/+6
2022-04-07io_uring: nospec index for tags on files updatePavel Begunkov1-1/+1
2022-04-07io_uring: implement compat handling for IORING_REGISTER_IOWQ_AFFEugene Syromiatnikov1-1/+9
2022-04-07Revert "io_uring: Add support for napi_busy_poll"Jens Axboe1-231/+1
2022-04-07io_uring: drop the old style inflight file trackingJens Axboe1-58/+27
2022-04-07io_uring: defer file assignmentJens Axboe2-10/+30
2022-04-07io_uring: propagate issue_flags state down to file assignmentJens Axboe1-35/+47
2022-04-07Merge tag 'hyperv-fixes-signed-20220407' of git://git.kernel.org/pub/scm/linu...Linus Torvalds7-20/+132
2022-04-07Merge tag 'random-5.18-rc2-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-35/+39
2022-04-07Merge tag 'ata-5.18-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/dle...Linus Torvalds6-6/+15
2022-04-07SUNRPC: Fix the svc_deferred_event trace classChuck Lever1-3/+4
2022-04-07mm/rmap: Fix handling of hugetlbfs pages in page_vma_mapped_walkzhenwei pi1-3/+3
2022-04-07mm/mempolicy: Use vma_alloc_folio() in new_page()Matthew Wilcox (Oracle)1-14/+11
2022-04-07mm: Add vma_alloc_folio()Matthew Wilcox (Oracle)2-2/+19
2022-04-07mm/migrate: Use a folio in migrate_misplaced_transhuge_page()Matthew Wilcox (Oracle)1-42/+16
2022-04-07mm/migrate: Use a folio in alloc_migration_target()Matthew Wilcox (Oracle)1-12/+10
2022-04-07mm/huge_memory: Avoid calling pmd_page() on a non-leaf PMDMatthew Wilcox (Oracle)1-6/+5
2022-04-07x86/msi: Fix msi message data shadow structReto Buerki1-8/+11
2022-04-07Merge tag 'reset-fixes-for-v5.18' of git://git.pengutronix.de/pza/linux into ...Arnd Bergmann4-2/+19
2022-04-07arm/arm64: dts: qcom: Fix boolean properties with valuesRob Herring4-10/+10
2022-04-07arm64: dts: imx: Fix imx8*-var-som touchscreen property sizesRob Herring2-8/+8
2022-04-07arm: dts: imx: Fix boolean properties with valuesRob Herring2-18/+18
2022-04-07arm64: dts: tegra: Fix boolean properties with valuesRob Herring8-27/+27
2022-04-07arm: dts: at91: Fix boolean properties with valuesRob Herring2-2/+2
2022-04-07arm: configs: imote2: Drop defconfig as board support dropped.Jonathan Cameron1-365/+0
2022-04-07Merge tag 'memory-controller-drv-fixes-5.18' of git://git.kernel.org/pub/scm/...Arnd Bergmann4-11/+31
2022-04-07Merge tag 'samsung-fixes-5.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Arnd Bergmann100-117/+117
2022-04-07Merge tag 'vexpress-fixes-5.18' of git://git.kernel.org/pub/scm/linux/kernel/...Arnd Bergmann1-14/+14
2022-04-07Merge tag 'scmi-fixes-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Arnd Bergmann3-7/+9
2022-04-07ep93xx: clock: Don't use plain integer as NULL pointerAlexander Sverdlin1-1/+1
2022-04-07ep93xx: clock: Fix UAF in ep93xx_clk_register_gate()Alexander Sverdlin1-1/+3
2022-04-07mmc: renesas_sdhi: don't overwrite TAP settings when HS400 tuning is completeWolfram Sang1-2/+2
2022-04-07s390/kexec: silence -Warray-bounds warningHeiko Carstens1-1/+1
2022-04-07ARM: vexpress/spc: Fix all the kernel-doc build warningsSudeep Holla1-13/+13
2022-04-07ARM: vexpress/spc: Fix kernel-doc build warning for ve_spc_cpu_in_wfiSudeep Holla1-1/+1
2022-04-07x86/extable: Prefer local labels in .set directivesNick Desaulniers1-10/+10
2022-04-07x86,bpf: Avoid IBT objtool warningPeter Zijlstra1-0/+1
2022-04-07ALSA: hda: intel-dsp-config: update AlderLake PCI IDsPierre-Louis Bossart1-2/+16
2022-04-07sound/oss/dmasound: fix build when drivers are mixed =y/=mRandy Dunlap2-29/+1
2022-04-07ALSA: hda/realtek: Add quirk for Clevo PD50PNTTim Crawford1-0/+1
2022-04-07selftests: KVM: Free the GIC FD when cleaning up in arch_timerOliver Upton1-4/+11
2022-04-07selftests: KVM: Don't leak GIC FD across dirty log test iterationsOliver Upton1-3/+31
2022-04-07KVM: Don't create VM debugfs files outside of the VM directoryOliver Upton1-2/+8
2022-04-07KVM: selftests: get-reg-list: Add KVM_REG_ARM_FW_REG(3)Andrew Jones1-4/+10