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_native.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-06-29
pcm_native: switch to fdget()/fdput()
Al Viro
1
-25
/
+15
2013-06-15
snd_pcm_link(): fix a leak...
Al Viro
1
-2
/
+2
2013-05-07
aio: don't include aio.h in sched.h
Kent Overstreet
1
-1
/
+1
2013-04-25
Merge tag 'asoc-v3.10-3' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...
Takashi Iwai
1
-10
/
+2
2013-04-19
vm: convert snd_pcm_lib_mmap_iomem() to vm_iomap_memory() helper
Linus Torvalds
1
-10
/
+2
2013-03-12
ALSA: add/change some comments describing function return values
Yacine Belkadi
1
-0
/
+13
2013-02-22
new helper: file_inode(file)
Al Viro
1
-1
/
+1
2012-11-21
ALSA: pcm: Fix return code in pcm_native.c
Sachin Kamat
1
-1
/
+1
2012-11-08
Merge branch 'for-linus' into for-next
Takashi Iwai
1
-2
/
+4
2012-11-08
ALSA: Fix card refcount unbalance
Takashi Iwai
1
-2
/
+4
2012-10-30
Merge branch 'for-linus' into for-next
Takashi Iwai
1
-6
/
+27
2012-10-30
ALSA: Avoid endless sleep after disconnect
Takashi Iwai
1
-0
/
+8
2012-10-30
ALSA: Add a reference counter to card instance
Takashi Iwai
1
-2
/
+7
2012-10-30
ALSA: PCM: Fix some races at disconnection
Takashi Iwai
1
-4
/
+12
2012-10-23
ALSA: core: add hooks for audio timestamps
Pierre-Louis Bossart
1
-0
/
+2
2012-10-09
mm: kill vma flag VM_RESERVED and mm->reserved_vm counter
Konstantin Khlebnikov
1
-3
/
+3
2012-09-26
switch SNDRV_PCM_IOCTL_LINK to fget_light()
Al Viro
1
-6
/
+7
2012-05-21
ALSA: pcm - Add proper state checks to snd_pcm_drain()
Takashi Iwai
1
-1
/
+11
2012-03-15
ALSA: pcm - Avoid GFP_ATOMIC in snd_pcm_link()
Takashi Iwai
1
-5
/
+10
2011-10-31
sound: Add module.h to the previously silent sound users
Paul Gortmaker
1
-0
/
+1
2011-10-28
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...
Linus Torvalds
1
-12
/
+7
2011-10-26
Merge branch 'topic/misc' into for-linus
Takashi Iwai
1
-9
/
+3
2011-10-10
ALSA: pcm - remove the dead code from snd_pcm_open_file()
Feng Tang
1
-9
/
+3
2011-09-28
ALSA: pcm - Export snd_pcm_lib_default_mmap() helper
Takashi Iwai
1
-3
/
+4
2011-08-25
PM QoS: Move and rename the implementation files
Jean Pihet
1
-1
/
+1
2011-05-26
ALSA: core: remove unused variables.
Luca Tettamanti
1
-8
/
+0
2011-05-26
ALSA: PCM - Don't check DMA time-out too shortly
Takashi Iwai
1
-2
/
+11
2011-03-31
Fix common misspellings
Lucas De Marchi
1
-1
/
+1
2011-03-25
ALSA: vmalloc buffers should use normal mmap
Benjamin Herrenschmidt
1
-9
/
+0
2011-02-14
ALSA: core: sparse cleanups
Clemens Ladisch
1
-1
/
+1
2011-01-13
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...
Linus Torvalds
1
-0
/
+3
2010-12-22
Merge branch 'master' into for-next
Jiri Kosina
1
-1
/
+0
2010-12-13
Merge branch 'topic/workq-update' into topic/misc
Takashi Iwai
1
-1
/
+0
2010-11-22
ALSA: pcm: support for period wakeup disabling
Clemens Ladisch
1
-0
/
+3
2010-11-17
BKL: remove extraneous #include <smp_lock.h>
Arnd Bergmann
1
-1
/
+0
2010-11-01
tree-wide: fix comment/printk typos
Uwe Kleine-König
1
-1
/
+1
2010-10-11
Merge branch 'fix/misc' into topic/misc
Takashi Iwai
1
-0
/
+2
2010-09-16
ALSA: pcm - Fix unbalanced pm_qos_request
Takashi Iwai
1
-0
/
+2
2010-09-14
sound: Use static const char * const where possible
Joe Perches
1
-1
/
+1
2010-08-18
ALSA: pcm midlevel code - add time check for double interrupt acknowledge
Jaroslav Kysela
1
-0
/
+2
2010-08-18
ALSA: emu10k1 - delay the PCM interrupts (add pcm_irq_delay parameter)
Jaroslav Kysela
1
-0
/
+4
2010-07-19
pm_qos: Get rid of the allocation in pm_qos_add_request()
James Bottomley
1
-8
/
+5
2010-05-21
ALSA: pcm: fix the fix of the runtime->boundary calculation
Clemens Ladisch
1
-36
/
+3
2010-05-20
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tiw...
Linus Torvalds
1
-17
/
+32
2010-05-20
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...
Linus Torvalds
1
-6
/
+8
2010-05-20
Merge branch 'topic/nomm' into for-linus
Takashi Iwai
1
-8
/
+22
2010-05-20
Merge branch 'topic/core-cleanup' into for-linus
Takashi Iwai
1
-9
/
+10
2010-05-12
ALSA: pcm - Use pgprot_noncached() for MIPS non-coherent archs
Takashi Iwai
1
-0
/
+7
2010-05-10
PM QOS update
Mark Gross
1
-6
/
+8
2010-04-13
ALSA: core - Define llseek fops
Takashi Iwai
1
-2
/
+8
[next]