summaryrefslogtreecommitdiffstats
path: root/sound/core/timer.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* ALSA: timer: fix division by zero after SNDRV_TIMER_IOCTL_CONTINUEVegard Nossum2016-08-291-0/+1
* ALSA: timer: Fix negative queue usage by racy accessesTakashi Iwai2016-07-041-1/+1
* ALSA: timer: Fix leak in events via snd_timer_user_tinterruptKangjie Lu2016-05-081-0/+1
* ALSA: timer: Fix leak in events via snd_timer_user_ccallbackKangjie Lu2016-05-081-0/+1
* ALSA: timer: Fix leak in SNDRV_TIMER_IOCTL_PARAMSKangjie Lu2016-05-081-0/+1
* ALSA: timer: remove legacy rtctimerAlexandre Belloni2016-04-251-2/+0
* ALSA: timer: Use mod_timer() for rearming the system timerTakashi Iwai2016-04-011-2/+2
* ALSA: timer: fix gparams ioctl compatibility for different architecturesTakashi Sakamoto2016-03-231-7/+13
* ALSA: timer: Call notifier in the same spinlockTakashi Iwai2016-02-121-118/+102
* ALSA: timer: Protect the whole snd_timer_close() with open raceTakashi Iwai2016-02-101-27/+21
* ALSA: timer: Fix race at concurrent readsTakashi Iwai2016-02-091-19/+15
* ALSA: timer: Fix race between stop and interruptTakashi Iwai2016-02-091-0/+4
* ALSA: timer: Fix wrong instance passed to slave callbacksTakashi Iwai2016-02-081-1/+1
* ALSA: timer: Fix leftover link at closingTakashi Iwai2016-02-041-2/+2
* ALSA: timer: Sync timer deletion at closing the system timerTakashi Iwai2016-02-031-0/+10
* ALSA: timer: Fix link corruption due to double start or stopTakashi Iwai2016-02-011-2/+28
* ALSA: timer: Introduce disconnect op to snd_timer_instanceTakashi Iwai2016-01-211-12/+11
* ALSA: timer: Handle disconnection more safelyTakashi Iwai2016-01-211-0/+48
* ALSA: timer: Code cleanupTakashi Iwai2016-01-151-17/+11
* ALSA: timer: Harden slave timer list handlingTakashi Iwai2016-01-151-4/+14
* ALSA: timer: Fix race among timer ioctlsTakashi Iwai2016-01-141-13/+19
* ALSA: timer: Fix double unlink of active_listTakashi Iwai2016-01-131-1/+1
* ALSA: replace CONFIG_PROC_FS with CONFIG_SND_PROC_FSJie Yang2015-05-271-2/+2
* ALSA: core: Drop superfluous error/debug messages after malloc failuresTakashi Iwai2015-03-101-3/+1
* Merge branch 'topic/snd-device' into for-nextTakashi Iwai2015-02-031-11/+31
|\
| * ALSA: Simplify snd_device_register() variantsTakashi Iwai2015-02-021-4/+3
| * ALSA: timer: Handle the device directlyTakashi Iwai2015-02-021-2/+11
| * ALSA: timer: Propagate the error at initializationTakashi Iwai2015-02-021-10/+22
* | ALSA: timer: Use setup_timer() and mod_timer()Takashi Iwai2015-01-191-3/+1
|/
* ALSA: core: Use ktime_get_ts()Thomas Gleixner2014-06-121-2/+2
* ALSA: timer: Use standard printk helpersTakashi Iwai2014-02-141-7/+6
* ALSA: Replace with IS_ENABLED()Takashi Iwai2014-02-101-2/+2
* device.h: cleanup users outside of linux/include (C files)Paul Gortmaker2012-03-111-0/+1
* sound: fix drivers needing module.h not moduleparam.hPaul Gortmaker2011-10-311-1/+1