aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/export-to-postgresql.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2025-03-25io_uring: move min_events sanitisationPavel Begunkov1-9/+7
2025-03-25io_uring: rename "min" arg in io_iopoll_check()Pavel Begunkov1-4/+4
2025-03-25io_uring: open code __io_post_aux_cqe()Pavel Begunkov1-12/+2
2025-03-25io_uring: defer iowq cqe overflow via task_workPavel Begunkov1-4/+7
2025-03-25io_uring: fix retry handling off iowqPavel Begunkov1-1/+1
2025-03-21io_uring/net: only import send_zc buffer onceCaleb Sander Mateos1-1/+4
2025-03-21io_uring/cmd: introduce io_uring_cmd_import_fixed_vecPavel Begunkov3-0/+38
2025-03-21io_uring/cmd: add iovec cache for commandsPavel Begunkov4-3/+28
2025-03-19io_uring/cmd: don't expose entire cmd async dataPavel Begunkov4-9/+19
2025-03-19io_uring: rename the data cmd cachePavel Begunkov3-5/+5
2025-03-10io_uring: rely on io_prep_reg_vec for iovec placementPavel Begunkov4-11/+7
2025-03-10io_uring: introduce io_prep_reg_iovec()Pavel Begunkov4-40/+32
2025-03-10io_uring: unify STOP_MULTISHOT with IOU_OKPavel Begunkov5-28/+9
2025-03-10io_uring: return -EAGAIN to continue multishotPavel Begunkov5-44/+29
2025-03-07io_uring: cap cached iovec/bvec sizePavel Begunkov3-0/+8
2025-03-07io_uring/net: implement vectored reg bufs for zctxPavel Begunkov1-4/+55
2025-03-07io_uring/net: convert to struct iou_vecPavel Begunkov3-41/+25
2025-03-07io_uring/net: pull vec alloc out of msghdr importPavel Begunkov1-8/+15
2025-03-07io_uring/net: combine msghdr copyPavel Begunkov1-27/+19
2025-03-07io_uring/rw: defer reg buf vec importPavel Begunkov2-8/+37
2025-03-07io_uring/rw: implement vectored registered rwPavel Begunkov4-0/+94
2025-03-07io_uring: add infra for importing vectored reg buffersPavel Begunkov3-2/+138
2025-03-07io_uring: introduce struct iou_vecPavel Begunkov5-12/+39
2025-03-05io_uring: introduce io_cache_free() helperCaleb Sander Mateos4-15/+13
2025-03-04io_uring/rsrc: skip NULL file/buffer checks in io_free_rsrc_node()Caleb Sander Mateos1-4/+2
2025-03-04io_uring/rsrc: avoid NULL node check on io_sqe_buffer_register() failureCaleb Sander Mateos1-2/+1
2025-03-04io_uring/rsrc: call io_free_node() on io_sqe_buffer_register() failureCaleb Sander Mateos1-2/+1
2025-03-04io_uring/rsrc: free io_rsrc_node using kfree()Caleb Sander Mateos1-1/+1
2025-03-04io_uring/rsrc: split out io_free_node() helperCaleb Sander Mateos1-2/+7
2025-03-04io_uring/rsrc: include io_uring_types.h in rsrc.hCaleb Sander Mateos1-0/+1
2025-03-04ublk: don't cast registered buffer index to intCaleb Sander Mateos1-8/+6
2025-03-02Linux 6.14-rc5Linus Torvalds1-1/+1
2025-03-01Revert "ata: libata-core: Add ATA_QUIRK_NOLPM for Samsung SSD 870 QVO drives"Niklas Cassel1-4/+0
2025-03-01kvm: retry nx_huge_page_recovery_thread creationKeith Busch2-19/+38
2025-03-01vhost: return task creation error instead of NULLKeith Busch3-4/+4
2025-02-28io_uring/nop: use io_find_buf_node()Caleb Sander Mateos1-11/+2
2025-02-28io_uring/rsrc: declare io_find_buf_node() in header fileCaleb Sander Mateos2-2/+4
2025-02-28io_uring/ublk: report error when unregister operation failsCaleb Sander Mateos3-8/+17
2025-02-28io_uring: convert cmd_to_io_kiocb() macro to functionCaleb Sander Mateos1-1/+5
2025-02-28io_uring/uring_cmd: specify io_uring_cmd_import_fixed() pointer typeCaleb Sander Mateos2-5/+8
2025-02-28io_uring/rsrc: use rq_data_dir() to compute bvec dirCaleb Sander Mateos1-5/+1
2025-02-28intel_idle: Handle older CPUs, which stop the TSC in deeper C states, correctlyThomas Gleixner1-0/+4
2025-02-28selftests: ublk: add ublk zero copy testMing Lei7-23/+241
2025-02-28selftests: ublk: add file backed ublkMing Lei7-5/+277
2025-02-28selftests: ublk: add kernel selftests for ublkMing Lei10-0/+1466
2025-02-28gpiolib: Fix Oops in gpiod_direction_input_nonotify()Dan Carpenter1-10/+10
2025-02-28block: fix 'kmem_cache of name 'bio-108' already exists'Ming Lei1-1/+1
2025-02-28io_uring: cache nodes and mapped buffersKeith Busch5-16/+65
2025-02-28ublk: zc register/unregister bvecKeith Busch2-7/+56
2025-02-28io_uring: add support for kernel registered bvecsKeith Busch5-7/+138