summaryrefslogtreecommitdiffstats
path: root/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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: Replace force_fatal_sig with force_exit_sig when in doubtEric W. Biederman2021-11-192-2/+15
| * signal: Don't always set SA_IMMUTABLE for forced signalsEric W. Biederman2021-11-191-7/+16
* | 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 'timers-urgent-2021-11-14' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-11-142-2/+18
|\
| * posix-cpu-timers: Clear task::posix_cputimers_work in copy_process()Michael Pratt2021-11-022-2/+18
* | Merge tag 'irq-urgent-2021-11-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-11-141-2/+2
|\ \
| * | PCI/MSI: Move non-mask check back into low level accessorsThomas Gleixner2021-11-111-2/+2
* | | Merge tag 'sched_urgent_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2021-11-146-40/+76
|\ \ \
| * | | preempt: Restore preemption model selection configsValentin Schneider2021-11-112-24/+24
| * | | sched/fair: Prevent dead task groups from regaining cfs_rq'sMathias Krause2021-11-115-16/+49
| * | | sched/core: Mitigate race cpus_share_cache()/update_top_cache_domain()Vincent Donnefort2021-11-111-0/+3
| |/ /
* | | Merge tag 'perf_urgent_for_v5.16_rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2021-11-141-5/+5
|\ \ \
| * | | perf/core: Avoid put_page() when GUP failsGreg Thelen2021-11-111-5/+5
| |/ /
* | | Merge tag 'trace-v5.16-4' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds2021-11-132-6/+9
|\ \ \
| * | | tracing/histogram: Fix check for missing operands in an expressionKalesh Singh2021-11-121-1/+2
| * | | tracing/histogram: Do not copy the fixed-size char array field over the field...Masami Hiramatsu2021-11-121-4/+5
| * | | tracing/osnoise: Make osnoise_instances staticDaniel Bristot de Oliveira2021-11-121-1/+2
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2021-11-121-0/+1
|\ \ \ \
| * | | | reboot: export symbol 'reboot_mode'Shawn Guo2021-10-171-0/+1
* | | | | Merge tag 'kcsan.2021.11.11a' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-11-125-111/+183
|\ \ \ \ \
| * | | | | kcsan: selftest: Cleanup and add missing __initMarco Elver2021-09-141-42/+30
| * | | | | kcsan: Move ctx to start of argument listMarco Elver2021-09-141-4/+4
| * | | | | kcsan: Support reporting scoped read-write access typeMarco Elver2021-09-142-3/+9
| * | | | | kcsan: Start stack trace with explicit location if providedMarco Elver2021-09-142-13/+61
| * | | | | kcsan: Save instruction pointer for scoped accessesMarco Elver2021-09-141-3/+9
| * | | | | kcsan: Add ability to pass instruction pointer of access to reportingMarco Elver2021-09-143-38/+45
| * | | | | kcsan: test: Fix flaky test caseMarco Elver2021-09-141-4/+18
| * | | | | kcsan: test: Use kunit_skip() to skip testsMarco Elver2021-09-141-4/+7
| * | | | | kcsan: test: Defer kcsan_test_init() after kunit initializationMarco Elver2021-09-141-1/+1
* | | | | | Merge tag 'trace-v5.16-3' of git://git.kernel.org/pub/scm/linux/kernel/git/ro...Linus Torvalds2021-11-112-1/+7
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | ftrace/direct: Fix lockup in modify_ftrace_direct_multiJiri Olsa2021-11-101-1/+2
| * | | | | ring-buffer: Protect ring_buffer_reset() from reentrancySteven Rostedt (VMware)2021-11-101-0/+5