aboutsummaryrefslogtreecommitdiffstats
path: root/fs/signalfd.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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/linux-mce-2.6Linus 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 implicit slab.h inclusion from percpu.hTejun 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