index
:
platform/kernel/linux-exynos
accepted/tizen_3.0.2015.q2_common
accepted/tizen_3.0.m2_mobile
accepted/tizen_3.0.m2_tv
accepted/tizen_3.0.m2_wearable
accepted/tizen_3.0_common
accepted/tizen_3.0_ivi
accepted/tizen_3.0_mobile
accepted/tizen_3.0_tv
accepted/tizen_3.0_wearable
accepted/tizen_4.0_unified
accepted/tizen_5.0_unified
accepted/tizen_5.5_unified
accepted/tizen_5.5_unified_mobile_hotfix
accepted/tizen_5.5_unified_wearable_hotfix
accepted/tizen_6.0_unified
accepted/tizen_6.0_unified_hotfix
accepted/tizen_6.5_unified
accepted/tizen_7.0_unified
accepted/tizen_7.0_unified_hotfix
accepted/tizen_common
accepted/tizen_ivi
accepted/tizen_mobile
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
kdbus-integration
klewandowski/sandbox/kdbus-perf
master
old/tizen_20160405
old/tizen_20160810
old/tizen_20161215
old/tizen_20190328
sandbox/adrians/kdbus-perf
sandbox/ahajda/dev/exynos-drm-local-path
sandbox/akazmin/hwasan_build
sandbox/klewandowski/kdbus-legacy-for-4.14-wip
sandbox/lluba/eas/20171211_0913/v4.14_tizen
sandbox/lluba/eas/20180817/v4.18-rc6
sandbox/lluba/thermal/v4.19/schedpower
sandbox/m.szyprowski/dev/tizen-ipipe
sandbox/m.szyprowski/dev/tizen-next-bluetooth
sandbox/m.szyprowski/tizen-next-ipipe
sandbox/mszyprowski/v4.14-odroid-kvm
sandbox/nmerinov/llvm
tizen
tizen_3.0
tizen_3.0.2015.q2_common
tizen_3.0.m1_mobile
tizen_3.0.m1_tv
tizen_3.0.m2
tizen_3.0_tv
tizen_4.0
tizen_5.0
tizen_5.5
tizen_5.5_mobile_hotfix
tizen_5.5_tv
tizen_5.5_wearable_hotfix
tizen_6.0
tizen_6.0_hotfix
tizen_6.5
tizen_7.0
tizen_7.0_hotfix
upstream/linux-4.1.y
upstream/linux-4.14.y
upstream/mainline
Domain: System / Kernel; Licenses: GPL-2.0;
Inki Dae <inki.dae@samsung.com>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
signalfd.c
Age
Commit message (
Expand
)
Author
Files
Lines
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