summaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions
c9f96947a9271ba6325d'>introduce fd_file(), convert all accessors to it.Al Viro 2023-12-21watch_queue: fix kcalloc() arguments orderDmitry Antipov 2023-10-09kernel: watch_queue: copy user-array safelyPhilipp Stanner 2023-06-06watch_queue: prevent dangling pipe pointerSiddh Raman Pant 2023-04-27Merge tag 'modules-6.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds 2023-04-13watch_queue: remove MODULE_LICENSE in non-modulesNick Alcock 2023-03-08watch_queue: fix IOC_WATCH_QUEUE_SET_SIZE alloc error pathsDavid Disseldorp 2022-08-02Merge tag 'docs-6.0' of git://git.lwn.net/linuxLinus Torvalds 2022-07-28watch_queue: Fix missing locking in add_watch_to_object()Linus Torvalds 2022-07-28watch_queue: Fix missing rcu annotationDavid Howells 2022-07-21watch-queue: remove spurious double semicolonLinus Torvalds 2022-07-20watchqueue: make sure to serialize 'wqueue->defunct' properlyLinus Torvalds 2022-07-07Documentation: update watch_queue.rst referencesMauro Carvalho Chehab 2022-04-02watch_queue: Free the page array when watch_queue is dismantledEric Dumazet 2022-03-21watch_queue: Actually free the watchDavid Howells 2022-03-21watch_queue: Fix NULL dereference in error cleanupDavid Howells 2022-03-11watch_queue: Make comment about setting ->defunct more accurateDavid Howells 2022-03-11watch_queue: Fix lack of barrier/sync/lock between post and readDavid Howells 2022-03-11watch_queue: Free the alloc bitmap when the watch_queue is torn downDavid Howells 2022-03-11watch_queue: Fix the alloc bitmap size to reflect notes allocatedDavid Howells 2022-03-11watch_queue: Use the bitmap API when applicableChristophe JAILLET 2022-03-11watch_queue: Fix to always request a pow-of-2 pipe ring sizeDavid Howells 2022-03-11watch_queue: Fix to release page in ->release()David Howells 2022-03-11watch_queue: Fix filter limit checkDavid Howells