aboutsummaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2018-08-19Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmGravatar Linus Torvalds 3-5/+25
2018-08-19Merge tag 'riscv-for-linus-4.19-mw0' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+1
2018-08-18Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Gravatar Linus Torvalds 7-33/+81
2018-08-18Merge tag 'hwlock-v4.19' of git://github.com/andersson/remoteprocGravatar Linus Torvalds 1-1/+36
2018-08-18Merge tag 'rproc-v4.19' of git://github.com/andersson/remoteprocGravatar Linus Torvalds 2-9/+14
2018-08-18Merge tag 'dmaengine-4.19-rc1' of git://git.infradead.org/users/vkoul/slave-dmaGravatar Linus Torvalds 2-1/+7
2018-08-18Merge tag 'mmc-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ulfh/mmcGravatar Linus Torvalds 4-6/+11
2018-08-18pcmcia: remove long deprecated pcmcia_request_exclusive_irq() functionGravatar Linus Torvalds 1-10/+0
2018-08-18deprecate the '__deprecated' attribute warnings entirely and for goodGravatar Linus Torvalds 2-20/+2
2018-08-18Merge tag 'driver-core-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 5-54/+80
2018-08-18Merge tag 'char-misc-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 16-55/+769
2018-08-18Merge tag 'staging-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 2-0/+19
2018-08-18Merge tag 'tty-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 6-5/+43
2018-08-18Merge tag 'usb-4.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 11-49/+405
2018-08-17Merge tag '9p-for-4.19-2' of git://github.com/martinetd/linuxGravatar Linus Torvalds 1-7/+4
2018-08-17Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 18-67/+209
2018-08-17mm, vmacache: hash addresses based on pmdGravatar David Rientjes 1-6/+0
2018-08-17mm/list_lru: introduce list_lru_shrink_walk_irq()Gravatar Sebastian Andrzej Siewior 1-0/+25
2018-08-17mm/sparse: delete old sparse_init and enable new oneGravatar Pavel Tatashin 1-6/+0
2018-08-17mm/sparse: move buffer init/fini to the common placeGravatar Pavel Tatashin 1-3/+0
2018-08-17mm/sparse: abstract sparse buffer allocationsGravatar Pavel Tatashin 1-0/+4
2018-08-17mm/hugetlb: remove gigantic page support for HIGHMEMGravatar Mike Kravetz 1-3/+0
2018-08-17kernel/dma: remove unsupported gfp_mask parameter from dma_alloc_from_contigu...Gravatar Marek Szyprowski 1-2/+2
2018-08-17mm/cma: remove unsupported gfp_mask parameter from cma_alloc()Gravatar Marek Szyprowski 1-1/+1
2018-08-17mm: add SHRINK_EMPTY shrinker methods return valueGravatar Kirill Tkhai 1-2/+5
2018-08-17mm/list_lru.c: set bit in memcg shrinker bitmap on first list_lru item appear...Gravatar Kirill Tkhai 1-0/+4
2018-08-17mm/memcontrol.c: export mem_cgroup_is_root()Gravatar Kirill Tkhai 1-0/+10
2018-08-17mm/list_lru: pass dst_memcg argument to memcg_drain_list_lru_node()Gravatar Kirill Tkhai 1-1/+1
2018-08-17fs: propagate shrinker::id to list_lruGravatar Kirill Tkhai 1-5/+9
2018-08-17mm, memcg: assign memcg-aware shrinkers bitmap to memcgGravatar Kirill Tkhai 1-0/+14
2018-08-17mm: assign id to every memcg-aware shrinkerGravatar Kirill Tkhai 1-0/+4
2018-08-17mm: introduce CONFIG_MEMCG_KMEM as combination of CONFIG_MEMCG && !CONFIG_SLOBGravatar Kirill Tkhai 4-7/+7
2018-08-17memcg, oom: move out_of_memory back to the charge pathGravatar Michal Hocko 2-9/+9
2018-08-17kernel/memremap, kasan: make ZONE_DEVICE with work with KASANGravatar Andrey Ryabinin 1-1/+12
2018-08-17fs, mm: account buffer_head to kmemcgGravatar Shakeel Butt 1-0/+7
2018-08-17fs: fsnotify: account fsnotify metadata to kmemcgGravatar Shakeel Butt 4-5/+57
2018-08-17mm: introduce mem_cgroup_put() helperGravatar Roman Gushchin 1-0/+9
2018-08-17mm: provide a fallback for PAGE_KERNEL_EXEC for architecturesGravatar Luis R. Rodriguez 1-0/+4
2018-08-17mm: provide a fallback for PAGE_KERNEL_RO for architecturesGravatar Luis R. Rodriguez 1-0/+14
2018-08-17mm/memory_hotplug.c: make register_mem_sect_under_node() a callback of walk_m...Gravatar Oscar Salvador 1-5/+7
2018-08-17mm, huge page: copy target sub-page last when copy huge pageGravatar Huang Ying 1-1/+2
2018-08-17mpage: mpage_readpages() should submit IO as read-aheadGravatar Jens Axboe 1-0/+4
2018-08-17mm/page_ext.c: constify lookup_page_ext() argumentGravatar Kirill A. Shutemov 1-2/+2
2018-08-17include/linux/page_ext.h: drop definition of unused PAGE_EXT_DEBUG_POISONGravatar Kirill A. Shutemov 1-11/+0
2018-08-17vfs: discard ATTR_ATTR_FLAGGravatar NeilBrown 1-1/+0
2018-08-17bitfield: avoid gcc-8 -Wint-in-bool-context warningGravatar Arnd Bergmann 1-1/+1
2018-08-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaGravatar Linus Torvalds 28-618/+1136
2018-08-17Merge tag 'powerpc-4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 4-81/+6
2018-08-17Merge tag 'modules-for-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-2/+2
2018-08-17Merge tag 'for-4.19/dm-changes' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-6/+6