aboutsummaryrefslogtreecommitdiff
path: root/sound/core/timer.c
Commit message (Expand)AuthorAgeFilesLines
* Merge https://github.com/TARKZiM/android_kernel_htc_msm8974 into HEADJulian Veit2022-08-191-0/+20
|\
| * ALSA: timer: fix NULL pointer dereference in read()/ioctl() raceVegard Nossum2020-08-101-0/+2
* | ALSA: timer: fix NULL pointer dereference in read()/ioctl() raceVegard Nossum2020-08-051-0/+2
* | ALSA: timer: Fix incorrectly assigned timer instanceTakashi Iwai2020-04-071-2/+3
* | UPSTREAM: ALSA: timer: Call notifier in the same spinlockTakashi Iwai2020-02-151-118/+102
* | UPSTREAM: ALSA: timer: Fix race between stop and interruptTakashi Iwai2020-02-151-0/+4
* | UPSTREAM: ALSA: timer: Fix link corruption due to double start or stopTakashi Iwai2020-02-151-2/+28
* | UPSTREAM: ALSA: timer: Code cleanupTakashi Iwai2020-02-151-17/+11
* | BACKPORT: ALSA: timer: Fix race at concurrent readsTakashi Iwai2020-02-151-19/+15
* | BACKPORT: ALSA: timer: Handle disconnection more safelyTakashi Iwai2020-02-151-0/+48
* | UPSTREAM: ALSA: timer: Fix wrong instance passed to slave callbacksTakashi Iwai2020-02-151-1/+1
|/
* ALSA: timer: Fix race between read and ioctlTakashi Iwai2017-08-131-0/+4
* ALSA: timer: Fix missing queue indices reset at SNDRV_TIMER_IOCTL_SELECTTakashi Iwai2017-08-131-0/+1
* ALSA: timer: Fix double unlink of active_listTakashi Iwai2017-08-121-1/+1
* ALSA: timer: Fix leak in events via snd_timer_user_tinterruptKangjie Lu2017-01-281-0/+1
* ALSA: timer: Fix leak in events via snd_timer_user_ccallbackKangjie Lu2017-01-281-0/+1
* ALSA: timer: Fix leak in SNDRV_TIMER_IOCTL_PARAMSKangjie Lu2017-01-271-0/+1
* ALSA: timer: Fix race among timer ioctlsTakashi Iwai2017-01-241-13/+19
* ALSA: timer: Harden slave timer list handlingTakashi Iwai2016-08-081-4/+14
* 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
* [ALSA] Remove sound/driver.hTakashi Iwai2008-01-311-1/+0
* [ALSA] Use posix clock monotonic for PCM and timer timestampsJaroslav Kysela2008-01-311-3/+13
* [ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.czJaroslav Kysela2007-10-161-2/+2
* [ALSA] timer: check for incorrect device state in non-debug compiles, tooClemens Ladisch2007-07-201-9/+18
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-081-1/+0
* [PATCH] mark struct file_operations const 9Arjan van de Ven2007-02-121-1/+1
* [ALSA] Remove useless reference to obsolete KERNELDRobert P. J. Day2007-02-091-3/+0
* [ALSA] alsa core: convert to list_for_each_entry*Johannes Berg2007-02-091-52/+25
* [ALSA] system timer: remove unused snd_timer_system_private.timer fieldClemens Ladisch2006-09-231-1/+0
* [ALSA] timer: fix timer reschedulingClemens Ladisch2006-09-231-1/+1
* [ALSA] system timer: clear correction value when timer stopsClemens Ladisch2006-09-231-0/+1
* [ALSA] system timer: accumulate correction for multiple lost ticksClemens Ladisch2006-09-231-1/+1