summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-03-03ALSA: core: Re-add snd_device_disconnect()Takashi Iwai3-15/+36
2015-03-03ALSA: hda - Don't assume non-NULL PCM opsTakashi Iwai2-13/+26
2015-03-03ALSA: hda - Allocate hda_pcm objects dynamicallyTakashi Iwai10-103/+145
2015-03-03ALSA: hda - Remove superfluous memory allocation error messagesTakashi Iwai3-30/+9
2015-03-03ALSA: hda - Add card field to hda_codec structTakashi Iwai13-40/+41
2015-03-03ALSA: hda - Split snd_hda_build_pcms()Takashi Iwai2-43/+60
2015-02-26ALSA: hda - Clear pcm pointer assigned to hda_pcm at device removalTakashi Iwai2-8/+16
2015-02-26ALSA: hda - Remove channel mode helper functionsTakashi Iwai2-105/+0
2015-02-26ALSA: hda - Set parent of input beep devicesTakashi Iwai1-0/+1
2015-02-26ALSA: hda - Power down codec automatically at registrationTakashi Iwai3-28/+3
2015-02-26ALSA: hda - Replace bus pm_notify with the standard runtime PM frameworkTakashi Iwai5-54/+14
2015-02-26ALSA: hda - Drop power_save value indirection in hda_busTakashi Iwai6-32/+29
2015-02-23ALSA: hda - Use standard runtime PM for codec power-save controlTakashi Iwai5-230/+106
2015-02-23ALSA: hda - Move codec suspend/resume to codec driverTakashi Iwai6-86/+39
2015-02-23ALSA: hda - Bind codecs via standard busTakashi Iwai17-478/+401
2015-02-23ALSA: hda - Decouple PCM and hwdep devices from codec objectTakashi Iwai3-7/+0
2015-02-23Merge branch 'topic/timestamp' into for-nextTakashi Iwai7-55/+444
2015-02-23Merge branch 'topic/pcm-internal' into for-nextTakashi Iwai1-51/+41
2015-02-23Merge branch 'topic/hda-cleanup' into for-nextTakashi Iwai10-568/+493
2015-02-23Merge branch 'topic/uapi-fix' into for-nextTakashi Iwai4-2/+11
2015-02-23Merge branch 'topic/seq-cleanup' into for-nextTakashi Iwai12-576/+256
2015-02-23Merge branch 'topic/cleanup' into for-nextTakashi Iwai2-115/+40
2015-02-23ALSA: fireworks/bebob/dice/oxfw: make it possible to shutdown safelyTakashi Sakamoto6-28/+15
2015-02-23ALSA: fireworks/bebob/dice/oxfw: allow stream destructor after releasing runtimeTakashi Sakamoto4-21/+30
2015-02-23ALSA: firewire-lib: remove reference countingTakashi Sakamoto1-2/+1
2015-02-23ALSA: fireworks/bebob/dice/oxfw: add reference-counting for FireWire unitTakashi Sakamoto4-4/+42
2015-02-23ALSA: hda - Add pin configs for ASUS mobo with IDT 92HD73XX codecTakashi Iwai1-1/+16
2015-02-23ALSA: firewire-lib: fix an unexpected byte sequence for micro signTakashi Sakamoto1-1/+1
2015-02-23Linux 4.0-rc1v4.0-rc1Linus Torvalds1-4/+4
2015-02-23Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds5-56/+108
2015-02-23Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds70-758/+907
2015-02-22Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds1-1/+1
2015-02-22autofs4 copy_dev_ioctl(): keep the value of ->size we'd used for allocationAl Viro1-2/+6
2015-02-22procfs: fix race between symlink removals and traversalsAl Viro3-12/+22
2015-02-22debugfs: leave freeing a symlink body until inode evictionAl Viro1-17/+17
2015-02-22Documentation/filesystems/Locking: ->get_sb() is long goneAl Viro1-2/+0
2015-02-22trylock_super(): replacement for grab_super_passive()Konstantin Khlebnikov3-26/+22
2015-02-22fanotify: Fix up scripted S_ISDIR/S_ISREG/S_ISLNK conversionsDavid Howells1-1/+1
2015-02-22Cachefiles: Fix up scripted S_ISDIR/S_ISREG/S_ISLNK conversionsDavid Howells4-9/+9
2015-02-22VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)David Howells34-71/+71
2015-02-22SELinux: Use d_is_positive() rather than testing dentry->d_inodeDavid Howells1-2/+2
2015-02-22Smack: Use d_is_positive() rather than testing dentry->d_inodeDavid Howells1-2/+2
2015-02-22TOMOYO: Use d_is_dir() rather than d_inode and S_ISDIR()David Howells1-3/+1
2015-02-22Apparmor: Use d_is_positive/negative() rather than testing dentry->d_inodeDavid Howells1-1/+1
2015-02-22Apparmor: mediated_filesystem() should use dentry->d_sb not inode->i_sbDavid Howells2-12/+12
2015-02-22VFS: Split DCACHE_FILE_TYPE into regular and special typesDavid Howells2-8/+27
2015-02-22VFS: Add a fallthrough flag for marking virtual dentriesDavid Howells2-1/+27
2015-02-22VFS: Add a whiteout dentry typeDavid Howells1-6/+18
2015-02-22VFS: Introduce inode-getting helpers for layered/unioned fs environmentsDavid Howells1-0/+57
2015-02-22Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds110-1132/+6450