summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Linux 4.3.6v4.3.6linux-4.3.yGreg Kroah-Hartman2016-02-191-1/+1
* HID: multitouch: fix input mode switching on some Elan panelsBenjamin Tissoires2016-02-191-2/+13
* mm, vmstat: fix wrong WQ sleep when memory reclaim doesn't make any progressTetsuo Handa2016-02-191-1/+1
* binfmt_elf: Don't clobber passed executable's file headerMaciej W. Rozycki2016-02-191-5/+5
* fs/pipe.c: return error code rather than 0 in pipe_write()Eric Biggers2016-02-191-5/+4
* zsmalloc: fix migrate_zspage-zs_free race conditionJunil Lee2016-02-191-1/+13
* zram: don't call idr_remove() from zram_remove()Jerome Marchand2016-02-191-3/+4
* zram: try vmalloc() after kmalloc()Kyeongdon Kim2016-02-192-4/+42
* zram/zcomp: use GFP_NOIO to allocate streamsSergey Senozhatsky2016-02-193-4/+4
* drm/nouveau/pmu: do not assume a PMU is presentAlexandre Courbot2016-02-191-1/+1
* HID: multitouch: Fetch feature reports on demand for Win8 devicesMika Westerberg2016-02-191-1/+44
* rtlwifi: rtl8821ae: Fix lockups on bootLarry Finger2016-02-192-2/+2
* FS-Cache: Add missing initialization of ret in cachefiles_write_page()Geert Uytterhoeven2016-02-191-1/+1
* FS-Cache: Handle a write to the page immediately beyond the EOF markerDavid Howells2016-02-192-31/+38
* FS-Cache: Don't override netfs's primary_index if registering failedKinglong Mee2016-02-191-18/+17
* FS-Cache: Increase reference of parent after registering, netfs successKinglong Mee2016-02-191-5/+4
* crypto: marvell/cesa - fix test in mv_cesa_dev_dma_init()Boris BREZILLON2016-02-191-1/+1
* crypto: algif_skcipher - Do not set MAY_BACKLOG on the async pathHerbert Xu2016-02-191-2/+3
* crypto: algif_skcipher - Do not dereference ctx without socket lockHerbert Xu2016-02-191-4/+11
* crypto: algif_skcipher - Do not assume that req is unchangedHerbert Xu2016-02-191-32/+28
* crypto: user - lock crypto_alg_list on alg dumpMathias Krause2016-02-191-1/+5
* EVM: Use crypto_memneq() for digest comparisonsRyan Ware2016-02-191-1/+2
* crypto: algif_hash - wait for crypto_ahash_init() to completeWang, Rui Y2016-02-191-1/+3
* crypto: shash - Fix has_key settingHerbert Xu2016-02-191-4/+3
* crypto: chacha20-ssse3 - Align stack pointer to 64 bytesEli Cooper2016-02-191-2/+4
* crypto: caam - make write transactions bufferable on PPC platformsHoria Geant?2016-02-191-2/+2
* crypto: algif_skcipher - sendmsg SG marking is off by oneHerbert Xu2016-02-191-1/+2
* crypto: algif_skcipher - Load TX SG list after waitingHerbert Xu2016-02-191-7/+7
* crypto: crc32c - Fix crc32c soft dependencyJean Delvare2016-02-192-1/+1
* crypto: algif_skcipher - Fix race condition in skcipher_check_keyHerbert Xu2016-02-191-3/+6
* crypto: algif_hash - Fix race condition in hash_check_keyHerbert Xu2016-02-191-3/+6
* crypto: af_alg - Forbid bind(2) when nokey child sockets are presentHerbert Xu2016-02-191-9/+7
* crypto: algif_skcipher - Remove custom release parent functionHerbert Xu2016-02-191-40/+3
* crypto: algif_hash - Remove custom release parent functionHerbert Xu2016-02-191-40/+3
* crypto: af_alg - Allow af_af_alg_release_parent to be called on nokey pathHerbert Xu2016-02-192-1/+9
* ahci: Intel DNV device IDs SATAAlexandra Yates2016-02-191-0/+20
* libata: disable forced PORTS_IMPL for >= AHCI 1.3Tejun Heo2016-02-191-2/+2
* AHCI: Fix softreset failed issue of Port MultiplierXiangliang Yu2016-02-191-0/+9
* crypto: algif_skcipher - Add key check exception for cipher_nullHerbert Xu2016-02-191-1/+1
* crypto: skcipher - Add crypto_skcipher_has_setkeyHerbert Xu2016-02-192-0/+9
* crypto: algif_hash - Require setkey before accept(2)Herbert Xu2016-02-191-8/+193
* crypto: hash - Add crypto_ahash_has_setkeyHerbert Xu2016-02-193-2/+13
* crypto: algif_skcipher - Add nokey compatibility pathHerbert Xu2016-02-191-5/+144
* crypto: af_alg - Add nokey compatibility pathHerbert Xu2016-02-192-1/+14
* crypto: af_alg - Fix socket double-free when accept failsHerbert Xu2016-02-191-3/+1
* crypto: af_alg - Disallow bind/setkey/... after accept(2)Herbert Xu2016-02-192-8/+35
* crypto: algif_skcipher - Require setkey before accept(2)Herbert Xu2016-02-191-7/+41
* sched: Fix crash in sched_init_numa()Raghavendra K T2016-02-191-1/+1
* ext4: fix an endianness bug in ext4_encrypted_follow_link()Al Viro2016-02-191-1/+1
* ext4: fix an endianness bug in ext4_encrypted_zeroout()Al Viro2016-02-191-1/+1