index
:
pub/scm/linux/kernel/git/ostr/linux.git
master
Boris Ostrovsky's fork of linux.git
Boris Ostrovsky
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sound
/
drivers
/
aloop.c
Age
Commit message (
Expand
)
Author
Files
Lines
9 days
treewide: refresh kmalloc_obj() conversions
Kees Cook
1
-2
/
+2
2026-08-13
ALSA: aloop: Drop __force casts
Takashi Iwai
1
-2
/
+2
2026-08-06
ALSA: aloop: Check card index validity at probe
Takashi Iwai
1
-0
/
+6
2026-08-03
ALSA: aloop: Fix spinlock deadlock in loopback_hrtimer_stop()
Yu-Hsuan Hsu
1
-1
/
+1
2026-07-15
ALSA: aloop: make read-only array texts static const
Colin Ian King
1
-1
/
+1
2026-07-08
ALSA: aloop: Add 'hrtimer' option to timer_source
Yu-Hsuan Hsu
1
-3
/
+115
2026-06-11
ALSA: aloop: Use the new helper for stop-count refcount
Takashi Iwai
1
-8
/
+5
2026-06-09
ALSA: aloop: Drop superfluous break
Takashi Iwai
1
-1
/
+0
2026-04-27
ALSA: aloop: Fix peer runtime UAF during format-change stop
Cássio Gabriel
1
-13
/
+30
2026-02-03
ALSA: aloop: Fix racy access at PCM trigger
Takashi Iwai
1
-26
/
+36
2025-09-01
ALSA: aloop: Use guard() for spin locks
Takashi Iwai
1
-88
/
+87
2025-09-01
ALSA: aloop: Use guard() for mutex locks
Takashi Iwai
1
-50
/
+33
2025-06-20
ALSA: aloop: Replace deprecated strcpy() with strscpy()
Thorsten Blum
1
-4
/
+5
2025-06-08
treewide, timers: Rename from_timer() to timer_container_of()
Ingo Molnar
1
-1
/
+1
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
1
-2
/
+2
2024-08-18
ALSA: aloop: Allow using global timers
Ivan Orlov
1
-0
/
+2
2024-08-08
ALSA: aloop: Use standard print API
Takashi Iwai
1
-1
/
+1
2024-08-01
ALSA: aloop: use snd_pcm_direction_name()
Kuninori Morimoto
1
-2
/
+1
2024-04-18
ALSA: aloop: add support for up to 768kHz sample rate
Pavel Hofman
1
-2
/
+2
2024-04-18
ALSA: aloop: add DSD formats
Pavel Hofman
1
-1
/
+4
2024-02-12
ALSA: aloop: Replace with DEFINE_SIMPLE_DEV_PM_OPS()
Takashi Iwai
1
-7
/
+2
2024-01-12
ALSA: aloop: Introduce a function to get if access is interleaved mode
Chancel Liu
1
-6
/
+17
2023-10-06
ALSA: aloop: Add control element for getting the access mode
Ivan Orlov
1
-1
/
+44
2023-10-06
ALSA: aloop: Add support for the non-interleaved access mode
Ivan Orlov
1
-3
/
+28
2022-09-27
ALSA: aloop: Replace runtime->status->state reference to runtime->state
Takashi Iwai
1
-2
/
+2
2022-09-02
ALSA: aloop: Fix random zeros in capture data when using jiffies timer
Pattara Teerapong
1
-3
/
+4
2021-07-19
ALSA: aloop: Allocate resources with device-managed APIs
Takashi Iwai
1
-18
/
+8
2021-04-08
Merge tag 'sound-5.12-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
1
-3
/
+8
2021-04-07
ALSA: aloop: Fix initialization of controls
Jonas Holmberg
1
-3
/
+8
2021-03-17
module: remove never implemented MODULE_SUPPORTED_DEVICE
Leon Romanovsky
1
-1
/
+0
2020-12-25
ALSA: aloop: Use DIV_ROUND_UP() instead of open-coding it
Lars-Peter Clausen
1
-1
/
+1
2020-11-21
ALSA: aloop: Constify ops structs
Rikard Falkeborn
1
-3
/
+3
2020-09-09
ALSA: aloop: Replace tasklet with work
Takashi Iwai
1
-12
/
+11
2020-02-10
ALSA: aloop: Fix PCM format assignment
Takashi Iwai
1
-3
/
+3
2020-01-03
ALSA: drivers: Constify snd_kcontrol_new items
Takashi Iwai
1
-1
/
+1
2019-12-17
Merge tag 'y2038-alsa-v8-signed' of git://git.kernel.org:/pub/scm/linux/kerne...
Takashi Iwai
1
-1
/
+1
2019-12-11
ALSA: Replace timespec with timespec64
Baolin Wang
1
-1
/
+1
2019-12-11
ALSA: drivers: Drop superfluous ioctl PCM ops
Takashi Iwai
1
-1
/
+0
2019-12-11
ALSA: aloop: Use managed buffer allocation
Takashi Iwai
1
-10
/
+2
2019-11-27
ALSA: aloop: Avoid pointer dereference before null-check
Andrew Gabbasov
1
-4
/
+4
2019-11-22
ALSA: aloop: Avoid unexpected timer event callback tasklets
Andrew Gabbasov
1
-3
/
+4
2019-11-22
ALSA: aloop: Remove redundant locking in timer open function
Andrew Gabbasov
1
-15
/
+8
2019-11-20
ALSA: aloop: Support runtime change of snd_timer via info interface
Andrew Gabbasov
1
-3
/
+34
2019-11-20
ALSA: aloop: Support selection of snd_timer instead of jiffies
Timo Wischer
1
-1
/
+476
2019-11-20
ALSA: aloop: Move CABLE_VALID_BOTH to the top of file
Timo Wischer
1
-4
/
+4
2019-11-20
ALSA: aloop: Rename all jiffies timer specific functions
Timo Wischer
1
-13
/
+15
2019-11-20
ALSA: aloop: Use callback functions for timer specific implementations
Timo Wischer
1
-19
/
+94
2019-11-20
ALSA: aloop: Support return of error code for timer start and stop
Timo Wischer
1
-11
/
+19
2019-11-20
ALSA: aloop: Describe units of variables
Timo Wischer
1
-2
/
+4
2019-11-06
ALSA: aloop: Convert to the common vmalloc memalloc
Takashi Iwai
1
-4
/
+4
[next]