aboutsummaryrefslogtreecommitdiff
path: root/fs/signalfd.c
AgeCommit message (Expand)Author
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
2008-02-06fs/signalfd.c should #include <linux/syscalls.h>Adrian Bunk
2008-02-03Fix a small number of "memeber" typoes.Robert P. J. Day
2007-10-17rename signalfd_siginfo fieldsDavide Libenzi
2007-09-20signalfd simplificationDavide Libenzi
2007-08-22signalfd: make it group-wide, fix posix-timers schedulingOleg Nesterov
2007-07-26tiny signalfd cleanupUlrich Drepper
2007-06-28avoid spurious POLLIN returns in signalfdDavide Libenzi
2007-05-23signalfd: retrieve multiple signals with one read() callDavi Arnaut
2007-05-11signal/timer/event: signalfd coreDavide Libenzi