Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
e78d0eabefb7cabd5f168754a2d890624897f6a1
/
sound
/
core
/
timer.c
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
· 8 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
· 9 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
02f4865
ALSA: core - Define llseek fops
by Takashi Iwai
· 15 years ago
b30477d5
ALSA: timer - pass real event in snd_timer_notify1() to instance callback
by Jaroslav Kysela
· 15 years ago
ef44a1e
ALSA: sound/core: use memdup_user()
by Li Zefan
· 16 years ago
60aa492
Rationalize fasync return values
by Jonathan Corbet
· 16 years ago
1f04128
ALSA: hda - Convert from takslet_hi_schedule() to tasklet_schedule()
by Takashi Iwai
· 16 years ago
233e70f
saner FASYNC handling on file close
by Al Viro
· 16 years ago
0072889
ALSA: fix a typo during snd_assert() removal
by Takashi Iwai
· 16 years ago
7eaa943
ALSA: Kill snd_assert() in sound/core/*
by Takashi Iwai
· 16 years ago
ee2da99
ALSA: remove CONFIG_KMOD from sound
by Johannes Berg
· 16 years ago
0d63e4f
Dont touch fs_struct in drivers
by Jan Blunck
· 17 years ago
9004acc
[ALSA] Remove sound/driver.h
by Takashi Iwai
· 17 years ago
b751eef
[ALSA] Use posix clock monotonic for PCM and timer timestamps
by Jaroslav Kysela
· 17 years ago
c1017a4
[ALSA] Changed Jaroslav Kysela's e-mail from perex@suse.cz to perex@perex.cz
by Jaroslav Kysela
· 17 years ago
7c64ec3
[ALSA] timer: check for incorrect device state in non-debug compiles, too
by Clemens Ladisch
· 17 years ago
e63340a
header cleaning: don't include smp_lock.h when not used
by Randy Dunlap
· 18 years ago
9c2e08c
[PATCH] mark struct file_operations const 9
by Arjan van de Ven
· 18 years ago
bcb4d78
[ALSA] Remove useless reference to obsolete KERNELD
by Robert P. J. Day
· 18 years ago
9244b2c
[ALSA] alsa core: convert to list_for_each_entry*
by Johannes Berg
· 18 years ago
6e9059b
[ALSA] system timer: remove unused snd_timer_system_private.timer field
by Clemens Ladisch
· 18 years ago
cd93fe4
[ALSA] timer: fix timer rescheduling
by Clemens Ladisch
· 18 years ago
de2696d
[ALSA] system timer: clear correction value when timer stops
by Clemens Ladisch
· 18 years ago
6ed5eff
[ALSA] system timer: accumulate correction for multiple lost ticks
by Clemens Ladisch
· 18 years ago
17f48ec
[ALSA] system timer: fix lost ticks correction adjustment
by Clemens Ladisch
· 18 years ago
c461482
[ALSA] Unregister device files at disconnection
by Takashi Iwai
· 19 years ago
Next »