index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-20
remoteproc: qcom: pas: Add Milos remoteproc support
Luca Weiss
1
-0
/
+24
2025-09-20
dt-bindings: remoteproc: qcom,milos-pas: Document remoteprocs
Luca Weiss
1
-0
/
+198
2025-09-20
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...
Linus Torvalds
1
-2
/
+2
2025-09-20
Merge tag 'firewire-fixes-6.17-rc7' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+1
2025-09-20
remoteproc: qcom_q6v5_mss: support loading MBN file on msm8974
Dmitry Baryshkov
1
-1
/
+10
2025-09-20
rpmsg: qcom_smd: Fix fallback to qcom,ipc parse
Barnabás Czémán
1
-1
/
+1
2025-09-20
rpmsg: Use strscpy() instead of strscpy_pad()
Thorsten Blum
2
-2
/
+2
2025-09-20
selftests/bpf: Fix selftest verifier_arena_large failure
Yonghong Song
1
-0
/
+1
2025-09-20
kdb: remove redundant check for scancode 0xe0
Colin Ian King
1
-3
/
+0
2025-09-20
kdb: Replace deprecated strcpy() with helper function in kdb_defcmd()
Thorsten Blum
3
-10
/
+32
2025-09-20
kdb: Replace deprecated strcpy() with memcpy() in parse_grep()
Thorsten Blum
1
-1
/
+1
2025-09-20
kdb: Replace deprecated strcpy() with memmove() in vkdb_printf()
Thorsten Blum
1
-6
/
+8
2025-09-20
kdb: Replace deprecated strcpy() with memcpy() in kdb_strdup()
Thorsten Blum
1
-2
/
+4
2025-09-20
kernel: debug: gdbstub: Replace deprecated strcpy() with strscpy()
Thorsten Blum
1
-14
/
+15
2025-09-20
Merge tag 'x86-urgent-2025-09-20' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-19
/
+19
2025-09-20
selftest/futex: Fix spelling mistake "boundarie" -> "boundary"
Colin Ian King
1
-1
/
+1
2025-09-20
selftests/futex: Remove logging.h file
André Almeida
2
-150
/
+1
2025-09-20
selftests/futex: Drop logging.h include from futex_numa
André Almeida
1
-1
/
+2
2025-09-20
selftests/futex: Refactor futex_numa_mpol with kselftest_harness.h
André Almeida
2
-47
/
+9
2025-09-20
selftests/futex: Refactor futex_priv_hash with kselftest_harness.h
André Almeida
2
-42
/
+8
2025-09-20
selftests/futex: Refactor futex_waitv with kselftest_harness.h
André Almeida
2
-56
/
+45
2025-09-20
selftests/futex: Refactor futex_requeue with kselftest_harness.h
André Almeida
2
-54
/
+24
2025-09-20
selftests/futex: Refactor futex_wait with kselftest_harness.h
André Almeida
2
-66
/
+39
2025-09-20
selftests/futex: Refactor futex_wait_private_mapped_file with kselftest_harne...
André Almeida
2
-64
/
+21
2025-09-20
selftests/futex: Refactor futex_wait_unitialized_heap with kselftest_harness.h
André Almeida
2
-59
/
+19
2025-09-20
selftests/futex: Refactor futex_wait_wouldblock with kselftest_harness.h
André Almeida
2
-54
/
+24
2025-09-20
selftests/futex: Refactor futex_wait_timeout with kselftest_harness.h
André Almeida
2
-80
/
+61
2025-09-20
selftests/futex: Refactor futex_requeue_pi_signal_restart with kselftest_harn...
André Almeida
2
-93
/
+38
2025-09-20
selftests/futex: Refactor futex_requeue_pi_mismatched_ops with kselftest_harn...
André Almeida
2
-65
/
+23
2025-09-20
selftests/futex: Refactor futex_requeue_pi with kselftest_harness.h
André Almeida
2
-168
/
+124
2025-09-20
selftests: kselftest: Create ksft_print_dbg_msg()
André Almeida
2
-4
/
+23
2025-09-20
futex: Don't leak robust_list pointer on exec race
Pranav Tyagi
1
-50
/
+56
2025-09-20
futex: Prevent use-after-free during requeue-PI
Sebastian Andrzej Siewior
1
-2
/
+4
2025-09-20
Bluetooth: hci_event: Fix UAF in hci_acl_create_conn_sync
Luiz Augusto von Dentz
2
-3
/
+44
2025-09-20
Bluetooth: hci_event: Fix UAF in hci_conn_tx_dequeue
Luiz Augusto von Dentz
1
-0
/
+4
2025-09-20
Bluetooth: hci_sync: Fix hci_resume_advertising_sync
Luiz Augusto von Dentz
1
-0
/
+7
2025-09-20
Bluetooth: Fix build after header cleanup
Calvin Owens
2
-4
/
+10
2025-09-20
wifi: ath12k: Fix peer lookup in ath12k_dp_mon_rx_deliver_msdu()
Hari Chandrakanthan
1
-4
/
+3
2025-09-20
ublk: don't access ublk_queue in ublk_unmap_io()
Caleb Sander Mateos
1
-10
/
+14
2025-09-20
ublk: pass ublk_io to __ublk_complete_rq()
Caleb Sander Mateos
1
-6
/
+5
2025-09-20
ublk: don't access ublk_queue in ublk_need_complete_req()
Caleb Sander Mateos
1
-3
/
+3
2025-09-20
ublk: don't access ublk_queue in ublk_check_commit_and_fetch()
Caleb Sander Mateos
1
-4
/
+4
2025-09-20
ublk: don't pass ublk_queue to ublk_fetch()
Caleb Sander Mateos
1
-3
/
+2
2025-09-20
ublk: don't access ublk_queue in ublk_config_io_buf()
Caleb Sander Mateos
1
-5
/
+5
2025-09-20
ublk: don't access ublk_queue in ublk_check_fetch_buf()
Caleb Sander Mateos
1
-4
/
+4
2025-09-20
ublk: pass q_id and tag to __ublk_check_and_get_req()
Caleb Sander Mateos
1
-13
/
+11
2025-09-20
ublk: don't access ublk_queue in ublk_daemon_register_io_buf()
Caleb Sander Mateos
1
-1
/
+1
2025-09-20
ublk: don't access ublk_queue in ublk_register_io_buf()
Caleb Sander Mateos
1
-1
/
+1
2025-09-20
ublk: pass ublk_device to ublk_register_io_buf()
Caleb Sander Mateos
1
-4
/
+6
2025-09-20
ublk: don't dereference ublk_queue in ublk_check_and_get_req()
Caleb Sander Mateos
1
-2
/
+2
[prev]
[next]