aboutsummaryrefslogtreecommitdiff
path: root/kernel/watch_queue.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-21watch_queue: fix kcalloc() arguments orderGravatar Dmitry Antipov 1-1/+1
2023-10-09kernel: watch_queue: copy user-array safelyGravatar Philipp Stanner 1-1/+1
2023-06-06watch_queue: prevent dangling pipe pointerGravatar Siddh Raman Pant 1-6/+6
2023-04-27Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-1/+0
2023-04-13watch_queue: remove MODULE_LICENSE in non-modulesGravatar Nick Alcock 1-1/+0
2023-03-08watch_queue: fix IOC_WATCH_QUEUE_SET_SIZE alloc error pathsGravatar David Disseldorp 1-0/+1
2022-08-02Merge tag 'docs-6.0' of git://git.lwn.net/linuxGravatar Linus Torvalds 1-1/+1
2022-07-28watch_queue: Fix missing locking in add_watch_to_object()Gravatar Linus Torvalds 1-22/+36
2022-07-28watch_queue: Fix missing rcu annotationGravatar David Howells 1-1/+1
2022-07-21watch-queue: remove spurious double semicolonGravatar Linus Torvalds 1-1/+1
2022-07-20watchqueue: make sure to serialize 'wqueue->defunct' properlyGravatar Linus Torvalds 1-16/+37
2022-07-07Documentation: update watch_queue.rst referencesGravatar Mauro Carvalho Chehab 1-1/+1
2022-04-02watch_queue: Free the page array when watch_queue is dismantledGravatar Eric Dumazet 1-0/+1
2022-03-21watch_queue: Actually free the watchGravatar David Howells 1-0/+1
2022-03-21watch_queue: Fix NULL dereference in error cleanupGravatar David Howells 1-1/+1
2022-03-11watch_queue: Make comment about setting ->defunct more accurateGravatar David Howells 1-1/+1
2022-03-11watch_queue: Fix lack of barrier/sync/lock between post and readGravatar David Howells 1-1/+1
2022-03-11watch_queue: Free the alloc bitmap when the watch_queue is torn downGravatar David Howells 1-0/+1
2022-03-11watch_queue: Fix the alloc bitmap size to reflect notes allocatedGravatar David Howells 1-1/+2
2022-03-11watch_queue: Use the bitmap API when applicableGravatar Christophe JAILLET 1-5/+2
2022-03-11watch_queue: Fix to always request a pow-of-2 pipe ring sizeGravatar David Howells 1-1/+1
2022-03-11watch_queue: Fix to release page in ->release()Gravatar David Howells 1-0/+1
2022-03-11watch_queue: Fix filter limit checkGravatar David Howells 1-2/+2
2021-01-26watch_queue: rectify kernel-doc for init_watch()Gravatar Lukas Bulwahn 1-1/+1
2020-08-17watch_queue: Limit the number of watches a user can holdGravatar David Howells 1-0/+8
2020-06-13Merge tag 'notifications-20200601' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-0/+655
2020-05-19pipe: Add notification lossage handlingGravatar David Howells 1-0/+2
2020-05-19pipe: Allow buffers to be marked read-whole-or-error for notificationsGravatar David Howells 1-1/+1
2020-05-19pipe: Add general notification queue supportGravatar David Howells 1-0/+657