summaryrefslogtreecommitdiffstats
path: root/sound/core/timer.c
Commit message (Expand)AuthorAgeFilesLines
* ALSA: timer: fix nsec/sec initialization confusionPierre-Louis Bossart2020-01-121-1/+1
* ALSA: timer: Constify snd_timer_hardware definitionsTakashi Iwai2020-01-031-1/+1
* ALSA: core: Constify snd_device_ops definitionsTakashi Iwai2020-01-031-1/+1
* ALSA: Avoid using timespec for struct snd_timer_treadBaolin Wang2019-12-131-36/+114
* ALSA: Avoid using timespec for struct snd_timer_statusBaolin Wang2019-12-111-6/+56
* ALSA: Replace timespec with timespec64Baolin Wang2019-12-111-14/+14
* ALSA: timer: Fix the breakage of slave link openTakashi Iwai2019-11-111-3/+2
* ALSA: timer: Fix possible race at assigning a timer instanceTakashi Iwai2019-11-081-49/+48
* ALSA: timer: Make snd_timer_close() returning voidTakashi Iwai2019-11-081-11/+7
* ALSA: timer: Unify master/slave linking codeTakashi Iwai2019-11-081-33/+33
* Merge branch 'for-linus' into for-nextTakashi Iwai2019-11-071-10/+20
|\
| * ALSA: timer: Fix incorrectly assigned timer instanceTakashi Iwai2019-11-061-3/+3
| * ALSA: timer: Fix mutex deadlock at releasing cardTakashi Iwai2019-10-301-7/+17
* | ALSA: timer: Limit max amount of slave instancesTakashi Iwai2019-11-061-0/+10
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-16/+1
* Merge tag 'sound-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2019-05-091-71/+110
|\
| * ALSA: timer: Coding style fixesTakashi Iwai2019-04-101-4/+16
| * ALSA: timer: Simplify error path in snd_timer_open()Takashi Iwai2019-04-101-19/+20
| * ALSA: timer: Revert active callback sync check at closeTakashi Iwai2019-04-091-5/+6
| * ALSA: timer: Make snd_timer_close() really kill pending actionsTakashi Iwai2019-03-271-12/+33
| * ALSA: timer: Check ack_list emptiness instead of bit flagTakashi Iwai2019-03-271-6/+4
| * ALSA: timer: Make sure to clear pending ack listTakashi Iwai2019-03-271-2/+18
| * ALSA: timer: Unify timer callback process codeTakashi Iwai2019-03-271-36/+26
* | *: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov2019-05-061-1/+1
|/
* ALSA: timer: catch invalid timer object creationSrikanth K H2018-07-221-0/+5
* ALSA: timer: Fix UBSAN warning at SNDRV_TIMER_IOCTL_NEXT_DEVICE ioctlTakashi Iwai2018-06-251-1/+1
* ALSA: timer: Assure timer resolution access always lockedTakashi Iwai2018-05-181-8/+15
* ALSA: timer: Simplify timer hw resolution callsTakashi Iwai2018-05-181-19/+14
* ALSA: timer: Fix pause event notificationBen Hutchings2018-05-181-2/+2
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-111-2/+2
* sound: annotate ->poll() instancesAl Viro2017-11-271-2/+2
* Merge branch 'for-next' into for-linusTakashi Iwai2017-11-131-4/+7
|\
| * ALSA: timer: Convert timers to use timer_setup()Kees Cook2017-10-051-4/+7
* | ALSA: timer: Limit max instances per timerTakashi Iwai2017-11-061-13/+54
|/
* ALSA: timer: Use common error handling code in alsa_timer_init()Markus Elfring2017-08-231-4/+6
* ALSA: timer: Adjust a condition check in snd_timer_resolution()Markus Elfring2017-08-231-1/+2
* Merge tag 'sound-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2017-07-061-65/+60
|\
| * ALSA: timer: Follow standard EXPORT_SYMBOL() declarationsTakashi Iwai2017-06-161-14/+13
| * ALSA: timer: Wrap with spinlock for queue accessTakashi Iwai2017-06-071-0/+4
| * ALSA: timer: Improve user queue reallocationTakashi Iwai2017-06-071-51/+43
* | sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar2017-06-201-1/+1
|/
* ALSA: timer: Fix missing queue indices reset at SNDRV_TIMER_IOCTL_SELECTTakashi Iwai2017-06-071-0/+1
* ALSA: timer: Fix race between read and ioctlTakashi Iwai2017-06-071-2/+4
* ALSA: timer: Info leak in snd_timer_user_tinterrupt()Dan Carpenter2017-03-311-1/+1
* ALSA: timer: remove some dead codeDan Carpenter2017-03-311-11/+6
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-021-0/+1
* ALSA: timer: Reject user params with too small ticksTakashi Iwai2017-02-281-3/+15
* ALSA: timer: Fix zero-division by continue of uninitialized instanceTakashi Iwai2016-09-081-0/+14
* ALSA: timer: fix NULL pointer dereference in read()/ioctl() raceVegard Nossum2016-09-021-0/+2
* ALSA: timer: fix NULL pointer dereference on memory allocation failureVegard Nossum2016-08-291-2/+15
OpenPOWER on IntegriCloud