Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
90b627f5426ce144cdd4ea585d1f7812359a1a6a
/
sound
/
core
/
timer.c
ffdd982
ALSA: timer: Unconditionally unlink slave instances, too
by Takashi Iwai
· 3 years, 2 months ago
c0317c0
ALSA: timer: Fix use-after-free problem
by Wang Wensheng
· 3 years, 2 months ago
9c1fe96
ALSA: timer: Fix master timer notification
by Takashi Iwai
· 3 years, 7 months ago
75b1a8f
ALSA: Convert strlcpy to strscpy when return value is unused
by Joe Perches
· 4 years ago
bf08359
ALSA: timer: Replace tasklet with work
by Takashi Iwai
· 4 years, 4 months ago
9ddb236
Merge branch 'for-linus' into for-next
by Takashi Iwai
· 4 years, 4 months ago
3bcf8ee
ALSA: core: timer: clarify operator precedence
by Pierre-Louis Bossart
· 4 years, 4 months ago
6363256
ALSA: core: timer: remove redundant assignment
by Pierre-Louis Bossart
· 4 years, 4 months ago
d1a58aa
ALSA: core: convert tasklets to use new tasklet_setup() API
by Allen Pais
· 4 years, 4 months ago
f999348
ALSA: timer: fix nsec/sec initialization confusion
by Pierre-Louis Bossart
· 5 years ago
df76996
ALSA: timer: Constify snd_timer_hardware definitions
by Takashi Iwai
· 5 years ago
f15ee21
ALSA: core: Constify snd_device_ops definitions
by Takashi Iwai
· 5 years ago
07094ae
ALSA: Avoid using timespec for struct snd_timer_tread
by Baolin Wang
· 7 years ago
a07804c
ALSA: Avoid using timespec for struct snd_timer_status
by Baolin Wang
· 7 years ago
fcae40c
ALSA: Replace timespec with timespec64
by Baolin Wang
· 7 years ago
0c4f09c
ALSA: timer: Fix the breakage of slave link open
by Takashi Iwai
· 5 years ago
6a34367
ALSA: timer: Fix possible race at assigning a timer instance
by Takashi Iwai
· 5 years ago
33bbb8a
ALSA: timer: Make snd_timer_close() returning void
by Takashi Iwai
· 5 years ago
ebfc6de
ALSA: timer: Unify master/slave linking code
by Takashi Iwai
· 5 years ago
66a8966
Merge branch 'for-linus' into for-next
by Takashi Iwai
· 5 years ago
e7af630
ALSA: timer: Fix incorrectly assigned timer instance
by Takashi Iwai
· 5 years ago
fdea53f
ALSA: timer: Limit max amount of slave instances
by Takashi Iwai
· 5 years ago
a393318
ALSA: timer: Fix mutex deadlock at releasing card
by Takashi Iwai
· 5 years ago
1a59d1b8
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
by Thomas Gleixner
· 6 years ago
e57ccca
Merge tag 'sound-5.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
by Linus Torvalds
· 6 years ago
c5bf68f
*: convert stream-like files from nonseekable_open -> stream_open
by Kirill Smelkov
· 6 years ago
5d704b0
ALSA: timer: Coding style fixes
by Takashi Iwai
· 6 years ago
41672c0
ALSA: timer: Simplify error path in snd_timer_open()
by Takashi Iwai
· 6 years ago
df55531
ALSA: timer: Revert active callback sync check at close
by Takashi Iwai
· 6 years ago
fe1b26c
ALSA: timer: Make snd_timer_close() really kill pending actions
by Takashi Iwai
· 6 years ago
a7588c8
ALSA: timer: Check ack_list emptiness instead of bit flag
by Takashi Iwai
· 6 years ago
7bb4a8a
ALSA: timer: Make sure to clear pending ack list
by Takashi Iwai
· 6 years ago
8748b85
ALSA: timer: Unify timer callback process code
by Takashi Iwai
· 6 years ago
d10ee9c
ALSA: timer: catch invalid timer object creation
by Srikanth K H
· 6 years ago
b41f794
ALSA: timer: Fix UBSAN warning at SNDRV_TIMER_IOCTL_NEXT_DEVICE ioctl
by Takashi Iwai
· 7 years ago
9d4d207
ALSA: timer: Assure timer resolution access always locked
by Takashi Iwai
· 7 years ago
fdcb576
ALSA: timer: Simplify timer hw resolution calls
by Takashi Iwai
· 7 years ago
3ae1809
ALSA: timer: Fix pause event notification
by Ben Hutchings
· 7 years ago
a9a0884
vfs: do bulk POLL* -> EPOLL* replacement
by Linus Torvalds
· 7 years ago
680ef72
sound: annotate ->poll() instances
by Al Viro
· 7 years ago
c429bda
Merge branch 'for-next' into for-linus
by Takashi Iwai
· 7 years ago
9b7d869
ALSA: timer: Limit max instances per timer
by Takashi Iwai
· 7 years ago
38e9a80
ALSA: timer: Convert timers to use timer_setup()
by Kees Cook
· 7 years ago
1ae0e4c
ALSA: timer: Use common error handling code in alsa_timer_init()
by Markus Elfring
· 7 years ago
dd1f7ab
ALSA: timer: Adjust a condition check in snd_timer_resolution()
by Markus Elfring
· 7 years ago
920f2ec
Merge tag 'sound-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
by Linus Torvalds
· 7 years ago
ac6424b
sched/wait: Rename wait_queue_t => wait_queue_entry_t
by Ingo Molnar
· 8 years ago
9885639
ALSA: timer: Follow standard EXPORT_SYMBOL() declarations
by Takashi Iwai
· 8 years ago
d7f910b
ALSA: timer: Wrap with spinlock for queue access
by Takashi Iwai
· 8 years ago
890e2cb
ALSA: timer: Improve user queue reallocation
by Takashi Iwai
· 8 years ago
ba3021b
ALSA: timer: Fix missing queue indices reset at SNDRV_TIMER_IOCTL_SELECT
by Takashi Iwai
· 8 years ago
d11662f4
ALSA: timer: Fix race between read and ioctl
by Takashi Iwai
· 8 years ago
a8c006a
ALSA: timer: Info leak in snd_timer_user_tinterrupt()
by Dan Carpenter
· 8 years ago
e8ed682
ALSA: timer: remove some dead code
by Dan Carpenter
· 8 years ago
174cd4b
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>
by Ingo Molnar
· 8 years ago
71321eb
ALSA: timer: Reject user params with too small ticks
by Takashi Iwai
· 8 years ago
9f8a765
ALSA: timer: Fix zero-division by continue of uninitialized instance
by Takashi Iwai
· 8 years ago
11749e0
ALSA: timer: fix NULL pointer dereference in read()/ioctl() race
by Vegard Nossum
· 8 years ago
8ddc056
ALSA: timer: fix NULL pointer dereference on memory allocation failure
by Vegard Nossum
· 8 years ago
6b760bb
ALSA: timer: fix division by zero after SNDRV_TIMER_IOCTL_CONTINUE
by Vegard Nossum
· 8 years ago
3fa6993
ALSA: timer: Fix negative queue usage by racy accesses
by Takashi Iwai
· 8 years ago
e4ec8cc
ALSA: timer: Fix leak in events via snd_timer_user_tinterrupt
by Kangjie Lu
· 9 years ago
9a47e9c
ALSA: timer: Fix leak in events via snd_timer_user_ccallback
by Kangjie Lu
· 9 years ago
cec8f96
ALSA: timer: Fix leak in SNDRV_TIMER_IOCTL_PARAMS
by Kangjie Lu
· 9 years ago
34ce71a
ALSA: timer: remove legacy rtctimer
by Alexandre Belloni
· 9 years ago
4a07083
ALSA: timer: Use mod_timer() for rearming the system timer
by Takashi Iwai
· 9 years ago
91d2178
ALSA: timer: fix gparams ioctl compatibility for different architectures
by Takashi Sakamoto
· 9 years ago
f65e0d2
ALSA: timer: Call notifier in the same spinlock
by Takashi Iwai
· 9 years ago
9984d1b
ALSA: timer: Protect the whole snd_timer_close() with open race
by Takashi Iwai
· 9 years ago
4dff5c7
ALSA: timer: Fix race at concurrent reads
by Takashi Iwai
· 9 years ago
ed8b1d6
ALSA: timer: Fix race between stop and interrupt
by Takashi Iwai
· 9 years ago
117159f
ALSA: timer: Fix wrong instance passed to slave callbacks
by Takashi Iwai
· 9 years ago
094fd3b
ALSA: timer: Fix leftover link at closing
by Takashi Iwai
· 9 years ago
f146357
ALSA: timer: Sync timer deletion at closing the system timer
by Takashi Iwai
· 9 years ago
f784beb
ALSA: timer: Fix link corruption due to double start or stop
by Takashi Iwai
· 9 years ago
40ed944
ALSA: timer: Introduce disconnect op to snd_timer_instance
by Takashi Iwai
· 9 years ago
230323d
ALSA: timer: Handle disconnection more safely
by Takashi Iwai
· 9 years ago
c3b1681
ALSA: timer: Code cleanup
by Takashi Iwai
· 9 years ago
b5a663a
ALSA: timer: Harden slave timer list handling
by Takashi Iwai
· 9 years ago
af36802
ALSA: timer: Fix race among timer ioctls
by Takashi Iwai
· 9 years ago
ee8413b
ALSA: timer: Fix double unlink of active_list
by Takashi Iwai
· 9 years ago
cd6a650
ALSA: replace CONFIG_PROC_FS with CONFIG_SND_PROC_FS
by Jie Yang
· 10 years ago
ec0e993
ALSA: core: Drop superfluous error/debug messages after malloc failures
by Takashi Iwai
· 10 years ago
3fe9cf3
Merge branch 'topic/snd-device' into for-next
by Takashi Iwai
· 10 years ago
40a4b26
ALSA: Simplify snd_device_register() variants
by Takashi Iwai
· 10 years ago
89da061
ALSA: timer: Handle the device directly
by Takashi Iwai
· 10 years ago
7c35860
ALSA: timer: Propagate the error at initialization
by Takashi Iwai
· 10 years ago
f169c10
ALSA: timer: Use setup_timer() and mod_timer()
by Takashi Iwai
· 10 years ago
26204e0
ALSA: core: Use ktime_get_ts()
by Thomas Gleixner
· 11 years ago
cf74dcf
ALSA: timer: Use standard printk helpers
by Takashi Iwai
· 11 years ago
8eeaa2f
ALSA: Replace with IS_ENABLED()
by Takashi Iwai
· 11 years ago
51990e8
device.h: cleanup users outside of linux/include (C files)
by Paul Gortmaker
· 13 years ago
65a7721
sound: fix drivers needing module.h not moduleparam.h
by Paul Gortmaker
· 13 years ago
94094c8
ALSA: timer - Add NULL-check for invalid slave timer
by Takashi Iwai
· 13 years ago
0584ffa
ALSA: timer - Fix Oops at closing slave timer
by Takashi Iwai
· 13 years ago
5b7c757
ALSA: sound/core: merge list_del()/list_add_tail() to list_move_tail()
by Nicolas Kaiser
· 14 years ago
03cfe6f
ALSA: support module on-demand loading for seq and timer
by Kay Sievers
· 14 years ago
109fef9
ALSA: timer: automatically load the high-resolution timer
by Clemens Ladisch
· 14 years ago
3374cd1
Merge branch 'topic/core-cleanup' into for-linus
by Takashi Iwai
· 15 years ago
bfe7078
ALSA: take tu->qlock with irqs disabled
by Dan Carpenter
· 15 years ago
Next »