summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-02-29net/ncsi: Fix possible deadlock caught with lockdepdev-4.3Cyril Bur1-2/+2
2016-02-22mtd: spi-nor: aspeed-smc: Use io string accessors to fifoopenbmc-20160222-1Milton D. Miller II2-9/+113
2016-02-22i2c: aspeed: Don't rename added devicesMilton D. Miller II1-8/+20
2016-02-22Remove GPIO and LPC from WDT reset listNorman James2-3/+4
2016-02-22Merge tag 'v4.3.6' into dev-4.3Joel Stanley197-963/+2310
2016-02-20Linux 4.3.6Greg Kroah-Hartman1-1/+1
2016-02-20HID: multitouch: fix input mode switching on some Elan panelsBenjamin Tissoires1-2/+13
2016-02-20mm, vmstat: fix wrong WQ sleep when memory reclaim doesn't make any progressTetsuo Handa1-1/+1
2016-02-20binfmt_elf: Don't clobber passed executable's file headerMaciej W. Rozycki1-5/+5
2016-02-20fs/pipe.c: return error code rather than 0 in pipe_write()Eric Biggers1-5/+4
2016-02-20zsmalloc: fix migrate_zspage-zs_free race conditionJunil Lee1-1/+13
2016-02-20zram: don't call idr_remove() from zram_remove()Jerome Marchand1-3/+4
2016-02-20zram: try vmalloc() after kmalloc()Kyeongdon Kim2-4/+42
2016-02-20zram/zcomp: use GFP_NOIO to allocate streamsSergey Senozhatsky3-4/+4
2016-02-20drm/nouveau/pmu: do not assume a PMU is presentAlexandre Courbot1-1/+1
2016-02-20HID: multitouch: Fetch feature reports on demand for Win8 devicesMika Westerberg1-1/+44
2016-02-20rtlwifi: rtl8821ae: Fix lockups on bootLarry Finger2-2/+2
2016-02-20FS-Cache: Add missing initialization of ret in cachefiles_write_page()Geert Uytterhoeven1-1/+1
2016-02-20FS-Cache: Handle a write to the page immediately beyond the EOF markerDavid Howells2-31/+38
2016-02-20FS-Cache: Don't override netfs's primary_index if registering failedKinglong Mee1-18/+17
2016-02-20FS-Cache: Increase reference of parent after registering, netfs successKinglong Mee1-5/+4
2016-02-20crypto: marvell/cesa - fix test in mv_cesa_dev_dma_init()Boris BREZILLON1-1/+1
2016-02-20crypto: algif_skcipher - Do not set MAY_BACKLOG on the async pathHerbert Xu1-2/+3
2016-02-20crypto: algif_skcipher - Do not dereference ctx without socket lockHerbert Xu1-4/+11
2016-02-20crypto: algif_skcipher - Do not assume that req is unchangedHerbert Xu1-32/+28
2016-02-20crypto: user - lock crypto_alg_list on alg dumpMathias Krause1-1/+5
2016-02-20EVM: Use crypto_memneq() for digest comparisonsRyan Ware1-1/+2
2016-02-20crypto: algif_hash - wait for crypto_ahash_init() to completeWang, Rui Y1-1/+3
2016-02-20crypto: shash - Fix has_key settingHerbert Xu1-4/+3
2016-02-20crypto: chacha20-ssse3 - Align stack pointer to 64 bytesEli Cooper1-2/+4
2016-02-20crypto: caam - make write transactions bufferable on PPC platformsHoria Geant?1-2/+2
2016-02-20crypto: algif_skcipher - sendmsg SG marking is off by oneHerbert Xu1-1/+2
2016-02-20crypto: algif_skcipher - Load TX SG list after waitingHerbert Xu1-7/+7
2016-02-20crypto: crc32c - Fix crc32c soft dependencyJean Delvare2-1/+1
2016-02-20crypto: algif_skcipher - Fix race condition in skcipher_check_keyHerbert Xu1-3/+6
2016-02-20crypto: algif_hash - Fix race condition in hash_check_keyHerbert Xu1-3/+6
2016-02-20crypto: af_alg - Forbid bind(2) when nokey child sockets are presentHerbert Xu1-9/+7
2016-02-20crypto: algif_skcipher - Remove custom release parent functionHerbert Xu1-40/+3
2016-02-20crypto: algif_hash - Remove custom release parent functionHerbert Xu1-40/+3
2016-02-20crypto: af_alg - Allow af_af_alg_release_parent to be called on nokey pathHerbert Xu2-1/+9
2016-02-20ahci: Intel DNV device IDs SATAAlexandra Yates1-0/+20
2016-02-20libata: disable forced PORTS_IMPL for >= AHCI 1.3Tejun Heo1-2/+2
2016-02-20AHCI: Fix softreset failed issue of Port MultiplierXiangliang Yu1-0/+9
2016-02-20crypto: algif_skcipher - Add key check exception for cipher_nullHerbert Xu1-1/+1
2016-02-20crypto: skcipher - Add crypto_skcipher_has_setkeyHerbert Xu2-0/+9
2016-02-20crypto: algif_hash - Require setkey before accept(2)Herbert Xu1-8/+193
2016-02-20crypto: hash - Add crypto_ahash_has_setkeyHerbert Xu3-2/+13
2016-02-20crypto: algif_skcipher - Add nokey compatibility pathHerbert Xu1-5/+144
2016-02-20crypto: af_alg - Add nokey compatibility pathHerbert Xu2-1/+14
2016-02-20crypto: af_alg - Fix socket double-free when accept failsHerbert Xu1-3/+1