summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-02-22fat: fix uninitialized field in nostale filehandlesJan Kara
2024-02-22const_structs.checkpatch: add bus_typeRicardo B. Marliere
2024-02-22panic: add option to dump blocked tasks in panic_printFeng Tang
2024-02-22init: remove obsolete arch_call_rest_init() wrapperGeert Uytterhoeven
2024-02-22selftests/mm: run_vmtests.sh: add missing testsMuhammad Usama Anjum
2024-02-22selftests/mm: protection_keys: save/restore nr_hugepages settingsMuhammad Usama Anjum
2024-02-22selftests/mm: save and restore nr_hugepages valueMuhammad Usama Anjum
2024-02-22selftests/mm: run_vmtests: remove sudo and conform to tapMuhammad Usama Anjum
2024-02-22selftests/mm: hugetlb_reparenting_test: do not unmountMuhammad Usama Anjum
2024-02-22compiler-clang.h: update __diag_clang() macros for minimum version bumpNathan Chancellor
2024-02-22lib/Kconfig.debug: update Clang version check in CONFIG_KCOVNathan Chancellor
2024-02-22fortify: drop Clang version check for 12.0.1 or newerNathan Chancellor
2024-02-22riscv: Kconfig: remove version dependency from CONFIG_CLANG_SUPPORTS_DYNAMIC_...Nathan Chancellor
2024-02-22riscv: remove MCOUNT_NAME workaroundNathan Chancellor
2024-02-22powerpc: Kconfig: remove tautology in CONFIG_COMPATNathan Chancellor
2024-02-22arm64: Kconfig: clean up tautological LLVM version checksNathan Chancellor
2024-02-22ARM: remove Thumb2 __builtin_thread_pointer workaround for ClangNathan Chancellor
2024-02-22x86: drop stack-alignment plugin optNathan Chancellor
2024-02-22Makefile: drop warn-stack-size plugin optNathan Chancellor
2024-02-22kbuild: raise the minimum supported version of LLVM to 13.0.1Nathan Chancellor
2024-02-22nilfs2: convert cpfile to use kmap_localRyusuke Konishi
2024-02-22nilfs2: remove nilfs_cpfile_{get,put}_checkpoint()Ryusuke Konishi
2024-02-22nilfs2: localize highmem mapping for checkpoint reading within cpfileRyusuke Konishi
2024-02-22nilfs2: localize highmem mapping for checkpoint finalization within cpfileRyusuke Konishi
2024-02-22nilfs2: localize highmem mapping for checkpoint creation within cpfileRyusuke Konishi
2024-02-22nilfs2: convert ifile to use kmap_localRyusuke Konishi
2024-02-22nilfs2: do not acquire rwsem in nilfs_bmap_write()Ryusuke Konishi
2024-02-22nilfs2: move nilfs_bmap_write call out of nilfs_write_inode_commonRyusuke Konishi
2024-02-22nilfs2: convert DAT to use kmap_localRyusuke Konishi
2024-02-22nilfs2: convert persistent object allocator to use kmap_localRyusuke Konishi
2024-02-22nilfs2: convert sufile to use kmap_localRyusuke Konishi
2024-02-22nilfs2: convert metadata file common code to use kmap_localRyusuke Konishi
2024-02-22nilfs2: convert nilfs_copy_buffer() to use kmap_localRyusuke Konishi
2024-02-22nilfs2: convert segment buffer to use kmap_localRyusuke Konishi
2024-02-22nilfs2: convert recovery logic to use kmap_localRyusuke Konishi
2024-02-22lib: dhry: add missing closing parenthesisGeert Uytterhoeven
2024-02-22lib: dhry: use ktime_ms_delta() helperGeert Uytterhoeven
2024-02-22lib: dhry: remove unneeded <linux/mutex.h>Geert Uytterhoeven
2024-02-22ptrace_attach: shift send(SIGSTOP) into ptrace_set_stopped()Oleg Nesterov
2024-02-22flex_proportions: remove unused fprop_local_singleKemeng Shi
2024-02-22lib/sort: optimize heapsort with double-pop variationKuan-Wei Chiu
2024-02-22lib/sort: optimize heapsort for equal elements in sift-down pathKuan-Wei Chiu
2024-02-22user_namespace: remove unnecessary NULL values from kbufLi zeming
2024-02-22sysctl: allow to change limits for posix messages queuesAlexey Gladkov
2024-02-22docs: add information about ipc sysctls limitationsAlexey Gladkov
2024-02-22sysctl: allow change system v ipc sysctls inside ipc namespaceAlexey Gladkov
2024-02-22lib min_heap: optimize number of comparisons in min_heapify()Kuan-Wei Chiu
2024-02-22lib min_heap: optimize number of calls to min_heapify()Kuan-Wei Chiu
2024-02-22panic: suppress gnu_printf warningBaoquan He
2024-02-22lib/win_minmax: fix header commentsRandy Dunlap