summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2023-01-04arch: setup PF_IO_WORKER threads like PF_KTHREADJens Axboe22-22/+22
2023-01-04entry/kvm: Exit to user mode when TIF_NOTIFY_SIGNAL is setSeth Forshee1-4/+1
2023-01-04kernel: allow fork with TIF_NOTIFY_SIGNAL pendingJens Axboe1-1/+1
2023-01-04coredump: Limit what can interrupt coredumpsEric W. Biederman1-1/+1
2023-01-04kernel: remove checking for TIF_NOTIFY_SIGNALJens Axboe4-12/+0
2023-01-04task_work: remove legacy TWA_SIGNAL pathJens Axboe1-29/+1
2023-01-04alpha: fix TIF_NOTIFY_SIGNAL handlingAl Viro1-1/+1
2023-01-04ARC: unbork 5.11 bootup: fix snafu in _TIF_NOTIFY_SIGNAL handlingVineet Gupta1-1/+1
2023-01-04ia64: don't call handle_signal() unless there's actually a signal queuedJens Axboe1-1/+2
2023-01-04sparc: add support for TIF_NOTIFY_SIGNALJens Axboe4-5/+9
2023-01-04riscv: add support for TIF_NOTIFY_SIGNALJens Axboe2-2/+5
2023-01-04nds32: add support for TIF_NOTIFY_SIGNALJens Axboe3-2/+4
2023-01-04ia64: add support for TIF_NOTIFY_SIGNALJens Axboe2-2/+5
2023-01-04h8300: add support for TIF_NOTIFY_SIGNALJens Axboe2-2/+4
2023-01-04c6x: add support for TIF_NOTIFY_SIGNALJens Axboe3-1/+4
2023-01-04alpha: add support for TIF_NOTIFY_SIGNALJens Axboe3-2/+4
2023-01-04xtensa: add support for TIF_NOTIFY_SIGNALJens Axboe3-4/+8
2023-01-04arm: add support for TIF_NOTIFY_SIGNALJens Axboe4-6/+11
2023-01-04microblaze: add support for TIF_NOTIFY_SIGNALJens Axboe2-1/+4
2023-01-04hexagon: add support for TIF_NOTIFY_SIGNALJens Axboe2-1/+3
2023-01-04csky: add support for TIF_NOTIFY_SIGNALJens Axboe2-2/+5
2023-01-04openrisc: add support for TIF_NOTIFY_SIGNALJens Axboe2-1/+3
2023-01-04sh: add support for TIF_NOTIFY_SIGNALJens Axboe2-2/+4
2023-01-04um: add support for TIF_NOTIFY_SIGNALJens Axboe2-1/+4
2023-01-04s390: add support for TIF_NOTIFY_SIGNALJens Axboe3-6/+9
2023-01-04mips: add support for TIF_NOTIFY_SIGNALJens Axboe2-2/+4
2023-01-04powerpc: add support for TIF_NOTIFY_SIGNALJens Axboe2-2/+5
2023-01-04parisc: add support for TIF_NOTIFY_SIGNALJens Axboe2-2/+5
2023-01-04nios32: add support for TIF_NOTIFY_SIGNALJens Axboe2-1/+4
2023-01-04m68k: add support for TIF_NOTIFY_SIGNALJens Axboe2-1/+3
2023-01-04arm64: add support for TIF_NOTIFY_SIGNALJens Axboe2-2/+5
2023-01-04arc: add support for TIF_NOTIFY_SIGNALJens Axboe3-3/+6
2023-01-04x86: Wire up TIF_NOTIFY_SIGNALJens Axboe1-0/+2
2023-01-04task_work: Use TIF_NOTIFY_SIGNAL if availableJens Axboe1-12/+29
2023-01-04entry: Add support for TIF_NOTIFY_SIGNALJens Axboe8-11/+77
2023-01-04fs: provide locked helper variant of close_fd_get_file()Jens Axboe2-11/+26
2023-01-04file: Rename __close_fd_get_file close_fd_get_fileEric W. Biederman4-5/+5
2023-01-04fs: make do_renameat2() take struct filenameJens Axboe2-18/+24
2023-01-04signal: Add task_sigpending() helperJens Axboe3-7/+12
2023-01-04net: add accept helper not installing fdPavel Begunkov2-31/+39
2023-01-04net: provide __sys_shutdown_sock() that takes a socketJens Axboe2-3/+13
2023-01-04tools headers UAPI: Sync openat2.h with the kernel sourcesArnaldo Carvalho de Melo1-0/+4
2023-01-04fs: expose LOOKUP_CACHED through openat2() RESOLVE_CACHEDJens Axboe3-1/+11
2023-01-04Make sure nd->path.mnt and nd->path.dentry are always valid pointersAl Viro1-2/+4
2023-01-04fix handling of nd->depth on LOOKUP_CACHED failures in try_to_unlazy*Al Viro1-4/+5
2023-01-04fs: add support for LOOKUP_CACHEDJens Axboe2-0/+10
2023-01-04saner calling conventions for unlazy_child()Al Viro1-14/+14
2023-01-04iov_iter: add helper to save iov_iter stateJens Axboe2-19/+48
2023-01-04kernel: provide create_io_thread() helperJens Axboe2-0/+32
2022-12-21Linux 5.10.161v5.10.161Greg Kroah-Hartman1-1/+1