summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-2077-873/+826
|\
| * lib: remove redundant assignment to variable retColin Ian King2022-01-201-2/+0
| * ubsan: remove CONFIG_UBSAN_OBJECT_SIZEKees Cook2022-01-203-36/+0
| * kcov: fix generic Kconfig dependencies if ARCH_WANTS_NO_INSTRMarco Elver2022-01-202-1/+3
| * lib/Kconfig.debug: make TEST_KMOD depend on PAGE_SIZE_LESS_THAN_256KBNathan Chancellor2022-01-201-0/+1
| * btrfs: use generic Kconfig option for 256kB page size limitNathan Chancellor2022-01-201-2/+1
| * arch/Kconfig: split PAGE_SIZE_LESS_THAN_256KB from PAGE_SIZE_LESS_THAN_64KBNathan Chancellor2022-01-201-0/+4
| * configs: introduce debug.config for CI-like setupQian Cai2022-01-201-0/+105
| * delayacct: track delays from memory compactwangyong2022-01-205-2/+59
| * Documentation/accounting/delay-accounting.rst: add thrashing page cache and d...wangyong2022-01-201-28/+27
| * delayacct: cleanup flags in struct task_delay_info and functions use itYang Yang2022-01-201-17/+0
| * delayacct: fix incomplete disable operation when switch enable to disableYang Yang2022-01-201-0/+18
| * delayacct: support swapin delay accounting for swapping without blkioYang Yang2022-01-204-41/+43
| * panic: remove oops_idSebastian Andrzej Siewior2022-01-201-18/+1
| * panic: use error_report_end tracepoint on warningsMarco Elver2022-01-202-3/+7
| * fs/adfs: remove unneeded variable make code cleanerMinghao Chi2022-01-201-3/+1
| * FAT: use io_schedule_timeout() instead of congestion_wait()NeilBrown2022-01-201-2/+3
| * hfsplus: use struct_group_attr() for memcpy() regionKees Cook2022-01-202-6/+10
| * nilfs2: remove redundant pointer sbufsColin Ian King2022-01-201-2/+2
| * fs/binfmt_elf: use PT_LOAD p_align values for static PIEH.J. Lu2022-01-201-2/+2
| * const_structs.checkpatch: add frequently used ops structsRikard Falkeborn2022-01-201-0/+23
| * checkpatch: improve Kconfig help testJoe Perches2022-01-201-26/+26
| * checkpatch: relax regexp for COMMIT_LOG_LONG_LINEJerome Forissier2022-01-201-1/+1
| * lib/test_meminit: destroy cache in kmem_cache_alloc_bulk() testAndrey Konovalov2022-01-201-0/+1
| * uuid: remove licence boilerplate text from the headerAndy Shevchenko2022-01-201-9/+0
| * uuid: discourage people from using UAPI header in new codeAndy Shevchenko2022-01-201-0/+1
| * kunit: replace kernel.h with the necessary inclusionsAndy Shevchenko2022-01-201-1/+1
| * test_hash.c: refactor into kunitIsabella Basso2022-01-203-143/+81
| * lib/Kconfig.debug: properly split hash test kernel entriesIsabella Basso2022-01-202-4/+13
| * test_hash.c: split test_hash_initIsabella Basso2022-01-201-12/+54
| * test_hash.c: split test_int_hash into arch-specific functionsIsabella Basso2022-01-201-29/+62
| * hash.h: remove unused define directiveIsabella Basso2022-01-204-33/+4
| * lib/list_debug.c: print more list debugging context in __list_del_entry_valid()Zhen Lei2022-01-201-4/+4
| * list: introduce list_is_head() helper and re-use it in list.hAndy Shevchenko2022-01-201-14/+22
| * kstrtox: uninline everythingAlexey Dobriyan2022-01-201-0/+12
| * get_maintainer: don't remind about no git repo when --nogit is usedRandy Dunlap2022-01-201-1/+1
| * kernel/sys.c: only take tasklist_lock for get/setpriority(PRIO_PGRP)Davidlohr Bueso2022-01-201-8/+8
| * kthread: dynamically allocate memory to store kthread's full nameYafang Shao2022-01-203-2/+34
| * tools/testing/selftests/bpf: replace open-coded 16 with TASK_COMM_LENYafang Shao2022-01-203-8/+13
| * tools/bpf/bpftool/skeleton: replace bpf_probe_read_kernel with bpf_probe_read...Yafang Shao2022-01-201-2/+2
| * samples/bpf/test_overhead_kprobe_kern: replace bpf_probe_read_kernel with bpf...Yafang Shao2022-01-203-9/+11
| * fs/binfmt_elf: replace open-coded string copy with get_task_commYafang Shao2022-01-203-1/+11
| * drivers/infiniband: replace open-coded string copy with get_task_commYafang Shao2022-01-202-2/+2
| * fs/exec: replace strncpy with strscpy_pad in __get_task_commYafang Shao2022-01-201-1/+2
| * fs/exec: replace strlcpy with strscpy_pad in __set_task_commYafang Shao2022-01-201-1/+1
| * kernel.h: include a note to discourage people from including it in headersAndy Shevchenko2022-01-201-0/+9
| * include/linux/unaligned: replace kernel.h with the necessary inclusionsAndy Shevchenko2022-01-203-1/+5
| * sysctl: remove redundant ret assignmentluo penghao2022-01-201-1/+0
| * sysctl: fix duplicate path separator in printed entriesGeert Uytterhoeven2022-01-201-4/+4
| * proc: convert the return type of proc_fd_access_allowed() to be booleanQi Zheng2022-01-201-2/+2