summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-02-17Linux 4.4.2v4.4.2Greg Kroah-Hartman1-1/+1
2016-02-17HID: multitouch: fix input mode switching on some Elan panelsBenjamin Tissoires1-2/+13
2016-02-17mm, vmstat: fix wrong WQ sleep when memory reclaim doesn't make any progressTetsuo Handa1-1/+1
2016-02-17zsmalloc: fix migrate_zspage-zs_free race conditionJunil Lee1-1/+13
2016-02-17zram: don't call idr_remove() from zram_remove()Jerome Marchand1-3/+4
2016-02-17zram: try vmalloc() after kmalloc()Kyeongdon Kim2-4/+42
2016-02-17zram/zcomp: use GFP_NOIO to allocate streamsSergey Senozhatsky3-4/+4
2016-02-17rtlwifi: rtl8821ae: Fix 5G failure when EEPROM is incorrectly encodedLarry Finger1-1/+1
2016-02-17rtlwifi: rtl8821ae: Fix errors in parameter initializationLarry Finger1-4/+5
2016-02-17crypto: marvell/cesa - fix test in mv_cesa_dev_dma_init()Boris BREZILLON1-1/+1
2016-02-17crypto: atmel-sha - remove calls of clk_prepare() from atomic contextsCyrille Pitchen1-5/+13
2016-02-17crypto: atmel-sha - fix atmel_sha_remove()Cyrille Pitchen1-7/+0
2016-02-17crypto: algif_skcipher - Do not set MAY_BACKLOG on the async pathHerbert Xu1-2/+3
2016-02-17crypto: algif_skcipher - Do not dereference ctx without socket lockHerbert Xu1-4/+11
2016-02-17crypto: algif_skcipher - Do not assume that req is unchangedHerbert Xu1-32/+28
2016-02-17crypto: user - lock crypto_alg_list on alg dumpMathias Krause1-1/+5
2016-02-17EVM: Use crypto_memneq() for digest comparisonsRyan Ware1-1/+2
2016-02-17crypto: algif_hash - wait for crypto_ahash_init() to completeWang, Rui Y1-1/+3
2016-02-17crypto: shash - Fix has_key settingHerbert Xu1-4/+3
2016-02-17crypto: chacha20-ssse3 - Align stack pointer to 64 bytesEli Cooper1-2/+4
2016-02-17crypto: caam - make write transactions bufferable on PPC platformsHoria Geant?1-2/+2
2016-02-17crypto: algif_skcipher - sendmsg SG marking is off by oneHerbert Xu1-1/+2
2016-02-17crypto: algif_skcipher - Load TX SG list after waitingHerbert Xu1-7/+7
2016-02-17crypto: crc32c - Fix crc32c soft dependencyJean Delvare2-1/+1
2016-02-17crypto: algif_skcipher - Fix race condition in skcipher_check_keyHerbert Xu1-3/+6
2016-02-17crypto: algif_hash - Fix race condition in hash_check_keyHerbert Xu1-3/+6
2016-02-17crypto: af_alg - Forbid bind(2) when nokey child sockets are presentHerbert Xu1-9/+7
2016-02-17crypto: algif_skcipher - Remove custom release parent functionHerbert Xu1-40/+3
2016-02-17crypto: algif_hash - Remove custom release parent functionHerbert Xu1-40/+3
2016-02-17crypto: af_alg - Allow af_af_alg_release_parent to be called on nokey pathHerbert Xu2-1/+9
2016-02-17ahci: Intel DNV device IDs SATAAlexandra Yates1-0/+20
2016-02-17libata: disable forced PORTS_IMPL for >= AHCI 1.3Tejun Heo1-2/+2
2016-02-17crypto: algif_skcipher - Add key check exception for cipher_nullHerbert Xu1-1/+1
2016-02-17crypto: skcipher - Add crypto_skcipher_has_setkeyHerbert Xu2-0/+9
2016-02-17crypto: algif_hash - Require setkey before accept(2)Herbert Xu1-8/+193
2016-02-17crypto: hash - Add crypto_ahash_has_setkeyHerbert Xu3-2/+13
2016-02-17crypto: algif_skcipher - Add nokey compatibility pathHerbert Xu1-5/+144
2016-02-17crypto: af_alg - Add nokey compatibility pathHerbert Xu2-1/+14
2016-02-17crypto: af_alg - Fix socket double-free when accept failsHerbert Xu1-3/+1
2016-02-17crypto: af_alg - Disallow bind/setkey/... after accept(2)Herbert Xu2-8/+35
2016-02-17crypto: algif_skcipher - Require setkey before accept(2)Herbert Xu1-7/+41
2016-02-17sched: Fix crash in sched_init_numa()Raghavendra K T1-1/+1
2016-02-17ext4 crypto: add missing locking for keyring_key accessTheodore Ts'o1-0/+4
2016-02-17iommu/io-pgtable-arm: Ensure we free the final level on teardownWill Deacon1-5/+6
2016-02-17tty: Fix unsafe ldisc reference via ioctl(TIOCGETD)Peter Hurley1-1/+23
2016-02-17tty: Retry failed reopen if tty teardown in-progressPeter Hurley1-4/+8
2016-02-17tty: Wait interruptibly for tty lock on reopenPeter Hurley3-1/+16
2016-02-17n_tty: Fix unsafe reference to "other" ldiscPeter Hurley1-5/+2
2016-02-17usb: xhci: apply XHCI_PME_STUCK_QUIRK to Intel Broxton-M platformsLu Baolu1-1/+3
2016-02-17usb: xhci: handle both SSIC ports in PME stuck quirkLu Baolu1-19/+29