summaryrefslogtreecommitdiff
path: root/fs/signalfd.c
AgeCommit message (Expand)AuthorFilesLines
2019-04-08fs: mark expected switch fall-throughsGustavo A. R. Silva1-0/+1
2018-10-03signal: Distinguish between kernel_siginfo and siginfoEric W. Biederman1-3/+3
2018-06-16Merge branch 'work.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-25/+25
2018-06-15signalfd: lift sigmask copyin and size checks to callers of do_signalfd4()Al Viro1-25/+25
2018-04-26signal: Extend siginfo_layout with SIL_FAULT_{MCEERR|BNDERR|PKUERR}Eric W. Biederman1-8/+16
2018-04-26signal/signalfd: Add support for SIGSYSEric W. Biederman1-1/+5
2018-04-26signal/signalfd: Remove __put_user from signalfd_copyinfoEric W. Biederman1-27/+29
2018-04-25signal: Remove ifdefs for BUS_MCEERR_AR and BUS_MCEERR_AOEric W. Biederman1-13/+2
2018-04-02fs: add do_compat_signalfd4() helper; remove in-kernel call to compat syscallDominik Brodowski1-5/+12
2018-04-02fs: add do_signalfd4() helper; remove internal calls to sys_signalfd4()Dominik Brodowski1-4/+10
2018-02-22fs/signalfd: fix build error for BUS_MCEERR_ARRandy Dunlap1-3/+12
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-2/+2
2017-11-27fs: annotate ->poll() instancesAl Viro1-2/+2
2017-11-17Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds1-3/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-19get_compat_sigset()Al Viro1-3/+1
2017-07-24signal: Remove kernel interal si_code magicEric W. Biederman1-14/+8
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar1-1/+1
2017-04-18mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCUPaul E. McKenney1-1/+1
2015-08-07signalfd: fix information leak in signalfd_copyinfoAmanieu d'Antras1-2/+3
2014-11-05fs: Convert show_fdinfo functions to voidJoe Perches1-3/+1
2013-03-03switch signalfd{,4}() to COMPAT_SYSCALL_DEFINEAl Viro1-0/+31
2012-12-17fs, epoll: add procfs fdinfo helperCyrill Gorcunov1-0/+18
2012-09-26switch simple cases of fget_light to fdgetAl Viro1-7/+6
2012-05-29switch signalfd4() to fget_light/fput_lightAl Viro1-3/+4
2012-02-24epoll: ep_unregister_pollwait() can use the freed pwq->wheadOleg Nesterov1-1/+5
2012-02-24epoll: introduce POLLFREE to flush ->signalfd_wqh before kfree()Oleg Nesterov1-0/+11
2010-10-26Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Linus Torvalds1-0/+10
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+1
2010-10-08HWPOISON/signalfd: add support for addr_lsbHidetoshi Seto1-0/+10
2010-08-11signalfd: fill in ssi_int for posix timers and message queuesNathan Lynch1-0/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2009-12-22anonfd: Allow making anon files read-onlyRoland Dreier1-1/+1
2009-01-14[CVE-2009-0029] System call wrappers part 31Heiko Carstens1-4/+4
2008-07-24flag parameters: check magic constantsUlrich Drepper1-0/+4
2008-07-24flag parameters: NONBLOCK in signalfdUlrich Drepper1-2/+2
2008-07-24flag parameters: signalfdUlrich Drepper1-2/+12
2008-07-24flag parameters: anon_inode_getfd extensionUlrich Drepper1-1/+2
2008-05-01[PATCH] sanitize anon_inode_getfd()Al Viro1-13/+4
2008-04-11signalfd: fix for incorrect SI_QUEUE user data reportingDavide Libenzi1-1/+6
2008-02-06fs/signalfd.c should #include <linux/syscalls.h>Adrian Bunk1-0/+1
2008-02-03Fix a small number of "memeber" typoes.Robert P. J. Day1-1/+1
2007-10-17rename signalfd_siginfo fieldsDavide Libenzi1-22/+22
2007-09-20signalfd simplificationDavide Libenzi1-161/+29
2007-08-22signalfd: make it group-wide, fix posix-timers schedulingOleg Nesterov1-4/+10
2007-07-26tiny signalfd cleanupUlrich Drepper1-1/+1
2007-06-28avoid spurious POLLIN returns in signalfdDavide Libenzi1-1/+2
2007-05-23signalfd: retrieve multiple signals with one read() callDavi Arnaut1-45/+75
2007-05-11signal/timer/event: signalfd coreDavide Libenzi1-0/+349