summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2016-01-2215-45/+411
|\
| * crypto: algif_skcipher - sendmsg SG marking is off by oneHerbert Xu2016-01-201-1/+2
| * crypto: crc32c - Fix crc32c soft dependencyJean Delvare2016-01-192-1/+1
| * crypto: algif_skcipher - Load TX SG list after waitingHerbert Xu2016-01-191-7/+7
| * crypto: atmel-aes - Add missing break to atmel_aes_reg_nameHerbert Xu2016-01-191-0/+1
| * crypto: algif_skcipher - Fix race condition in skcipher_check_keyHerbert Xu2016-01-181-3/+6
| * crypto: algif_hash - Fix race condition in hash_check_keyHerbert Xu2016-01-181-3/+6
| * crypto: CRYPTO_DEV_ATMEL_AES should depend on HAS_DMAGeert Uytterhoeven2016-01-181-0/+1
| * lib: sw842: select crc32Arnd Bergmann2016-01-181-0/+2
| * crypto: af_alg - Forbid bind(2) when nokey child sockets are presentHerbert Xu2016-01-181-9/+7
| * crypto: algif_skcipher - Remove custom release parent functionHerbert Xu2016-01-181-40/+3
| * crypto: algif_hash - Remove custom release parent functionHerbert Xu2016-01-181-40/+3
| * crypto: af_alg - Allow af_af_alg_release_parent to be called on nokey pathHerbert Xu2016-01-182-1/+9
| * crypto: qat - update init_esram for C3xxx dev typeTadeusz Struk2016-01-181-0/+3
| * crypto: qat - fix timeout issuesPingchao Yang2016-01-181-5/+6
| * crypto: qat - remove to call get_sram_bar_id for qat_c3xxxPingchao Yang2016-01-181-3/+6
| * crypto: algif_skcipher - Add key check exception for cipher_nullHerbert Xu2016-01-181-1/+1
| * crypto: skcipher - Add crypto_skcipher_has_setkeyHerbert Xu2016-01-182-0/+9
| * crypto: algif_hash - Require setkey before accept(2)Herbert Xu2016-01-181-8/+193
| * crypto: hash - Add crypto_ahash_has_setkeyHerbert Xu2016-01-183-2/+13
| * crypto: algif_skcipher - Add nokey compatibility pathHerbert Xu2016-01-181-5/+144
| * crypto: af_alg - Add nokey compatibility pathHerbert Xu2016-01-182-1/+14
| * crypto: af_alg - Fix socket double-free when accept failsHerbert Xu2016-01-181-3/+1
| * crypto: af_alg - Disallow bind/setkey/... after accept(2)Herbert Xu2016-01-182-8/+35
| * crypto: algif_skcipher - Require setkey before accept(2)Herbert Xu2016-01-181-7/+41
* | Merge tag 'sound-fix-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-01-2211-23/+124
|\ \
| * | ALSA: timer: Introduce disconnect op to snd_timer_instanceTakashi Iwai2016-01-212-12/+12
| * | ALSA: timer: Handle disconnection more safelyTakashi Iwai2016-01-211-0/+48
| * | ALSA: hda - Flush the pending probe work at removeTakashi Iwai2016-01-201-1/+9
| * | ALSA: hda - Fix missing module loading with model=generic optionTakashi Iwai2016-01-201-10/+32
| * | ALSA: hda - Degrade i915 binding failure messageTakashi Iwai2016-01-202-3/+5
| * | ALSA: at73c213: manage SSC clockMans Rullgard2016-01-201-0/+11
| * | ALSA: control: Avoid kernel warnings from tlv ioctl with numid 0Takashi Iwai2016-01-181-0/+2
| * | ALSA: seq: Fix snd_seq_call_port_info_ioctl in compat modeNicolas Boichat2016-01-181-4/+5
| * | ALSA: pcm: Fix snd_pcm_hw_params struct copy in compat modeNicolas Boichat2016-01-181-4/+9
| * | ALSA: hrtimer: Fix stall by hrtimer_cancel()Takashi Iwai2016-01-181-1/+2
| * | ALSA: hda - Fix bass pin fixup for ASUS N550JXTakashi Iwai2016-01-181-0/+1
* | | Merge branch 'for-linus-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-01-2216-213/+264
|\ \ \
| * | | btrfs: raid56: Use raid_write_end_io for scrubZhao Lei2016-01-201-27/+5
| * | | btrfs: Remove unnecessary ClearPageUptodate for raid56Zhao Lei2016-01-201-2/+0
| * | | btrfs: use rbio->nr_pages to reduce calculationZhao Lei2016-01-201-12/+7
| * | | btrfs: Use unified stripe_page's index calculationZhao Lei2016-01-201-22/+21
| * | | btrfs: Fix calculation of rbio->dbitmap's size calculationZhao Lei2016-01-202-3/+3
| * | | btrfs: Fix no_space in write and rm loopZhao Lei2016-01-201-1/+3
| * | | btrfs: merge functions for wait snapshot creationZhao Lei2016-01-203-21/+22
| * | | btrfs: delete unused argument in btrfs_copy_from_userZhao Lei2016-01-201-4/+2
| * | | btrfs: Use direct way to determine raid56 write/recover modeZhao Lei2016-01-191-1/+2
| * | | btrfs: Small cleanup for get index_srcdev loopZhao Lei2016-01-191-22/+20
| * | | btrfs: Enhance chunk validation checkQu Wenruo2016-01-191-1/+32
| * | | btrfs: Enhance super validation checkQu Wenruo2016-01-191-49/+48