summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* tools/vm/page_owner_sort.c: fix the instructions for useYixuan Cao2022-03-241-1/+1
* mm/page_owner.c: record tgidYixuan Cao2022-03-241-6/+9
* mm/page_owner: record task command nameWaiman Long2022-03-241-4/+10
* mm/page_owner: print memcg informationWaiman Long2022-03-241-0/+42
* mm/page_owner: use scnprintf() to avoid excessive buffer overrun checkWaiman Long2022-03-241-11/+3
* lib/vsprintf: avoid redundant work with 0 sizeWaiman Long2022-03-241-3/+5
* Documentation/vm/page_owner.rst: fix unexpected indentation warnsShuah Khan2022-03-241-3/+3
* Documentation/vm/page_owner.rst: update the documentationShenghong Han2022-03-241-2/+21
* tools/vm/page_owner_sort.c: delete invalid duplicate codeYixuan Cao2022-03-241-2/+0
* tools/vm/page_owner_sort.c: two trivial fixesShenghong Han2022-03-241-3/+2
* tools/vm/page_owner_sort.c: support sorting pid and timeChongxi Zhao2022-03-241-29/+148
* tools/vm/page_owner_sort.c: add switch between culling by stacktrace and txtYinan Zhang2022-03-241-3/+20
* tools/vm/page_owner_sort.c: support sorting by stack traceSean Anderson2022-03-241-9/+14
* tools/vm/page_owner_sort.c: sort by stacktrace before cullingSean Anderson2022-03-241-4/+6
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-03-2434-303/+311
|\
| * Revert "ubsan, kcsan: Don't combine sanitizer with kcov on clang"Marco Elver2022-03-232-23/+0
| * kernel/resource: fix kfree() of bootmem memory againMiaohe Lin2022-03-231-33/+8
| * kcov: properly handle subsequent mmap callsAleksandr Nogikh2022-03-231-19/+15
| * kcov: split ioctl handling into locked and unlocked partsAleksandr Nogikh2022-03-231-31/+37
| * panic: move panic_print before kmsg dumpersGuilherme G. Piccoli2022-03-232-4/+13
| * panic: add option to dump all CPUs backtraces in panic_printGuilherme G. Piccoli2022-03-233-0/+6
| * docs: sysctl/kernel: add missing bit to panic_printGuilherme G. Piccoli2022-03-231-0/+1
| * taskstats: remove unneeded dead assignmentLukas Bulwahn2022-03-231-2/+3
| * kasan: no need to unset panic_on_warn in end_report()Tiezhu Yang2022-03-231-9/+1
| * ubsan: no need to unset panic_on_warn in ubsan_epilogue()Tiezhu Yang2022-03-231-9/+1
| * panic: unset panic_on_warn inside panic()Tiezhu Yang2022-03-231-9/+11
| * docs: kdump: add scp example to write out the dump fileTiezhu Yang2022-03-231-0/+4
| * docs: kdump: update description about sysfs file system supportTiezhu Yang2022-03-231-3/+3
| * arm64: mm: use IS_ENABLED(CONFIG_KEXEC_CORE) instead of #ifdefJisheng Zhang2022-03-231-6/+3
| * x86/setup: use IS_ENABLED(CONFIG_KEXEC_CORE) instead of #ifdefJisheng Zhang2022-03-231-7/+3
| * riscv: mm: init: use IS_ENABLED(CONFIG_KEXEC_CORE) instead of #ifdefJisheng Zhang2022-03-231-4/+2
| * kexec: make crashk_res, crashk_low_res and crash_notes symbols always visibleJisheng Zhang2022-03-231-6/+6
| * cgroup: use irqsave in cgroup_rstat_flush_locked().Sebastian Andrzej Siewior2022-03-231-2/+11
| * fat: use pointer to simple type in put_user()Helge Deller2022-03-231-1/+1
| * minix: fix bug when opening a file with O_DIRECTQinghua Jin2022-03-231-1/+2
| * fs/pipe.c: local vars have to match types of proper pipe_inode_info fieldsAndrei Vagin2022-03-231-2/+2
| * fs/pipe: use kvcalloc to allocate a pipe_buffer arrayAndrei Vagin2022-03-231-5/+4
| * init/main.c: return 1 from handled __setup() functionsRandy Dunlap2022-03-231-2/+4
| * init.h: improve __setup and early_param documentationRandy Dunlap2022-03-231-2/+9
| * init: use ktime_us_delta() to make initcall_debug log more preciseMark-PK Tsai2022-03-231-6/+2
| * checkpatch: use python3 to find codespell dictionarySagar Patel2022-03-231-2/+2
| * checkpatch: add early_param exception to blank line after struct/function testJoe Perches2022-03-231-1/+1
| * checkpatch: add --fix option for some TRAILING_STATEMENTSJoe Perches2022-03-231-2/+16
| * checkpatch: prefer MODULE_LICENSE("GPL") over MODULE_LICENSE("GPL v2")Joe Perches2022-03-231-0/+7
| * lib: bitmap: fix many kernel-doc warningsRandy Dunlap2022-03-231-7/+17
| * lib/Kconfig.debug: add ARCH dependency for FUNCTION_ALIGN optionFeng Tang2022-03-231-1/+2
| * bitfield: add explicit inclusions to the exampleAndy Shevchenko2022-03-231-0/+3
| * ilog2: force inlining of __ilog2_u32() and __ilog2_u64()Christophe Leroy2022-03-231-2/+2
| * include: drop pointless __compiler_offsetof indirectionRasmus Villemoes2022-03-232-7/+1
| * Kconfig.debug: make DEBUG_INFO selectable from a choiceKees Cook2022-03-231-65/+74