summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-03-07Normalise "name (ad@dr)" MODULE_AUTHORs to "name <ad@dr>"Ahelenia ZiemiaƄska46-46/+46
2024-03-07dyndbg: replace kstrdup() + strchr() with kstrdup_and_replace()Andy Shevchenko1-4/+3
2024-02-23list: leverage list_is_head() for list_entry_is_head()Wei Yang1-1/+1
2024-02-23nilfs2: MAINTAINERS: drop unreachable project mirror siteRyusuke Konishi1-1/+0
2024-02-23smp: make __smp_processor_id() 0-argument macroAlexey Dobriyan1-1/+1
2024-02-23fat: fix uninitialized field in nostale filehandlesJan Kara1-0/+6
2024-02-23const_structs.checkpatch: add bus_typeRicardo B. Marliere1-0/+1
2024-02-23panic: add option to dump blocked tasks in panic_printFeng Tang3-0/+6
2024-02-23init: remove obsolete arch_call_rest_init() wrapperGeert Uytterhoeven3-10/+2
2024-02-23selftests/mm: run_vmtests.sh: add missing testsMuhammad Usama Anjum2-1/+14
2024-02-23selftests/mm: protection_keys: save/restore nr_hugepages settingsMuhammad Usama Anjum1-0/+34
2024-02-23selftests/mm: save and restore nr_hugepages valueMuhammad Usama Anjum2-0/+7
2024-02-23selftests/mm: run_vmtests: remove sudo and conform to tapMuhammad Usama Anjum2-20/+23
2024-02-23selftests/mm: hugetlb_reparenting_test: do not unmountMuhammad Usama Anjum1-2/+4
2024-02-23compiler-clang.h: update __diag_clang() macros for minimum version bumpNathan Chancellor1-6/+2
2024-02-23lib/Kconfig.debug: update Clang version check in CONFIG_KCOVNathan Chancellor1-1/+1
2024-02-23fortify: drop Clang version check for 12.0.1 or newerNathan Chancellor1-2/+0
2024-02-23riscv: Kconfig: remove version dependency from CONFIG_CLANG_SUPPORTS_DYNAMIC_...Nathan Chancellor1-2/+0
2024-02-23riscv: remove MCOUNT_NAME workaroundNathan Chancellor3-18/+8
2024-02-23powerpc: Kconfig: remove tautology in CONFIG_COMPATNathan Chancellor1-1/+0
2024-02-23arm64: Kconfig: clean up tautological LLVM version checksNathan Chancellor1-4/+1
2024-02-23ARM: remove Thumb2 __builtin_thread_pointer workaround for ClangNathan Chancellor1-7/+1
2024-02-23x86: drop stack-alignment plugin optNathan Chancellor1-6/+0
2024-02-23Makefile: drop warn-stack-size plugin optNathan Chancellor1-8/+0
2024-02-23kbuild: raise the minimum supported version of LLVM to 13.0.1Nathan Chancellor2-2/+2
2024-02-23nilfs2: convert cpfile to use kmap_localRyusuke Konishi1-45/+45
2024-02-23nilfs2: remove nilfs_cpfile_{get,put}_checkpoint()Ryusuke Konishi2-107/+0
2024-02-23nilfs2: localize highmem mapping for checkpoint reading within cpfileRyusuke Konishi5-34/+87
2024-02-23nilfs2: localize highmem mapping for checkpoint finalization within cpfileRyusuke Konishi3-46/+82
2024-02-23nilfs2: localize highmem mapping for checkpoint creation within cpfileRyusuke Konishi3-29/+77
2024-02-23nilfs2: convert ifile to use kmap_localRyusuke Konishi4-10/+9
2024-02-23nilfs2: do not acquire rwsem in nilfs_bmap_write()Ryusuke Konishi1-3/+0
2024-02-23nilfs2: move nilfs_bmap_write call out of nilfs_write_inode_commonRyusuke Konishi3-31/+57
2024-02-23nilfs2: convert DAT to use kmap_localRyusuke Konishi1-19/+19
2024-02-23nilfs2: convert persistent object allocator to use kmap_localRyusuke Konishi1-45/+46
2024-02-23nilfs2: convert sufile to use kmap_localRyusuke Konishi1-43/+43
2024-02-23nilfs2: convert metadata file common code to use kmap_localRyusuke Konishi1-2/+2
2024-02-23nilfs2: convert nilfs_copy_buffer() to use kmap_localRyusuke Konishi1-4/+4
2024-02-23nilfs2: convert segment buffer to use kmap_localRyusuke Konishi1-2/+2
2024-02-23nilfs2: convert recovery logic to use kmap_localRyusuke Konishi1-2/+2
2024-02-23lib: dhry: add missing closing parenthesisGeert Uytterhoeven1-1/+1
2024-02-23lib: dhry: use ktime_ms_delta() helperGeert Uytterhoeven1-1/+1
2024-02-23lib: dhry: remove unneeded <linux/mutex.h>Geert Uytterhoeven1-1/+0
2024-02-23ptrace_attach: shift send(SIGSTOP) into ptrace_set_stopped()Oleg Nesterov1-8/+5
2024-02-23flex_proportions: remove unused fprop_local_singleKemeng Shi2-109/+0
2024-02-23lib/sort: optimize heapsort with double-pop variationKuan-Wei Chiu1-4/+14
2024-02-23lib/sort: optimize heapsort for equal elements in sift-down pathKuan-Wei Chiu1-1/+1
2024-02-23user_namespace: remove unnecessary NULL values from kbufLi zeming1-1/+1
2024-02-23sysctl: allow to change limits for posix messages queuesAlexey Gladkov1-0/+36
2024-02-23docs: add information about ipc sysctls limitationsAlexey Gladkov1-3/+11