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