summaryrefslogtreecommitdiff
path: root/sound/core/timer.c
AgeCommit message (Expand)AuthorFilesLines
2021-11-18ALSA: timer: Unconditionally unlink slave instances, tooTakashi Iwai1-7/+6
2021-11-18ALSA: timer: Fix use-after-free problemWang Wensheng1-2/+2
2021-06-03ALSA: timer: Fix master timer notificationTakashi Iwai1-1/+2
2021-01-08ALSA: Convert strlcpy to strscpy when return value is unusedJoe Perches1-5/+5
2020-09-09ALSA: timer: Replace tasklet with workTakashi Iwai1-10/+10
2020-09-09Merge branch 'for-linus' into for-nextTakashi Iwai1-4/+3
2020-09-03ALSA: core: timer: clarify operator precedencePierre-Louis Bossart1-2/+2
2020-09-03ALSA: core: timer: remove redundant assignmentPierre-Louis Bossart1-1/+1
2020-09-02ALSA: core: convert tasklets to use new tasklet_setup() APIAllen Pais1-4/+3
2020-01-12ALSA: timer: fix nsec/sec initialization confusionPierre-Louis Bossart1-1/+1
2020-01-03ALSA: timer: Constify snd_timer_hardware definitionsTakashi Iwai1-1/+1
2020-01-03ALSA: core: Constify snd_device_ops definitionsTakashi Iwai1-1/+1
2019-12-13ALSA: Avoid using timespec for struct snd_timer_treadBaolin Wang1-36/+114
2019-12-12ALSA: Avoid using timespec for struct snd_timer_statusBaolin Wang1-6/+56
2019-12-12ALSA: Replace timespec with timespec64Baolin Wang1-14/+14
2019-11-11ALSA: timer: Fix the breakage of slave link openTakashi Iwai1-3/+2
2019-11-08ALSA: timer: Fix possible race at assigning a timer instanceTakashi Iwai1-49/+48
2019-11-08ALSA: timer: Make snd_timer_close() returning voidTakashi Iwai1-11/+7
2019-11-08ALSA: timer: Unify master/slave linking codeTakashi Iwai1-33/+33
2019-11-07Merge branch 'for-linus' into for-nextTakashi Iwai1-10/+20
2019-11-06ALSA: timer: Fix incorrectly assigned timer instanceTakashi Iwai1-3/+3
2019-11-06ALSA: timer: Limit max amount of slave instancesTakashi Iwai1-0/+10
2019-10-31ALSA: timer: Fix mutex deadlock at releasing cardTakashi Iwai1-7/+17
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-16/+1
2019-05-09Merge tag 'sound-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds1-71/+110
2019-05-06*: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov1-1/+1
2019-04-10ALSA: timer: Coding style fixesTakashi Iwai1-4/+16
2019-04-10ALSA: timer: Simplify error path in snd_timer_open()Takashi Iwai1-19/+20
2019-04-09ALSA: timer: Revert active callback sync check at closeTakashi Iwai1-5/+6
2019-03-27ALSA: timer: Make snd_timer_close() really kill pending actionsTakashi Iwai1-12/+33
2019-03-27ALSA: timer: Check ack_list emptiness instead of bit flagTakashi Iwai1-6/+4
2019-03-27ALSA: timer: Make sure to clear pending ack listTakashi Iwai1-2/+18
2019-03-27ALSA: timer: Unify timer callback process codeTakashi Iwai1-36/+26
2018-07-22ALSA: timer: catch invalid timer object creationSrikanth K H1-0/+5
2018-06-25ALSA: timer: Fix UBSAN warning at SNDRV_TIMER_IOCTL_NEXT_DEVICE ioctlTakashi Iwai1-1/+1
2018-05-18ALSA: timer: Assure timer resolution access always lockedTakashi Iwai1-8/+15
2018-05-18ALSA: timer: Simplify timer hw resolution callsTakashi Iwai1-19/+14
2018-05-18ALSA: timer: Fix pause event notificationBen Hutchings1-2/+2
2018-02-12vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-2/+2
2017-11-28sound: annotate ->poll() instancesAl Viro1-2/+2
2017-11-13Merge branch 'for-next' into for-linusTakashi Iwai1-4/+7
2017-11-06ALSA: timer: Limit max instances per timerTakashi Iwai1-13/+54
2017-10-05ALSA: timer: Convert timers to use timer_setup()Kees Cook1-4/+7
2017-08-23ALSA: timer: Use common error handling code in alsa_timer_init()Markus Elfring1-4/+6
2017-08-23ALSA: timer: Adjust a condition check in snd_timer_resolution()Markus Elfring1-1/+2
2017-07-06Merge tag 'sound-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-65/+60
2017-06-20sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar1-1/+1
2017-06-16ALSA: timer: Follow standard EXPORT_SYMBOL() declarationsTakashi Iwai1-14/+13
2017-06-07ALSA: timer: Wrap with spinlock for queue accessTakashi Iwai1-0/+4
2017-06-07ALSA: timer: Improve user queue reallocationTakashi Iwai1-51/+43