aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-06Merge tag 'pm-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds8-34/+74
2019-03-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds27-109/+294
2019-03-06Merge tag 'armsoc-late' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2-0/+52
2019-03-06Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds10-3/+286
2019-03-06Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds2-15/+0
2019-03-06Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds9-38/+37
2019-03-06Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-9/+48
2019-03-06Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds6-1300/+2346
2019-03-06Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-14/+27
2019-03-05writeback: fix inode cgroup switching commentGreg Thelen2-2/+2
2019-03-05mm: remove zone_lru_lock() function, access ->lru_lock directlyAndrey Ryabinin2-5/+1
2019-03-05mm/workingset: remove unused @mapping argument in workingset_eviction()Andrey Ryabinin1-1/+1
2019-03-05include/linux/compaction.h: fix potential build errorYu Zhao1-1/+1
2019-03-05mm: page_cache_add_speculative(): refactor out some code duplicationjohn.hubbard@gmail.com1-22/+9
2019-03-05mm/page_poison: update comment after code movedMichael S. Tsirkin1-1/+1
2019-03-05numa: make "nr_online_nodes" unsigned intAlexey Dobriyan1-2/+2
2019-03-05numa: make "nr_node_ids" unsigned intAlexey Dobriyan1-2/+2
2019-03-05mm: swap: use mem_cgroup_is_root() instead of deferencing css->parentYang Shi1-1/+1
2019-03-05mm: update get_user_pages_longterm to migrate pages allocated from CMA regionAneesh Kumar K.V2-1/+4
2019-03-05mm/cma: add PF flag to force non cma allocAneesh Kumar K.V2-8/+41
2019-03-05mm: better document PG_reservedDavid Hildenbrand1-2/+31
2019-03-05mm: rid swapoff of quadratic complexityVineeth Remanan Pillai2-1/+9
2019-03-05mm/hugetlb: add prot_modify_start/commit sequence for hugetlb updateAneesh Kumar K.V1-0/+20
2019-03-05mm: fix some typos in mm directoryWei Yang1-1/+1
2019-03-05mm, memcg: create mem_cgroup_from_seqChris Down1-0/+10
2019-03-05kernel: cgroup: add poll file operationJohannes Weiner1-0/+4
2019-03-05fs: kernfs: add poll file operationJohannes Weiner1-0/+6
2019-03-05mm, compaction: capture a page under direct compactionMel Gorman2-1/+6
2019-03-05mm, compaction: be selective about what pageblocks to clear skip hintsMel Gorman1-0/+2
2019-03-05mm, compaction: use free lists to quickly locate a migration sourceMel Gorman1-0/+11
2019-03-05mm: shuffle GFP_* flagsAlexey Dobriyan1-15/+15
2019-03-05mm/hugetlb: enable arch specific huge page size support for migrationAnshuman Khandual1-2/+13
2019-03-05mm/hugetlb: enable PUD level huge page migrationAnshuman Khandual1-1/+2
2019-03-05mm/hugetlb: distinguish between migratability and movabilityAnshuman Khandual1-0/+30
2019-03-05mm: remove sysctl_extfrag_handler()Matthew Wilcox1-2/+0
2019-03-05memcg: localize memcg_kmem_enabled() checkShakeel Butt1-4/+33
2019-03-05mm: reuse only-pte-mapped KSM page in do_wp_page()Kirill Tkhai1-0/+7
2019-03-05mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual1-1/+1
2019-03-05mm: convert PG_balloon to PG_offlineDavid Hildenbrand2-8/+11
2019-03-05mm: balloon: update comment about isolation/migration/compactionDavid Hildenbrand1-17/+9
2019-03-05mm/page_alloc.c: memory hotplug: free pages as higher orderArun KS1-1/+1
2019-03-05include/linux/slub_def.h: comment fixesTobin C. Harding1-6/+6
2019-03-05kasan: fix kasan_check_read/write definitionsArnd Bergmann1-1/+1
2019-03-05Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds10-215/+36
2019-03-05Merge branch 'timers-2038-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds7-116/+104
2019-03-05Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+5
2019-03-05Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds6-13/+61
2019-03-05Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-1/+2
2019-03-05Merge tag 's390-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-0/+4
2019-03-05Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2-9/+2