summaryrefslogtreecommitdiffstats
path: root/kernel/watch_queue.c
AgeCommit message (Expand)AuthorLines
2022-04-02watch_queue: Free the page array when watch_queue is dismantledEric Dumazet-0/+1
2022-03-21watch_queue: Actually free the watchDavid Howells-0/+1
2022-03-21watch_queue: Fix NULL dereference in error cleanupDavid Howells-1/+1
2022-03-11watch_queue: Make comment about setting ->defunct more accurateDavid Howells-1/+1
2022-03-11watch_queue: Fix lack of barrier/sync/lock between post and readDavid Howells-1/+1
2022-03-11watch_queue: Free the alloc bitmap when the watch_queue is torn downDavid Howells-0/+1
2022-03-11watch_queue: Fix the alloc bitmap size to reflect notes allocatedDavid Howells-1/+2
2022-03-11watch_queue: Use the bitmap API when applicableChristophe JAILLET-5/+2
2022-03-11watch_queue: Fix to always request a pow-of-2 pipe ring sizeDavid Howells-1/+1
2022-03-11watch_queue: Fix to release page in ->release()David Howells-0/+1
2022-03-11watch_queue: Fix filter limit checkDavid Howells-2/+2
2021-01-26watch_queue: rectify kernel-doc for init_watch()Lukas Bulwahn-1/+1
2020-08-17watch_queue: Limit the number of watches a user can holdDavid Howells-0/+8
2020-06-13Merge tag 'notifications-20200601' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-0/+655
2020-05-19pipe: Add notification lossage handlingDavid Howells-0/+2
2020-05-19pipe: Allow buffers to be marked read-whole-or-error for notificationsDavid Howells-1/+1
2020-05-19pipe: Add general notification queue supportDavid Howells-0/+657