index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
riscv
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-08-21
treewide: drop CONFIG_EMBEDDED
Randy Dunlap
2
-2
/
+2
2023-08-21
lockdep: fix static memory detection even more
Helge Deller
2
-40
/
+14
2023-08-21
lib/vsprintf: declare no_hash_pointers in sprintf.h
Andy Shevchenko
3
-4
/
+3
2023-08-21
lib/vsprintf: split out sprintf() and friends
Andy Shevchenko
4
-29
/
+28
2023-08-21
kernel/fork: stop playing lockless games for exe_file replacement
Mateusz Guzik
2
-15
/
+11
2023-08-21
adfs: delete unused "union adfs_dirtail" definition
Alexey Dobriyan
1
-5
/
+0
2023-08-21
scripts/gdb/vmalloc: add vmallocinfo support
Kuan-Ying Lee
3
-0
/
+65
2023-08-21
scripts/gdb/slab: add slab support
Kuan-Ying Lee
3
-0
/
+340
2023-08-21
scripts/gdb/page_owner: add page owner support
Kuan-Ying Lee
3
-0
/
+198
2023-08-21
scripts/gdb/stackdepot: add stackdepot support
Kuan-Ying Lee
3
-0
/
+57
2023-08-21
scripts/gdb/aarch64: add aarch64 page operation helper commands and configs
Kuan-Ying Lee
4
-204
/
+626
2023-08-21
scripts/gdb/utils: add common type usage
Kuan-Ying Lee
1
-0
/
+20
2023-08-21
scripts/gdb/modules: add get module text support
Kuan-Ying Lee
1
-1
/
+31
2023-08-21
scripts/gdb/symbols: add specific ko module load command
Kuan-Ying Lee
1
-2
/
+21
2023-08-21
checkpatch: reword long-line warning about commit-msg
Jim Cromie
1
-1
/
+1
2023-08-21
checkpatch: special case extern struct in .c
Jim Cromie
1
-0
/
+20
2023-08-18
x86/kernel: increase kcov coverage under arch/x86/kernel folder
Pengfei Xu
1
-5
/
+4
2023-08-18
fs: ocfs2: namei: check return value of ocfs2_add_entry()
Artem Chernyshev
1
-0
/
+4
2023-08-18
watchdog/hardlockup: avoid large stack frames in watchdog_hardlockup_check()
Douglas Anderson
1
-7
/
+2
2023-08-18
nmi_backtrace: allow excluding an arbitrary CPU
Douglas Anderson
16
-32
/
+32
2023-08-18
range.h: Move resource API and constant to respective files
Andy Shevchenko
5
-10
/
+12
2023-08-18
kthread: unexport __kthread_should_park()
Greg Kroah-Hartman
2
-3
/
+1
2023-08-18
efs: clean up -Wunused-const-variable= warning
Zhu Wang
1
-4
/
+1
2023-08-18
drm/i915: Move abs_diff() to math.h
Andy Shevchenko
6
-27
/
+29
2023-08-18
ocfs2: cluster: fix potential deadlock on &o2net_debug_lock
Chengfeng Ye
1
-20
/
+20
2023-08-18
ocfs2: cluster: fix potential deadlock on &qs->qs_lock
Chengfeng Ye
1
-13
/
+13
2023-08-18
scripts/gdb: fix 'lx-lsmod' show the wrong size
Kuan-Ying Lee
2
-3
/
+12
2023-08-18
lib/bch.c: use bitrev instead of internal logic
John Sanpe
2
-36
/
+3
2023-08-18
scripts/gdb: fix lx-symbols command for arm64 LLVM
Koudai Iwahori
1
-7
/
+10
2023-08-18
gcov: shut up missing prototype warnings for internal stubs
Arnd Bergmann
1
-0
/
+2
2023-08-18
ocfs2: use regular seq_show_option for osb_cluster_stack
Kees Cook
1
-2
/
+1
2023-08-18
ocfs2: Use struct_size()
Christophe JAILLET
1
-3
/
+3
2023-08-18
ocfs2: use flexible array in 'struct ocfs2_recovery_map'
Christophe JAILLET
2
-5
/
+2
2023-08-18
genetlink: replace custom CONCATENATE() implementation
Andy Shevchenko
2
-18
/
+17
2023-08-18
arm64: smccc: replace custom COUNT_ARGS() & CONCATENATE() implementations
Andy Shevchenko
1
-37
/
+32
2023-08-18
x86/asm: replace custom COUNT_ARGS() & CONCATENATE() implementations
Andy Shevchenko
1
-8
/
+3
2023-08-18
kernel.h: split out COUNT_ARGS() and CONCATENATE() to args.h
Andy Shevchenko
5
-8
/
+32
2023-08-18
arch: enable HAS_LTO_CLANG with KASAN and KCOV
Jakob Koschel
1
-1
/
+3
2023-08-18
fs: hfsplus: make extend error rate limited
Colin Ian King
1
-3
/
+3
2023-08-18
lib: error-inject: remove error checking for debugfs_create_dir()
Wang Ming
1
-2
/
+0
2023-08-18
lib: remove error checking for debugfs_create_dir()
Wang Ming
1
-3
/
+0
2023-08-18
kernel: relay: remove unnecessary NULL values from relay_open_buf
Li kunyu
1
-1
/
+1
2023-08-18
remove ARCH_DEFAULT_KEXEC from Kconfig.kexec
Eric DeVolder
2
-4
/
+0
2023-08-18
kexec: rename ARCH_HAS_KEXEC_PURGATORY
Eric DeVolder
8
-11
/
+11
2023-08-18
sh/kexec: refactor for kernel/Kconfig.kexec
Eric DeVolder
1
-38
/
+8
2023-08-18
s390/kexec: refactor for kernel/Kconfig.kexec
Eric DeVolder
1
-46
/
+23
2023-08-18
riscv/kexec: refactor for kernel/Kconfig.kexec
Eric DeVolder
1
-31
/
+13
2023-08-18
powerpc/kexec: refactor for kernel/Kconfig.kexec
Eric DeVolder
1
-38
/
+17
2023-08-18
parisc/kexec: refactor for kernel/Kconfig.kexec
Eric DeVolder
1
-23
/
+11
2023-08-18
mips/kexec: refactor for kernel/Kconfig.kexec
Eric DeVolder
1
-27
/
+5
[next]