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
(
unfollow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-08-02
kho: add test for kexec handover
Mike Rapoport (Microsoft)
8
-0
/
+627
2025-08-02
delaytop: enhance error logging and add PSI feature description
fan.yu9@zte.com.cn
2
-80
/
+143
2025-08-02
samples: Kconfig: fix spelling mistake "instancess" -> "instances"
Colin Ian King
1
-1
/
+1
2025-08-02
fat: fix too many log in fat_chain_add()
OGAWA Hirofumi
1
-3
/
+3
2025-08-02
scripts/spelling.txt: add notifer||notifier to spelling.txt
WangYuli
1
-0
/
+1
2025-08-02
xen/xenbus: fix typo "notifer"
WangYuli
1
-1
/
+1
2025-08-02
net: mvneta: fix typo "notifer"
WangYuli
1
-1
/
+1
2025-08-02
drm/xe: fix typo "notifer"
WangYuli
1
-1
/
+1
2025-08-02
cxl: mce: fix typo "notifer"
WangYuli
1
-1
/
+1
2025-08-02
KVM: x86: fix typo "notifer"
WangYuli
1
-2
/
+2
2025-08-02
MAINTAINERS: add maintainers for delaytop
Wang Yaxin
1
-0
/
+10
2025-08-02
ucount: use atomic_long_try_cmpxchg() in atomic_long_inc_below()
Uros Bizjak
1
-8
/
+6
2025-08-02
ucount: fix atomic_long_inc_below() argument type
Uros Bizjak
1
-1
/
+1
2025-08-02
kexec: enable CMA based contiguous allocation
Alexander Graf
7
-11
/
+156
2025-08-02
stackdepot: make max number of pools boot-time configurable
Matt Fleming
2
-9
/
+63
2025-08-02
lib/xxhash: remove unused functions
Dr. David Alan Gilbert
2
-133
/
+0
2025-08-02
init/Kconfig: restore CONFIG_BROKEN help text
Andrew Morton
1
-0
/
+4
2025-07-19
lib/raid6: update recov_rvv.c zero page usage
Herbert Xu
1
-3
/
+3
2025-07-19
docs: update docs after introducing delaytop
Wang Yaxin
1
-0
/
+47
2025-07-19
delaytop: add psi info to show system delay
Wang Yaxin
1
-14
/
+149
2025-07-19
selftests/thermal: remove duplicate newlines in perror calls
WangYuli
1
-7
/
+7
2025-07-19
selftests/thermal: remove duplicate sprintf() call in workload_hint_test
WangYuli
1
-2
/
+0
2025-07-19
riscv: optimize gcd() performance on RISC-V without Zbb extension
Kuan-Wei Chiu
1
-0
/
+5
2025-07-19
riscv: optimize gcd() code size when CONFIG_RISCV_ISA_ZBB is disabled
Kuan-Wei Chiu
1
-0
/
+1
2025-07-19
lib/math/gcd: use static key to select implementation at runtime
Kuan-Wei Chiu
2
-12
/
+18
2025-07-19
ocfs2: avoid potential ABBA deadlock by reordering tl_inode lock
Ivan Pravdin
1
-10
/
+9
2025-07-19
squashfs: fix incorrect argument to sizeof in kmalloc_array call
Colin Ian King
1
-1
/
+1
2025-07-19
squashfs: replace ;; with ; and end of fi declaration
Colin Ian King
1
-1
/
+1
2025-07-19
ocfs2: avoid NULL pointer dereference in dx_dir_lookup_rec()
Ivan Pravdin
1
-0
/
+8
2025-07-19
ocfs2/dlm: fix "take a while" typo
Ahelenia ZiemiaĆska
1
-1
/
+1
2025-07-19
init/main.c: add warning when file specified in rdinit is inaccessible
Lillian Berry
1
-1
/
+5
2025-07-19
samples: enhance hung_task detector test with read-write semaphore support
Zi Li
2
-11
/
+77
2025-07-19
hung_task: extend hung task blocker tracking to rwsems
Lance Yang
3
-14
/
+50
2025-07-19
locking/rwsem: make owner helpers globally available
Lance Yang
2
-7
/
+19
2025-07-19
coccinelle: misc: secs_to_jiffies: implement context and report modes
Easwar Hariharan
1
-5
/
+44
2025-07-19
panic: add note that panic_print sysctl interface is deprecated
Feng Tang
2
-8
/
+17
2025-07-19
panic: add 'panic_sys_info=' setup option for kernel cmdline
Feng Tang
2
-0
/
+24
2025-07-19
panic: add 'panic_sys_info' sysctl to take human readable string parameter
Feng Tang
4
-0
/
+123
2025-07-19
panic: generalize panic_print's function to show sys info
Feng Tang
4
-33
/
+57
2025-07-19
panic: clean up code for console replay
Feng Tang
3
-11
/
+11
2025-07-19
x86: implement crashkernel cma reservation
Jiri Bohac
2
-6
/
+25
2025-07-19
kdump: wait for DMA to finish when using CMA
Jiri Bohac
1
-0
/
+15
2025-07-19
kdump, documentation: describe craskernel CMA reservation
Jiri Bohac
2
-0
/
+43
2025-07-19
kdump: implement reserve_crashkernel_cma
Jiri Bohac
2
-0
/
+64
2025-07-19
Add a new optional ",cma" suffix to the crashkernel= command line option
Jiri Bohac
13
-14
/
+27
2025-07-09
checkpatch: check for missing sentinels in ID arrays
Brian Norris
1
-0
/
+28
2025-07-09
selftests: ptrace: add set_syscall_info to .gitignore
Moon Hee Lee
1
-0
/
+1
2025-07-09
ocfs2: update d_splice_alias() return code checking
Tetsuo Handa
1
-2
/
+5
2025-07-09
fs/proc/vmcore: a few cleanups for vmcore_add_device_dump()
Su Hui
1
-17
/
+12
2025-07-09
mailmap: update Sachin Mokashi's email address
Sachin Mokashi
1
-0
/
+1
[next]