summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* buildid: use kmap_local_page()Peng Hao2024-03-121-2/+2
* watchdog/core: remove sysctl handlers from public headerThomas Weißschuh2024-03-122-17/+12
* nilfs2: use div64_ul() instead of do_div()Thorsten Blum2024-03-126-7/+7
* mul_u64_u64_div_u64: increase precision by conditionally swapping a and bUwe Kleine-König2024-03-121-0/+15
* kexec: copy only happens before uchunk goes to zeroyang.zhang2024-03-061-20/+24
* get_signal: don't initialize ksig->info if SIGNAL_GROUP_EXIT/group_exec_taskOleg Nesterov2024-03-061-3/+6
* get_signal: hide_si_addr_tag_bits: fix the usage of uninitialized ksigOleg Nesterov2024-03-061-5/+6
* get_signal: don't abuse ksig->info.si_signo and ksig->sigOleg Nesterov2024-03-061-4/+4
* const_structs.checkpatch: add device_typeRicardo B. Marliere2024-03-061-0/+1
* Normalise "name (ad@dr)" MODULE_AUTHORs to "name <ad@dr>"Ahelenia Ziemiańska2024-03-0646-46/+46
* dyndbg: replace kstrdup() + strchr() with kstrdup_and_replace()Andy Shevchenko2024-03-061-4/+3
* list: leverage list_is_head() for list_entry_is_head()Wei Yang2024-02-221-1/+1
* nilfs2: MAINTAINERS: drop unreachable project mirror siteRyusuke Konishi2024-02-221-1/+0
* smp: make __smp_processor_id() 0-argument macroAlexey Dobriyan2024-02-221-1/+1
* fat: fix uninitialized field in nostale filehandlesJan Kara2024-02-221-0/+6
* const_structs.checkpatch: add bus_typeRicardo B. Marliere2024-02-221-0/+1
* panic: add option to dump blocked tasks in panic_printFeng Tang2024-02-223-0/+6
* init: remove obsolete arch_call_rest_init() wrapperGeert Uytterhoeven2024-02-223-10/+2
* selftests/mm: run_vmtests.sh: add missing testsMuhammad Usama Anjum2024-02-222-1/+14
* selftests/mm: protection_keys: save/restore nr_hugepages settingsMuhammad Usama Anjum2024-02-221-0/+34
* selftests/mm: save and restore nr_hugepages valueMuhammad Usama Anjum2024-02-222-0/+7
* selftests/mm: run_vmtests: remove sudo and conform to tapMuhammad Usama Anjum2024-02-222-20/+23
* selftests/mm: hugetlb_reparenting_test: do not unmountMuhammad Usama Anjum2024-02-221-2/+4
* compiler-clang.h: update __diag_clang() macros for minimum version bumpNathan Chancellor2024-02-221-6/+2
* lib/Kconfig.debug: update Clang version check in CONFIG_KCOVNathan Chancellor2024-02-221-1/+1
* fortify: drop Clang version check for 12.0.1 or newerNathan Chancellor2024-02-221-2/+0
* riscv: Kconfig: remove version dependency from CONFIG_CLANG_SUPPORTS_DYNAMIC_...Nathan Chancellor2024-02-221-2/+0
* riscv: remove MCOUNT_NAME workaroundNathan Chancellor2024-02-223-18/+8
* powerpc: Kconfig: remove tautology in CONFIG_COMPATNathan Chancellor2024-02-221-1/+0
* arm64: Kconfig: clean up tautological LLVM version checksNathan Chancellor2024-02-221-4/+1
* ARM: remove Thumb2 __builtin_thread_pointer workaround for ClangNathan Chancellor2024-02-221-7/+1
* x86: drop stack-alignment plugin optNathan Chancellor2024-02-221-6/+0
* Makefile: drop warn-stack-size plugin optNathan Chancellor2024-02-221-8/+0
* kbuild: raise the minimum supported version of LLVM to 13.0.1Nathan Chancellor2024-02-222-2/+2
* nilfs2: convert cpfile to use kmap_localRyusuke Konishi2024-02-221-45/+45
* nilfs2: remove nilfs_cpfile_{get,put}_checkpoint()Ryusuke Konishi2024-02-222-107/+0
* nilfs2: localize highmem mapping for checkpoint reading within cpfileRyusuke Konishi2024-02-225-34/+87
* nilfs2: localize highmem mapping for checkpoint finalization within cpfileRyusuke Konishi2024-02-223-46/+82
* nilfs2: localize highmem mapping for checkpoint creation within cpfileRyusuke Konishi2024-02-223-29/+77
* nilfs2: convert ifile to use kmap_localRyusuke Konishi2024-02-224-10/+9
* nilfs2: do not acquire rwsem in nilfs_bmap_write()Ryusuke Konishi2024-02-221-3/+0
* nilfs2: move nilfs_bmap_write call out of nilfs_write_inode_commonRyusuke Konishi2024-02-223-31/+57
* nilfs2: convert DAT to use kmap_localRyusuke Konishi2024-02-221-19/+19
* nilfs2: convert persistent object allocator to use kmap_localRyusuke Konishi2024-02-221-45/+46
* nilfs2: convert sufile to use kmap_localRyusuke Konishi2024-02-221-43/+43
* nilfs2: convert metadata file common code to use kmap_localRyusuke Konishi2024-02-221-2/+2
* nilfs2: convert nilfs_copy_buffer() to use kmap_localRyusuke Konishi2024-02-221-4/+4
* nilfs2: convert segment buffer to use kmap_localRyusuke Konishi2024-02-221-2/+2
* nilfs2: convert recovery logic to use kmap_localRyusuke Konishi2024-02-221-2/+2
* lib: dhry: add missing closing parenthesisGeert Uytterhoeven2024-02-221-1/+1