Age | Commit message (Expand) | Author | Files | Lines |
2019-04-08 | fs: mark expected switch fall-throughs | Gustavo A. R. Silva | 1 | -0/+1 |
2018-10-03 | signal: Distinguish between kernel_siginfo and siginfo | Eric W. Biederman | 1 | -3/+3 |
2018-06-16 | Merge branch 'work.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 1 | -25/+25 |
2018-06-15 | signalfd: lift sigmask copyin and size checks to callers of do_signalfd4() | Al Viro | 1 | -25/+25 |
2018-04-26 | signal: Extend siginfo_layout with SIL_FAULT_{MCEERR|BNDERR|PKUERR} | Eric W. Biederman | 1 | -8/+16 |
2018-04-26 | signal/signalfd: Add support for SIGSYS | Eric W. Biederman | 1 | -1/+5 |
2018-04-26 | signal/signalfd: Remove __put_user from signalfd_copyinfo | Eric W. Biederman | 1 | -27/+29 |
2018-04-25 | signal: Remove ifdefs for BUS_MCEERR_AR and BUS_MCEERR_AO | Eric W. Biederman | 1 | -13/+2 |
2018-04-02 | fs: add do_compat_signalfd4() helper; remove in-kernel call to compat syscall | Dominik Brodowski | 1 | -5/+12 |
2018-04-02 | fs: add do_signalfd4() helper; remove internal calls to sys_signalfd4() | Dominik Brodowski | 1 | -4/+10 |
2018-02-22 | fs/signalfd: fix build error for BUS_MCEERR_AR | Randy Dunlap | 1 | -3/+12 |
2018-02-11 | vfs: do bulk POLL* -> EPOLL* replacement | Linus Torvalds | 1 | -2/+2 |
2017-11-27 | fs: annotate ->poll() instances | Al Viro | 1 | -2/+2 |
2017-11-17 | Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v... | Linus Torvalds | 1 | -3/+1 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-09-19 | get_compat_sigset() | Al Viro | 1 | -3/+1 |
2017-07-24 | signal: Remove kernel interal si_code magic | Eric W. Biederman | 1 | -14/+8 |
2017-06-20 | sched/wait: Rename wait_queue_t => wait_queue_entry_t | Ingo Molnar | 1 | -1/+1 |
2017-04-18 | mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCU | Paul E. McKenney | 1 | -1/+1 |
2015-08-07 | signalfd: fix information leak in signalfd_copyinfo | Amanieu d'Antras | 1 | -2/+3 |
2014-11-05 | fs: Convert show_fdinfo functions to void | Joe Perches | 1 | -3/+1 |
2013-03-03 | switch signalfd{,4}() to COMPAT_SYSCALL_DEFINE | Al Viro | 1 | -0/+31 |
2012-12-17 | fs, epoll: add procfs fdinfo helper | Cyrill Gorcunov | 1 | -0/+18 |
2012-09-26 | switch simple cases of fget_light to fdget | Al Viro | 1 | -7/+6 |
2012-05-29 | switch signalfd4() to fget_light/fput_light | Al Viro | 1 | -3/+4 |
2012-02-24 | epoll: ep_unregister_pollwait() can use the freed pwq->whead | Oleg Nesterov | 1 | -1/+5 |
2012-02-24 | epoll: introduce POLLFREE to flush ->signalfd_wqh before kfree() | Oleg Nesterov | 1 | -0/+11 |
2010-10-26 | Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l... | Linus Torvalds | 1 | -0/+10 |
2010-10-15 | llseek: automatically add .llseek fop | Arnd Bergmann | 1 | -0/+1 |
2010-10-08 | HWPOISON/signalfd: add support for addr_lsb | Hidetoshi Seto | 1 | -0/+10 |
2010-08-11 | signalfd: fill in ssi_int for posix timers and message queues | Nathan Lynch | 1 | -0/+2 |
2010-03-30 | include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp... | Tejun Heo | 1 | -0/+1 |
2009-12-22 | anonfd: Allow making anon files read-only | Roland Dreier | 1 | -1/+1 |
2009-01-14 | [CVE-2009-0029] System call wrappers part 31 | Heiko Carstens | 1 | -4/+4 |
2008-07-24 | flag parameters: check magic constants | Ulrich Drepper | 1 | -0/+4 |
2008-07-24 | flag parameters: NONBLOCK in signalfd | Ulrich Drepper | 1 | -2/+2 |
2008-07-24 | flag parameters: signalfd | Ulrich Drepper | 1 | -2/+12 |
2008-07-24 | flag parameters: anon_inode_getfd extension | Ulrich Drepper | 1 | -1/+2 |
2008-05-01 | [PATCH] sanitize anon_inode_getfd() | Al Viro | 1 | -13/+4 |
2008-04-11 | signalfd: fix for incorrect SI_QUEUE user data reporting | Davide Libenzi | 1 | -1/+6 |
2008-02-06 | fs/signalfd.c should #include <linux/syscalls.h> | Adrian Bunk | 1 | -0/+1 |
2008-02-03 | Fix a small number of "memeber" typoes. | Robert P. J. Day | 1 | -1/+1 |
2007-10-17 | rename signalfd_siginfo fields | Davide Libenzi | 1 | -22/+22 |
2007-09-20 | signalfd simplification | Davide Libenzi | 1 | -161/+29 |
2007-08-22 | signalfd: make it group-wide, fix posix-timers scheduling | Oleg Nesterov | 1 | -4/+10 |
2007-07-26 | tiny signalfd cleanup | Ulrich Drepper | 1 | -1/+1 |
2007-06-28 | avoid spurious POLLIN returns in signalfd | Davide Libenzi | 1 | -1/+2 |
2007-05-23 | signalfd: retrieve multiple signals with one read() call | Davi Arnaut | 1 | -45/+75 |
2007-05-11 | signal/timer/event: signalfd core | Davide Libenzi | 1 | -0/+349 |