index
:
kernel/git/next/linux-next.git
akpm
akpm-base
fs-current
fs-next
master
pending-fixes
stable
The linux-next integration testing tree
Linux Next Group
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sound
/
core
/
timer.c
Age
Commit message (
Expand
)
Author
5 days
ALSA: timer: Drop redundant stream_open() return check
bui duc phuc
2026-06-14
ALSA: timer: Fix racy timeri->timer changes with rwlock
Takashi Iwai
2026-06-10
ALSA: timer: Disable work at freeing timer object
Takashi Iwai
2026-06-10
Revert "ALSA: timer: Fix UAF at snd_timer_user_params()"
Takashi Iwai
2026-06-10
ALSA: timer: Manage timer object with kref
Takashi Iwai
2026-06-07
ALSA: timer: Fix UAF at snd_timer_user_params()
Takashi Iwai
2026-06-07
ALSA: timer: Forcibly close timer instances at closing
Takashi Iwai
2026-05-19
ALSA: timer: avoid past-the-end iterator in snd_timer_dev_register()
Maoyi Xie
2026-03-17
ALSA: timer: keep a list of open masters for slave lookup
Cássio Gabriel
2026-02-21
Convert 'alloc_obj' family to use the new default GFP_KERNEL argument
Linus Torvalds
2026-02-21
treewide: Replace kmalloc with kmalloc_obj for non-scalar types
Kees Cook
2025-12-17
ALSA: timer: Relax __free() variable declarations
Takashi Iwai
2025-08-21
ALSA: timer: fix ida_free call while not allocated
Dewei Meng
2025-06-30
ALSA: timer: Replace deprecated strcpy() with strscpy()
Thorsten Blum
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
2025-03-21
ALSA: timer: Don't take register_mutex with copy_from/to_user()
Takashi Iwai
2024-09-27
[tree-wide] finally take no_llseek out
Al Viro
2024-09-02
ALSA: core: Drop superfluous no_free_ptr() for memdup_user() errors
Takashi Iwai
2024-09-02
ALSA: core: timer: Use NSEC_PER_SEC macro
Jinjie Ruan
2024-08-18
ALSA: timer: Introduce virtual userspace-driven timers
Ivan Orlov
2024-08-10
ALSA: timer: Relax start tick time check for slave timer elements
Takashi Iwai
2024-05-16
ALSA: timer: Set lower bound of start tick time
Takashi Iwai
2024-03-15
ALSA: timer: Fix missing irq-disable at closing
Takashi Iwai
2024-02-28
ALSA: timer: Use guard() for locking
Takashi Iwai
2024-02-23
ALSA: timer: Use automatic cleanup of kfree()
Takashi Iwai
2023-08-17
ALSA: timer: Create device with snd_device_alloc()
Takashi Iwai
2023-06-13
ALSA: timer: minimize open-coded access to hw.resolution
Oswald Buddenhagen
2022-07-29
ALSA: timer: Use deferred fasync helper
Takashi Iwai
2021-11-05
ALSA: timer: Unconditionally unlink slave instances, too
Takashi Iwai
2021-11-03
ALSA: timer: Fix use-after-free problem
Wang Wensheng
2021-06-03
ALSA: timer: Fix master timer notification
Takashi Iwai
2021-01-08
ALSA: Convert strlcpy to strscpy when return value is unused
Joe Perches
2020-09-09
ALSA: timer: Replace tasklet with work
Takashi Iwai
2020-09-09
Merge branch 'for-linus' into for-next
Takashi Iwai
2020-09-03
ALSA: core: timer: clarify operator precedence
Pierre-Louis Bossart
2020-09-03
ALSA: core: timer: remove redundant assignment
Pierre-Louis Bossart
2020-09-02
ALSA: core: convert tasklets to use new tasklet_setup() API
Allen Pais
2020-01-12
ALSA: timer: fix nsec/sec initialization confusion
Pierre-Louis Bossart
2020-01-03
ALSA: timer: Constify snd_timer_hardware definitions
Takashi Iwai
2020-01-03
ALSA: core: Constify snd_device_ops definitions
Takashi Iwai
2019-12-13
ALSA: Avoid using timespec for struct snd_timer_tread
Baolin Wang
2019-12-11
ALSA: Avoid using timespec for struct snd_timer_status
Baolin Wang
2019-12-11
ALSA: Replace timespec with timespec64
Baolin Wang
2019-11-11
ALSA: timer: Fix the breakage of slave link open
Takashi Iwai
2019-11-08
ALSA: timer: Fix possible race at assigning a timer instance
Takashi Iwai
2019-11-08
ALSA: timer: Make snd_timer_close() returning void
Takashi Iwai
2019-11-08
ALSA: timer: Unify master/slave linking code
Takashi Iwai
2019-11-07
Merge branch 'for-linus' into for-next
Takashi Iwai
2019-11-06
ALSA: timer: Fix incorrectly assigned timer instance
Takashi Iwai
[next]