aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/export-to-sqlite.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2025-03-31io_uring/net: avoid import_ubuf for regvec sendPavel Begunkov1-0/+2
2025-03-31io_uring/rsrc: check size when importing reg bufferPavel Begunkov1-0/+2
2025-03-31io_uring: cleanup {g,s]etsockopt sqe readingPavel Begunkov1-8/+10
2025-03-31io_uring: hide caches sqes from driversPavel Begunkov3-3/+3
2025-03-31io_uring: make zcrx depend on CONFIG_IO_URINGPavel Begunkov1-0/+1
2025-03-31io_uring: add req flag invariant build assertionPavel Begunkov1-0/+2
2025-03-31Documentation: ublk: remove dead footnoteJens Axboe1-2/+0
2025-03-29selftests: ublk: specify io_cmd_buf pointer typeCaleb Sander Mateos2-3/+3
2025-03-29ublk: specify io_cmd_buf pointer typeCaleb Sander Mateos1-4/+4
2025-03-28io_uring: don't pass ctx to tw add remote helperPavel Begunkov3-11/+8
2025-03-28io_uring/msg: initialise msg request opcodePavel Begunkov1-0/+1
2025-03-28io_uring/msg: rename io_double_lock_ctx()Pavel Begunkov1-4/+4
2025-03-28io_uring/net: import zc ubuf earlierPavel Begunkov1-28/+16
2025-03-28io_uring/net: set sg_from_iter in advancePavel Begunkov1-10/+15
2025-03-28io_uring/net: clusterise send vs msghdr branchesPavel Begunkov1-11/+4
2025-03-28io_uring/net: unify sendmsg setup with zcPavel Begunkov1-22/+6
2025-03-28io_uring/net: combine sendzc flags writesPavel Begunkov1-2/+1
2025-03-28io_uring/net: open code io_net_vec_assign()Pavel Begunkov1-11/+5
2025-03-28io_uring/net: open code io_sendmsg_copy_hdr()Pavel Begunkov1-20/+10
2025-03-28ublk: store req in ublk_uring_cmd_pdu for ublk_cmd_tw_cb()Caleb Sander Mateos1-7/+9
2025-03-28ublk: avoid redundant io->cmd in ublk_queue_cmd_list()Caleb Sander Mateos1-3/+3
2025-03-28ublk: get ubq from pdu in ublk_cmd_list_tw_cb()Caleb Sander Mateos1-1/+1
2025-03-28ublk: skip 1 NULL check in ublk_cmd_list_tw_cb() loopCaleb Sander Mateos1-2/+2
2025-03-28ublk: remove unused cmd argument to ublk_dispatch_req()Caleb Sander Mateos1-5/+2
2025-03-28selftests: ublk: add test for checking zero copy related parameterMing Lei3-1/+39
2025-03-28selftests: ublk: add more tests for covering MQMing Lei10-33/+132
2025-03-28ublk: rename ublk_rq_task_work_cb as ublk_cmd_tw_cbMing Lei1-3/+3
2025-03-28ublk: implement ->queue_rqs()Ming Lei1-20/+111
2025-03-28ublk: document zero copy featureMing Lei1-9/+26
2025-03-28ublk: add segment parameterMing Lei2-1/+44
2025-03-28ublk: call io_uring_cmd_to_pdu to get uring_cmd pduMing Lei1-1/+1
2025-03-28ublk: add helper of ublk_need_map_io()Ming Lei1-4/+9
2025-03-28ublk: remove two unused fields from 'struct ublk_queue'Ming Lei1-2/+0
2025-03-28ublk: comment on ubq->canceling handling in ublk_queue_rq()Ming Lei1-0/+5
2025-03-28ublk: make sure ubq->canceling is set when queue is frozenMing Lei1-10/+29
2025-03-28io_uring/net: account memory for zc sendmsgPavel Begunkov1-1/+11
2025-03-28Revert "Merge tag 'irq-msi-2025-03-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip"Linus Torvalds12-252/+287
2025-03-27ima: limit the number of ToMToU integrity violationsMimi Zohar2-4/+5
2025-03-27ima: limit the number of open-writers integrity violationsMimi Zohar2-2/+10
2025-03-27tpm: Make chip->{status,cancel,req_canceled} optJarkko Sakkinen2-23/+27
2025-03-27MAINTAINERS: TPM DEVICE DRIVER: add missing includesWangYuli1-0/+2
2025-03-27tpm: End any active auth session before shutdownJonathan McDowell1-0/+1
2025-03-27Documentation: tpm: Add documentation for the CRB FF-A interfaceStuart Yoder2-0/+66
2025-03-27tpm_crb: Add support for the ARM FF-A start methodStuart Yoder1-5/+66
2025-03-27ACPICA: Add start method for ARM FF-AStuart Yoder1-0/+1
2025-03-27tpm_crb: Clean-up and refactor check for idle supportStuart Yoder1-15/+21
2025-03-27tpm_crb: ffa_tpm: Implement driver compliant to CRB over FF-AStuart Yoder4-0/+383
2025-03-27tpm/tpm_ftpm_tee: fix struct ftpm_tee_private documentationStefano Garzarella1-1/+0
2025-03-27tpm, tpm_tis: Workaround failed command reception on Infineon devicesJonathan McDowell3-3/+16
2025-03-27tpm, tpm_tis: Fix timeout handling when waiting for TPM statusJonathan McDowell1-2/+1