aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-12-10remoteproc/mediatek: read IPI buffer offset from FWTzung-Bi Shih2-22/+69
2020-12-10remoteproc/mediatek: unprepare clk if scp_before_load failsTzung-Bi Shih1-1/+2
2020-12-10remoteproc: qcom: Fix potential NULL dereference in adsp_init_mmio()Zhang Changzhong1-6/+3
2020-12-10remoteproc/mediatek: Fix kernel test robot warningSouptick Joarder1-3/+1
2020-12-10remoteproc: k3-dsp: Fix return value check in k3_dsp_rproc_of_get_memories()YueHaibing1-2/+2
2020-12-10remoteproc: qcom: pas: fix error handling in adsp_pds_enableZhang Qilong1-1/+4
2020-12-10remoteproc: qcom: fix reference leak in adsp_startZhang Qilong1-1/+3
2020-12-10remoteproc: q6v5-mss: fix error handling in q6v5_pds_enableZhang Qilong1-1/+4
2020-12-10remoteproc/mtk_scp: surround DT device IDs with CONFIG_OFAlexandre Courbot1-0/+2
2020-12-10remoteproc: qcom: Add minidump id for sm8150 modemSiddharth Gupta1-0/+1
2020-12-10remoteproc: qcom: Add capability to collect minidumpsSiddharth Gupta3-2/+173
2020-12-10remoteproc: coredump: Add minidump functionalitySiddharth Gupta3-0/+167
2020-12-10remoteproc: core: Add ops to enable custom coredump functionalitySiddharth Gupta2-1/+7
2020-12-10exec: Transform exec_update_mutex into a rw_semaphoreEric W. Biederman8-43/+44
2020-12-10remoteproc/mediatek: change MT8192 CFG register baseTzung-Bi Shih1-12/+12
2020-12-10RDMA/uverbs: Fix incorrect variable typeAvihai Horon2-9/+15
2020-12-10RDMA/core: Do not indicate device ready when device enablement failsJack Morgenstein1-3/+4
2020-12-10RDMA/core: Clean up cq pool mechanismJack Morgenstein3-15/+9
2020-12-10Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds4-5/+13
2020-12-10ALSA: hda/hdmi: fix silent stream for first playback to DPKai Vehmanen1-12/+86
2020-12-10exec: Move io_uring_task_cancel after the point of no returnEric W. Biederman1-5/+5
2020-12-10coredump: Document coredump code exclusively used by cell spufsEric W. Biederman2-0/+3
2020-12-10ALSA: hda/ca0132 - Change Input Source enum strings.Connor McAdams1-1/+1
2020-12-10ALSA: hda/ca0132 - Fix AE-5 rear headphone pincfg.Connor McAdams1-1/+1
2020-12-10ALSA: usb-audio: Add implicit fb support for Steinberg UR22Takashi Iwai1-0/+1
2020-12-10ALSA: hda: Fix regressions on clear and reconfig sysfsTakashi Iwai2-2/+2
2020-12-10exec: Move unshare_files and guarantee files_struct.count is correctEric W. Biederman18-247/+153
2020-12-10cw1200: txrx: convert comma to semicolonZheng Yongjun1-1/+1
2020-12-10Merge tag 'media/v5.10-4' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-mediaLinus Torvalds7-32/+58
2020-12-10wilc1000: changes for SPI communication stall issue found with IperfAjay Singh1-2/+21
2020-12-10Merge tag 'iwlwifi-next-for-kalle-2020-12-09' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-nextKalle Valo129-8365/+1990
2020-12-10file: Remove get_files_structEric W. Biederman2-14/+0
2020-12-10file: Rename __close_fd_get_file close_fd_get_fileEric W. Biederman4-5/+5
2020-12-10file: Replace ksys_close with close_fdEric W. Biederman2-14/+3
2020-12-10file: Rename __close_fd to close_fd and remove the files parameterEric W. Biederman4-12/+9
2020-12-10file: Merge __alloc_fd into alloc_fdEric W. Biederman2-10/+3
2020-12-10file: In f_dupfd read RLIMIT_NOFILE once.Eric W. Biederman1-4/+5
2020-12-10file: Merge __fd_install into fd_installEric W. Biederman2-21/+6
2020-12-10proc/fd: In fdinfo seq_show don't use get_files_structEric W. Biederman1-4/+5
2020-12-10bpf/task_iter: In task_file_seq_get_next use task_lookup_next_fd_rcuEric W. Biederman1-34/+10
2020-12-10proc/fd: In proc_readfd_common use task_lookup_next_fd_rcuEric W. Biederman1-12/+5
2020-12-10file: Implement task_lookup_next_fd_rcuEric W. Biederman2-0/+22
2020-12-10kcmp: In get_file_raw_ptr use task_lookup_fd_rcuEric W. Biederman1-7/+2
2020-12-10proc/fd: In tid_fd_mode use task_lookup_fd_rcuEric W. Biederman1-6/+1
2020-12-10file: Implement task_lookup_fd_rcuEric W. Biederman2-0/+17
2020-12-10file: Rename fcheck lookup_fd_rcuEric W. Biederman4-9/+9
2020-12-10file: Replace fcheck_files with files_lookup_fd_rcuEric W. Biederman6-13/+12
2020-12-10file: Factor files_lookup_fd_locked out of fcheck_filesEric W. Biederman4-8/+17
2020-12-10file: Rename __fcheck_files to files_lookup_fd_rawEric W. Biederman2-3/+3
2020-12-10proc/fd: In proc_fd_link use fget_taskEric W. Biederman1-10/+3