summaryrefslogtreecommitdiff
path: root/fs/signalfd.c
Commit message (Expand)AuthorAge
* fs: add do_compat_signalfd4() helper; remove in-kernel call to compat syscallDominik Brodowski2018-04-02
* fs: add do_signalfd4() helper; remove internal calls to sys_signalfd4()Dominik Brodowski2018-04-02
* fs/signalfd: fix build error for BUS_MCEERR_ARRandy Dunlap2018-02-22
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-11
* fs: annotate ->poll() instancesAl Viro2017-11-27
* Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-11-17
|\
| * get_compat_sigset()Al Viro2017-09-19
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
|/
* signal: Remove kernel interal si_code magicEric W. Biederman2017-07-24
* sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar2017-06-20
* mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCUPaul E. McKenney2017-04-18
* signalfd: fix information leak in signalfd_copyinfoAmanieu d'Antras2015-08-07
* fs: Convert show_fdinfo functions to voidJoe Perches2014-11-05
* switch signalfd{,4}() to COMPAT_SYSCALL_DEFINEAl Viro2013-03-03
* fs, epoll: add procfs fdinfo helperCyrill Gorcunov2012-12-17
* switch simple cases of fget_light to fdgetAl Viro2012-09-26
* switch signalfd4() to fget_light/fput_lightAl Viro2012-05-29
* epoll: ep_unregister_pollwait() can use the freed pwq->wheadOleg Nesterov2012-02-24
* epoll: introduce POLLFREE to flush ->signalfd_wqh before kfree()Oleg Nesterov2012-02-24
* Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Linus Torvalds2010-10-26
|\
| * HWPOISON/signalfd: add support for addr_lsbHidetoshi Seto2010-10-08
* | llseek: automatically add .llseek fopArnd Bergmann2010-10-15
|/
* signalfd: fill in ssi_int for posix timers and message queuesNathan Lynch2010-08-11
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* anonfd: Allow making anon files read-onlyRoland Dreier2009-12-22
* [CVE-2009-0029] System call wrappers part 31Heiko Carstens2009-01-14
* flag parameters: check magic constantsUlrich Drepper2008-07-24
* flag parameters: NONBLOCK in signalfdUlrich Drepper2008-07-24
* flag parameters: signalfdUlrich Drepper2008-07-24
* flag parameters: anon_inode_getfd extensionUlrich Drepper2008-07-24
* [PATCH] sanitize anon_inode_getfd()Al Viro2008-05-01
* signalfd: fix for incorrect SI_QUEUE user data reportingDavide Libenzi2008-04-11
* fs/signalfd.c should #include <linux/syscalls.h>Adrian Bunk2008-02-06
* Fix a small number of "memeber" typoes.Robert P. J. Day2008-02-03
* rename signalfd_siginfo fieldsDavide Libenzi2007-10-17
* signalfd simplificationDavide Libenzi2007-09-20
* signalfd: make it group-wide, fix posix-timers schedulingOleg Nesterov2007-08-22
* tiny signalfd cleanupUlrich Drepper2007-07-26
* avoid spurious POLLIN returns in signalfdDavide Libenzi2007-06-28
* signalfd: retrieve multiple signals with one read() callDavi Arnaut2007-05-23
* signal/timer/event: signalfd coreDavide Libenzi2007-05-11