aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/export-to-sqlite.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2025-07-29block: Improve read ahead size for rotational devicesDamien Le Moal1-2/+10
2025-07-28block: change blk_get_meta_cap() stub return -ENOIOCTLCMDKlara Modin1-1/+1
2025-07-28fuse: remove page alignment check for writeback lenJoanne Koong1-2/+0
2025-07-28MIPS: alchemy: gpio: use new GPIO line value setter callbacks for the remaini...Bartosz Golaszewski1-4/+8
2025-07-27Linux 6.16v6.16Linus Torvalds1-1/+1
2025-07-27gpiolib: enable CONFIG_GPIOLIB_LEGACY even for !GPIOLIBArnd Bergmann1-2/+2
2025-07-26sched/task_stack: Add missing const qualifier to end_of_stack()Kees Cook1-1/+1
2025-07-26kstack_erase: Support Clang stack depth trackingKees Cook2-1/+10
2025-07-26kstack_erase: Add -mgeneral-regs-only to silence Clang warningsKees Cook1-0/+1
2025-07-26init.h: Disable sanitizer coverage for __init and __headKees Cook2-2/+4
2025-07-26kstack_erase: Disable kstack_erase for all of arm compressed boot codeKees Cook1-1/+1
2025-07-25hfs: fix general protection fault in hfs_find_init()Viacheslav Dubeyko4-12/+51
2025-07-25hfs: fix slab-out-of-bounds in hfs_bnode_read()Viacheslav Dubeyko1-0/+92
2025-07-25hfsplus: fix slab-out-of-bounds in hfsplus_bnode_read()Viacheslav Dubeyko1-0/+92
2025-07-25hfsplus: fix slab-out-of-bounds read in hfsplus_uni2asc()Viacheslav Dubeyko1-0/+7
2025-07-25hfsplus: don't use BUG_ON() in hfsplus_create_attributes_file()Tetsuo Handa1-1/+5
2025-07-25hfsplus: don't set REQ_SYNC for hfsplus_submit_bio()Johannes Thumshirn1-4/+2
2025-07-25spi: SPISG: Fix less than zero comparison on a u32 variableColin Ian King1-1/+1
2025-07-25ARM: 9450/1: Fix allowing linker DCE with binutils < 2.36Nathan Chancellor1-1/+1
2025-07-25ARM: 9448/1: Use an absolute path to unified.h in KBUILD_AFLAGSNathan Chancellor1-1/+1
2025-07-25spi: intel: Allow writeable MTD partition with module paramJakub Czapiga1-3/+10
2025-07-25regmap: Annotate that MMIO implies fast IOWolfram Sang1-4/+4
2025-07-25block: restore two stage elevator switch while running nr_hw_queue updateNilay Shroff3-15/+81
2025-07-25ovl: properly print correct variableAntonio Quartulli1-2/+3
2025-07-25gpio: virtio: Fix config space reading.Harald Mommer1-4/+5
2025-07-24ksmbd: fix corrupted mtime and ctime in smb2_openNamjae Jeon1-1/+2
2025-07-24ksmbd: fix Preauh_HashValue race conditionNamjae Jeon1-4/+0
2025-07-24ksmbd: check return value of xa_store() in krb5_authenticateNamjae Jeon1-2/+7
2025-07-24ksmbd: fix null pointer dereference error in generate_encryptionkeyNamjae Jeon1-2/+16
2025-07-24bcachefs: Add missing snapshots_seen_add_inorder()Kent Overstreet1-5/+6
2025-07-24bcachefs: Fix write buffer flushing from open journal entryKent Overstreet1-0/+1
2025-07-24sprintf.h requires stdarg.hStephen Rothwell1-0/+1
2025-07-24resource: fix false warning in __request_region()Akinobu Mita1-2/+3
2025-07-24mm/damon/core: commit damos_quota_goal->nidSeongJae Park1-0/+15
2025-07-24x86: Handle KCOV __init vs inline mismatchesKees Cook10-13/+13
2025-07-24arm64: Handle KCOV __init vs inline mismatchesKees Cook1-1/+1
2025-07-24pwm: raspberrypi-poe: Fix spelling mistake "Firwmware" -> "Firmware"Colin Ian King1-1/+1
2025-07-24drm/xe: Fix build without debugfsLucas De Marchi1-1/+1
2025-07-24regulator: mt6370: Fix spelling mistake in mt6370_regualtor_registerColin Ian King1-2/+2
2025-07-24smb/server: add ksmbd_vfs_kern_path()NeilBrown3-71/+111
2025-07-24xfs: don't use a xfs_log_iovec for ri_buf in log recoveryChristoph Hellwig17-155/+157
2025-07-24xfs: don't use a xfs_log_iovec for attr_item names and valuesChristoph Hellwig3-66/+60
2025-07-24xfs: use better names for size members in xfs_log_vecChristoph Hellwig3-24/+25
2025-07-24xfs: cleanup the ordered item logic in xlog_cil_insert_format_itemsChristoph Hellwig1-18/+13
2025-07-24xfs: don't pass the old lv to xfs_cil_prepare_itemChristoph Hellwig1-9/+7
2025-07-24xfs: remove unused trace event xfs_reflink_cow_enospcSteven Rostedt1-1/+0
2025-07-24xfs: remove unused trace event xfs_discard_rtrelaxSteven Rostedt1-1/+0
2025-07-24xfs: remove unused trace event xfs_log_cil_returnSteven Rostedt1-1/+0
2025-07-24xfs: remove unused trace event xfs_dqreclaim_dirtySteven Rostedt1-1/+0
2025-07-24fs/xfs: replace strncpy with memtostr_pad()Pranav Tyagi2-3/+2