aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2025-09-20remoteproc: qcom: pas: Add Milos remoteproc supportLuca Weiss1-0/+24
2025-09-20dt-bindings: remoteproc: qcom,milos-pas: Document remoteprocsLuca Weiss1-0/+198
2025-09-20Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds1-2/+2
2025-09-20Merge tag 'firewire-fixes-6.17-rc7' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2025-09-20remoteproc: qcom_q6v5_mss: support loading MBN file on msm8974Dmitry Baryshkov1-1/+10
2025-09-20rpmsg: qcom_smd: Fix fallback to qcom,ipc parseBarnabás Czémán1-1/+1
2025-09-20rpmsg: Use strscpy() instead of strscpy_pad()Thorsten Blum2-2/+2
2025-09-20selftests/bpf: Fix selftest verifier_arena_large failureYonghong Song1-0/+1
2025-09-20kdb: remove redundant check for scancode 0xe0Colin Ian King1-3/+0
2025-09-20kdb: Replace deprecated strcpy() with helper function in kdb_defcmd()Thorsten Blum3-10/+32
2025-09-20kdb: Replace deprecated strcpy() with memcpy() in parse_grep()Thorsten Blum1-1/+1
2025-09-20kdb: Replace deprecated strcpy() with memmove() in vkdb_printf()Thorsten Blum1-6/+8
2025-09-20kdb: Replace deprecated strcpy() with memcpy() in kdb_strdup()Thorsten Blum1-2/+4
2025-09-20kernel: debug: gdbstub: Replace deprecated strcpy() with strscpy()Thorsten Blum1-14/+15
2025-09-20Merge tag 'x86-urgent-2025-09-20' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-19/+19
2025-09-20selftest/futex: Fix spelling mistake "boundarie" -> "boundary"Colin Ian King1-1/+1
2025-09-20selftests/futex: Remove logging.h fileAndré Almeida2-150/+1
2025-09-20selftests/futex: Drop logging.h include from futex_numaAndré Almeida1-1/+2
2025-09-20selftests/futex: Refactor futex_numa_mpol with kselftest_harness.hAndré Almeida2-47/+9
2025-09-20selftests/futex: Refactor futex_priv_hash with kselftest_harness.hAndré Almeida2-42/+8
2025-09-20selftests/futex: Refactor futex_waitv with kselftest_harness.hAndré Almeida2-56/+45
2025-09-20selftests/futex: Refactor futex_requeue with kselftest_harness.hAndré Almeida2-54/+24
2025-09-20selftests/futex: Refactor futex_wait with kselftest_harness.hAndré Almeida2-66/+39
2025-09-20selftests/futex: Refactor futex_wait_private_mapped_file with kselftest_harne...André Almeida2-64/+21
2025-09-20selftests/futex: Refactor futex_wait_unitialized_heap with kselftest_harness.hAndré Almeida2-59/+19
2025-09-20selftests/futex: Refactor futex_wait_wouldblock with kselftest_harness.hAndré Almeida2-54/+24
2025-09-20selftests/futex: Refactor futex_wait_timeout with kselftest_harness.hAndré Almeida2-80/+61
2025-09-20selftests/futex: Refactor futex_requeue_pi_signal_restart with kselftest_harn...André Almeida2-93/+38
2025-09-20selftests/futex: Refactor futex_requeue_pi_mismatched_ops with kselftest_harn...André Almeida2-65/+23
2025-09-20selftests/futex: Refactor futex_requeue_pi with kselftest_harness.hAndré Almeida2-168/+124
2025-09-20selftests: kselftest: Create ksft_print_dbg_msg()André Almeida2-4/+23
2025-09-20futex: Don't leak robust_list pointer on exec racePranav Tyagi1-50/+56
2025-09-20futex: Prevent use-after-free during requeue-PISebastian Andrzej Siewior1-2/+4
2025-09-20Bluetooth: hci_event: Fix UAF in hci_acl_create_conn_syncLuiz Augusto von Dentz2-3/+44
2025-09-20Bluetooth: hci_event: Fix UAF in hci_conn_tx_dequeueLuiz Augusto von Dentz1-0/+4
2025-09-20Bluetooth: hci_sync: Fix hci_resume_advertising_syncLuiz Augusto von Dentz1-0/+7
2025-09-20Bluetooth: Fix build after header cleanupCalvin Owens2-4/+10
2025-09-20wifi: ath12k: Fix peer lookup in ath12k_dp_mon_rx_deliver_msdu()Hari Chandrakanthan1-4/+3
2025-09-20ublk: don't access ublk_queue in ublk_unmap_io()Caleb Sander Mateos1-10/+14
2025-09-20ublk: pass ublk_io to __ublk_complete_rq()Caleb Sander Mateos1-6/+5
2025-09-20ublk: don't access ublk_queue in ublk_need_complete_req()Caleb Sander Mateos1-3/+3
2025-09-20ublk: don't access ublk_queue in ublk_check_commit_and_fetch()Caleb Sander Mateos1-4/+4
2025-09-20ublk: don't pass ublk_queue to ublk_fetch()Caleb Sander Mateos1-3/+2
2025-09-20ublk: don't access ublk_queue in ublk_config_io_buf()Caleb Sander Mateos1-5/+5
2025-09-20ublk: don't access ublk_queue in ublk_check_fetch_buf()Caleb Sander Mateos1-4/+4
2025-09-20ublk: pass q_id and tag to __ublk_check_and_get_req()Caleb Sander Mateos1-13/+11
2025-09-20ublk: don't access ublk_queue in ublk_daemon_register_io_buf()Caleb Sander Mateos1-1/+1
2025-09-20ublk: don't access ublk_queue in ublk_register_io_buf()Caleb Sander Mateos1-1/+1
2025-09-20ublk: pass ublk_device to ublk_register_io_buf()Caleb Sander Mateos1-4/+6
2025-09-20ublk: don't dereference ublk_queue in ublk_check_and_get_req()Caleb Sander Mateos1-2/+2