aboutsummaryrefslogtreecommitdiffstats
path: root/sound/core/timer.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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/tiwai/soundLinus 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-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-2/+2
2017-11-27sound: 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/tiwai/soundLinus 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
2017-06-07ALSA: timer: Fix missing queue indices reset at SNDRV_TIMER_IOCTL_SELECTTakashi Iwai1-0/+1
2017-06-07ALSA: timer: Fix race between read and ioctlTakashi Iwai1-2/+4
2017-03-31ALSA: timer: Info leak in snd_timer_user_tinterrupt()Dan Carpenter1-1/+1
2017-03-31ALSA: timer: remove some dead codeDan Carpenter1-11/+6
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-0/+1
2017-02-28ALSA: timer: Reject user params with too small ticksTakashi Iwai1-3/+15
2016-09-08ALSA: timer: Fix zero-division by continue of uninitialized instanceTakashi Iwai1-0/+14
2016-09-02ALSA: timer: fix NULL pointer dereference in read()/ioctl() raceVegard Nossum1-0/+2
2016-08-29ALSA: timer: fix NULL pointer dereference on memory allocation failureVegard Nossum1-2/+15
2016-08-29ALSA: timer: fix division by zero after SNDRV_TIMER_IOCTL_CONTINUEVegard Nossum1-0/+1
2016-07-04ALSA: timer: Fix negative queue usage by racy accessesTakashi Iwai1-1/+1
2016-05-08ALSA: timer: Fix leak in events via snd_timer_user_tinterruptKangjie Lu1-0/+1
2016-05-08ALSA: timer: Fix leak in events via snd_timer_user_ccallbackKangjie Lu1-0/+1
2016-05-08ALSA: timer: Fix leak in SNDRV_TIMER_IOCTL_PARAMSKangjie Lu1-0/+1
2016-04-25ALSA: timer: remove legacy rtctimerAlexandre Belloni1-2/+0
2016-04-01ALSA: timer: Use mod_timer() for rearming the system timerTakashi Iwai1-2/+2
2016-03-23ALSA: timer: fix gparams ioctl compatibility for different architecturesTakashi Sakamoto1-7/+13
2016-02-12ALSA: timer: Call notifier in the same spinlockTakashi Iwai1-118/+102
2016-02-10ALSA: timer: Protect the whole snd_timer_close() with open raceTakashi Iwai1-27/+21
2016-02-09ALSA: timer: Fix race at concurrent readsTakashi Iwai1-19/+15
2016-02-09ALSA: timer: Fix race between stop and interruptTakashi Iwai1-0/+4
2016-02-08ALSA: timer: Fix wrong instance passed to slave callbacksTakashi Iwai1-1/+1
2016-02-04ALSA: timer: Fix leftover link at closingTakashi Iwai1-2/+2