summaryrefslogtreecommitdiffstats
path: root/sound/core/timer.c
AgeCommit message (Expand)AuthorLines
2025-08-21ALSA: timer: fix ida_free call while not allocatedDewei Meng-2/+2
2025-06-30ALSA: timer: Replace deprecated strcpy() with strscpy()Thorsten Blum-1/+1
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar-2/+2
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner-2/+2
2025-03-21ALSA: timer: Don't take register_mutex with copy_from/to_user()Takashi Iwai-70/+77
2024-09-27[tree-wide] finally take no_llseek outAl Viro-1/+0
2024-09-02ALSA: core: Drop superfluous no_free_ptr() for memdup_user() errorsTakashi Iwai-2/+2
2024-09-02ALSA: core: timer: Use NSEC_PER_SEC macroJinjie Ruan-1/+1
2024-08-18ALSA: timer: Introduce virtual userspace-driven timersIvan Orlov-0/+225
2024-08-10ALSA: timer: Relax start tick time check for slave timer elementsTakashi Iwai-1/+1
2024-05-16ALSA: timer: Set lower bound of start tick timeTakashi Iwai-0/+8
2024-03-15ALSA: timer: Fix missing irq-disable at closingTakashi Iwai-1/+1
2024-02-28ALSA: timer: Use guard() for lockingTakashi Iwai-254/+175
2024-02-23ALSA: timer: Use automatic cleanup of kfree()Takashi Iwai-8/+5
2023-08-17ALSA: timer: Create device with snd_device_alloc()Takashi Iwai-7/+9
2023-06-13ALSA: timer: minimize open-coded access to hw.resolutionOswald Buddenhagen-5/+13
2022-07-29ALSA: timer: Use deferred fasync helperTakashi Iwai-5/+6
2021-11-05ALSA: timer: Unconditionally unlink slave instances, tooTakashi Iwai-7/+6
2021-11-03ALSA: timer: Fix use-after-free problemWang Wensheng-2/+2
2021-06-03ALSA: timer: Fix master timer notificationTakashi Iwai-1/+2
2021-01-08ALSA: Convert strlcpy to strscpy when return value is unusedJoe Perches-5/+5
2020-09-09ALSA: timer: Replace tasklet with workTakashi Iwai-10/+10
2020-09-09Merge branch 'for-linus' into for-nextTakashi Iwai-4/+3
2020-09-03ALSA: core: timer: clarify operator precedencePierre-Louis Bossart-2/+2
2020-09-03ALSA: core: timer: remove redundant assignmentPierre-Louis Bossart-1/+1
2020-09-02ALSA: core: convert tasklets to use new tasklet_setup() APIAllen Pais-4/+3
2020-01-12ALSA: timer: fix nsec/sec initialization confusionPierre-Louis Bossart-1/+1
2020-01-03ALSA: timer: Constify snd_timer_hardware definitionsTakashi Iwai-1/+1
2020-01-03ALSA: core: Constify snd_device_ops definitionsTakashi Iwai-1/+1
2019-12-13ALSA: Avoid using timespec for struct snd_timer_treadBaolin Wang-36/+114
2019-12-11ALSA: Avoid using timespec for struct snd_timer_statusBaolin Wang-6/+56
2019-12-11ALSA: Replace timespec with timespec64Baolin Wang-14/+14
2019-11-11ALSA: timer: Fix the breakage of slave link openTakashi Iwai-3/+2
2019-11-08ALSA: timer: Fix possible race at assigning a timer instanceTakashi Iwai-49/+48
2019-11-08ALSA: timer: Make snd_timer_close() returning voidTakashi Iwai-11/+7
2019-11-08ALSA: timer: Unify master/slave linking codeTakashi Iwai-33/+33
2019-11-07Merge branch 'for-linus' into for-nextTakashi Iwai-10/+20
2019-11-06ALSA: timer: Fix incorrectly assigned timer instanceTakashi Iwai-3/+3
2019-11-06ALSA: timer: Limit max amount of slave instancesTakashi Iwai-0/+10
2019-10-30ALSA: timer: Fix mutex deadlock at releasing cardTakashi Iwai-7/+17
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner-16/+1
2019-05-09Merge tag 'sound-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds-71/+110
2019-05-06*: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov-1/+1
2019-04-10ALSA: timer: Coding style fixesTakashi Iwai-4/+16
2019-04-10ALSA: timer: Simplify error path in snd_timer_open()Takashi Iwai-19/+20
2019-04-09ALSA: timer: Revert active callback sync check at closeTakashi Iwai-5/+6
2019-03-27ALSA: timer: Make snd_timer_close() really kill pending actionsTakashi Iwai-12/+33
2019-03-27ALSA: timer: Check ack_list emptiness instead of bit flagTakashi Iwai-6/+4
2019-03-27ALSA: timer: Make sure to clear pending ack listTakashi Iwai-2/+18
2019-03-27ALSA: timer: Unify timer callback process codeTakashi Iwai-36/+26