summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | delayacct: track delays from memory compactwangyong2022-01-201-0/+16
| * | | | delayacct: support swapin delay accounting for swapping without blkioYang Yang2022-01-201-15/+18
| * | | | panic: remove oops_idSebastian Andrzej Siewior2022-01-201-18/+1
| * | | | panic: use error_report_end tracepoint on warningsMarco Elver2022-01-201-0/+2
| * | | | 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-201-2/+30
| | |/ / | |/| |
* | | | Merge tag 'kbuild-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds2022-01-191-1/+0
|\ \ \ \
| * | | | gcov: Remove compiler version checkNathan Chancellor2021-12-021-1/+0
* | | | | Merge branch 'modules-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-01-174-16/+320
|\ \ \ \ \
| * | | | | 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
| * | | | | module: add in-kernel support for decompressingDmitry Torokhov2022-01-114-11/+315
| * | | | | module: Remove outdated commentYu Chen2022-01-111-1/+0
* | | | | | Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-01-1711-202/+172
|\ \ \ \ \ \
| * | | | | | 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: 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-082-26/+1
| * | | | | | exit: Remove profile_task_exit & profile_munmapEric W. Biederman2022-01-082-51/+0
| * | | | | | signal: clean up kernel-doc commentsRandy Dunlap2022-01-081-2/+3
| * | | | | | signal: Remove the helper signal_group_exitEric W. Biederman2022-01-082-5/+11
| * | | | | | signal: Rename group_exit_task group_exec_taskEric W. Biederman2022-01-081-2/+2
| * | | | | | signal: Remove SIGNAL_GROUP_COREDUMPEric W. Biederman2022-01-081-1/+1
| * | | | | | 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
| * | | | | | 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
| * | | | | | kthread: Generalize pf_io_worker so it can point to struct kthreadEric W. Biederman2022-01-083-17/+7
| * | | | | | 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
| * | | | | | 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-133-25/+26
| * | | | | | exit: Rename complete_and_exit to kthread_complete_and_exitEric W. Biederman2021-12-132-9/+21
| * | | | | | exit: Rename module_put_and_exit to module_put_and_kthread_exitEric W. Biederman2021-12-131-3/+3
| * | | | | | exit: Implement kthread_exitEric W. Biederman2021-12-131-4/+19
| * | | | | | exit: Stop exporting do_exitEric W. Biederman2021-12-131-1/+0
| * | | | | | exit: Stop poorly open coding do_task_dead in make_task_deadEric W. Biederman2021-12-131-2/+1
| * | | | | | exit: Move oops specific logic from do_exit into make_task_deadEric W. Biederman2021-12-133-41/+41
| * | | | | | exit: Add and use make_task_dead.Eric W. Biederman2021-12-131-0/+9
| * | | | | | Merge SA_IMMUTABLE-fixes-for-v5.16-rc2Eric W. Biederman2021-12-032-9/+31
| |\ \ \ \ \ \
| * | | | | | | signal: Requeue ptrace signalsEric W. Biederman2021-11-171-1/+2
| * | | | | | | signal: Requeue signals in the appropriate queueEric W. Biederman2021-11-171-7/+14
| * | | | | | | signal: In get_signal test for signal_group_exit every time through the loopEric W. Biederman2021-11-171-10/+10
* | | | | | | | Merge tag 'hyperv-next-signed-20220114' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2022-01-161-2/+48
|\ \ \ \ \ \ \ \
| * | | | | | | | swiotlb: Add CONFIG_HAS_IOMEM check around swiotlb_mem_remap()Wei Liu2022-01-041-0/+7
| * | | | | | | | swiotlb: Add swiotlb bounce buffer remap function for HV IVMTianyu Lan2021-12-201-2/+41