summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* document while_each_thread(), change first_tid() to use for_each_thread()Oleg Nesterov2023-08-252-3/+6
* drivers/char/mem.c: shrink character device's devlist[] arrayAlexey Dobriyan2023-08-251-9/+9
* x86/crash: optimize CPU changesEric DeVolder2023-08-251-0/+10
* crash: change crash_prepare_elf64_headers() to for_each_possible_cpu()Eric DeVolder2023-08-251-2/+2
* crash: hotplug support for kexec_load()Eric DeVolder2023-08-258-6/+102
* x86/crash: add x86 crash hotplug supportEric DeVolder2023-08-253-7/+116
* crash: memory and CPU hotplug sysfs attributesEric DeVolder2023-08-257-0/+76
* kexec: exclude elfcorehdr from the segment digestEric DeVolder2023-08-251-0/+6
* crash: add generic infrastructure for crash hotplug supportEric DeVolder2023-08-255-0/+197
* crash: move a few code bits to setup support of crash hotplugEric DeVolder2023-08-255-233/+238
* kstrtox: consistently use _tolower()Andy Shevchenko2023-08-211-1/+1
* kill do_each_thread()Oleg Nesterov2023-08-214-13/+6
* nilfs2: fix WARNING in mark_buffer_dirty due to discarded buffer reuseRyusuke Konishi2023-08-212-3/+7
* scripts/bloat-o-meter: count weak symbol sizesGeert Uytterhoeven2023-08-211-5/+5
* treewide: drop CONFIG_EMBEDDEDRandy Dunlap2023-08-2178-85/+76
* lockdep: fix static memory detection even moreHelge Deller2023-08-212-40/+14
* lib/vsprintf: declare no_hash_pointers in sprintf.hAndy Shevchenko2023-08-213-4/+3
* lib/vsprintf: split out sprintf() and friendsAndy Shevchenko2023-08-214-29/+28
* kernel/fork: stop playing lockless games for exe_file replacementMateusz Guzik2023-08-212-15/+11
* adfs: delete unused "union adfs_dirtail" definitionAlexey Dobriyan2023-08-211-5/+0
* scripts/gdb/vmalloc: add vmallocinfo supportKuan-Ying Lee2023-08-213-0/+65
* scripts/gdb/slab: add slab supportKuan-Ying Lee2023-08-213-0/+340
* scripts/gdb/page_owner: add page owner supportKuan-Ying Lee2023-08-213-0/+198
* scripts/gdb/stackdepot: add stackdepot supportKuan-Ying Lee2023-08-213-0/+57
* scripts/gdb/aarch64: add aarch64 page operation helper commands and configsKuan-Ying Lee2023-08-214-204/+626
* scripts/gdb/utils: add common type usageKuan-Ying Lee2023-08-211-0/+20
* scripts/gdb/modules: add get module text supportKuan-Ying Lee2023-08-211-1/+31
* scripts/gdb/symbols: add specific ko module load commandKuan-Ying Lee2023-08-211-2/+21
* checkpatch: reword long-line warning about commit-msgJim Cromie2023-08-211-1/+1
* checkpatch: special case extern struct in .cJim Cromie2023-08-211-0/+20
* x86/kernel: increase kcov coverage under arch/x86/kernel folderPengfei Xu2023-08-181-5/+4
* fs: ocfs2: namei: check return value of ocfs2_add_entry()Artem Chernyshev2023-08-181-0/+4
* watchdog/hardlockup: avoid large stack frames in watchdog_hardlockup_check()Douglas Anderson2023-08-181-7/+2
* nmi_backtrace: allow excluding an arbitrary CPUDouglas Anderson2023-08-1816-32/+32
* range.h: Move resource API and constant to respective filesAndy Shevchenko2023-08-185-10/+12
* kthread: unexport __kthread_should_park()Greg Kroah-Hartman2023-08-182-3/+1
* efs: clean up -Wunused-const-variable= warningZhu Wang2023-08-181-4/+1
* drm/i915: Move abs_diff() to math.hAndy Shevchenko2023-08-186-27/+29
* ocfs2: cluster: fix potential deadlock on &o2net_debug_lockChengfeng Ye2023-08-181-20/+20
* ocfs2: cluster: fix potential deadlock on &qs->qs_lockChengfeng Ye2023-08-181-13/+13
* scripts/gdb: fix 'lx-lsmod' show the wrong sizeKuan-Ying Lee2023-08-182-3/+12
* lib/bch.c: use bitrev instead of internal logicJohn Sanpe2023-08-182-36/+3
* scripts/gdb: fix lx-symbols command for arm64 LLVMKoudai Iwahori2023-08-181-7/+10
* gcov: shut up missing prototype warnings for internal stubsArnd Bergmann2023-08-181-0/+2
* ocfs2: use regular seq_show_option for osb_cluster_stackKees Cook2023-08-181-2/+1
* ocfs2: Use struct_size()Christophe JAILLET2023-08-181-3/+3
* ocfs2: use flexible array in 'struct ocfs2_recovery_map'Christophe JAILLET2023-08-182-5/+2
* genetlink: replace custom CONCATENATE() implementationAndy Shevchenko2023-08-182-18/+17
* arm64: smccc: replace custom COUNT_ARGS() & CONCATENATE() implementationsAndy Shevchenko2023-08-181-37/+32
* x86/asm: replace custom COUNT_ARGS() & CONCATENATE() implementationsAndy Shevchenko2023-08-181-8/+3