index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
signalfd.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2022-01-17
1
-2
/
+3
|
\
|
*
signal: Requeue signals in the appropriate queue
Eric W. Biederman
2021-11-17
1
-2
/
+3
*
|
signalfd: use wake_up_pollfree()
Eric Biggers
2021-12-09
1
-11
/
+1
|
/
*
signal: Rename SIL_PERF_EVENT SIL_FAULT_PERF_EVENT for consistency
Eric W. Biederman
2021-07-23
1
-2
/
+2
*
signalfd: Remove SIL_PERF_EVENT fields from signalfd_siginfo
Eric W. Biederman
2021-05-18
1
-10
/
+6
*
signal: Deliver all of the siginfo perf data in _perf
Eric W. Biederman
2021-05-18
1
-1
/
+2
*
signal: Implement SIL_FAULT_TRAPNO
Eric W. Biederman
2021-05-18
1
-5
/
+3
*
signal: Introduce TRAP_PERF si_code and si_perf to siginfo
Marco Elver
2021-04-16
1
-0
/
+4
*
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-08-23
1
-1
/
+1
*
fs/signalfd.c: fix inconsistent return codes for signalfd4
Helge Deller
2020-08-12
1
-4
/
+6
*
fs: mark expected switch fall-throughs
Gustavo A. R. Silva
2019-04-08
1
-0
/
+1
*
signal: Distinguish between kernel_siginfo and siginfo
Eric W. Biederman
2018-10-03
1
-3
/
+3
*
Merge branch 'work.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2018-06-16
1
-25
/
+25
|
\
|
*
signalfd: lift sigmask copyin and size checks to callers of do_signalfd4()
Al Viro
2018-06-15
1
-25
/
+25
*
|
signal: Extend siginfo_layout with SIL_FAULT_{MCEERR|BNDERR|PKUERR}
Eric W. Biederman
2018-04-26
1
-8
/
+16
*
|
signal/signalfd: Add support for SIGSYS
Eric W. Biederman
2018-04-26
1
-1
/
+5
*
|
signal/signalfd: Remove __put_user from signalfd_copyinfo
Eric W. Biederman
2018-04-26
1
-27
/
+29
*
|
signal: Remove ifdefs for BUS_MCEERR_AR and BUS_MCEERR_AO
Eric W. Biederman
2018-04-25
1
-13
/
+2
|
/
*
fs: add do_compat_signalfd4() helper; remove in-kernel call to compat syscall
Dominik Brodowski
2018-04-02
1
-5
/
+12
*
fs: add do_signalfd4() helper; remove internal calls to sys_signalfd4()
Dominik Brodowski
2018-04-02
1
-4
/
+10
*
fs/signalfd: fix build error for BUS_MCEERR_AR
Randy Dunlap
2018-02-22
1
-3
/
+12
*
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
2018-02-11
1
-2
/
+2
*
fs: annotate ->poll() instances
Al Viro
2017-11-27
1
-2
/
+2
*
Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2017-11-17
1
-3
/
+1
|
\
|
*
get_compat_sigset()
Al Viro
2017-09-19
1
-3
/
+1
*
|
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-11-02
1
-0
/
+1
|
/
*
signal: Remove kernel interal si_code magic
Eric W. Biederman
2017-07-24
1
-14
/
+8
*
sched/wait: Rename wait_queue_t => wait_queue_entry_t
Ingo Molnar
2017-06-20
1
-1
/
+1
*
mm: Rename SLAB_DESTROY_BY_RCU to SLAB_TYPESAFE_BY_RCU
Paul E. McKenney
2017-04-18
1
-1
/
+1
*
signalfd: fix information leak in signalfd_copyinfo
Amanieu d'Antras
2015-08-07
1
-2
/
+3
*
fs: Convert show_fdinfo functions to void
Joe Perches
2014-11-05
1
-3
/
+1
*
switch signalfd{,4}() to COMPAT_SYSCALL_DEFINE
Al Viro
2013-03-03
1
-0
/
+31
*
fs, epoll: add procfs fdinfo helper
Cyrill Gorcunov
2012-12-17
1
-0
/
+18
*
switch simple cases of fget_light to fdget
Al Viro
2012-09-26
1
-7
/
+6
*
switch signalfd4() to fget_light/fput_light
Al Viro
2012-05-29
1
-3
/
+4
*
epoll: ep_unregister_pollwait() can use the freed pwq->whead
Oleg Nesterov
2012-02-24
1
-1
/
+5
*
epoll: introduce POLLFREE to flush ->signalfd_wqh before kfree()
Oleg Nesterov
2012-02-24
1
-0
/
+11
*
Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...
Linus Torvalds
2010-10-26
1
-0
/
+10
|
\
|
*
HWPOISON/signalfd: add support for addr_lsb
Hidetoshi Seto
2010-10-08
1
-0
/
+10
*
|
llseek: automatically add .llseek fop
Arnd Bergmann
2010-10-15
1
-0
/
+1
|
/
*
signalfd: fill in ssi_int for posix timers and message queues
Nathan Lynch
2010-08-11
1
-0
/
+2
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
*
anonfd: Allow making anon files read-only
Roland Dreier
2009-12-22
1
-1
/
+1
*
[CVE-2009-0029] System call wrappers part 31
Heiko Carstens
2009-01-14
1
-4
/
+4
*
flag parameters: check magic constants
Ulrich Drepper
2008-07-24
1
-0
/
+4
*
flag parameters: NONBLOCK in signalfd
Ulrich Drepper
2008-07-24
1
-2
/
+2
*
flag parameters: signalfd
Ulrich Drepper
2008-07-24
1
-2
/
+12
*
flag parameters: anon_inode_getfd extension
Ulrich Drepper
2008-07-24
1
-1
/
+2
*
[PATCH] sanitize anon_inode_getfd()
Al Viro
2008-05-01
1
-13
/
+4
*
signalfd: fix for incorrect SI_QUEUE user data reporting
Davide Libenzi
2008-04-11
1
-1
/
+6
[next]