summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-08-25document while_each_thread(), change first_tid() to use for_each_thread()Oleg Nesterov2-3/+6
2023-08-25drivers/char/mem.c: shrink character device's devlist[] arrayAlexey Dobriyan1-9/+9
2023-08-25x86/crash: optimize CPU changesEric DeVolder1-0/+10
2023-08-25crash: change crash_prepare_elf64_headers() to for_each_possible_cpu()Eric DeVolder1-2/+2
2023-08-25crash: hotplug support for kexec_load()Eric DeVolder8-6/+102
2023-08-25x86/crash: add x86 crash hotplug supportEric DeVolder3-7/+116
2023-08-25crash: memory and CPU hotplug sysfs attributesEric DeVolder7-0/+76
2023-08-25kexec: exclude elfcorehdr from the segment digestEric DeVolder1-0/+6
2023-08-25crash: add generic infrastructure for crash hotplug supportEric DeVolder5-0/+197
2023-08-25crash: move a few code bits to setup support of crash hotplugEric DeVolder5-233/+238
2023-08-21kstrtox: consistently use _tolower()Andy Shevchenko1-1/+1
2023-08-21kill do_each_thread()Oleg Nesterov4-13/+6
2023-08-21nilfs2: fix WARNING in mark_buffer_dirty due to discarded buffer reuseRyusuke Konishi2-3/+7
2023-08-21scripts/bloat-o-meter: count weak symbol sizesGeert Uytterhoeven1-5/+5
2023-08-21treewide: drop CONFIG_EMBEDDEDRandy Dunlap78-85/+76
2023-08-21lockdep: fix static memory detection even moreHelge Deller2-40/+14
2023-08-21lib/vsprintf: declare no_hash_pointers in sprintf.hAndy Shevchenko3-4/+3
2023-08-21lib/vsprintf: split out sprintf() and friendsAndy Shevchenko4-29/+28
2023-08-21kernel/fork: stop playing lockless games for exe_file replacementMateusz Guzik2-15/+11
2023-08-21adfs: delete unused "union adfs_dirtail" definitionAlexey Dobriyan1-5/+0
2023-08-21scripts/gdb/vmalloc: add vmallocinfo supportKuan-Ying Lee3-0/+65
2023-08-21scripts/gdb/slab: add slab supportKuan-Ying Lee3-0/+340
2023-08-21scripts/gdb/page_owner: add page owner supportKuan-Ying Lee3-0/+198
2023-08-21scripts/gdb/stackdepot: add stackdepot supportKuan-Ying Lee3-0/+57
2023-08-21scripts/gdb/aarch64: add aarch64 page operation helper commands and configsKuan-Ying Lee4-204/+626
2023-08-21scripts/gdb/utils: add common type usageKuan-Ying Lee1-0/+20
2023-08-21scripts/gdb/modules: add get module text supportKuan-Ying Lee1-1/+31
2023-08-21scripts/gdb/symbols: add specific ko module load commandKuan-Ying Lee1-2/+21
2023-08-21checkpatch: reword long-line warning about commit-msgJim Cromie1-1/+1
2023-08-21checkpatch: special case extern struct in .cJim Cromie1-0/+20
2023-08-18x86/kernel: increase kcov coverage under arch/x86/kernel folderPengfei Xu1-5/+4
2023-08-18fs: ocfs2: namei: check return value of ocfs2_add_entry()Artem Chernyshev1-0/+4
2023-08-18watchdog/hardlockup: avoid large stack frames in watchdog_hardlockup_check()Douglas Anderson1-7/+2
2023-08-18nmi_backtrace: allow excluding an arbitrary CPUDouglas Anderson16-32/+32
2023-08-18range.h: Move resource API and constant to respective filesAndy Shevchenko5-10/+12
2023-08-18kthread: unexport __kthread_should_park()Greg Kroah-Hartman2-3/+1
2023-08-18efs: clean up -Wunused-const-variable= warningZhu Wang1-4/+1
2023-08-18drm/i915: Move abs_diff() to math.hAndy Shevchenko6-27/+29
2023-08-18ocfs2: cluster: fix potential deadlock on &o2net_debug_lockChengfeng Ye1-20/+20
2023-08-18ocfs2: cluster: fix potential deadlock on &qs->qs_lockChengfeng Ye1-13/+13
2023-08-18scripts/gdb: fix 'lx-lsmod' show the wrong sizeKuan-Ying Lee2-3/+12
2023-08-18lib/bch.c: use bitrev instead of internal logicJohn Sanpe2-36/+3
2023-08-18scripts/gdb: fix lx-symbols command for arm64 LLVMKoudai Iwahori1-7/+10
2023-08-18gcov: shut up missing prototype warnings for internal stubsArnd Bergmann1-0/+2
2023-08-18ocfs2: use regular seq_show_option for osb_cluster_stackKees Cook1-2/+1
2023-08-18ocfs2: Use struct_size()Christophe JAILLET1-3/+3
2023-08-18ocfs2: use flexible array in 'struct ocfs2_recovery_map'Christophe JAILLET2-5/+2
2023-08-18genetlink: replace custom CONCATENATE() implementationAndy Shevchenko2-18/+17
2023-08-18arm64: smccc: replace custom COUNT_ARGS() & CONCATENATE() implementationsAndy Shevchenko1-37/+32
2023-08-18x86/asm: replace custom COUNT_ARGS() & CONCATENATE() implementationsAndy Shevchenko1-8/+3