aboutsummaryrefslogtreecommitdiffstats
path: root/include/crypto (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-25checkpatch.pl: warn on invalid commit idMatteo Croce1-0/+11
2019-09-25checkpatch: improve SPDX license checkingJoe Perches1-9/+9
2019-09-25checkpatch: don't interpret stack dumps as commit IDsJoe Perches1-2/+4
2019-09-25lib/hexdump: make print_hex_dump_bytes() a nop on !DEBUG buildsStephen Boyd2-28/+15
2019-09-25lib/extable.c: add missing prototypesValdis Kletnieks1-0/+1
2019-09-25lib/generic-radix-tree.c: make 2 functions static inlineValdis Kletnieks1-2/+2
2019-09-25strscpy: reject buffer sizes larger than INT_MAXKees Cook1-1/+1
2019-09-25include/trace/events/writeback.h: fix -Wstringop-truncation warningsQian Cai1-18/+20
2019-09-25kernel-doc: core-api: include string.h into core-apiJoe Perches3-6/+12
2019-09-25augmented rbtree: rework the RB_DECLARE_CALLBACKS macro definitionMichel Lespinasse2-24/+24
2019-09-25augmented rbtree: add new RB_DECLARE_CALLBACKS_MAX macroMichel Lespinasse8-98/+115
2019-09-25augmented rbtree: add comments for RB_DECLARE_CALLBACKS macroMichel Lespinasse2-42/+66
2019-09-25rbtree: avoid generating code twice for the cached versions (tools copy)Michel Lespinasse3-77/+62
2019-09-25kernel/elfcore.c: include proper prototypesValdis Kletnieks1-0/+1
2019-09-25linux/coff.h: add include guardMasahiro Yamada1-0/+5
2019-09-25memcg, kmem: do not fail __GFP_NOFAIL chargesMichal Hocko1-0/+10
2019-09-24mm/zsmalloc.c: fix a -Wunused-function warningQian Cai1-4/+0
2019-09-24zswap: do not map same object twiceVitaly Wool1-4/+3
2019-09-24zswap: use movable memory if zpool support allocate movable memoryHui Zhu1-3/+5
2019-09-24zpool: add malloc_support_movable to zpool_driverHui Zhu3-9/+29
2019-09-24shmem: fix obsolete comment in shmem_getpage_gfp()Miles Chen1-1/+1
2019-09-24mm/madvise: reduce code duplication in error handling pathsMike Rapoport1-36/+16
2019-09-24mm: mmap: increase sockets maximum memory size pgoff for 32bitsIvan Khoronzhuk1-0/+3
2019-09-24mm/mmap.c: refine find_vma_prev() with rb_last()Wei Yang1-6/+3
2019-09-24riscv: make mmap allocation top-down by defaultAlexandre Ghiti1-0/+12
2019-09-24mips: use generic mmap top-down layout and brk randomizationAlexandre Ghiti3-102/+1
2019-09-24mips: replace arch specific way to determine 32bit task with generic versionAlexandre Ghiti1-1/+2
2019-09-24mips: adjust brk randomization offset to fit generic versionAlexandre Ghiti1-3/+4
2019-09-24mips: use STACK_TOP when computing mmap base addressAlexandre Ghiti1-2/+2
2019-09-24mips: properly account for stack randomization and stack guard gapAlexandre Ghiti1-2/+12
2019-09-24arm: use generic mmap top-down layout and brk randomizationAlexandre Ghiti4-69/+1
2019-09-24arm: use STACK_TOP when computing mmap base addressAlexandre Ghiti1-2/+2
2019-09-24arm: properly account for stack randomization and stack guard gapAlexandre Ghiti1-2/+12
2019-09-24arm64, mm: make randomization selected by generic topdown mmap layoutAlexandre Ghiti4-11/+10
2019-09-24arm64, mm: move generic mmap layout functions to mmAlexandre Ghiti6-81/+92
2019-09-24arm64: consider stack randomization for mmap base only when necessaryAlexandre Ghiti1-1/+5
2019-09-24arm64: make use of is_compat_task instead of hardcoding this testAlexandre Ghiti1-1/+1
2019-09-24mm, fs: move randomize_stack_top from fs to mmAlexandre Ghiti3-20/+24
2019-09-24uprobe: collapse THP pmd after removing all uprobesSong Liu1-0/+9
2019-09-24khugepaged: enable collapse pmd for pte-mapped THPSong Liu2-4/+200
2019-09-24uprobe: use FOLL_SPLIT_PMD instead of FOLL_SPLITSong Liu1-4/+2
2019-09-24mm, thp: introduce FOLL_SPLIT_PMDSong Liu2-2/+7
2019-09-24uprobe: use original page when all uprobes are removedSong Liu1-15/+51
2019-09-24mm: move memcmp_pages() and pages_identical()Song Liu3-18/+20
2019-09-24mm: thp: make deferred split shrinker memcg awareYang Shi5-9/+91
2019-09-24mm: shrinker: make shrinker not depend on memcg kmemYang Shi4-46/+49
2019-09-24mm: move mem_cgroup_uncharge out of __page_cache_release()Yang Shi3-5/+4
2019-09-24mm: thp: extract split_queue_* into a structYang Shi3-26/+39
2019-09-24mm,thp: avoid writes to file with THP in pagecacheSong Liu5-1/+47
2019-09-24mm,thp: add read-only THP support for (non-shmem) FSSong Liu4-48/+128