summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/jlaw...Linus Torvalds2022-01-173-188/+0
|\
| * drop fen.cocciJulia Lawall2022-01-151-124/+0
| * scripts/coccinelle: drop bugon.cocciJulia Lawall2022-01-151-63/+0
| * MAINTAINERS: remove Gilles MullerJulia Lawall2022-01-151-1/+0
* | Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-01-178-19/+340
|\ \
| * | module: fix signature check failures when using in-kernel decompressionDmitry Torokhov2022-01-141-4/+5
| * | kernel: Fix spelling mistake "compresser" -> "compressor"Colin Ian King2022-01-131-1/+1
| * | MAINTAINERS: add mailing lists for kmod and modulesLuis Chamberlain2022-01-111-0/+3
| * | module.h: allow #define strings to work with MODULE_IMPORT_NSGreg Kroah-Hartman2022-01-111-1/+2
| * | module: add in-kernel support for decompressingDmitry Torokhov2022-01-116-11/+329
| * | MAINTAINERS: Remove myself as modules maintainerJessica Yu2022-01-111-2/+1
| * | module: Remove outdated commentYu Chen2022-01-111-1/+0
* | | unicode: fix .gitignore for generated utfdata fileLinus Torvalds2022-01-171-1/+1
* | | Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-01-1786-400/+308
|\ \ \
| * | | ptrace/m68k: Stop open coding ptrace_report_syscallEric W. Biederman2022-01-081-11/+1
| * | | ptrace: Remove unused regs argument from ptrace_report_syscallEric W. Biederman2022-01-081-4/+3
| * | | ptrace: Remove second setting of PT_SEIZED in ptrace_attachEric W. Biederman2022-01-081-2/+0
| * | | taskstats: Cleanup the use of task->exit_codeEric W. Biederman2022-01-081-4/+3
| * | | exit: Use the correct exit_code in /proc/<pid>/statEric W. Biederman2022-01-081-1/+5
| * | | exit: Fix the exit_code for wait_task_zombieEric W. Biederman2022-01-081-1/+2
| * | | exit: Coredumps reach do_group_exitEric W. Biederman2022-01-081-2/+0
| * | | exit: Remove profile_handoff_taskEric W. Biederman2022-01-083-45/+1
| * | | exit: Remove profile_task_exit & profile_munmapEric W. Biederman2022-01-084-78/+0
| * | | signal: clean up kernel-doc commentsRandy Dunlap2022-01-081-2/+3
| * | | signal: Remove the helper signal_group_exitEric W. Biederman2022-01-085-15/+15
| * | | signal: Rename group_exit_task group_exec_taskEric W. Biederman2022-01-083-14/+10
| * | | coredump: Stop setting signal->group_exit_taskEric W. Biederman2022-01-081-2/+0
| * | | signal: Remove SIGNAL_GROUP_COREDUMPEric W. Biederman2022-01-083-5/+3
| * | | signal: During coredumps set SIGNAL_GROUP_EXIT in zap_processEric W. Biederman2022-01-081-3/+3
| * | | signal: Make coredump handling explicit in complete_signalEric W. Biederman2022-01-081-1/+1
| * | | signal: Have prepare_signal detect coredumps using signal->core_stateEric W. Biederman2022-01-081-2/+2
| * | | signal: Have the oom killer detect coredumps using signal->core_stateEric W. Biederman2022-01-081-1/+1
| * | | exit: Move force_uaccess back into do_exitEric W. Biederman2022-01-081-9/+14
| * | | exit: Guarantee make_task_dead leaks the tsk when calling do_task_exitEric W. Biederman2022-01-081-0/+2
| * | | exit/xtensa: In arch/xtensa/entry.S:Linvalid_mask call make_task_deadEric W. Biederman2022-01-081-1/+1
| * | | csky: Fix function name in csky_alignment() and die()Nathan Chancellor2022-01-082-2/+2
| * | | h8300: Fix build errors from do_exit() to make_task_dead() transitionNathan Chancellor2022-01-082-2/+3
| * | | hexagon: Fix function name in die()Nathan Chancellor2022-01-081-1/+1
| * | | kthread: Generalize pf_io_worker so it can point to struct kthreadEric W. Biederman2022-01-086-23/+13
| * | | kthread: Never put_user the set_child_tid addressEric W. Biederman2021-12-221-1/+1
| * | | kthread: Warn about failed allocations for the init kthreadEric W. Biederman2021-12-211-1/+1
| * | | fork: Rename bad_fork_cleanup_threadgroup_lock to bad_fork_cleanup_delayacctEric W. Biederman2021-12-201-3/+3
| * | | fork: Stop protecting back_fork_cleanup_cgroup_lock with CONFIG_NUMAEric W. Biederman2021-12-201-1/+1
| * | | objtool: Add a missing comma to avoid string concatenationEric W. Biederman2021-12-151-1/+1
| * | | exit/kthread: Fix the kerneldoc comment for kthread_complete_and_exitEric W. Biederman2021-12-141-1/+1
| * | | exit/kthread: Move the exit code for kernel threads into struct kthreadEric W. Biederman2021-12-131-2/+5
| * | | kthread: Ensure struct kthread is present for all kthreadsEric W. Biederman2021-12-135-26/+29
| * | | exit: Rename complete_and_exit to kthread_complete_and_exitEric W. Biederman2021-12-1315-31/+43
| * | | exit: Rename module_put_and_exit to module_put_and_kthread_exitEric W. Biederman2021-12-1311-17/+17
| * | | exit: Implement kthread_exitEric W. Biederman2021-12-133-4/+21