aboutsummaryrefslogtreecommitdiffstats
path: root/sound/core/timer.c
Commit message (Expand)AuthorAge
* ALSA: timer: Fix incorrectly assigned timer instanceTakashi Iwai2019-11-06
* ALSA: timer: Fix mutex deadlock at releasing cardTakashi Iwai2019-10-30
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-30
* Merge tag 'sound-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2019-05-09
|\
| * ALSA: timer: Coding style fixesTakashi Iwai2019-04-10
| * ALSA: timer: Simplify error path in snd_timer_open()Takashi Iwai2019-04-10
| * ALSA: timer: Revert active callback sync check at closeTakashi Iwai2019-04-09
| * ALSA: timer: Make snd_timer_close() really kill pending actionsTakashi Iwai2019-03-27
| * ALSA: timer: Check ack_list emptiness instead of bit flagTakashi Iwai2019-03-27
| * ALSA: timer: Make sure to clear pending ack listTakashi Iwai2019-03-27
| * ALSA: timer: Unify timer callback process codeTakashi Iwai2019-03-27
* | *: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov2019-05-06
|/
* ALSA: timer: catch invalid timer object creationSrikanth K H2018-07-22
* ALSA: timer: Fix UBSAN warning at SNDRV_TIMER_IOCTL_NEXT_DEVICE ioctlTakashi Iwai2018-06-25
* ALSA: timer: Assure timer resolution access always lockedTakashi Iwai2018-05-18
* ALSA: timer: Simplify timer hw resolution callsTakashi Iwai2018-05-18
* ALSA: timer: Fix pause event notificationBen Hutchings2018-05-18
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-11
* sound: annotate ->poll() instancesAl Viro2017-11-27
* Merge branch 'for-next' into for-linusTakashi Iwai2017-11-13
|\
| * ALSA: timer: Convert timers to use timer_setup()Kees Cook2017-10-05
* | ALSA: timer: Limit max instances per timerTakashi Iwai2017-11-06
|/
* ALSA: timer: Use common error handling code in alsa_timer_init()Markus Elfring2017-08-23
* ALSA: timer: Adjust a condition check in snd_timer_resolution()Markus Elfring2017-08-23
* Merge tag 'sound-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2017-07-06
|\
| * ALSA: timer: Follow standard EXPORT_SYMBOL() declarationsTakashi Iwai2017-06-16
| * ALSA: timer: Wrap with spinlock for queue accessTakashi Iwai2017-06-07
| * ALSA: timer: Improve user queue reallocationTakashi Iwai2017-06-07
* | sched/wait: Rename wait_queue_t => wait_queue_entry_tIngo Molnar2017-06-20
|/
* ALSA: timer: Fix missing queue indices reset at SNDRV_TIMER_IOCTL_SELECTTakashi Iwai2017-06-07
* ALSA: timer: Fix race between read and ioctlTakashi Iwai2017-06-07
* ALSA: timer: Info leak in snd_timer_user_tinterrupt()Dan Carpenter2017-03-31
* ALSA: timer: remove some dead codeDan Carpenter2017-03-31
* sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...Ingo Molnar2017-03-02
* ALSA: timer: Reject user params with too small ticksTakashi Iwai2017-02-28
* ALSA: timer: Fix zero-division by continue of uninitialized instanceTakashi Iwai2016-09-08
* ALSA: timer: fix NULL pointer dereference in read()/ioctl() raceVegard Nossum2016-09-02
* ALSA: timer: fix NULL pointer dereference on memory allocation failureVegard Nossum2016-08-29
* ALSA: timer: fix division by zero after SNDRV_TIMER_IOCTL_CONTINUEVegard Nossum2016-08-29
* ALSA: timer: Fix negative queue usage by racy accessesTakashi Iwai2016-07-04
* ALSA: timer: Fix leak in events via snd_timer_user_tinterruptKangjie Lu2016-05-08
* ALSA: timer: Fix leak in events via snd_timer_user_ccallbackKangjie Lu2016-05-08
* ALSA: timer: Fix leak in SNDRV_TIMER_IOCTL_PARAMSKangjie Lu2016-05-08
* ALSA: timer: remove legacy rtctimerAlexandre Belloni2016-04-25
* ALSA: timer: Use mod_timer() for rearming the system timerTakashi Iwai2016-04-01
* ALSA: timer: fix gparams ioctl compatibility for different architecturesTakashi Sakamoto2016-03-23
* ALSA: timer: Call notifier in the same spinlockTakashi Iwai2016-02-12
* ALSA: timer: Protect the whole snd_timer_close() with open raceTakashi Iwai2016-02-10
* ALSA: timer: Fix race at concurrent readsTakashi Iwai2016-02-09
* ALSA: timer: Fix race between stop and interruptTakashi Iwai2016-02-09