aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/stackcollapse.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2025-07-16ext4: support uncached buffered I/OTaotao Chen2-10/+5
2025-07-16mm/pagemap: add write_begin_get_folio() helper functionTaotao Chen1-0/+27
2025-07-16fs: change write_begin/write_end interface to take struct kiocb *Taotao Chen45-202/+267
2025-07-16drm/i915: Refactor shmem_pwrite() to use kiocb and write_iterTaotao Chen1-60/+22
2025-07-16drm/i915: Use kernel_write() in shmem object createTaotao Chen1-24/+9
2025-07-16eventpoll: Fix semi-unbounded recursionJann Horn1-14/+46
2025-07-10vfs: Remove unnecessary list_for_each_entry_safe() from evict_inodes()Jan Kara1-2/+2
2025-07-08fs/libfs: don't assume blocksize <= PAGE_SIZE in generic_check_addressablePankaj Raghav1-3/+7
2025-07-08fs/buffer: remove the min and max limit checks in __getblk_slow()Pankaj Raghav1-8/+3
2025-07-08fs: Prevent file descriptor table allocations exceeding INT_MAXSasha Levin1-0/+15
2025-06-24fs: Remove three arguments from block_write_end()Matthew Wilcox (Oracle)10-19/+13
2025-06-23fs/ecryptfs: replace snprintf with sysfs_emit in show functionAnkit Chauhan1-1/+2
2025-06-23fs: annotate suspected data race between poll_schedule_timeout() and pollwake()Dmitry Antipov1-2/+2
2025-06-23docs/vfs: update references to i_mutex to i_rwsemJunxuan Liao16-47/+48
2025-06-19fs/buffer: remove comment about hard sectorsizePankaj Raghav1-3/+2
2025-06-18fs_context: fix parameter name in infofc() macroRubenKelevra1-1/+1
2025-06-16VFS: change old_dir and new_dir in struct renamedata to dentrysNeilBrown12-40/+38
2025-06-16proc_fd_getattr(): don't bother with S_ISDIR() checkAl Viro1-10/+1
2025-06-16don't duplicate vfs_open() in kernel_file_open()Al Viro1-4/+1
2025-06-10filelock: add new locks_wake_up_waiter() helperJeff Layton2-2/+7
2025-06-10fs/pipe: set FMODE_NOWAIT in create_pipe_files()Jens Axboe2-5/+5
2025-06-10fs/read_write: Fix spelling typoAndy Shevchenko1-1/+1
2025-06-08Linux 6.16-rc1v6.16-rc1Linus Torvalds1-2/+2
2025-06-08tools/power turbostat: version 2025.06.08Len Brown1-37/+36
2025-06-08tools/power turbostat: Add initial support for BartlettLakeZhang Rui1-0/+1
2025-06-08tools/power turbostat: Add initial support for DMRZhang Rui1-0/+18
2025-06-08tools/power turbostat: Dump RAPL sysfs infoZhang Rui1-0/+156
2025-06-08tools/power turbostat: Avoid probing the same perf countersZhang Rui1-0/+15
2025-06-08tools/power turbostat: Allow probing RAPL with platform_features->rapl_msrs c...Zhang Rui1-25/+24
2025-06-08tools/power turbostat: Clean up add perf/msr counter logicZhang Rui1-7/+18
2025-06-08tools/power turbostat: Introduce add_msr_counter()Zhang Rui1-9/+23
2025-06-08tools/power turbostat: Remove add_msr_perf_counter_()Zhang Rui1-12/+8
2025-06-08tools/power turbostat: Remove add_cstate_perf_counter_()Zhang Rui1-13/+9
2025-06-08tools/power turbostat: Remove add_rapl_perf_counter_()Zhang Rui1-15/+10
2025-06-08tools/power turbostat: Quit early for unsupported RAPL countersZhang Rui1-1/+4
2025-06-08tools/power turbostat: Always check rapl_joules flagZhang Rui1-3/+9
2025-06-08tools/power turbostat: Fix AMD package-energy reportingGautham R. Shenoy1-5/+36
2025-06-08tools/power turbostat: Fix RAPL_GFX_ALL typoKaushlendra Kumar1-1/+1
2025-06-08tools/power turbostat: Add Android support for MSR device handlingKaushlendra Kumar1-3/+17
2025-06-08tools/power turbostat.8: pm_domain wording fixLen Brown1-2/+2
2025-06-08tools/power turbostat.8: fix typo: idle_pct should be pct_idleLen Brown1-1/+1
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar689-955/+1151
2025-06-07tracing: Add rcu annotation around file->filter accessesSteven Rostedt1-4/+6
2025-06-07sh: kprobes: Remove unused variables in kprobe_exceptions_notify()Mike Rapoport1-4/+0
2025-06-07sh: ecovec24: Make SPI mode explicitGeert Uytterhoeven1-0/+1
2025-06-07sh: Replace __ASSEMBLY__ with __ASSEMBLER__ in all headersThomas Huth17-46/+46
2025-06-07genksyms: Fix enum consts from a reference affecting new valuesPetr Pavlu1-7/+20
2025-06-07arch: use always-$(KBUILD_BUILTIN) for vmlinux.ldsMasahiro Yamada21-21/+21
2025-06-07do_change_type(): refuse to operate on unmounted/not ours mountsAl Viro1-0/+4
2025-06-07kbuild: set y instead of 1 to KBUILD_{BUILTIN,MODULES}Masahiro Yamada2-8/+12