summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-09-25checkpatch: remove obsolete period from "ambiguous SHA1" querySean Christopherson
2019-09-25checkpatch: allow consecutive close bracesJoe Perches
2019-09-25checkpatch: prefer __section over __attribute__((section(...)))Joe Perches
2019-09-25checkpatch: exclude sizeof sub-expressions from MACRO_ARG_REUSEBrendan Jackman
2019-09-25checkpatch.pl: warn on invalid commit idMatteo Croce
2019-09-25checkpatch: improve SPDX license checkingJoe Perches
2019-09-25checkpatch: don't interpret stack dumps as commit IDsJoe Perches
2019-09-25lib/hexdump: make print_hex_dump_bytes() a nop on !DEBUG buildsStephen Boyd
2019-09-25lib/extable.c: add missing prototypesValdis Kletnieks
2019-09-25lib/generic-radix-tree.c: make 2 functions static inlineValdis Kletnieks
2019-09-25strscpy: reject buffer sizes larger than INT_MAXKees Cook
2019-09-25include/trace/events/writeback.h: fix -Wstringop-truncation warningsQian Cai
2019-09-25kernel-doc: core-api: include string.h into core-apiJoe Perches
2019-09-25augmented rbtree: rework the RB_DECLARE_CALLBACKS macro definitionMichel Lespinasse
2019-09-25augmented rbtree: add new RB_DECLARE_CALLBACKS_MAX macroMichel Lespinasse
2019-09-25augmented rbtree: add comments for RB_DECLARE_CALLBACKS macroMichel Lespinasse
2019-09-25rbtree: avoid generating code twice for the cached versions (tools copy)Michel Lespinasse
2019-09-25kernel/elfcore.c: include proper prototypesValdis Kletnieks
2019-09-25linux/coff.h: add include guardMasahiro Yamada
2019-09-25memcg, kmem: do not fail __GFP_NOFAIL chargesMichal Hocko
2019-09-24Merge branch 'i2c/for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds
2019-09-24Merge tag 'sound-fix-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-09-24Merge tag 'for-5.4/io_uring-2019-09-24' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-09-24Merge tag 'for-5.4/post-2019-09-24' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-09-24Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2019-09-24mm/zsmalloc.c: fix a -Wunused-function warningQian Cai
2019-09-24zswap: do not map same object twiceVitaly Wool
2019-09-24zswap: use movable memory if zpool support allocate movable memoryHui Zhu
2019-09-24zpool: add malloc_support_movable to zpool_driverHui Zhu
2019-09-24shmem: fix obsolete comment in shmem_getpage_gfp()Miles Chen
2019-09-24mm/madvise: reduce code duplication in error handling pathsMike Rapoport
2019-09-24mm: mmap: increase sockets maximum memory size pgoff for 32bitsIvan Khoronzhuk
2019-09-24mm/mmap.c: refine find_vma_prev() with rb_last()Wei Yang
2019-09-24riscv: make mmap allocation top-down by defaultAlexandre Ghiti
2019-09-24mips: use generic mmap top-down layout and brk randomizationAlexandre Ghiti
2019-09-24mips: replace arch specific way to determine 32bit task with generic versionAlexandre Ghiti
2019-09-24mips: adjust brk randomization offset to fit generic versionAlexandre Ghiti
2019-09-24mips: use STACK_TOP when computing mmap base addressAlexandre Ghiti
2019-09-24mips: properly account for stack randomization and stack guard gapAlexandre Ghiti
2019-09-24arm: use generic mmap top-down layout and brk randomizationAlexandre Ghiti
2019-09-24arm: use STACK_TOP when computing mmap base addressAlexandre Ghiti
2019-09-24arm: properly account for stack randomization and stack guard gapAlexandre Ghiti
2019-09-24arm64, mm: make randomization selected by generic topdown mmap layoutAlexandre Ghiti
2019-09-24arm64, mm: move generic mmap layout functions to mmAlexandre Ghiti
2019-09-24arm64: consider stack randomization for mmap base only when necessaryAlexandre Ghiti
2019-09-24arm64: make use of is_compat_task instead of hardcoding this testAlexandre Ghiti
2019-09-24mm, fs: move randomize_stack_top from fs to mmAlexandre Ghiti
2019-09-24uprobe: collapse THP pmd after removing all uprobesSong Liu
2019-09-24khugepaged: enable collapse pmd for pte-mapped THPSong Liu
2019-09-24uprobe: use FOLL_SPLIT_PMD instead of FOLL_SPLITSong Liu