index
:
~sima/drm
alloc-review
avoid_bo_reuse_stalls
backlight-confusion
backport-3.6
bdw-for-bwidawsk
better-gpu_cpufreq
cea-double-clocked
colder-fusion
cpu_edp-abomination
cpu_transcoder
cs-prefetch
ctx-cleanup
direct-gtt
dma_buf-cpu-access
document-abi
dp-ilk-gm45
dp-integ
dp_mode_fixup
dpms-rework
dragon-slaughter
drm-cleanups
drm-core-cleanups
drm-coverity-fixes
drm-docs
drm-fb-helper
drm-init-cleanup
drm-intel-next-queued
drm-kms-locking
drm_agp_cleanup
drm_dp-refactoring
drm_for_each
dvo-meh
edid-latency
embed-gtt-space
exynos-base
exynos-base2
fb-size-check
fbcon-fixup
fbcon-rework
fbdev-less
fdi-dither
fence-debugfs
fix-relaxed-tiling
fixes-stuff
for-QA
for-agd5f
for-airlied
for-angela
for-anholt
for-antti
for-ben
for-bernard
for-bonbons
for-bwidawsk
for-chainsaw
for-damien
for-dominik
for-dvdhrm
for-eugeniy
for-fixes
for-fritsch
for-ickle
for-imre
for-j4ni
for-jani
for-jbarnes
for-jirierab
for-manday
for-me
for-mika
for-mlankhorst
for-nashpa
for-next
for-nkalkhof
for-ohsix
for-pinchartl
for-poland
for-pzanoni
for-robclark
for-seanpaul
for-sedat-dilek
for-thomas
for-tsa
for-ville
forcewake
full-gtt
gem_stress-fallout
gm45-reset-fixes
gmbus
gmbus-irq
gpu-freq-tracing
gpu-hanger
gtt-cleanup
gtt-wrestling
guard-page-fix
hangcheck-robustify
hangman
hole_stack-trick
hpd-mess
hpd-relaunch
hw_context
hw_context-ben
i810-fixup
i810-gtt-cleanup
i855-cache-coherency-checker
i915-docs
i915-fixes
ilk-hw-context
ilk-module-unload
ilk-wa-pile
init-fixes
intel_gtt_rework
intel_gtt_rework-part2
interlaced
irq-review
irq_handler_cleanup
ivb-edp-fixpile
jbarnes-owes-me-beers
kbz-59841
kill-old-drm-crap
kill-with-fire
kms_lease
local/cracy-mch-hack
local/dev_priv-rework
local/gtt-rework
lvds-fixed
map-and-fence
meh
mmu_notifier-checks
modeset-rework
modeset-rework-base
modeset-rework-fix-load-detect
modeset-rework-pipea-fix
modeset_s-r
my-next
no-more-cookies-for-me
no-more-enc-mode_set
no-more-ums
odds-and-ends
pageflip-ts-mess
pch-irq-fun
pfit-fixes
pipelined_fencing
pll-limits-mess
ppgtt
ppgtt-fix
ppgtt-stuff
prime-fixes
prime-locking-fixes
prts
psr-stuff
pts
pwrite-pread
radeon-kick-offb
refcount-meh
reset-fail
reset-irq-fun
reset-rework
review-for-jbarnes
reworked-dp-sequence
rinbuffer-cleanup
ring-cleanups
ringbuffer-cruft
robustify-reset-transitions
rps-locking
runtime-pm-for-dpms
semaphore-fun
set_caching
shit
shmem_slowpath
simple-patch-queue
snb-workarounds
story-for-ickle
stuff
stuff-fixes
stuff-for-39
stuff-for-poland
swizzled-pread
swizzling
tile-layout
topic/fix
topic/gpu-reloc-fight
topic/hmm-annotations
unbound-splitup
vgacon-crap
danvet's drm/ playground
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
eventfd.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-07-11
eventfd: prevent underflow for eventfd semaphores
Wen Yang
1
-1
/
+1
2023-06-15
eventfd: show the EFD_SEMAPHORE flag in fdinfo
Wen Yang
1
-4
/
+6
2023-05-15
fs: use correct __poll_t type
Min-Hua Chen
1
-1
/
+1
2023-04-06
eventfd: use wait_event_interruptible_locked_irq() helper
Wen Yang
1
-34
/
+7
2022-11-22
eventfd: provide a eventfd_signal_mask() helper
Jens Axboe
1
-16
/
+21
2022-09-21
eventfd: guard wake_up in eventfd fs calls as well
Dylan Yudaken
1
-3
/
+7
2021-08-28
eventfd: Make signal recursion protection a task bit
Thomas Gleixner
1
-7
/
+5
2020-11-15
eventfd: Export eventfd_ctx_do_read()
David Woodhouse
1
-1
/
+4
2020-05-06
eventfd: convert to f_op->read_iter()
Jens Axboe
1
-26
/
+38
2020-02-03
eventfd: track eventfd_signal() recursion depth
Jens Axboe
1
-0
/
+15
2019-05-21
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
1
-0
/
+1
2019-05-14
fs/eventfd.c: make eventfd_ida static
YueHaibing
1
-1
/
+1
2019-05-14
eventfd: present id to userspace via fdinfo
Masatake YAMATO
1
-0
/
+8
2018-06-28
Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLL
Linus Torvalds
1
-13
/
+6
2018-06-14
eventfd: only return events requested in poll_mask()
Avi Kivity
1
-2
/
+2
2018-05-26
eventfd: switch to ->poll_mask
Christoph Hellwig
1
-4
/
+11
2018-04-02
fs: add do_eventfd() helper; remove internal call to sys_eventfd()
Dominik Brodowski
1
-2
/
+7
2018-02-11
vfs: do bulk POLL* -> EPOLL* replacement
Linus Torvalds
1
-9
/
+9
2018-01-31
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-99
/
+28
2018-01-06
eventfd: fold eventfd_ctx_get() into eventfd_ctx_fileget()
Eric Biggers
1
-15
/
+6
2018-01-06
eventfd: fold eventfd_ctx_read() into eventfd_read()
Eric Biggers
1
-38
/
+15
2018-01-06
eventfd: convert to use anon_inode_getfd()
Eric Biggers
1
-46
/
+7
2017-11-27
fs: annotate ->poll() instances
Al Viro
1
-2
/
+2
2017-07-03
Merge tag 'docs-4.13' of git://git.lwn.net/linux
Linus Torvalds
1
-2
/
+2
2017-06-20
sched/wait: Rename wait_queue_t => wait_queue_entry_t
Ingo Molnar
1
-1
/
+1
2017-05-16
fs: eventfd: fix identation on kernel-doc
Mauro Carvalho Chehab
1
-2
/
+2
2017-03-02
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...
Ingo Molnar
1
-1
/
+1
2016-03-22
eventfd: document lockless access in eventfd_poll
Paolo Bonzini
1
-2
/
+40
2015-12-08
Documentation: filesystem: Fix typo in fs/eventfd.c
Masanari Iida
1
-2
/
+2
2015-02-17
eventfd: don't take the spinlock in eventfd_poll
Chris Mason
1
-6
/
+6
2014-11-05
fs: Convert show_fdinfo functions to void
Joe Perches
1
-6
/
+3
2014-01-25
eventfd_ctx_fdget(): use fdget() instead of fget()
Al Viro
1
-8
/
+5
2012-12-17
fs, eventfd: add procfs fdinfo helper
Cyrill Gorcunov
1
-0
/
+20
2012-05-31
eventfd: change int to __u64 in eventfd_signal()
Sha Zhengju
1
-8
/
+4
2012-02-28
fs: reduce the use of module.h wherever possible
Paul Gortmaker
1
-1
/
+1
2011-02-21
Docbook: add fs/eventfd.c and fix typos in it
Randy Dunlap
1
-6
/
+6
2010-10-15
llseek: automatically add .llseek fop
Arnd Bergmann
1
-0
/
+1
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-01-25
eventfd - allow atomic read and waitqueue remove
Davide Libenzi
1
-15
/
+74
2009-12-22
anonfd: Allow making anon files read-only
Roland Dreier
1
-1
/
+1
2009-09-23
anonfd: split interface into file creation and install
Davide Libenzi
1
-13
/
+54
2009-06-30
eventfd: revised interface and cleanups
Davide Libenzi
1
-12
/
+110
2009-06-12
eventfd: export eventfd_signal and eventfd_fget for lguest
Rusty Russell
1
-0
/
+3
2009-04-01
epoll keyed wakeups: make eventfd use keyed wakeups
Davide Libenzi
1
-3
/
+3
2009-04-01
eventfd: improve support for semaphore-like behavior
Davide Libenzi
1
-9
/
+11
2009-01-14
[CVE-2009-0029] System call wrappers part 32
Heiko Carstens
1
-3
/
+2
2008-07-24
flag parameters: check magic constants
Ulrich Drepper
1
-0
/
+4
2008-07-24
flag parameters: NONBLOCK in eventfd
Ulrich Drepper
1
-2
/
+2
2008-07-24
flag parameters: eventfd
Ulrich Drepper
1
-2
/
+11
2008-07-24
flag parameters: anon_inode_getfd extension
Ulrich Drepper
1
-1
/
+1
[next]