summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* signal: break out of wait loops on kthread_stop()Jason A. Donenfeld2022-07-181-0/+1
* Merge tag 'mm-nonmm-stable-2022-06-05' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-06-051-0/+16
|\
| * delayacct: track delays from write-protect copyYang Yang2022-06-011-0/+16
* | Merge tag 'sched-urgent-2022-06-05' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-06-051-1/+1
|\ \
| * | sched/autogroup: Fix sysctl movePeter Zijlstra2022-05-301-1/+1
* | | Merge tag 'perf-urgent-2022-06-05' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-06-051-1/+0
|\ \ \
| * | | perf/core: Remove unused local variableHaowen Bai2022-05-271-1/+0
* | | | Merge tag 'pull-18-rc1-work.mount' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-06-041-2/+2
|\ \ \ \
| * | | | blob_to_mnt(): kern_unmount() is needed to undo kern_mount()Al Viro2022-05-191-2/+2
* | | | | Merge tag 'ptrace_stop-cleanup-for-v5.19' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-06-034-145/+93
|\ \ \ \ \
| * | | | | sched,signal,ptrace: Rework TASK_TRACED, TASK_STOPPED statePeter Zijlstra2022-05-112-5/+21
| * | | | | ptrace: Always take siglock in ptrace_resumeEric W. Biederman2022-05-111-11/+2
| * | | | | ptrace: Don't change __stateEric W. Biederman2022-05-113-25/+15
| * | | | | ptrace: Admit ptrace_stop can generate spuriuos SIGTRAPsEric W. Biederman2022-05-111-54/+38
| * | | | | ptrace: Document that wait_task_inactive can't failEric W. Biederman2022-05-111-11/+3
| * | | | | ptrace: Reimplement PTRACE_KILL by always sending SIGKILLEric W. Biederman2022-05-111-3/+2
| * | | | | signal: Use lockdep_assert_held instead of assert_spin_lockedEric W. Biederman2022-05-111-2/+2
| * | | | | ptrace: Remove arch_ptrace_attachEric W. Biederman2022-05-111-18/+0
| * | | | | signal: Replace __group_send_sig_info with send_signal_lockedEric W. Biederman2022-05-112-10/+4
| * | | | | signal: Rename send_signal send_signal_lockedEric W. Biederman2022-05-111-12/+12
| |/ / / /
* | | | | Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-06-033-12/+42
|\ \ \ \ \
| * | | | | sched: Update task_tick_numa to ignore tasks without an mmEric W. Biederman2022-05-111-1/+1
| * | | | | fork: Explicitly set PF_KTHREADEric W. Biederman2022-05-071-0/+3
| * | | | | fork: Generalize PF_IO_WORKER handlingEric W. Biederman2022-05-071-8/+8
| * | | | | fork: Explicity test for idle tasks in copy_threadEric W. Biederman2022-05-071-0/+9
| * | | | | fork: Pass struct kernel_clone_args into copy_threadEric W. Biederman2022-05-071-2/+2
| * | | | | kthread: Don't allocate kthread_struct for init and umhEric W. Biederman2022-05-062-5/+23
| |/ / / /
* | | | | Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds2022-06-031-0/+2
|\ \ \ \ \
| * | | | | ftrace/fgraph: fix increased missing-prototypes warningsChengming Zhou2022-06-011-0/+2
* | | | | | Merge tag 'net-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-06-021-9/+5
|\ \ \ \ \ \
| * | | | | | bpf: Fix probe read error in ___bpf_prog_run()Menglong Dong2022-05-281-9/+5
* | | | | | | module: Fix prefix for module.sig_enforce module paramSaravana Kannan2022-06-021-0/+3
* | | | | | | Merge tag 'livepatching-for-5.19' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-06-021-1/+1
|\ \ \ \ \ \ \
| * | | | | | | livepatch: Remove klp_arch_set_pc() and asm/livepatch.hChristophe Leroy2022-05-241-1/+1
* | | | | | | | Merge tag 'printk-for-5.19-fixup' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-06-021-1/+1
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | Revert "printk: wake up all waiters"John Ogness2022-05-271-1/+1
* | | | | | | | Merge tag 'riscv-for-linus-5.19-mw0' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2022-05-311-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | kexec_file: Fix kexec_file.c build error for riscv platformLiao Chang2022-05-191-2/+2
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge tag 'pm-5.19-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2022-05-302-26/+423
|\ \ \ \ \ \ \ \
| * | | | | | | | kernel/reboot: Change registration order of legacy power-off handlerDmitry Osipenko2022-05-251-16/+17
| * | | | | | | | Merge back reboot/poweroff notifiers rework for 5.19-rc1.Rafael J. Wysocki2022-05-252-26/+422
| |\ \ \ \ \ \ \ \
| | * | | | | | | | kernel/reboot: Add devm_register_restart_handler()Dmitry Osipenko2022-05-191-0/+22
| | * | | | | | | | kernel/reboot: Add devm_register_power_off_handler()Dmitry Osipenko2022-05-191-0/+22
| | * | | | | | | | reboot: Remove pm_power_off_prepare()Dmitry Osipenko2022-05-191-19/+0
| | * | | | | | | | kernel/reboot: Add register_platform_power_off()Dmitry Osipenko2022-05-191-0/+55
| | * | | | | | | | kernel/reboot: Add kernel_can_power_off()Dmitry Osipenko2022-05-191-1/+13
| | * | | | | | | | kernel/reboot: Add stub for pm_power_offDmitry Osipenko2022-05-191-0/+6
| | * | | | | | | | kernel/reboot: Add do_kernel_power_off()Dmitry Osipenko2022-05-191-0/+13
| | * | | | | | | | kernel/reboot: Wrap legacy power-off callbacks into sys-off handlersDmitry Osipenko2022-05-191-2/+42
| | * | | | | | | | kernel/reboot: Introduce sys-off handler APIDmitry Osipenko2022-05-191-0/+182