aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/export-to-postgresql.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-31selftests: ublk: kublk: lift queue initialization out of threadUday Shankar1-21/+47
2025-05-31selftests: ublk: kublk: tie sqe allocation to io instead of queueUday Shankar6-13/+21
2025-05-31selftests: ublk: kublk: plumb q_id in io_uring user_dataUday Shankar6-28/+39
2025-05-31ublk: have a per-io daemon instead of a per-queue daemonUday Shankar2-55/+65
2025-05-30md/md-bitmap: remove parameter slot from bitmap_create()Yu Kuai3-7/+7
2025-05-30md/md-bitmap: cleanup bitmap_ops->startwrite()Yu Kuai3-16/+15
2025-05-30md/dm-raid: remove max_write_behind setting limitYu Kuai3-14/+11
2025-05-30md/md-bitmap: fix dm-raid max_write_behind settingYu Kuai1-1/+1
2025-05-30md/raid1,raid10: don't handle IO error for REQ_RAHEAD and REQ_NOWAITYu Kuai3-14/+26
2025-05-27loop: add file_start_write() and file_end_write()Ming Lei1-2/+6
2025-05-27bcache: reserve more RESERVE_BTREE buckets to prevent allocator hangMingzhe Zou1-8/+40
2025-05-27bcache: remove unused constantsRobert Pang1-2/+0
2025-05-27bcache: fix NULL pointer in cache_set_flush()Linggang Zeng1-1/+6
2025-05-26x86/fpu: Fix irq_fpu_usable() to return false during CPU onliningEric Biggers4-13/+31
2025-05-25Linux 6.15Linus Torvalds1-1/+1
2025-05-25Disable FOP_DONTCACHE for now due to bugsLinus Torvalds1-1/+1
2025-05-25mailmap: add Jarkko's employer email addressJarkko Sakkinen1-0/+1
2025-05-25mm: fix copy_vma() error handling for hugetlb mappingsRicardo CaƱuelo Navarro4-3/+22
2025-05-25memcg: always call cond_resched() after fn()Breno Leitao1-4/+2
2025-05-25mm/hugetlb: fix kernel NULL pointer dereference when replacing free hugetlb foliosGe Yang1-0/+8
2025-05-25mm: vmalloc: only zero-init on vrealloc shrinkKees Cook1-5/+7
2025-05-25mm: vmalloc: actually use the in-place vrealloc regionKees Cook1-0/+1
2025-05-25alloc_tag: allocate percpu counters for module tags dynamicallySuren Baghdasaryan5-28/+88
2025-05-25module: release codetag section when module load failsDavid Wang1-0/+1
2025-05-25mm/cma: make detection of highmem_start more robustMike Rapoport (Microsoft)1-1/+4
2025-05-25perf/headers: Clean up <linux/perf_event.h> a bitIngo Molnar1-127/+155
2025-05-25erofs: support DEFLATE decompression by using Intel QATBo Liu8-5/+265
2025-05-23bcachefs: Don't mount bs > ps without TRANSPARENT_HUGEPAGEKent Overstreet1-0/+7
2025-05-23bcachefs: Fix btree_iter_next_node() for new locking assertsKent Overstreet1-2/+2
2025-05-23bcachefs: Ensure we don't use a blacklisted journal seqKent Overstreet3-1/+27
2025-05-23bcachefs: Small check_fix_ptr fixesKent Overstreet1-8/+9
2025-05-23bcachefs: Fix opts.recovery_pass_lastKent Overstreet1-0/+3
2025-05-23bcachefs: Fix allocate -> self healing pathKent Overstreet1-0/+2
2025-05-23bcachefs: Fix endianness in casefold check/repairKent Overstreet2-4/+4
2025-05-23tpm_crb: ffa_tpm: fix/update comments describing the CRB over FFA ABIStuart Yoder1-4/+7
2025-05-23tpm_crb_ffa: use dev_xx() macro to print logYeoreum Yun1-4/+4
2025-05-23tpm_ffa_crb: access tpm service over FF-A direct message request v2Yeoreum Yun1-15/+40
2025-05-23tpm: remove kmalloc failure error messageColin Ian King1-5/+2
2025-05-23selftests: ublk: add test for UBLK_F_QUIESCEMing Lei6-5/+115
2025-05-23ublk: add feature UBLK_F_QUIESCEMing Lei2-1/+142
2025-05-23selftests: ublk: add test case for UBLK_U_CMD_UPDATE_SIZEMing Lei5-1/+93
2025-05-23traceevent/block: Add REQ_ATOMIC flag to block trace eventsRitesh Harjani (IBM)2-1/+3
2025-05-23io_uring/cmd: warn on reg buf imports by ineligible cmdsPavel Begunkov1-0/+6
2025-05-23statmount: update STATMOUNT_SUPPORTED macroDmitry V. Levin1-1/+3
2025-05-23fs: convert mount flags to enumStephen Brennan1-42/+45
2025-05-23->mnt_devname is never NULLAl Viro2-14/+11
2025-05-23mount: add a comment about concurrent changes with statmount()/listmount()Christian Brauner1-3/+23
2025-05-23io_uring/io-wq: only create a new worker if it can make progressJens Axboe1-0/+28
2025-05-23io_uring/io-wq: ignore non-busy worker going to sleepJens Axboe1-0/+2
2025-05-23io_uring/io-wq: move hash helpers to the topJens Axboe1-10/+10