summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2026-04-16Merge branch 'for-7.1/sony' into for-linusJiri Kosina-80/+349
2026-04-16Merge branch 'for-7.1/winwing' into for-linusJiri Kosina-5661/+14796
2026-04-16Merge branch 'for-7.1/core-v2' into for-linusJiri Kosina-65416/+138389
2026-04-16Merge tag 'v7.1-rc-part1-smbdirect-fixes' of git://git.samba.org/ksmbdLinus Torvalds-5829/+7125
2026-04-16Merge tag 'livepatching-for-7.1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-0/+230
2026-04-16Merge tag 'm68k-for-v7.1-tag1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-64/+178
2026-04-16Merge tag 'efi-next-for-v7.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-58/+68
2026-04-16Merge tag 'vfio-v7.1-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds-165/+738
2026-04-16tracing/osnoise: Add option to align tlat threadsTomas Glozar-1/+53
2026-04-16bpf: Fix precedence bug in convert_bpf_ld_abs alignment checkDaniel Borkmann-1/+1
2026-04-16Merge branch 'emit-endbr-bti-instructions-for-indirect'Alexei Starovoitov-555/+529
2026-04-16bpf, arm64: Emit BTI for indirect jump targetXu Kuohai-7/+10
2026-04-16bpf, x86: Emit ENDBR for indirect jump targetsXu Kuohai-13/+15
2026-04-16bpf: Add helper to detect indirect jump targetsXu Kuohai-4/+35
2026-04-16bpf: Pass bpf_verifier_env to JITXu Kuohai-71/+84
2026-04-16bpf: Move constants blinding out of arch-specific JITsXu Kuohai-478/+403
2026-04-16dt-bindings: display: panel: panel-simple: Add lg,sw49410 compatiblePaul Sajna-0/+2
2026-04-16dt-bindings: display: ti, am65x-dss: Fix AM62L DSS reg and clock constraintsSwamil Jain-18/+52
2026-04-16dt-bindings: display: simple: Move Innolux G156HCE-L01 panel to dual-linkMarek Vasut-2/+2
2026-04-16dt-bindings: display: simple: Move AUO 21.5" FHD to dual-linkMarek Vasut-2/+2
2026-04-16dt-bindings: thermal: Fix false warning with 'phandle' in trips nodesRob Herring (Arm)-57/+54
2026-04-16of: unittest: fix use-after-free in testdrv_probe()Wentao Liang-1/+0
2026-04-16of: unittest: fix use-after-free in of_unittest_changeset()Wentao Liang-2/+1
2026-04-16Merge branch 'for-7.1/module-function-test' into for-linusPetr Mladek-0/+194
2026-04-15Merge tag 'v7.0-rc6' into perf-toolsNamhyung Kim-3426/+8555
2026-04-15smb: smbdirect: let smbdirect_connection_deregister_mr_io unlock while waitingStefan Metzmacher-0/+8
2026-04-15smb: smbdirect: fix the logic in smbdirect_socket_destroy_sync() without an e...Stefan Metzmacher-7/+21
2026-04-15smb: smbdirect: fix copyright header of smbdirect.hStefan Metzmacher-2/+1
2026-04-15smb: smbdirect: change smbdirect_socket_parameters.{initiator_depth,responder...Stefan Metzmacher-2/+7
2026-04-15smb: smbdirect: remove unused SMBDIRECT_USE_INLINE_C_FILES logicStefan Metzmacher-233/+3
2026-04-15smb: server: no longer use smbdirect_socket_set_custom_workqueue()Stefan Metzmacher-33/+0
2026-04-15smb: client: no longer use smbdirect_socket_set_custom_workqueue()Stefan Metzmacher-13/+0
2026-04-15smb: smbdirect: introduce global workqueuesStefan Metzmacher-3/+88
2026-04-15smb: smbdirect: prepare use of dedicated workqueues for different stepsStefan Metzmacher-21/+33
2026-04-15smb: smbdirect: remove unused smbdirect_connection_mr_io_recovery_work()Stefan Metzmacher-85/+10
2026-04-15smb: smbdirect: wrap rdma_disconnect() in rdma_[un]lock_handler()Stefan Metzmacher-0/+13
2026-04-15smb: server: make use of smbdirect_netdev_rdma_capable_mode_type()Stefan Metzmacher-120/+2
2026-04-15smb: smbdirect: introduce smbdirect_netdev_rdma_capable_mode_type()Stefan Metzmacher-2/+311
2026-04-15smb: server: make use of smbdirect.koStefan Metzmacher-12/+3
2026-04-15smb: server: remove unused ksmbd_transport_ops.prepare()Stefan Metzmacher-5/+0
2026-04-15smb: server: make use of smbdirect_socket_{listen,accept}()Stefan Metzmacher-132/+128
2026-04-15smb: server: only use public smbdirect functionsStefan Metzmacher-17/+11
2026-04-15smb: server: make use of smbdirect_socket_create_accepting()/smbdirect_socket...Stefan Metzmacher-30/+23
2026-04-15smb: server: make use of smbdirect_{socket_init_accepting,connection_wait_for...Stefan Metzmacher-713/+29
2026-04-15smb: server: make use of smbdirect_connection_send_iter() and related functionsStefan Metzmacher-427/+4
2026-04-15smb: server: let smb_direct_post_send_data() return data_lengthStefan Metzmacher-2/+2
2026-04-15smb: server: split out smb_direct_send_iter() out of smb_direct_writev()Stefan Metzmacher-15/+32
2026-04-15smb: server: let smbdirect_map_sges_from_iter() truncate the message boundaryStefan Metzmacher-120/+31
2026-04-15smb: server: inline smb_direct_create_header() into smb_direct_post_send_data()Stefan Metzmacher-70/+56
2026-04-15smb: server: move iov_iter_kvec() out of smb_direct_post_send_data()Stefan Metzmacher-18/+20