aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/scripts/python/export-to-sqlite.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2025-01-24include/linux/lz4.h: add some missing macrosGao Xiang6-12/+8
2025-01-24Xarray: use xa_mark_t in xas_squash_marks() to keep code consistentKemeng Shi1-8/+12
2025-01-24Xarray: remove repeat check in xas_squash_marks()Kemeng Shi1-3/+0
2025-01-24Xarray: distinguish large entries correctly in xas_split_alloc()Kemeng Shi1-1/+1
2025-01-24Xarray: move forward index correctly in xas_pause()Kemeng Shi2-0/+36
2025-01-24Xarray: do not return sibling entries from xas_find_marked()Kemeng Shi2-0/+6
2025-01-24ipc/util.c: complete the kernel-doc function descriptionsRandy Dunlap1-7/+4
2025-01-24gcov: clang: use correct function param namesRandy Dunlap1-3/+3
2025-01-24latencytop: use correct kernel-doc format for func paramsRandy Dunlap1-3/+3
2025-01-24minmax.h: remove some #defines that are only expanded onceDavid Laight1-8/+6
2025-01-24minmax.h: simplify the variants of clamp()David Laight1-12/+12
2025-01-24minmax.h: move all the clamp() definitions after the min/max() onesDavid Laight1-58/+51
2025-01-24minmax.h: use BUILD_BUG_ON_MSG() for the lo < hi test in clamp()David Laight1-2/+1
2025-01-24minmax.h: reduce the #define expansion of min(), max() and clamp()David Laight1-12/+12
2025-01-24minmax.h: update some commentsDavid Laight1-29/+24
2025-01-24minmax.h: add whitespace around operators and after commasDavid Laight1-17/+17
2025-01-24nilfs2: do not update mtime of renamed directory that is not movedRyusuke Konishi1-7/+9
2025-01-24nilfs2: handle errors that nilfs_prepare_chunk() may returnRyusuke Konishi3-19/+27
2025-01-24CREDITS: fix spelling mistakeTanya Agarwal1-1/+1
2025-01-24nilfs2: revise the return value description style for consistency.Ryusuke Konishi7-13/+23
2025-01-24nilfs2: add missing return value kernel-doc descriptionsRyusuke Konishi14-7/+160
2025-01-24nilfs2: correct return value kernel-doc descriptions for the restRyusuke Konishi6-90/+50
2025-01-24nilfs2: correct return value kernel-doc descriptions for metadata filesRyusuke Konishi4-105/+77
2025-01-24nilfs2: correct return value kernel-doc descriptions for sufileRyusuke Konishi2-73/+45
2025-01-24nilfs2: correct return value kernel-doc descriptions for bmap functionsRyusuke Konishi2-75/+56
2025-01-24nilfs2: correct return value kernel-doc descriptions for ioctl functionsRyusuke Konishi1-137/+96
2025-01-24checkpatch: don't warn about extra parentheses in staging/Dan Carpenter1-3/+3
2025-01-24hung_task: add task->flags, blocked by coredump to logOxana Kharitonova2-2/+4
2025-01-24checkpatch: remove migrated RCU APIs from deprecated_apisDavid Reaver1-10/+0
2025-01-24nilfs2: protect access to buffers with no active referencesRyusuke Konishi1-1/+3
2025-01-24nilfs2: do not force clear folio if buffer is referencedRyusuke Konishi1-4/+27
2025-01-24ocfs2: remove parameter parent_fe_bh from __ocfs2_mknod_lockedSu Yue1-4/+3
2025-01-24ocfs2: mark dquot as inactive if failed to start trans while releasing dquotSu Yue1-0/+5
2025-01-24ocfs2: check tl->count of truncate log inode in ocfs2_get_truncate_log_infoSu Yue1-0/+15
2025-01-24mailmap: update entry for Linus LüssingLinus Lüssing1-0/+1
2025-01-24ocfs2: correct l_next_free_rec in online checkJulian Sun1-0/+24
2025-01-24ocfs2: check el->l_next_free_rec in ocfs2_get_clusters_nocacheJulian Sun1-0/+10
2025-01-24lib/list_sort: clarify comparison function requirements in list_sort()Kuan-Wei Chiu1-0/+7
2025-01-24lib/sort: clarify comparison function requirements in sort_r()Kuan-Wei Chiu1-0/+7
2025-01-24MAINTAINERS: fix list entries with display namesRob Herring (Arm)1-5/+5
2025-01-24kthread: correct comments before kthread_queue_work()Tio Zhang1-1/+1
2025-01-24squashfs: convert squashfs_fill_page() to take a folioMatthew Wilcox (Oracle)2-10/+12
2025-01-24squashfs; convert squashfs_copy_cache() to take a folioMatthew Wilcox (Oracle)3-24/+28
2025-01-24squashfs: convert squashfs_readpage_block() to take a folioMatthew Wilcox (Oracle)4-11/+10
2025-01-24squashfs: pass a folio to squashfs_readpage_fragment()Matthew Wilcox (Oracle)1-4/+4
2025-01-24squashfs: use a folio throughout squashfs_read_folio()Matthew Wilcox (Oracle)1-16/+9
2025-01-24squashfs: update Kconfig informationPhillip Lougher1-3/+3
2025-01-24Documentation: update the Squashfs filesystem documentationPhillip Lougher1-8/+6
2025-01-24squashfs: don't allocate read_page cache if SQUASHFS_FILE_DIRECT configuredPhillip Lougher2-1/+7
2025-01-24squashfs: make squashfs_cache_init() return ERR_PTR(-ENOMEM)Phillip Lougher2-10/+17