summaryrefslogtreecommitdiff
path: root/fs/signalfd.c
AgeCommit message (Expand)Author
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2021-12-09signalfd: use wake_up_pollfree()Eric Biggers
2021-11-17signal: Requeue signals in the appropriate queueEric W. Biederman
2021-07-23signal: Rename SIL_PERF_EVENT SIL_FAULT_PERF_EVENT for consistencyEric W. Biederman
2021-05-18signalfd: Remove SIL_PERF_EVENT fields from signalfd_siginfoEric W. Biederman
2021-05-18signal: Deliver all of the siginfo perf data in _perfEric W. Biederman
2021-05-18signal: Implement SIL_FAULT_TRAPNOEric W. Biederman
2021-04-16signal: Introduce TRAP_PERF si_code and si_perf to siginfoMarco Elver
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-08-12fs/signalfd.c: fix inconsistent return codes for signalfd4Helge Deller
2019-04-08fs: mark expected switch fall-throughsGustavo A. R. Silva
2018-10-03signal: Distinguish between kernel_siginfo and siginfoEric W. Biederman
2018-06-16Merge branch 'work.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2018-06-15signalfd: lift sigmask copyin and size checks to callers of do_signalfd4()Al Viro
2018-04-26signal: Extend siginfo_layout with SIL_FAULT_{MCEERR|BNDERR|PKUERR}Eric W. Biederman
2018-04-26signal/signalfd: Add support for SIGSYSEric W. Biederman
2018-04-26signal/signalfd: Remove __put_user from signalfd_copyinfoEric W. Biederman
2018-04-25signal: Remove ifdefs for BUS_MCEERR_AR and BUS_MCEERR_AOEric W. Biederman
2018-04-02fs: add do_compat_signalfd4() helper; remove in-kernel call to compat syscallDominik Brodowski
2018-04-02fs: add do_signalfd4() helper; remove internal calls to sys_signalfd4()Dominik Brodowski
2018-02-22fs/signalfd: fix build error for BUS_MCEERR_ARRandy Dunlap
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2017-11-27fs: annotate ->poll() instancesAl Viro
2017-11-17Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-19get_compat_sigset()Al Viro
2017-07-24signal: Remove kernel interal si_code magicEric W. Biederman
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar
2017-04-18mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCUPaul E. McKenney
2015-08-07signalfd: fix information leak in signalfd_copyinfoAmanieu d'Antras
2014-11-05fs: Convert show_fdinfo functions to voidJoe Perches
2013-03-03switch signalfd{,4}() to COMPAT_SYSCALL_DEFINEAl Viro
2012-12-17fs, epoll: add procfs fdinfo helperCyrill Gorcunov
2012-09-26switch simple cases of fget_light to fdgetAl Viro
2012-05-29switch signalfd4() to fget_light/fput_lightAl Viro
2012-02-24epoll: ep_unregister_pollwait() can use the freed pwq->wheadOleg Nesterov
2012-02-24epoll: introduce POLLFREE to flush ->signalfd_wqh before kfree()Oleg Nesterov
2010-10-26Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Linus Torvalds
2010-10-15llseek: automatically add .llseek fopArnd Bergmann
2010-10-08HWPOISON/signalfd: add support for addr_lsbHidetoshi Seto
2010-08-11signalfd: fill in ssi_int for posix timers and message queuesNathan Lynch
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-12-22anonfd: Allow making anon files read-onlyRoland Dreier
2009-01-14[CVE-2009-0029] System call wrappers part 31Heiko Carstens
2008-07-24flag parameters: check magic constantsUlrich Drepper
2008-07-24flag parameters: NONBLOCK in signalfdUlrich Drepper
2008-07-24flag parameters: signalfdUlrich Drepper
2008-07-24flag parameters: anon_inode_getfd extensionUlrich Drepper
2008-05-01[PATCH] sanitize anon_inode_getfd()Al Viro
2008-04-11signalfd: fix for incorrect SI_QUEUE user data reportingDavide Libenzi