summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* block: pg: add header include guardMasahiro Yamada2019-10-021-1/+4
* Merge branch 'nvme-5.4' of git://git.infradead.org/nvme into for-linusJens Axboe2019-09-271-0/+23
|\
| * nvme: allow 64-bit results in passthru commandsMarta Rybczynska2019-09-251-0/+23
* | Merge tag 'ceph-for-5.4-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2019-09-254-0/+5
|\ \
| * | libceph: add function that clears osd client's abort_errYan, Zheng2019-09-161-0/+1
| * | libceph: add function that reset client's entity addrYan, Zheng2019-09-164-0/+4
* | | Merge tag 'fuse-update-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2019-09-252-1/+4
|\ \ \
| * | | fuse: reserve byteswapped init opcodesMichael S. Tsirkin2019-09-121-0/+4
| * | | vfs: subtype handling moved to fuseDavid Howells2019-09-061-1/+0
| * | | Merge branch 'work.mount-base' of git://git.kernel.org/pub/scm/linux/kernel/g...Miklos Szeredi2019-09-062-1/+14
| |\ \ \
* | \ \ \ Merge tag 'iomap-5.4-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2019-09-251-3/+7
|\ \ \ \ \
| * | | | | iomap: move the iomap_dio_rw ->end_io callback into a structureChristoph Hellwig2019-09-191-3/+7
| * | | | | iomap: split size and error for iomap_dio_rw ->end_ioMatthew Bobrowski2019-09-191-2/+2
* | | | | | Merge branch 'i2c/for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds2019-09-241-1/+1
|\ \ \ \ \ \
| * | | | | | i2c: replace i2c_new_secondary_device with an ERR_PTR variantWolfram Sang2019-08-141-1/+1
| |/ / / / /
* | | | | | Merge tag 'for-5.4/io_uring-2019-09-24' of git://git.kernel.dk/linux-blockLinus Torvalds2019-09-241-0/+2
|\ \ \ \ \ \
| * | | | | | io_uring: IORING_OP_TIMEOUT supportJens Axboe2019-09-181-0/+2
* | | | | | | Merge tag 'for-5.4/post-2019-09-24' of git://git.kernel.dk/linux-blockLinus Torvalds2019-09-242-14/+4
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | block: centralize PI remapping logic to the block layerMax Gurtovoy2019-09-172-14/+4
* | | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-09-2420-198/+172
|\ \ \ \ \ \ \
| * | | | | | | zpool: add malloc_support_movable to zpool_driverHui Zhu2019-09-241-0/+3
| * | | | | | | mm, fs: move randomize_stack_top from fs to mmAlexandre Ghiti2019-09-241-0/+2
| * | | | | | | khugepaged: enable collapse pmd for pte-mapped THPSong Liu2019-09-241-0/+12
| * | | | | | | mm, thp: introduce FOLL_SPLIT_PMDSong Liu2019-09-241-0/+1
| * | | | | | | mm: move memcmp_pages() and pages_identical()Song Liu2019-09-241-0/+7
| * | | | | | | mm: thp: make deferred split shrinker memcg awareYang Shi2019-09-243-0/+14
| * | | | | | | mm: shrinker: make shrinker not depend on memcg kmemYang Shi2019-09-242-9/+17
| * | | | | | | mm: thp: extract split_queue_* into a structYang Shi2019-09-241-3/+9
| * | | | | | | mm,thp: avoid writes to file with THP in pagecacheSong Liu2019-09-241-0/+32
| * | | | | | | mm,thp: stats for file backed THPSong Liu2019-09-241-0/+2
| * | | | | | | thp: update split_huge_page_pmd() commentKefeng Wang2019-09-241-3/+2
| * | | | | | | mm, compaction: raise compaction priority after it withdrawnsVlastimil Babka2019-09-241-5/+17
| * | | | | | | mm/vmalloc: modify struct vmap_area to reduce its sizePengfei Li2019-09-241-7/+13
| * | | | | | | drivers/base/memory.c: don't store end_section_nr in memory blocksDavid Hildenbrand2019-09-241-1/+0
| * | | | | | | driver/base/memory.c: validate memory block size earlyDavid Hildenbrand2019-09-241-3/+3
| * | | | | | | mm: consolidate pgtable_cache_init() and pgd_cache_init()Mike Rapoport2019-09-241-1/+1
| * | | | | | | mm: remove quicklist page table cachesNicholas Piggin2019-09-242-99/+0
| * | | | | | | mm/gup: add make_dirty arg to put_user_pages_dirty_lock()akpm@linux-foundation.org2019-09-241-2/+3
| * | | | | | | mm: page cache: store only head pages in i_pagesMatthew Wilcox (Oracle)2019-09-241-0/+10
| * | | | | | | mm, page_owner: keep owner info when freeing the pageVlastimil Babka2019-09-241-0/+1
| * | | | | | | mm: introduce compound_nr()Matthew Wilcox (Oracle)2019-09-241-0/+6
| * | | | | | | mm: introduce page_shift()Matthew Wilcox (Oracle)2019-09-241-0/+6
| * | | | | | | mm: introduce page_size()Matthew Wilcox (Oracle)2019-09-242-1/+7
| * | | | | | | mm, slab: move memcg_cache_params structure to mm/slab.hWaiman Long2019-09-241-62/+0
| * | | | | | | jbd2: remove jbd2_journal_inode_add_[write|wait]Joseph Qi2019-09-241-2/+0
| * | | | | | | mm: add dummy can_do_mlock() helperArnd Bergmann2019-09-241-0/+4
* | | | | | | | Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2019-09-241-1/+15
|\ \ \ \ \ \ \ \
| * | | | | | | | Drivers: hv: vmbus: Resume after fixing up old primary channelsDexuan Cui2019-09-061-0/+3
| * | | | | | | | Drivers: hv: vmbus: Implement suspend/resume for VSC drivers for hibernationDexuan Cui2019-09-061-0/+3
| * | | | | | | | Drivers: hv: vmbus: Add a helper function is_sub_channel()Dexuan Cui2019-09-061-1/+9