aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/stackcollapse.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2025-12-12sched_ext: Factor out local_dsq_post_enq() from dispatch_enqueue()Tejun Heo1-15/+19
2025-12-11sched_ext: Fix bypass depth leak on scx_enable() failureTejun Heo1-0/+14
2025-12-08sched/ext: Avoid null ptr traversal when ->put_prev_task() is called with NUL...John Stultz1-1/+1
2025-12-08sched_ext: Fix the memleak for sch->helper objectsZqiang1-2/+2
2025-12-06ocfs2: fix xattr array entry __counted_by errorLinus Torvalds1-1/+1
2025-12-06iommu/amd: fix SEV-TIO support reportingLinus Torvalds1-2/+2
2025-12-06rust: sync: atomic: separate import "blocks"Miguel Ojeda1-0/+1
2025-12-06sched/core: Fix psi_dequeue() for Proxy ExecutionJohn Stultz1-1/+6
2025-12-06sched/fair: Fix unfairness caused by stalled tg_load_avg_contrib when the las...xupengbo1-0/+3
2025-12-06sched/rt: Remove a preempt-disable section in rt_mutex_setprio()Sebastian Andrzej Siewior1-4/+1
2025-12-06sched/hrtick: Fix hrtick() vs. scheduling contextPeter Zijlstra1-1/+1
2025-12-06sched/headers: Remove whitespace noise from kernel/sched/sched.hIngo Molnar1-1/+1
2025-12-06seqlock: Cure some more scoped_seqlock() optimization failsPeter Zijlstra1-2/+2
2025-12-05nfs/localio: fix regression due to out-of-order __put_credMike Snitzer1-31/+17
2025-12-05ovl: pass original credentials, not mounter credentials during createChristian Brauner1-8/+12
2025-12-05tracing: Fix typo in trace_seq.cMaurice Hieronymus1-1/+1
2025-12-05tracing: Fix typo in trace_probe.cMaurice Hieronymus1-1/+1
2025-12-05tracing: Fix multiple typos in trace_osnoise.cMaurice Hieronymus1-6/+6
2025-12-05tracing: Fix multiple typos in trace_events_user.cMaurice Hieronymus1-3/+3
2025-12-05tracing: Fix typo in trace_events_trigger.cMaurice Hieronymus1-1/+1
2025-12-05tracing: Fix typo in trace_events_hist.cMaurice Hieronymus1-1/+1
2025-12-05tracing: Fix typo in trace_events_filter.cMaurice Hieronymus1-1/+1
2025-12-05tracing: Fix multiple typos in trace_events.cMaurice Hieronymus1-4/+4
2025-12-05tracing: Fix multiple typos in trace.cMaurice Hieronymus1-5/+5
2025-12-05tracing: Fix typo in ring_buffer_benchmark.cMaurice Hieronymus1-1/+1
2025-12-05tracing: Fix multiple typos in ring_buffer.cMaurice Hieronymus1-3/+3
2025-12-05tracing: Fix typo in fprobe.cMaurice Hieronymus1-1/+1
2025-12-05tracing: Fix typo in fpgraph.cMaurice Hieronymus1-1/+1
2025-12-05tracing: Fix fixed array of synthetic eventSteven Rostedt1-1/+0
2025-12-05tracing: Fix enabling of tracing on file releaseSteven Rostedt2-2/+5
2025-12-05libperf: Use 'extern' in LIBPERF_API visibility macroArnaldo Carvalho de Melo1-1/+1
2025-12-05ARM: omap1: avoid symbol clashes in fiq handlerArnd Bergmann1-19/+19
2025-12-05vfs: use UAPI types for new struct delegation definitionThomas Weißschuh1-7/+3
2025-12-05mqueue: correct the type of ro to intEdward Adam Davis1-1/+1
2025-12-05Revert "net/socket: convert sock_map_fd() to FD_ADD()"Christian Brauner1-5/+14
2025-12-059p: fix new mount API cache option handlingEric Sandeen1-12/+32
2025-12-059p: fix cache/debug options printing in v9fs_show_optionsEric Sandeen1-2/+2
2025-12-05fbdev: ssd1307fb: fix potential page leak in ssd1307fb_probe()Abdun Nihaal1-1/+3
2025-12-05drivers/xen: use min() instead of min_t()David Laight1-1/+1
2025-12-05tpm2-sessions: Open code tpm_buf_append_hmac_session()Jarkko Sakkinen3-28/+21
2025-12-05tpm2-sessions: Remove 'attributes' parameter from tpm_buf_append_authJarkko Sakkinen3-5/+4
2025-12-05tpm2-sessions: Fix tpm2_read_public range checksJarkko Sakkinen2-44/+53
2025-12-05tpm2-sessions: Fix out of range indexing in name_sizeJarkko Sakkinen4-55/+142
2025-12-04crypto/ccp: Fix CONFIG_PCI=n buildDan Williams1-1/+1
2025-12-04virt: Fix Kconfig warning when selecting TSM without VIRT_DRIVERSNathan Chancellor2-2/+4
2025-12-04perf stat: Improve handling of termination by signalIan Rogers1-5/+16
2025-12-04perf tests stat: Add test for error for an offline CPUIan Rogers1-0/+27
2025-12-04drm/xe: Fix duplicated put due to merge resolutionThomas Hellström1-3/+0
2025-12-04drm/i915/color: Enable Plane Color PipelinesUma Shankar2-1/+25
2025-12-04drm/i915/color: Add 3D LUT to color pipelineChaitanya Kumar Borah7-7/+112