summaryrefslogtreecommitdiff
path: root/sound/core/timer.c
Commit message (Expand)AuthorAge
* 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
* ALSA: timer: Fix wrong instance passed to slave callbacksTakashi Iwai2016-02-08
* ALSA: timer: Fix leftover link at closingTakashi Iwai2016-02-04
* ALSA: timer: Sync timer deletion at closing the system timerTakashi Iwai2016-02-03
* ALSA: timer: Fix link corruption due to double start or stopTakashi Iwai2016-02-01
* ALSA: timer: Introduce disconnect op to snd_timer_instanceTakashi Iwai2016-01-21
* ALSA: timer: Handle disconnection more safelyTakashi Iwai2016-01-21
* ALSA: timer: Code cleanupTakashi Iwai2016-01-15
* ALSA: timer: Harden slave timer list handlingTakashi Iwai2016-01-15
* ALSA: timer: Fix race among timer ioctlsTakashi Iwai2016-01-14
* ALSA: timer: Fix double unlink of active_listTakashi Iwai2016-01-13
* ALSA: replace CONFIG_PROC_FS with CONFIG_SND_PROC_FSJie Yang2015-05-27
* ALSA: core: Drop superfluous error/debug messages after malloc failuresTakashi Iwai2015-03-10
* Merge branch 'topic/snd-device' into for-nextTakashi Iwai2015-02-03
|\
| * ALSA: Simplify snd_device_register() variantsTakashi Iwai2015-02-02
| * ALSA: timer: Handle the device directlyTakashi Iwai2015-02-02
| * ALSA: timer: Propagate the error at initializationTakashi Iwai2015-02-02
* | ALSA: timer: Use setup_timer() and mod_timer()Takashi Iwai2015-01-19
|/
* ALSA: core: Use ktime_get_ts()Thomas Gleixner2014-06-12
* ALSA: timer: Use standard printk helpersTakashi Iwai2014-02-14
* ALSA: Replace with IS_ENABLED()Takashi Iwai2014-02-10
* device.h: cleanup users outside of linux/include (C files)Paul Gortmaker2012-03-11
* sound: fix drivers needing module.h not moduleparam.hPaul Gortmaker2011-10-31
* ALSA: timer - Add NULL-check for invalid slave timerTakashi Iwai2011-08-08
* ALSA: timer - Fix Oops at closing slave timerTakashi Iwai2011-08-08