index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sound
/
core
/
pcm_lib.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'sound-4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2017-07-06
1
-415
/
+253
|
\
|
*
ALSA: pcm: Fix possible inconsistent appl_ptr update via mmap
Takashi Iwai
2017-06-20
1
-6
/
+7
|
*
Merge branch 'for-linus' into for-next
Takashi Iwai
2017-06-20
1
-2
/
+2
|
|
\
|
*
|
ALSA: pcm: Follow standard EXPORT_SYMBOL() declarations
Takashi Iwai
2017-06-16
1
-21
/
+0
|
*
|
ALSA: pcm: remove SNDRV_PCM_IOCTL1_INFO internal command
Takashi Sakamoto
2017-06-14
1
-2
/
+0
|
*
|
ALSA: pcm: Skip ack callback without actual appl_ptr update
Takashi Iwai
2017-06-14
1
-0
/
+3
|
*
|
ALSA: pcm: add 'applptr' event of tracepoint
Takashi Sakamoto
2017-06-12
1
-0
/
+4
|
*
|
ALSA: pcm: unify codes to operate application-side position on PCM buffer
Takashi Sakamoto
2017-06-12
1
-3
/
+24
|
*
|
ALSA: pcm: localize snd_pcm_hw_params_choose()
Takashi Sakamoto
2017-06-09
1
-40
/
+0
|
*
|
ALSA: pcm: Direct in-kernel read/write support
Takashi Iwai
2017-06-02
1
-1
/
+25
|
*
|
ALSA: pcm: Simplify snd_pcm_playback_silence()
Takashi Iwai
2017-06-02
1
-30
/
+20
|
*
|
ALSA: pcm: Unify read/write loop
Takashi Iwai
2017-06-02
1
-138
/
+46
|
*
|
ALSA: pcm: More unification of PCM transfer codes
Takashi Iwai
2017-06-02
1
-131
/
+123
|
*
|
ALSA: pcm: Call directly the common read/write helpers
Takashi Iwai
2017-06-02
1
-101
/
+55
|
*
|
ALSA: pcm: Shuffle codes
Takashi Iwai
2017-06-02
1
-106
/
+106
|
*
|
ALSA: pcm: Check PCM state by a common helper function
Takashi Iwai
2017-06-02
1
-52
/
+29
|
*
|
ALSA: pcm: Drop the old copy and silence ops
Takashi Iwai
2017-06-02
1
-37
/
+1
|
*
|
ALSA: pcm: Introduce copy_user, copy_kernel and fill_silence ops
Takashi Iwai
2017-06-02
1
-15
/
+74
|
*
|
ALSA: pcm: add local header file for snd-pcm module
Takashi Sakamoto
2017-05-26
1
-0
/
+2
|
*
|
ALSA: pcm: constify function local and read-only table
Takashi Sakamoto
2017-05-17
1
-2
/
+3
|
*
|
ALSA: pcm: use helper function to refer parameter as read-only
Takashi Sakamoto
2017-05-17
1
-1
/
+2
*
|
|
Merge branch 'linus' into sched/core, to pick up fixes
Ingo Molnar
2017-06-24
1
-2
/
+2
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
ALSA: pcm: Don't treat NULL chmap as a fatal error
Takashi Iwai
2017-06-14
1
-2
/
+2
|
|
/
*
/
sched/wait: Rename wait_queue_t => wait_queue_entry_t
Ingo Molnar
2017-06-20
1
-1
/
+1
|
/
*
sched/headers: Prepare to move signal wakeup & sigpending methods from <linux...
Ingo Molnar
2017-03-02
1
-0
/
+1
*
ALSA: pcm: Bail out when chmap is already present
Takashi Iwai
2016-05-10
1
-0
/
+2
*
ALSA: pcm : Call kill_fasync() in stream lock
Takashi Iwai
2016-04-14
1
-1
/
+1
*
ALSA: pcm: Avoid "BUG:" string for warnings again
Takashi Iwai
2016-03-10
1
-1
/
+1
*
ALSA: Constify ratden/ratnum constraints
Lars-Peter Clausen
2015-10-28
1
-8
/
+9
*
ALSA: Remove transfer_ack_{begin,end} callbacks from struct snd_pcm_runtime
Lars-Peter Clausen
2015-10-22
1
-5
/
+0
*
ALSA: timer: add config item to export PCM timer disabling for expert
Jie Yang
2015-10-16
1
-0
/
+2
*
ALSA: pcm: Modify double acknowledged interrupts check condition
Koro Chen
2015-05-19
1
-1
/
+1
*
ALSA: core: add .get_time_info
Pierre-Louis Bossart
2015-02-20
1
-29
/
+59
*
Merge tag 'asoc-v3.20-2' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...
Takashi Iwai
2015-02-05
1
-0
/
+85
|
\
|
*
ALSA: pcm: Add snd_interval_ranges() and snd_pcm_hw_constraint_ranges()
Peter Rosin
2015-01-28
1
-0
/
+85
*
|
ALSA: Add support for wildcard msbits constraints
Lars-Peter Clausen
2014-12-30
1
-1
/
+12
*
|
ALSA: Fix handling of multiple msbits constraints on the same runtime
Lars-Peter Clausen
2014-12-30
1
-1
/
+1
|
/
*
ALSA: pcm: Replace PCM hwptr tracking with tracepoints
Takashi Iwai
2014-11-04
1
-122
/
+24
*
ALSA: pcm: Correct PCM BUG error message
Takashi Iwai
2014-11-04
1
-1
/
+1
*
Merge tag 'asoc-v3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/broon...
Takashi Iwai
2014-10-06
1
-3
/
+5
|
\
|
*
ALSA: pcm: fix fifo_size frame calculation
Clemens Ladisch
2014-09-22
1
-3
/
+5
*
|
ALSA: pcm: snd_interval_step: fix changes of open intervals
Clemens Ladisch
2014-09-08
1
-0
/
+2
*
|
ALSA: pcm: snd_interval_step: drop the min parameter
Clemens Ladisch
2014-09-08
1
-4
/
+4
|
/
*
ALSA: pcm: 'BUG:' message unnecessarily triggers kerneloops
Tim Gardner
2014-04-16
1
-1
/
+1
*
Merge tag 'asoc-v3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/broon...
Takashi Iwai
2014-03-13
1
-0
/
+1
|
\
|
*
ALSA: Export snd_pcm_constraint_mask64()
Mark Brown
2014-02-20
1
-0
/
+1
*
|
ALSA: pcm: Use standard printk helpers
Takashi Iwai
2014-02-14
1
-14
/
+13
|
/
*
ALSA: Add SNDRV_PCM_STATE_PAUSED case in wait_for_avail function
JongHo Kim
2013-12-17
1
-0
/
+2
*
ALSA: pcm: Use snd_printd_ratelimit()
Tim Gardner
2013-08-19
1
-2
/
+2
*
ALSA: Constify the snd_pcm_substream struct ops field
Lars-Peter Clausen
2013-05-24
1
-1
/
+2
[next]