index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sound
/
core
/
pcm_lib.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-03-30
ALSA: pcm: Fix potential AB/BA lock with buffer_mutex and mmap_lock
Takashi Iwai
1
-4
/
+5
2022-03-22
ALSA: pcm: Fix races among concurrent read/write and buffer changes
Takashi Iwai
1
-0
/
+4
2021-11-24
ALSA: pcm: introduce INFO_NO_REWINDS flag
Pierre-Louis Bossart
1
-0
/
+14
2021-11-24
ALSA: pcm: unconditionally check if appl_ptr is in 0..boundary range
Pierre-Louis Bossart
1
-0
/
+3
2021-10-18
ALSA: memalloc: Support for non-contiguous page allocation
Takashi Iwai
1
-0
/
+5
2021-08-27
ALSA: pcm: fix divide error in snd_pcm_lib_ioctl
Zubin Mithra
1
-1
/
+1
2021-06-10
ALSA: pcm: add snd_pcm_period_elapsed() variant without acquiring lock of PCM...
Takashi Sakamoto
1
-15
/
+49
2020-12-15
ALSA: pcm: use krealloc_array()
Bartosz Golaszewski
1
-2
/
+2
2020-10-26
ALSA: fix kernel-doc markups
Mauro Carvalho Chehab
1
-1
/
+1
2020-05-18
ALSA: pcm: fix incorrect hw_base increase
Brent Lu
1
-0
/
+1
2020-01-05
ALSA: pcm: More constifications
Takashi Iwai
1
-1
/
+1
2020-01-04
ALSA: control: Add verification for kctl accesses
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
-14
/
+24
2019-12-14
ALSA: control: remove useless assignment in .info callback of PCM chmap element
Takashi Sakamoto
1
-1
/
+0
2019-12-13
ALSA: add new 32-bit layout for snd_pcm_mmap_status/control
Arnd Bergmann
1
-4
/
+6
2019-12-11
ALSA: Replace timespec with timespec64
Baolin Wang
1
-14
/
+22
2019-11-13
ALSA: pcm: Fix stream lock usage in snd_pcm_period_elapsed()
paulhsia
1
-2
/
+6
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
Thomas Gleixner
1
-16
/
+1
2019-02-13
ALSA: pcm: Comment why read blocks when PCM is not running
Ricardo Biehl Pasquali
1
-0
/
+4
2019-02-13
Merge branch 'for-linus' into for-next
Takashi Iwai
1
-16
/
+4
2019-02-08
ALSA: pcm: Revert capture stream behavior change in blocking mode
Takashi Iwai
1
-16
/
+4
2019-01-29
Merge branch 'for-linus' into for-next
Takashi Iwai
1
-1
/
+8
2019-01-25
ALSA: pcm: Fix tight loop of OSS capture stream
Takashi Iwai
1
-1
/
+8
2019-01-25
ALSA: pcm: Use the common error path in __snd_pcm_lib_xfer()
Takashi Iwai
1
-3
/
+2
2018-09-10
ALSA: pcm: Update hardware pointer before start capture
Ricardo Biehl Pasquali
1
-3
/
+5
2018-08-27
ALSA: pcm: Return 0 when size < start_threshold in capture
Ricardo Biehl Pasquali
1
-4
/
+9
2018-07-11
ALSA: pcm: Fix snd_interval_refine first/last with open min/max
Timo Wischer
1
-4
/
+10
2018-07-06
ALSA: pcm: Allow drivers to set R/W wait time.
Liam Girdwood
1
-5
/
+12
2018-07-04
ALSA: pcm: trace XRUN event at injection, too
Takashi Iwai
1
-3
/
+4
2018-04-17
ALSA: pcm: Clean up with snd_pcm_avail() and snd_pcm_hw_avail() helpers
Takashi Iwai
1
-12
/
+3
2018-03-13
ALSA: pcm: Use krealloc() for resizing the rules array
Takashi Iwai
1
-6
/
+2
2018-01-15
Merge branch 'for-linus' into for-next
Takashi Iwai
1
-1
/
+0
2018-01-11
ALSA: pcm: Remove yet superfluous WARN_ON()
Takashi Iwai
1
-1
/
+0
2018-01-09
Merge branch 'for-linus' into for-next
Takashi Iwai
1
-2
/
+2
2018-01-02
ALSA: pcm: Set config update bits only when really changed
Takashi Iwai
1
-2
/
+2
2018-01-02
ALSA: pcm: Remove incorrect snd_BUG_ON() usages
Takashi Iwai
1
-2
/
+2
2017-11-21
ALSA: pcm: update tstamp only if audio_tstamp changed
Henrik Eriksson
1
-2
/
+4
2017-07-06
Merge tag 'sound-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
1
-415
/
+253
2017-06-24
Merge branch 'linus' into sched/core, to pick up fixes
Ingo Molnar
1
-2
/
+2
2017-06-20
sched/wait: Rename wait_queue_t => wait_queue_entry_t
Ingo Molnar
1
-1
/
+1
2017-06-20
ALSA: pcm: Fix possible inconsistent appl_ptr update via mmap
Takashi Iwai
1
-6
/
+7
2017-06-20
Merge branch 'for-linus' into for-next
Takashi Iwai
1
-2
/
+2
2017-06-16
ALSA: pcm: Follow standard EXPORT_SYMBOL() declarations
Takashi Iwai
1
-21
/
+0
2017-06-14
ALSA: pcm: Don't treat NULL chmap as a fatal error
Takashi Iwai
1
-2
/
+2
2017-06-14
ALSA: pcm: remove SNDRV_PCM_IOCTL1_INFO internal command
Takashi Sakamoto
1
-2
/
+0
2017-06-14
ALSA: pcm: Skip ack callback without actual appl_ptr update
Takashi Iwai
1
-0
/
+3
2017-06-12
ALSA: pcm: add 'applptr' event of tracepoint
Takashi Sakamoto
1
-0
/
+4
2017-06-12
ALSA: pcm: unify codes to operate application-side position on PCM buffer
Takashi Sakamoto
1
-3
/
+24
2017-06-09
ALSA: pcm: localize snd_pcm_hw_params_choose()
Takashi Sakamoto
1
-40
/
+0
2017-06-02
ALSA: pcm: Direct in-kernel read/write support
Takashi Iwai
1
-1
/
+25
[next]