summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2022-01-20panic: use error_report_end tracepoint on warningsMarco Elver2-3/+7
2022-01-20fs/adfs: remove unneeded variable make code cleanerMinghao Chi1-3/+1
2022-01-20FAT: use io_schedule_timeout() instead of congestion_wait()NeilBrown1-2/+3
2022-01-20hfsplus: use struct_group_attr() for memcpy() regionKees Cook2-6/+10
2022-01-20nilfs2: remove redundant pointer sbufsColin Ian King1-2/+2
2022-01-20fs/binfmt_elf: use PT_LOAD p_align values for static PIEH.J. Lu1-2/+2
2022-01-20const_structs.checkpatch: add frequently used ops structsRikard Falkeborn1-0/+23
2022-01-20checkpatch: improve Kconfig help testJoe Perches1-26/+26
2022-01-20checkpatch: relax regexp for COMMIT_LOG_LONG_LINEJerome Forissier1-1/+1
2022-01-20lib/test_meminit: destroy cache in kmem_cache_alloc_bulk() testAndrey Konovalov1-0/+1
2022-01-20uuid: remove licence boilerplate text from the headerAndy Shevchenko1-9/+0
2022-01-20uuid: discourage people from using UAPI header in new codeAndy Shevchenko1-0/+1
2022-01-20kunit: replace kernel.h with the necessary inclusionsAndy Shevchenko1-1/+1
2022-01-20test_hash.c: refactor into kunitIsabella Basso3-143/+81
2022-01-20lib/Kconfig.debug: properly split hash test kernel entriesIsabella Basso2-4/+13
2022-01-20test_hash.c: split test_hash_initIsabella Basso1-12/+54
2022-01-20test_hash.c: split test_int_hash into arch-specific functionsIsabella Basso1-29/+62
2022-01-20hash.h: remove unused define directiveIsabella Basso4-33/+4
2022-01-20lib/list_debug.c: print more list debugging context in __list_del_entry_valid()Zhen Lei1-4/+4
2022-01-20list: introduce list_is_head() helper and re-use it in list.hAndy Shevchenko1-14/+22
2022-01-20kstrtox: uninline everythingAlexey Dobriyan1-0/+12
2022-01-20get_maintainer: don't remind about no git repo when --nogit is usedRandy Dunlap1-1/+1
2022-01-20kernel/sys.c: only take tasklist_lock for get/setpriority(PRIO_PGRP)Davidlohr Bueso1-8/+8
2022-01-20kthread: dynamically allocate memory to store kthread's full nameYafang Shao3-2/+34
2022-01-20tools/testing/selftests/bpf: replace open-coded 16 with TASK_COMM_LENYafang Shao3-8/+13
2022-01-20tools/bpf/bpftool/skeleton: replace bpf_probe_read_kernel with bpf_probe_read...Yafang Shao1-2/+2
2022-01-20samples/bpf/test_overhead_kprobe_kern: replace bpf_probe_read_kernel with bpf...Yafang Shao3-9/+11
2022-01-20fs/binfmt_elf: replace open-coded string copy with get_task_commYafang Shao3-1/+11
2022-01-20drivers/infiniband: replace open-coded string copy with get_task_commYafang Shao2-2/+2
2022-01-20fs/exec: replace strncpy with strscpy_pad in __get_task_commYafang Shao1-1/+2
2022-01-20fs/exec: replace strlcpy with strscpy_pad in __set_task_commYafang Shao1-1/+1
2022-01-20kernel.h: include a note to discourage people from including it in headersAndy Shevchenko1-0/+9
2022-01-20include/linux/unaligned: replace kernel.h with the necessary inclusionsAndy Shevchenko3-1/+5
2022-01-20sysctl: remove redundant ret assignmentluo penghao1-1/+0
2022-01-20sysctl: fix duplicate path separator in printed entriesGeert Uytterhoeven1-4/+4
2022-01-20proc: convert the return type of proc_fd_access_allowed() to be booleanQi Zheng1-2/+2
2022-01-20proc: make the proc_create[_data]() stubs static inlinesHans de Goede2-7/+13
2022-01-20proc/vmcore: don't fake reading zeroes on surprise vmcore_cb unregistrationDavid Hildenbrand1-8/+2
2022-01-20mm: percpu: add generic pcpu_populate_pte() functionKefeng Wang6-162/+78
2022-01-20mm: percpu: add generic pcpu_fc_alloc/free funcitonKefeng Wang7-228/+54
2022-01-20mm: percpu: add pcpu_fc_cpu_to_node_fn_t typedefKefeng Wang7-25/+62
2022-01-20mm: percpu: generalize percpu related configKefeng Wang8-74/+33
2022-01-09Linux 5.16v5.16Linus Torvalds1-1/+1
2022-01-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds1-9/+9
2022-01-09Merge tag 'soc-fixes-5.16-5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-0/+4
2022-01-09Merge tag 'perf-tools-fixes-for-v5.16-2022-01-09' of git://git.kernel.org/pub...Linus Torvalds2-20/+1
2022-01-09Revert "drm/amdgpu: stop scheduler when calling hw_fini (v2)"Len Brown1-8/+0
2022-01-08Input: zinitix - make sure the IRQ is allocated before it gets enabledNikita Travkin1-9/+9
2022-01-08ARM: dts: gpio-ranges property is now requiredPhil Elwell2-0/+4
2022-01-08Merge tag 'soc-fixes-5.16-4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds6-5/+11