aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/stackcollapse.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2025-08-07ksmbd: limit repeated connections from clients with the same IPNamjae Jeon2-0/+18
2025-08-07smb: client: only use a single wait_queue to monitor smbdirect connection statusStefan Metzmacher2-11/+9
2025-08-07smb: client: don't call init_waitqueue_head(&info->conn_wait) twice in _smbd_...Stefan Metzmacher1-1/+0
2025-08-07smb: client: improve logging in smbd_conn_upcall()Stefan Metzmacher1-4/+10
2025-08-07smb: client: return an error if rdma_connect does not return within 5 secondsStefan Metzmacher1-2/+4
2025-08-07pptp: fix pptp_xmit() error pathEric Dumazet1-3/+4
2025-08-06drm/amdgpu: add missing vram lost check for LEGACY RESETAlex Deucher1-0/+1
2025-08-06drm/amdgpu/discovery: fix fw based ip discoveryAlex Deucher2-36/+41
2025-08-06drm/amdkfd: Destroy KFD debugfs after destroy KFD wqAmber Lin1-1/+1
2025-08-06amdgpu/amdgpu_discovery: increase timeout limit for IFWI initXaver Hugl1-2/+2
2025-08-06smb: client: make use of smbdirect_socket.{send,recv}_io.mem.{cache,pool}Stefan Metzmacher2-40/+34
2025-08-06smb: smbdirect: add smbdirect_socket.{send,recv}_io.mem.{cache,pool}Stefan Metzmacher1-0/+23
2025-08-06smb: client: make use of struct smbdirect_send_ioStefan Metzmacher2-38/+23
2025-08-06smb: smbdirect: introduce struct smbdirect_send_ioStefan Metzmacher1-0/+24
2025-08-06smb: client: make use of SMBDIRECT_RECV_IO_MAX_SGEStefan Metzmacher2-5/+2
2025-08-06smb: smbdirect: add SMBDIRECT_RECV_IO_MAX_SGEStefan Metzmacher1-0/+7
2025-08-06smb: client: remove unused enum smbd_connection_statusStefan Metzmacher1-10/+0
2025-08-06smb: client: make use of smbdirect_socket.recv_io.reassembly.*Stefan Metzmacher3-61/+46
2025-08-06smb: smbdirect: introduce smbdirect_socket.recv_io.reassembly.*Stefan Metzmacher1-0/+26
2025-08-06smb: client: make use of smb: smbdirect_socket.recv_io.free.{list,lock}Stefan Metzmacher2-15/+13
2025-08-06smb: smbdirect: introduce smbdirect_socket.recv_io.free.{list,lock}Stefan Metzmacher1-0/+9
2025-08-06smb: client: make use of struct smbdirect_recv_ioStefan Metzmacher2-54/+41
2025-08-06smb: smbdirect: introduce struct smbdirect_recv_ioStefan Metzmacher1-0/+15
2025-08-06smb: client: make use of smbdirect_socket->recv_io.expectedStefan Metzmacher2-15/+14
2025-08-06smb: smbdirect: introduce smbdirect_socket.recv_io.expectedStefan Metzmacher1-0/+14
2025-08-06smb: client: remove unused smbd_connection->fragment_reassembly_remainingStefan Metzmacher2-3/+0
2025-08-06smb: client: let recv_done() avoid touching data_transfer after cleanup/moveStefan Metzmacher1-14/+11
2025-08-06smb: client: let recv_done() cleanup before notifying the callers.Stefan Metzmacher1-6/+8
2025-08-06smb: client: make sure we call ib_dma_unmap_single() only if we called ib_dma...Stefan Metzmacher1-2/+9
2025-08-06smb: client: remove separate empty_packet_queueStefan Metzmacher3-65/+7
2025-08-06smb: client: let send_done() cleanup before calling smbd_disconnect_rdma_conn...Stefan Metzmacher1-6/+8
2025-08-06cifs: Fix null-ptr-deref by static initializing global lockYunseong Kim1-4/+2
2025-08-06smb: server: let recv_done() avoid touching data_transfer after cleanup/moveStefan Metzmacher1-5/+7
2025-08-06smb: server: let recv_done() consistently call put_recvmsg/smb_direct_disconn...Stefan Metzmacher1-5/+13
2025-08-06smb: server: make sure we call ib_dma_unmap_single() only if we called ib_dma...Stefan Metzmacher1-2/+9
2025-08-06smb: server: remove separate empty_recvmsg_queueStefan Metzmacher1-52/+8
2025-08-06HID: hid-steam: Use new BTN_GRIP* buttonsVicki Pfau1-19/+16
2025-08-06cifs: Move the SMB1 transport code out of transport.cSteve French4-553/+588
2025-08-06s390/debug: Fix typo in debug_sprintf_format_fn() commentTigran Mkrtchyan1-1/+1
2025-08-06s390/boot: Fix startup debugging logMikhail Zaslonko1-1/+1
2025-08-06btrfs: fix log tree replay failure due to file with 0 links and extentsFilipe Manana1-18/+30
2025-08-06media: venus: Fix OPP table error handlingSasha Levin1-4/+8
2025-08-06net: usbnet: Fix the wrong netif_carrier_on() callAmmar Faizi1-3/+3
2025-08-06MAINTAINERS: hand over Kbuild maintenanceMasahiro Yamada2-8/+11
2025-08-06kheaders: make it possible to override TARMichał Górny2-4/+5
2025-08-06kbuild: userprogs: use correct linker when mixing clang and GNU ldThomas Weißschuh1-1/+1
2025-08-06kconfig: lxdialog: replace strcpy() with strncpy() in inputbox.cSuchit Karunakaran1-2/+4
2025-08-06kconfig: lxdialog: replace strcpy with snprintf in print_autowrapSuchit Karunakaran1-2/+1
2025-08-05net: ti: icssg-prueth: Fix skb handling for XDP_PASSMeghana Malladi1-7/+8
2025-08-05net: Update threaded state in napi config in netif_set_threadedSamiullah Khawaja3-17/+121