summaryrefslogtreecommitdiffstats
path: root/sound/core/timer.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* ALSA: timer - Add NULL-check for invalid slave timerTakashi Iwai2011-08-081-0/+3
* ALSA: timer - Fix Oops at closing slave timerTakashi Iwai2011-08-081-0/+2
* ALSA: sound/core: merge list_del()/list_add_tail() to list_move_tail()Nicolas Kaiser2011-03-161-5/+3
* ALSA: support module on-demand loading for seq and timerKay Sievers2010-11-241-0/+3
* ALSA: timer: automatically load the high-resolution timerClemens Ladisch2010-11-221-2/+2
* Merge branch 'topic/core-cleanup' into for-linusTakashi Iwai2010-05-201-0/+6
|\
| * ALSA: core - Define llseek fopsTakashi Iwai2010-04-131-0/+6
* | ALSA: take tu->qlock with irqs disabledDan Carpenter2010-05-051-2/+3
|/
* ALSA: timer - pass real event in snd_timer_notify1() to instance callbackJaroslav Kysela2010-03-031-1/+1
* ALSA: sound/core: use memdup_user()Li Zefan2009-04-141-7/+4
* Rationalize fasync return valuesJonathan Corbet2009-03-161-5/+1
* ALSA: hda - Convert from takslet_hi_schedule() to tasklet_schedule()Takashi Iwai2008-12-181-1/+1
* saner FASYNC handling on file closeAl Viro2008-11-011-1/+0
* ALSA: fix a typo during snd_assert() removalTakashi Iwai2008-08-151-1/+1
* ALSA: Kill snd_assert() in sound/core/*Takashi Iwai2008-08-131-13/+20
* ALSA: remove CONFIG_KMOD from soundJohannes Berg2008-07-101-3/+3
* Dont touch fs_struct in driversJan Blunck2008-02-141-2/+0
OpenPOWER on IntegriCloud