aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2015-03-04ALSA: hda - Reduce verbs during generic parser initializationhistory/hda-regmap2Takashi Iwai4-1/+11
2015-03-04ALSA: hda - Use regmap for command verb caches, tooTakashi Iwai9-309/+64
2015-03-04ALSA: hda - Allow driver to add vendor-specific verbs for regmapTakashi Iwai3-1/+31
2015-03-04ALSA: hda - Use regmap for parameter caches, tooTakashi Iwai6-141/+82
2015-03-04ALSA: hda - Use regmap for amp accessesTakashi Iwai4-199/+32
2015-03-04ALSA: hda - Implement uncached version of parameter readsTakashi Iwai4-17/+43
2015-03-04ALSA: hda - Use regmap for codec parameter readsTakashi Iwai2-3/+5
2015-03-04ALSA: hda - Add regmap supportTakashi Iwai7-1/+455
2015-03-04ALSA: hda - Move generic array helpers to core libTakashi Iwai5-77/+84
2015-03-04ALSA: hda - Fix possible runtime PM refcount unbalanceTakashi Iwai5-10/+26
2015-03-04ALSA: hda - Support indirect execution of verbsTakashi Iwai3-6/+36
2015-03-04ALSA: hda - Add widget sysfs treeTakashi Iwai7-7/+454
2015-03-04ALSA: hda - Move a part of hda_codec stuff into hdac_deviceTakashi Iwai23-666/+880
2015-03-03ALSA: hda - Move some codes up to hdac_bus structTakashi Iwai10-163/+336
2015-03-03ALSA: hda - Make snd_hda_bus_type publicTakashi Iwai10-39/+112
2015-03-03ALSA: hda - Release resources in device release callbackTakashi Iwai1-28/+23
2015-03-03ALSA: hda - Use standard workqueue for unsol and jack eventsTakashi Iwai6-36/+14
2015-03-03ALSA: hda - Build PCMs and controls at codec driver probeTakashi Iwai5-94/+17
2015-03-03ALSA: hda - Implement unbind more safelyTakashi Iwai5-35/+43
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 removaltest/hda-busTakashi 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-22Linux 4.0-rc1v4.0-rc1Linus Torvalds1-4/+4
2015-02-22Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds5-56/+108
2015-02-22Merge 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-21Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds110-1132/+6450
2015-02-21Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds41-58/+88
2015-02-21Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds6-18/+36
2015-02-21Merge tag 'xfs-pnfs-for-linus-3.20-rc1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds10-8/+393
2015-02-21Merge tag 'nfs-for-3.20-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds19-158/+165
2015-02-21Merge tag 'pm+acpi-3.20-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds8-54/+86
2015-02-21Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds5-213/+417
2015-02-21Merge tag 'dm-3.20-changes-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds7-188/+269
2015-02-21Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/...Linus Torvalds32-689/+829
2015-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds19-372/+577
2015-02-21Merge tag 'rdma-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds63-561/+1212
2015-02-21Merge branch 'i2c/for-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds23-363/+1139
2015-02-21Merge tag 'clk-for-linus-3.20' of git://git.linaro.org/people/mike.turquette/...Linus Torvalds132-5696/+13039
2015-02-21Merge tag 'vfio-v3.20-rc1' of git://github.com/awilliam/linux-vfioLinus Torvalds7-42/+242
2015-02-21Merge tag 'sound-fix-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds10-11/+43
2015-02-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds1-1/+1
2015-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds8-142/+119
2015-02-21Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds8-0/+907
2015-02-21Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-3/+7
2015-02-21Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds4-55/+64
2015-02-21Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds20-239/+419
2015-02-21Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds6-102/+155
2015-02-21Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2-44/+111
2015-02-21Merge branches 'core-urgent-for-linus' and 'irq-urgent-for-linus' of git://gi...Linus Torvalds3-0/+9
2015-02-21kernel: make READ_ONCE() valid on const argumentsLinus Torvalds1-3/+3
2015-02-20Merge branch 'for-3.20' of git://git.infradead.org/users/kbusch/linux-nvme in...Jens Axboe4-213/+414
2015-02-20blk-throttle: check stats_cpu before reading it from sysfsThadeu Lima de Souza Cascardo1-0/+3
2015-02-21Merge branches 'pnp', 'pm-cpuidle' and 'pm-cpufreq'Rafael J. Wysocki4-48/+56
2015-02-21Merge branches 'acpi-ec', 'acpi-soc', 'acpi-video' and 'acpi-resources'Rafael J. Wysocki4-6/+30
2015-02-20Merge tag 'for_linux-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds7-27/+74
2015-02-20MIPS: sead3: Corrected get_c0_perfcount_intNiklas Cassel1-1/+1
2015-02-20MIPS: mm: Remove dead macro definitionsAndreas Ruprecht2-16/+0
2015-02-20Merge tag 'for-linus-3.20-1' of git://git.code.sf.net/p/openipmi/linux-ipmiLinus Torvalds4-125/+110
2015-02-20Merge branch 'next' into for-linusDmitry Torokhov887-6168/+9094
2015-02-20ALSA: pcm: Don't ignore internal PCMs in snd_pcm_dev_disconnect()Takashi Iwai1-5/+2
2015-02-20ALSA: pcm: Don't notify internal PCMsTakashi Iwai1-5/+8
2015-02-20ALSA: pcm: Don't add internal PCMs to PCM device listTakashi Iwai1-15/+16
2015-02-20ALSA: pcm: Minor refactoring in snd_pcm_attach_substream()Takashi Iwai1-26/+15
2015-02-20Merge branches 'core', 'cxgb4', 'iser', 'mlx4', 'mlx5', 'ocrdma', 'odp', 'qib...Roland Dreier62-556/+1204
2015-02-20IB/qib: Add blank line after declarationMike Marciniszyn17-6/+67
2015-02-20IB/qib: Fix checkpatch warningsMike Marciniszyn15-44/+42
2015-02-20i2c: ocores: rework clk code to handle NULL cookieWolfram Sang1-14/+21
2015-02-20ALSA: bump PCM protocol to 2.0.13Pierre-Louis Bossart1-1/+1
2015-02-20ALSA: core: remove .wall_clockPierre-Louis Bossart1-2/+0
2015-02-20ALSA: hda: replace .wallclock by .get_time_infoPierre-Louis Bossart1-11/+29
2015-02-20ALSA: core: add .get_time_infoPierre-Louis Bossart3-29/+87
2015-02-20ALSA: core: pass audio tstamp config from userspace in compat modePierre-Louis Bossart1-5/+23
2015-02-20ALSA: core: pass audio tstamp config from userspacePierre-Louis Bossart1-3/+14
2015-02-20ALSA: core: selection of audio_tstamp type and accuracy reportsPierre-Louis Bossart3-4/+290
2015-02-20MIPS: OCTEON: irq: add CIB and other fixesDavid Daney2-269/+823
2015-02-20MIPS: OCTEON: Don't do acknowledge operations for level triggered irqs.David Daney1-2/+43
2015-02-20MIPS: OCTEON: More OCTEONIII supportChandrakala Chavva4-2/+326
2015-02-20MIPS: OCTEON: Remove setting of processor specific CVMCTL icache bits.Chad Reese1-20/+0
2015-02-20MIPS: OCTEON: Core-15169 Workaround and general CVMSEG cleanup.David Daney2-6/+17
2015-02-20MIPS: OCTEON: Update octeon-model.h code for new SoCs.David Daney5-27/+90
2015-02-20MIPS: OCTEON: Implement DCache errata workaround for all CN6XXXDavid Daney3-4/+8
2015-02-20MIPS: OCTEON: Add little-endian support to asm/octeon/octeon.hDavid Daney1-30/+105
2015-02-20MIPS: OCTEON: Implement the core-16057 workaroundDavid Daney1-0/+22
2015-02-20MIPS: OCTEON: Delete unused COP2 saving codeAleksey Makarov1-26/+0
2015-02-20MIPS: OCTEON: Use correct instruction to read 64-bit COP0 registerChandrakala Chavva1-3/+3
2015-02-20MIPS: OCTEON: Save and restore CP2 SHA3 stateDavid Daney3-11/+35
2015-02-20MIPS: OCTEON: Fix FP context save.David Daney1-12/+7
2015-02-20MIPS: OCTEON: Save/Restore wider multiply registers in OCTEON III CPUsDavid Daney4-32/+150
2015-02-20thermal: exynos: fix: Check if data->tmu_read callback is present before readLukasz Majewski1-1/+1
2015-02-20MIPS: boot: Provide more uImage optionsMarkos Chandras2-2/+55
2015-02-20MIPS: Remove unneeded #ifdef __KERNEL__ from asm/processor.hDavid Daney1-6/+0
2015-02-20MIPS: ip22-gio: Remove legacy suspend/resume supportLars-Peter Clausen2-26/+0
2015-02-20mips: pci: Add ifdef around pci_proc_domainZubair Lutfullah Kakakhel1-0/+2
2015-02-20MIPS: Alchemy: Fix cpu clock calculationManuel Lauss1-0/+2
2015-02-20MIPS: Alchemy: remove declaration for set_cpuspecManuel Lauss1-1/+0
2015-02-20MIPS: Alchemy: preset loops_per_jiffy based on CPU clockManuel Lauss2-0/+9
2015-02-20MIPS: Alchemy: fix Au1000/Au1500 LRCLK calculationManuel Lauss1-5/+14
2015-02-20MIPS: Add set/clear CP0 macros for PageGrain registerSteven J. Hill3-4/+5
2015-02-20ARM: 8305/1: DMA: Fix kzalloc flags in __iommu_alloc_buffer()Alexandre Courbot1-1/+1
2015-02-20Merge branch 'overlayfs-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Al Viro7-319/+517
2015-02-20Infiniband: Fix potential NULL d_inode dereferenceDavid Howells2-2/+2
2015-02-20posix_acl: fix reference leaks in posix_acl_createOmar Sandoval1-5/+9
2015-02-20autofs4: Wrong format for printing dentryRasmus Villemoes1-1/+1
2015-02-20coredump: Fix typo in commentBastien Nocera1-1/+1
2015-02-20fs/aio.c: Remove duplicate function name in pr_debug messagesKinglong Mee1-3/+3
2015-02-20configfs: Fix potential NULL d_inode dereferenceDavid Howells1-1/+1
2015-02-20hypfs: switch to read_iter/write_iterAl Viro1-27/+24
2015-02-20x86/mm/ASLR: Avoid PAGE_SIZE redefinition for UML subarchJiri Kosina2-2/+0
2015-02-20ALSA: hda - Avoid unnecessary power-up at mixer amp changesTakashi Iwai1-17/+16
2015-02-20don't bother with most of the bad_file_ops methodsAl Viro1-147/+0
2015-02-19clk: Only recalculate the rate if neededTomeu Vizoso1-1/+4
2015-02-19ipmi: Fix a memory ordering issueCorey Minyard1-4/+10
2015-02-19ipmi: Remove uses of return value of seq_printfJoe Perches3-16/+26
2015-02-19ipmi: Use is_visible callback for conditional sysfs entriesTakashi Iwai1-43/+17
2015-02-19ipmi: Free ipmi_recv_msg messages from the linked list on closeNicholas Krause1-1/+5
2015-02-19ipmi: avoid gcc warningArnd Bergmann1-8/+21
2015-02-19ipmi: Update timespec usage to timespec64John Stultz1-12/+13
2015-02-19ipmi: Cleanup DEBUG_TIMING ifdef usageJohn Stultz1-40/+21
2015-02-19drivers:char:ipmi: Remove unneeded FIXME comment in the file,ipmi_si_intf.cNicholas Krause1-1/+0
2015-02-19char: ipmi: Remove obsolete cleanup for clientdataWolfram Sang1-2/+0
2015-02-19ipmi: Remove a FIXME for slab conversionCorey Minyard1-1/+0
2015-02-19Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/evalent...Linus Torvalds15-1090/+596
2015-02-19NVMe: Fix potential corruption on sync commandsKeith Busch1-29/+3
2015-02-19NVMe: Remove unused variablesKeith Busch1-8/+0
2015-02-19NVMe: Fix scsi mode select llbaa settingKeith Busch1-1/+1
2015-02-19NVMe: Fix potential corruption during shutdownKeith Busch2-31/+19
2015-02-19NVMe: Asynchronous controller probeKeith Busch2-17/+32
2015-02-19NVMe: Register management handle under nvme classKeith Busch2-25/+57
2015-02-19NVMe: Update SCSI Inquiry VPD 83h translationKeith Busch3-44/+62
2015-02-19NVMe: Metadata format supportKeith Busch3-67/+249
2015-02-19x86: pte_protnone() and pmd_protnone() must check entry is not presentDavid Vrabel1-2/+4
2015-02-19cpuidle: powernv: Avoid endianness conversions while parsing DTPreeti U Murthy1-13/+16
2015-02-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds34-861/+1063
2015-02-19Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...Linus Torvalds23-488/+444
2015-02-19MIPS: Usage and cosmetic cleanups of page table bits.Steven J. Hill2-62/+38
2015-02-19ALSA: hda - Split azx_codec_create() to two phasesTakashi Iwai4-23/+36
2015-02-19ALSA: hda - Drop azx_mixer_create()Takashi Iwai4-10/+2
2015-02-19ALSA: hda - Fold hda_priv.h into hda_controller.hTakashi Iwai7-415/+392
2015-02-19ALSA: hda - Introduce azx_has_pm_runtime() macroTakashi Iwai3-9/+10
2015-02-19Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l...Linus Torvalds13-507/+760
2015-02-19Merge tag 'edac_fixes_for_3.20' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-5/+14
2015-02-19Merge tag 'platform-drivers-x86-v3.20-1' of git://git.infradead.org/users/dvh...Linus Torvalds10-243/+1259
2015-02-19kgdb, docs: Fix <para> pdfdocs build errorsRajaneesh Acharya1-3/+3
2015-02-19debug: prevent entering debug mode on panic/exception.Colin Cross1-0/+17
2015-02-19kdb: Const qualifier for kdb_getstr's prompt argumentDaniel Thompson2-2/+2
2015-02-19kdb: Provide forward search at more promptDaniel Thompson3-5/+26
2015-02-19kdb: Fix a prompt management bug when using | grepDaniel Thompson1-2/+2
2015-02-19kdb: Remove stack dump when entering kgdb due to NMIDaniel Thompson1-1/+0
2015-02-19kdb: Avoid printing KERN_ levels to consolesDaniel Thompson3-11/+21
2015-02-19kdb: Fix off by one error in kdb_cpu()Jason Wessel2-2/+2
2015-02-19kdb: fix incorrect counts in KDB summary command outputJay Lan1-1/+1
2015-02-19Merge branch 'kconfig' of git://git.kernel.org/pub/scm/linux/kernel/git/mmare...Linus Torvalds33-99/+105
2015-02-19Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/k...Linus Torvalds3-11/+21
2015-02-19MAINTAINERS: update Ceph and RBD maintainersSage Weil1-3/+4
2015-02-19Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds9-90/+40
2015-02-19s390/spinlock: disabled compare-and-delay by defaultMartin Schwidefsky1-5/+7
2015-02-19i2c: designware-baytrail: another fixup for proper Kconfig dependenciesWolfram Sang1-1/+1