summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-01-20Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-01-20lib: remove redundant assignment to variable retColin Ian King
2022-01-20ubsan: remove CONFIG_UBSAN_OBJECT_SIZEKees Cook
2022-01-20kcov: fix generic Kconfig dependencies if ARCH_WANTS_NO_INSTRMarco Elver
2022-01-20lib/Kconfig.debug: make TEST_KMOD depend on PAGE_SIZE_LESS_THAN_256KBNathan Chancellor
2022-01-20btrfs: use generic Kconfig option for 256kB page size limitNathan Chancellor
2022-01-20arch/Kconfig: split PAGE_SIZE_LESS_THAN_256KB from PAGE_SIZE_LESS_THAN_64KBNathan Chancellor
2022-01-20configs: introduce debug.config for CI-like setupQian Cai
2022-01-20delayacct: track delays from memory compactwangyong
2022-01-20Documentation/accounting/delay-accounting.rst: add thrashing page cache and d...wangyong
2022-01-20delayacct: cleanup flags in struct task_delay_info and functions use itYang Yang
2022-01-20delayacct: fix incomplete disable operation when switch enable to disableYang Yang
2022-01-20delayacct: support swapin delay accounting for swapping without blkioYang Yang
2022-01-20panic: remove oops_idSebastian Andrzej Siewior
2022-01-20panic: use error_report_end tracepoint on warningsMarco Elver
2022-01-20fs/adfs: remove unneeded variable make code cleanerMinghao Chi
2022-01-20FAT: use io_schedule_timeout() instead of congestion_wait()NeilBrown
2022-01-20hfsplus: use struct_group_attr() for memcpy() regionKees Cook
2022-01-20nilfs2: remove redundant pointer sbufsColin Ian King
2022-01-20fs/binfmt_elf: use PT_LOAD p_align values for static PIEH.J. Lu
2022-01-20const_structs.checkpatch: add frequently used ops structsRikard Falkeborn
2022-01-20checkpatch: improve Kconfig help testJoe Perches
2022-01-20checkpatch: relax regexp for COMMIT_LOG_LONG_LINEJerome Forissier
2022-01-20lib/test_meminit: destroy cache in kmem_cache_alloc_bulk() testAndrey Konovalov
2022-01-20uuid: remove licence boilerplate text from the headerAndy Shevchenko
2022-01-20uuid: discourage people from using UAPI header in new codeAndy Shevchenko
2022-01-20kunit: replace kernel.h with the necessary inclusionsAndy Shevchenko
2022-01-20test_hash.c: refactor into kunitIsabella Basso
2022-01-20lib/Kconfig.debug: properly split hash test kernel entriesIsabella Basso
2022-01-20test_hash.c: split test_hash_initIsabella Basso
2022-01-20test_hash.c: split test_int_hash into arch-specific functionsIsabella Basso
2022-01-20hash.h: remove unused define directiveIsabella Basso
2022-01-20lib/list_debug.c: print more list debugging context in __list_del_entry_valid()Zhen Lei
2022-01-20list: introduce list_is_head() helper and re-use it in list.hAndy Shevchenko
2022-01-20kstrtox: uninline everythingAlexey Dobriyan
2022-01-20get_maintainer: don't remind about no git repo when --nogit is usedRandy Dunlap
2022-01-20kernel/sys.c: only take tasklist_lock for get/setpriority(PRIO_PGRP)Davidlohr Bueso
2022-01-20kthread: dynamically allocate memory to store kthread's full nameYafang Shao
2022-01-20tools/testing/selftests/bpf: replace open-coded 16 with TASK_COMM_LENYafang Shao
2022-01-20tools/bpf/bpftool/skeleton: replace bpf_probe_read_kernel with bpf_probe_read...Yafang Shao
2022-01-20samples/bpf/test_overhead_kprobe_kern: replace bpf_probe_read_kernel with bpf...Yafang Shao
2022-01-20fs/binfmt_elf: replace open-coded string copy with get_task_commYafang Shao
2022-01-20drivers/infiniband: replace open-coded string copy with get_task_commYafang Shao
2022-01-20fs/exec: replace strncpy with strscpy_pad in __get_task_commYafang Shao
2022-01-20fs/exec: replace strlcpy with strscpy_pad in __set_task_commYafang Shao
2022-01-20kernel.h: include a note to discourage people from including it in headersAndy Shevchenko
2022-01-20include/linux/unaligned: replace kernel.h with the necessary inclusionsAndy Shevchenko
2022-01-20sysctl: remove redundant ret assignmentluo penghao
2022-01-20sysctl: fix duplicate path separator in printed entriesGeert Uytterhoeven
2022-01-20proc: convert the return type of proc_fd_access_allowed() to be booleanQi Zheng