index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
perf
/
scripts
/
python
/
task-analyzer.py
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-09-28
lib/genalloc: fix device leak in of_gen_pool_get()
Johan Hovold
1
-1
/
+4
2025-09-28
panic: remove CONFIG_PANIC_ON_OOPS_VALUE
Johannes Berg
2
-7
/
+1
2025-09-28
ocfs2: fix double free in user_cluster_connect()
Dan Carpenter
1
-0
/
+1
2025-09-28
checkpatch: suppress strscpy warnings for userspace tools
Suchit Karunakaran
1
-4
/
+8
2025-09-28
cramfs: fix incorrect physical page address calculation
Alistair Popple
1
-1
/
+1
2025-09-28
kernel: prevent prctl(PR_SET_PDEATHSIG) from racing with parent process exit
Demi Marie Obenour
1
-0
/
+10
2025-09-28
Squashfs: fix uninit-value in squashfs_get_parent
Phillip Lougher
2
-1
/
+8
2025-09-28
kho: only fill kimage if KHO is finalized
Pratyush Yadav
1
-1
/
+1
2025-09-22
ocfs2: avoid extra calls to strlen() after ocfs2_sprintf_system_inode_name()
Dmitry Antipov
3
-21
/
+17
2025-09-22
kernel/sys.c: fix the racy usage of task_lock(tsk->group_leader) in sys_prlim...
Oleg Nesterov
1
-2
/
+20
2025-09-22
sched/task.h: fix the wrong comment on task_lock() nesting with tasklist_lock
Oleg Nesterov
1
-3
/
+2
2025-09-22
coccinelle: platform_no_drv_owner: handle also built-in drivers
Krzysztof Kozlowski
1
-0
/
+9
2025-09-22
coccinelle: of_table: handle SPI device ID tables
Krzysztof Kozlowski
1
-7
/
+7
2025-09-22
lib/decompress: use designated initializers for struct compress_format
Thorsten Blum
1
-11
/
+10
2025-09-13
efi: support booting with kexec handover (KHO)
Evangelos Petrongonas
1
-4
/
+25
2025-09-13
kexec: introduce is_kho_boot()
Evangelos Petrongonas
2
-0
/
+26
2025-09-13
docs: update delaytop documentation for new interactive features
Fan Yu
1
-33
/
+58
2025-09-13
tools/delaytop: improve error handling for missing PSI support
Fan Yu
1
-66
/
+116
2025-09-13
tools/delaytop: add interactive mode with keyboard controls
Fan Yu
1
-45
/
+121
2025-09-13
tools/delaytop: add memory verbose mode support
Fan Yu
1
-30
/
+98
2025-09-13
tools/delaytop: add flexible sorting by delay field
Fan Yu
1
-32
/
+121
2025-09-13
kernel.h: add comments for enum system_states
Randy Dunlap
1
-4
/
+17
2025-09-13
crash: add KUnit tests for crash_exclude_mem_range
Coiby Xu
4
-0
/
+370
2025-09-13
x86/kexec: fix potential cmem->ranges out of memory
fuqiang wang
1
-4
/
+19
2025-09-13
fs/proc/base.c: fix the wrong format specifier
zhang jiao
1
-1
/
+1
2025-09-13
panic: remove redundant panic-cpu backtrace
Sergey Senozhatsky
1
-9
/
+21
2025-09-13
panic: use angle-bracket include for panic.h
Jinchao Wang
3
-3
/
+3
2025-09-13
ocfs2: add suballoc slot check in ocfs2_validate_inode_block()
Dmitry Antipov
1
-0
/
+8
2025-09-13
selftests: proc: mark vsyscall strings maybe-unused
Bala-Vignesh-Reddy
1
-4
/
+8
2025-09-13
btree: simplify merge logic by using btree_last() return value
Guan-Chun Wu
1
-2
/
+2
2025-09-13
watchdog: skip checks when panic is in progress
Jinchao Wang
2
-0
/
+10
2025-09-13
panic/printk: replace other_cpu_in_panic() with panic_on_other_cpu()
Jinchao Wang
3
-20
/
+8
2025-09-13
panic/printk: replace this_cpu_in_panic() with panic_on_this_cpu()
Jinchao Wang
6
-19
/
+6
2025-09-13
printk/nbcon: use panic_on_this_cpu() helper
Jinchao Wang
1
-2
/
+2
2025-09-13
panic: use panic_try_start() in vpanic()
Jinchao Wang
1
-6
/
+2
2025-09-13
panic: use panic_try_start() in nmi_panic()
Jinchao Wang
1
-8
/
+2
2025-09-13
crash_core: use panic_try_start() in crash_kexec()
Jinchao Wang
1
-12
/
+3
2025-09-13
fbdev: use panic_in_progress() helper
Jinchao Wang
1
-8
/
+1
2025-09-13
panic: introduce helper functions for panic state
Jinchao Wang
3
-5
/
+59
2025-09-13
panic: clean up message about deprecated 'panic_print' parameter
Petr Mladek
1
-3
/
+8
2025-09-13
panic: add note that 'panic_print' parameter is deprecated
Feng Tang
2
-1
/
+31
2025-09-13
panic: refine the document for 'panic_print'
Feng Tang
2
-2
/
+2
2025-09-13
lib/sys_info: handle sys_info_mask==0 case
Feng Tang
1
-1
/
+2
2025-09-13
kexec_core: remove redundant 0 value initialization
Liao Yuanhong
1
-1
/
+0
2025-09-13
ocfs2: fix super block reserved field offset comment
yili
1
-1
/
+1
2025-09-13
ocfs2: remove unnecessary NULL check in ocfs2_grab_folios()
Dan Carpenter
1
-2
/
+1
2025-09-13
fork: kill the pointless lower_32_bits() in create_io_thread(), kernel_thread...
Oleg Nesterov
1
-10
/
+6
2025-09-13
fork: remove #ifdef CONFIG_LOCKDEP in copy_process()
Tio Zhang
1
-2
/
+0
2025-09-13
list.h: add missing kernel-doc for basic macros
Randy Dunlap
1
-0
/
+8
2025-09-13
proc: test lseek on /proc/net/dev
Alexey Dobriyan
3
-0
/
+70
[next]