summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-09-25Merge tag 'ceph-for-5.4-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds27-385/+767
2019-09-25Merge tag 'fuse-update-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds14-1614/+1730
2019-09-25Merge tag 'tpmdd-next-20190925' of git://git.infradead.org/users/jjs/linux-tpmddLinus Torvalds5-13/+20
2019-09-25Merge tag 'iomap-5.4-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds3-21/+27
2019-09-25Merge branch 'i2c/for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds42-267/+795
2019-09-25Merge tag 'sound-fix-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds13-24/+67
2019-09-25tpm: Wrap the buffer from the caller to tpm_buf in tpm_send()Jarkko Sakkinen1-7/+2
2019-09-25MAINTAINERS: keys: Update path to trusted.hDenis Efremov1-1/+1
2019-09-25KEYS: trusted: correctly initialize digests and fix locking issueRoberto Sassu2-5/+14
2019-09-25selftests/tpm2: Add log and *.pyc to .gitignorePetr Vorel1-0/+2
2019-09-25selftests/tpm2: Add the missing TEST_FILES assignmentJarkko Sakkinen1-0/+1
2019-09-25Merge tag 'for-5.4/io_uring-2019-09-24' of git://git.kernel.dk/linux-blockLinus Torvalds2-24/+219
2019-09-25Merge tag 'for-5.4/post-2019-09-24' of git://git.kernel.dk/linux-blockLinus Torvalds14-164/+237
2019-09-25Merge branch 'akpm' (patches from Andrew)Linus Torvalds204-2444/+2273
2019-09-25mm/zsmalloc.c: fix a -Wunused-function warningQian Cai1-4/+0
2019-09-25zswap: do not map same object twiceVitaly Wool1-4/+3
2019-09-25zswap: use movable memory if zpool support allocate movable memoryHui Zhu1-3/+5
2019-09-25zpool: add malloc_support_movable to zpool_driverHui Zhu3-9/+29
2019-09-25shmem: fix obsolete comment in shmem_getpage_gfp()Miles Chen1-1/+1
2019-09-25mm/madvise: reduce code duplication in error handling pathsMike Rapoport1-36/+16
2019-09-25mm: mmap: increase sockets maximum memory size pgoff for 32bitsIvan Khoronzhuk1-0/+3
2019-09-25mm/mmap.c: refine find_vma_prev() with rb_last()Wei Yang1-6/+3
2019-09-25riscv: make mmap allocation top-down by defaultAlexandre Ghiti1-0/+12
2019-09-25mips: use generic mmap top-down layout and brk randomizationAlexandre Ghiti3-102/+1
2019-09-25mips: replace arch specific way to determine 32bit task with generic versionAlexandre Ghiti1-1/+2
2019-09-25mips: adjust brk randomization offset to fit generic versionAlexandre Ghiti1-3/+4
2019-09-25mips: use STACK_TOP when computing mmap base addressAlexandre Ghiti1-2/+2
2019-09-25mips: properly account for stack randomization and stack guard gapAlexandre Ghiti1-2/+12
2019-09-25arm: use generic mmap top-down layout and brk randomizationAlexandre Ghiti4-69/+1
2019-09-25arm: use STACK_TOP when computing mmap base addressAlexandre Ghiti1-2/+2
2019-09-25arm: properly account for stack randomization and stack guard gapAlexandre Ghiti1-2/+12
2019-09-25arm64, mm: make randomization selected by generic topdown mmap layoutAlexandre Ghiti4-11/+10
2019-09-25arm64, mm: move generic mmap layout functions to mmAlexandre Ghiti6-81/+92
2019-09-25arm64: consider stack randomization for mmap base only when necessaryAlexandre Ghiti1-1/+5
2019-09-25arm64: make use of is_compat_task instead of hardcoding this testAlexandre Ghiti1-1/+1
2019-09-25mm, fs: move randomize_stack_top from fs to mmAlexandre Ghiti3-20/+24
2019-09-25uprobe: collapse THP pmd after removing all uprobesSong Liu1-0/+9
2019-09-25khugepaged: enable collapse pmd for pte-mapped THPSong Liu2-4/+200
2019-09-25uprobe: use FOLL_SPLIT_PMD instead of FOLL_SPLITSong Liu1-4/+2
2019-09-25mm, thp: introduce FOLL_SPLIT_PMDSong Liu2-2/+7
2019-09-25uprobe: use original page when all uprobes are removedSong Liu1-15/+51
2019-09-25mm: move memcmp_pages() and pages_identical()Song Liu3-18/+20
2019-09-25mm: thp: make deferred split shrinker memcg awareYang Shi5-9/+91
2019-09-25mm: shrinker: make shrinker not depend on memcg kmemYang Shi4-46/+49
2019-09-25mm: move mem_cgroup_uncharge out of __page_cache_release()Yang Shi3-5/+4
2019-09-25mm: thp: extract split_queue_* into a structYang Shi3-26/+39
2019-09-25mm,thp: avoid writes to file with THP in pagecacheSong Liu5-1/+47
2019-09-25mm,thp: add read-only THP support for (non-shmem) FSSong Liu4-48/+128
2019-09-25khugepaged: rename collapse_shmem() and khugepaged_scan_shmem()Song Liu1-12/+11
2019-09-25mm,thp: stats for file backed THPSong Liu5-1/+17