aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* e/frandom: totally remove itMister Oyster2017-12-251-3/+4
* char: frandom: remove e/frandom, not used for crypto, not using muchMister Oyster2017-12-252-416/+1
* defconfig: remove VMEMMister Oyster2017-12-242-2/+0
* mtk: remove CONFIG_ANDROID_VMEM (to follow pmem removal, deprecated and unused)Mister Oyster2017-12-242-35/+0
* defconfig: remove android_pmem config (and delete recovery_defconfig, never u...Mister Oyster2017-12-243-3316/+0
* pmem: cleanup last bits of itMister Oyster2017-12-243-142/+1
* misc: Remove pmem driver completelyLaura Abbott2017-12-243-1305/+0
* ARM64: Wire up getrandom.Josh Gao2017-12-232-1/+3
* fsync: revert to a version with fbsuspend instead of earlysuspendMister Oyster2017-12-235-200/+160
* mtk: fliper: backport 3.18 drivers (without earlysuspend)Mister Oyster2017-12-231-262/+252
* mtk: mt_sched: don't depend on config hotplug (was removed and is always on)Mister Oyster2017-12-231-1/+0
* Enable Mcast filter in suspend.sunyue52017-12-231-1/+1
* Finally eradicate CONFIG_HOTPLUGStephen Rothwell2017-12-2233-75/+22
* sched/idle: Optimize the generic idle loopGaurav Jindal (Gaurav Jindal)2017-12-221-1/+4
* cflags: cleanup Makefile & arm64 Makefile (-ftree-vectorize is enabled when b...Moyster2017-12-222-12/+1
* defconfig: raise frame_warm to 2048Moyster2017-12-221-1/+1
* lib/ida: document locking requirements a bit betterDaniel Vetter2017-12-221-0/+11
* ext4: fix crash when a directory's i_size is too smallChandan Rajendra2017-12-221-0/+4
* lib/mpi: use "static inline" instead of "extern inline"Arnd Bergmann2017-12-222-5/+5
* lib/mpi: avoid assembler warningArnd Bergmann2017-12-221-1/+1
* lib/mpi: Endianness fixMichal Marek2017-12-221-18/+21
* lib/mpi: only require buffers as big as needed for the integerAndrzej Zaborowski2017-12-221-4/+17
* hexdump: do a few calculations aheadAndy Shevchenko2017-12-221-24/+10
* hexdump: fix ascii column for the tail of a dumpAndy Shevchenko2017-12-221-3/+3
* Provide a binary to hex conversion functionDavid Howells2017-12-222-0/+17
* lib/cmdline.c: add size unit t/p/e to memparseGui Hecheng2017-12-221-5/+10
* lib/cmdline.c: declare exported symbols immediatelyFelipe Contreras2017-12-221-3/+2
* lib/cmdline.c: fix style issuesFelipe Contreras2017-12-221-5/+4
* lib/xz: Add fall-through comments to a switch statementLasse Collin2017-12-221-0/+16
* decompressors: fix typo "POWERPC"Paul Bolle2017-12-221-1/+1
* decompressors: make the default XZ_DEC_* config match the selected architectureFlorian Fainelli2017-12-221-6/+6
* decompressors: drop dependency on CONFIG_EXPERTFlorian Fainelli2017-12-221-6/+6
* ANDROID: ion: Fix uninitialized variableDaniel Rosenberg2017-12-221-1/+1
* Revert "arch/arm64: skip randomization within stack"Mister Oyster2017-12-221-0/+2
* defconfig: support NFSMister Oyster2017-12-221-1/+25
* defconfig: disable selinux bootparamMister Oyster2017-12-221-2/+1
* defconfig: don't build old deprecated OSS sound stuffMister Oyster2017-12-221-8/+5
* defconfig: update mmap_rnd_* to max valueMister Oyster2017-12-211-2/+2
* defconfig: turnoff deprecated configMister Oyster2017-12-211-1/+1
* defconfig: support LZMA/XZ/LZ4 compressed ramdiskMister Oyster2017-12-211-5/+15
* defconfig: enable chacha20_neonMister Oyster2017-12-211-0/+1
* backport: crypto: arm64/chacha20 - implement NEON version based on SSE3 codeArd Biesheuvel2017-12-214-0/+596
* arm64/crypto: issue aese/aesmc instructions in pairsArd Biesheuvel2017-12-212-13/+9
* arm64: crypto: increase AES interleave to 4xArd Biesheuvel2017-12-211-1/+1
* arm64/crypto: use crypto instructions to generate AES key scheduleArd Biesheuvel2017-12-215-11/+133
* ANDROID: sdcardfs: notify lower file of opensDaniel Rosenberg2017-12-211-0/+2
* crypto: arm64/aes-blk - honour iv_out requirement in CBC and CTR modesArd Biesheuvel2017-12-211-46/+42
* defconfig: enable all optimized crypto algos (chacha20_neon impl. is for arm,...Mister Oyster2017-12-211-7/+7
* arm64: crypto: reduce priority of core AES cipherArd Biesheuvel2017-12-211-1/+1
* crypto: arm64/crc32 - bring in line with generic CRC32Ard Biesheuvel2017-12-211-3/+19