summaryrefslogtreecommitdiffstats
path: root/fs/signalfd.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-11-171-3/+1
|\
| * get_compat_sigset()Al Viro2017-09-191-3/+1
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* signal: Remove kernel interal si_code magicEric W. Biederman2017-07-241-14/+8
* sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar2017-06-201-1/+1
* mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCUPaul E. McKenney2017-04-181-1/+1
* signalfd: fix information leak in signalfd_copyinfoAmanieu d'Antras2015-08-071-2/+3
* fs: Convert show_fdinfo functions to voidJoe Perches2014-11-051-3/+1
* switch signalfd{,4}() to COMPAT_SYSCALL_DEFINEAl Viro2013-03-031-0/+31
* fs, epoll: add procfs fdinfo helperCyrill Gorcunov2012-12-171-0/+18
* switch simple cases of fget_light to fdgetAl Viro2012-09-261-7/+6
* switch signalfd4() to fget_light/fput_lightAl Viro2012-05-291-3/+4
* epoll: ep_unregister_pollwait() can use the freed pwq->wheadOleg Nesterov2012-02-241-1/+5
* epoll: introduce POLLFREE to flush ->signalfd_wqh before kfree()Oleg Nesterov2012-02-241-0/+11
* Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Linus Torvalds2010-10-261-0/+10
|\
| * HWPOISON/signalfd: add support for addr_lsbHidetoshi Seto2010-10-081-0/+10
* | llseek: automatically add .llseek fopArnd Bergmann2010-10-151-0/+1
|/
* signalfd: fill in ssi_int for posix timers and message queuesNathan Lynch2010-08-111-0/+2
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* anonfd: Allow making anon files read-onlyRoland Dreier2009-12-221-1/+1
* [CVE-2009-0029] System call wrappers part 31Heiko Carstens2009-01-141-4/+4
* flag parameters: check magic constantsUlrich Drepper2008-07-241-0/+4
* flag parameters: NONBLOCK in signalfdUlrich Drepper2008-07-241-2/+2
* flag parameters: signalfdUlrich Drepper2008-07-241-2/+12
* flag parameters: anon_inode_getfd extensionUlrich Drepper2008-07-241-1/+2
* [PATCH] sanitize anon_inode_getfd()Al Viro2008-05-011-13/+4
* signalfd: fix for incorrect SI_QUEUE user data reportingDavide Libenzi2008-04-111-1/+6
* fs/signalfd.c should #include <linux/syscalls.h>Adrian Bunk2008-02-061-0/+1
* Fix a small number of "memeber" typoes.Robert P. J. Day2008-02-031-1/+1
* rename signalfd_siginfo fieldsDavide Libenzi2007-10-171-22/+22
* signalfd simplificationDavide Libenzi2007-09-201-161/+29
* signalfd: make it group-wide, fix posix-timers schedulingOleg Nesterov2007-08-221-4/+10
* tiny signalfd cleanupUlrich Drepper2007-07-261-1/+1
* avoid spurious POLLIN returns in signalfdDavide Libenzi2007-06-281-1/+2
* signalfd: retrieve multiple signals with one read() callDavi Arnaut2007-05-231-45/+75
* signal/timer/event: signalfd coreDavide Libenzi2007-05-111-0/+349
OpenPOWER on IntegriCloud