aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* crypto: crc32 - Add ARM64 CRC32 hw accelerated moduleYazen Ghannam2017-12-213-0/+282
* ANDROID: binder: Remove obsolete proc waitqueue.Martijn Coenen2017-12-211-3/+0
* defconfig: regenMister Oyster2017-12-191-4/+3
* UPSTREAM: fscrypt: lock mutex before checking for bounce page poolEric Biggers2017-12-192-10/+5
* defconfig: enable CGROUP_FREEZERMister Oyster2017-12-191-1/+1
* firmware_class: Tie exporting caching routines with CONFIG_CACHE_FWAjay Dudani2017-12-191-0/+2
* firmware_class: make firmware caching configurableAjay Dudani2017-12-192-5/+12
* mtk: videox&systracker: fix memset-transposed-args warningsMister Oyster2017-12-182-3/+3
* log: Initial dmesg pruningNathan Chancellor2017-12-188-9/+9
* Makefile: Enable ld fix for cortex-a53 errata 843419Rohit Vaswani2017-12-181-0/+3
* compiler.h: add support for malloc attributeRasmus Villemoes2017-12-182-0/+5
* compiler-gcc: disable -ftracer for __noclone functionsPaolo Bonzini2017-12-181-1/+1
* mm: page_alloc: add kasan hooks on alloc and free pathsAndrey Ryabinin2017-12-186-0/+38
* compiler-gcc.h: use "proved" instead of "proofed"Benjamin Peterson2017-12-181-1/+1
* compiler-gcc.h: neateningJoe Perches2017-12-181-40/+45
* compiler: introduce __alias(symbol) shortcutAndrey Ryabinin2017-12-181-0/+1
* lib: make memzero_explicit more robust against dead store eliminationDaniel Borkmann2017-12-184-2/+23
* Makefile: Fix device not booting with GCC 7.x and aboveZaneZam2017-12-181-0/+3
* Makefile: Disable "unused-constant-variable" warning globallyNathan Chancellor2017-12-181-0/+3
* Makefile: Disable "format-truncation" warning globallyNathan Chancellor2017-12-181-0/+3
* UPSTREAM: include/linux/mm.h: add PAGE_ALIGNED() helperAndrew Morton2017-12-181-0/+3
* BACKPORT: arm64: cpuinfo: Missing NULL terminator in compat_hwcap_strJulien Grall2017-12-181-1/+2
* UPSTREAM: USB: iowarrior: fix oops with malicious USB descriptorsBadhri Jagan Sridharan2017-12-181-0/+6
* block: fix wrong error return in elevator_init()Sudip Mukherjee2017-12-181-1/+3
* arch/arm64: skip randomization within stackYi-wei Zhao2017-12-181-2/+0
* include/linux/compiler-gcc.h: improve __visible documentationAndrew Morton2017-12-181-1/+4
* include/linux/compiler-gcc.h: hide assume_aligned attribute from sparseRasmus Villemoes2017-12-181-1/+1
* compiler.h: add support for function attribute assume_alignedRasmus Villemoes2017-12-182-0/+25
* compiler-gcc: integrate the various compiler-gcc[34567].h filesJoe Perches2017-12-182-65/+11
* exfat: do error check for d_splice_alias returnMin Shi2017-12-181-1/+1
* tune core online/offline statagewangwang12017-12-181-3/+3
* met: cleanup remnants of met debug functionsMoyster2017-12-171-328/+0
* v4l2: Refactor, fix security bug in compat ioctl32Daniel Mentz2017-12-141-224/+373
* v4l2-compat-ioctl32: Add support for private buffersSatish Kodishala2017-12-142-0/+19
* UPSTREAM: arm64: compat: Remove leftover variable declarationKevin Brodsky2017-12-141-2/+0
* arm64: big-endian: don't treat code as data when copying sigret codeMatthew Leach2017-12-144-30/+45
* FROMLIST: arm64: Avoid aligning normal memory pointers in __memcpy_{to,from}ioMark Salyzyn2017-12-141-7/+5
* UPSTREAM: arm64: optimize memcpy_{from,to}io() and memset_io()Joonwoo Park2017-12-141-10/+56
* UPSTREAM: arm64: vdso: fix clock_getres for 4GiB-aligned resMark Rutland2017-12-141-1/+1
* UPSTREAM: arm64: vdso: minor ABI fix for clock_getresNathan Lynch2017-12-141-1/+1
* arm: don't force DMA_API_DEBUG on arm/arm64Mister Oyster2017-12-142-2/+0
* arm: don't force IRQ_DOMAIN_DEBUG on mt67xx archMister Oyster2017-12-143-12/+2
* UPSTREAM: crypto: testmgr - fix overlap in chunked tests againArd Biesheuvel2017-12-141-1/+1
* UPSTREAM: crypto: testmgr - avoid overlap in chunked testsArd Biesheuvel2017-12-141-1/+1
* UPSTREAM: crypto: testmgr - add chunked test cases for chacha20Ard Biesheuvel2017-12-141-0/+7
* UPSTREAM: crypto: testmgr - Add a longer ChaCha20 test vectorMartin Willi2017-12-141-1/+333
* UPSTREAM: crypto: testmgr - Add ChaCha20 test vectors from RFC7539Martin Willi2017-12-142-0/+192
* defconfig: add chacha20_neonMister Oyster2017-12-141-0/+1
* UPSTREAM: crypto: arm/chacha20 - implement NEON version based on SSE3 codeArd Biesheuvel2017-12-144-0/+667
* BACKPORT: crypto: chacha20 - Export common ChaCha20 helpersMartin Willi2017-12-142-16/+37