aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/scripts/python/task-analyzer.py (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2025-09-28lib/genalloc: fix device leak in of_gen_pool_get()Johan Hovold1-1/+4
2025-09-28panic: remove CONFIG_PANIC_ON_OOPS_VALUEJohannes Berg2-7/+1
2025-09-28ocfs2: fix double free in user_cluster_connect()Dan Carpenter1-0/+1
2025-09-28checkpatch: suppress strscpy warnings for userspace toolsSuchit Karunakaran1-4/+8
2025-09-28cramfs: fix incorrect physical page address calculationAlistair Popple1-1/+1
2025-09-28kernel: prevent prctl(PR_SET_PDEATHSIG) from racing with parent process exitDemi Marie Obenour1-0/+10
2025-09-28Squashfs: fix uninit-value in squashfs_get_parentPhillip Lougher2-1/+8
2025-09-28kho: only fill kimage if KHO is finalizedPratyush Yadav1-1/+1
2025-09-22ocfs2: avoid extra calls to strlen() after ocfs2_sprintf_system_inode_name()Dmitry Antipov3-21/+17
2025-09-22kernel/sys.c: fix the racy usage of task_lock(tsk->group_leader) in sys_prlim...Oleg Nesterov1-2/+20
2025-09-22sched/task.h: fix the wrong comment on task_lock() nesting with tasklist_lockOleg Nesterov1-3/+2
2025-09-22coccinelle: platform_no_drv_owner: handle also built-in driversKrzysztof Kozlowski1-0/+9
2025-09-22coccinelle: of_table: handle SPI device ID tablesKrzysztof Kozlowski1-7/+7
2025-09-22lib/decompress: use designated initializers for struct compress_formatThorsten Blum1-11/+10
2025-09-13efi: support booting with kexec handover (KHO)Evangelos Petrongonas1-4/+25
2025-09-13kexec: introduce is_kho_boot()Evangelos Petrongonas2-0/+26
2025-09-13docs: update delaytop documentation for new interactive featuresFan Yu1-33/+58
2025-09-13tools/delaytop: improve error handling for missing PSI supportFan Yu1-66/+116
2025-09-13tools/delaytop: add interactive mode with keyboard controlsFan Yu1-45/+121
2025-09-13tools/delaytop: add memory verbose mode supportFan Yu1-30/+98
2025-09-13tools/delaytop: add flexible sorting by delay fieldFan Yu1-32/+121
2025-09-13kernel.h: add comments for enum system_statesRandy Dunlap1-4/+17
2025-09-13crash: add KUnit tests for crash_exclude_mem_rangeCoiby Xu4-0/+370
2025-09-13x86/kexec: fix potential cmem->ranges out of memoryfuqiang wang1-4/+19
2025-09-13fs/proc/base.c: fix the wrong format specifierzhang jiao1-1/+1
2025-09-13panic: remove redundant panic-cpu backtraceSergey Senozhatsky1-9/+21
2025-09-13panic: use angle-bracket include for panic.hJinchao Wang3-3/+3
2025-09-13ocfs2: add suballoc slot check in ocfs2_validate_inode_block()Dmitry Antipov1-0/+8
2025-09-13selftests: proc: mark vsyscall strings maybe-unusedBala-Vignesh-Reddy1-4/+8
2025-09-13btree: simplify merge logic by using btree_last() return valueGuan-Chun Wu1-2/+2
2025-09-13watchdog: skip checks when panic is in progressJinchao Wang2-0/+10
2025-09-13panic/printk: replace other_cpu_in_panic() with panic_on_other_cpu()Jinchao Wang3-20/+8
2025-09-13panic/printk: replace this_cpu_in_panic() with panic_on_this_cpu()Jinchao Wang6-19/+6
2025-09-13printk/nbcon: use panic_on_this_cpu() helperJinchao Wang1-2/+2
2025-09-13panic: use panic_try_start() in vpanic()Jinchao Wang1-6/+2
2025-09-13panic: use panic_try_start() in nmi_panic()Jinchao Wang1-8/+2
2025-09-13crash_core: use panic_try_start() in crash_kexec()Jinchao Wang1-12/+3
2025-09-13fbdev: use panic_in_progress() helperJinchao Wang1-8/+1
2025-09-13panic: introduce helper functions for panic stateJinchao Wang3-5/+59
2025-09-13panic: clean up message about deprecated 'panic_print' parameterPetr Mladek1-3/+8
2025-09-13panic: add note that 'panic_print' parameter is deprecatedFeng Tang2-1/+31
2025-09-13panic: refine the document for 'panic_print'Feng Tang2-2/+2
2025-09-13lib/sys_info: handle sys_info_mask==0 caseFeng Tang1-1/+2
2025-09-13kexec_core: remove redundant 0 value initializationLiao Yuanhong1-1/+0
2025-09-13ocfs2: fix super block reserved field offset commentyili1-1/+1
2025-09-13ocfs2: remove unnecessary NULL check in ocfs2_grab_folios()Dan Carpenter1-2/+1
2025-09-13fork: kill the pointless lower_32_bits() in create_io_thread(), kernel_thread...Oleg Nesterov1-10/+6
2025-09-13fork: remove #ifdef CONFIG_LOCKDEP in copy_process()Tio Zhang1-2/+0
2025-09-13list.h: add missing kernel-doc for basic macrosRandy Dunlap1-0/+8
2025-09-13proc: test lseek on /proc/net/devAlexey Dobriyan3-0/+70