summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2015-02-12all arches, signal: move restart_block to struct task_structAndy Lutomirski2-0/+5
2015-02-12fs/proc/task_mmu.c: add user-space support for resetting mm->hiwater_rss (pea...Petr Cermak1-0/+5
2015-02-12mm/zpool: add name argument to create zpoolGanesh Mahendran2-3/+4
2015-02-12mm: do not use mm->nr_pmds on !MMU configurationsKirill A. Shutemov1-1/+8
2015-02-12memcg: cleanup static keys decrementVladimir Davydov1-5/+0
2015-02-12memcg: reparent list_lrus and free kmemcg_id on css offlineVladimir Davydov1-1/+2
2015-02-12list_lru: add helpers to isolate itemsVladimir Davydov1-2/+7
2015-02-12memcg: free memcg_caches slot on css offlineVladimir Davydov1-5/+5
2015-02-12slab: link memcg caches of the same kind into a listVladimir Davydov1-0/+4
2015-02-12slab: embed memcg_cache_params to kmem_cacheVladimir Davydov3-12/+9
2015-02-12list_lru: introduce per-memcg listsVladimir Davydov2-12/+54
2015-02-12list_lru: organize all list_lrus to listVladimir Davydov1-0/+3
2015-02-12list_lru: get rid of ->active_nodesVladimir Davydov1-3/+2
2015-02-12memcg: add rwsem to synchronize against memcg_caches arrays relocationVladimir Davydov1-2/+10
2015-02-12memcg: rename some cache id related variablesVladimir Davydov1-2/+2
2015-02-12vmscan: per memory cgroup slab shrinkersVladimir Davydov3-4/+14
2015-02-12fs: consolidate {nr,free}_cached_objects args in shrink_controlVladimir Davydov1-2/+4
2015-02-12list_lru: introduce list_lru_shrink_{count,walk}Vladimir Davydov1-0/+16
2015-02-12mm: numa: do not trap faults on the huge zero pageMel Gorman1-1/+2
2015-02-12mm: remove remaining references to NUMA hinting bits and helpersMel Gorman2-156/+1
2015-02-12mm: convert p[te|md]_mknonnuma and remaining page table manipulationsMel Gorman1-2/+1
2015-02-12mm: convert p[te|md]_numa users to p[te|md]_protnone_numaMel Gorman1-1/+1
2015-02-12mm: add p[te|md] protnone helpers for use by NUMA balancingMel Gorman1-0/+20
2015-02-12mm: numa: do not dereference pmd outside of the lock during NUMA hinting faultMel Gorman1-4/+0
2015-02-12Merge branch 'for-3.20' of git://linux-nfs.org/~bfields/linuxLinus Torvalds7-4/+57
2015-02-12Merge tag 'iommu-updates-v3.20' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds4-41/+199
2015-02-12Merge tag 'devicetree-for-3.20' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-2/+1
2015-02-12Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds3-9/+84
2015-02-12Merge tag 'trace-v3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2-0/+13
2015-02-11Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2-9/+55
2015-02-11Merge branch 'upstream' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds1-1/+0
2015-02-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds18-170/+364
2015-02-11Merge tag 'powerpc-3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds1-0/+10
2015-02-11Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds3-3/+16
2015-02-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds1-0/+4
2015-02-11Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-0/+2
2015-02-11Merge tag 'nfs-for-3.20-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds10-19/+63
2015-02-11mm/page_owner.c: remove unnecessary stack_trace fieldSergei Rogachev1-1/+1
2015-02-11mm: when stealing freepages, also take pages created by splitting buddy pageVlastimil Babka1-3/+4
2015-02-11pagewalk: add walk_page_vma()Naoya Horiguchi1-0/+1
2015-02-11pagewalk: improve vma handlingNaoya Horiguchi1-3/+12
2015-02-11mm/pagewalk: remove pgd_entry() and pud_entry()Naoya Horiguchi1-6/+0
2015-02-11mm: gup: kvm use get_user_pages_unlockedAndrea Arcangeli1-11/+0
2015-02-11mm: gup: add __get_user_pages_unlocked to customize gup_flagsAndrea Arcangeli1-0/+4
2015-02-11mm: gup: add get_user_pages_locked and get_user_pages_unlockedAndrea Arcangeli1-0/+7
2015-02-11mm/mempolicy.c: merge alloc_hugepage_vma to alloc_pages_vmaVlastimil Babka1-6/+6
2015-02-11mm/thp: allocate transparent hugepages on local nodeAneesh Kumar K.V1-0/+4
2015-02-11mm/compaction: add tracepoint to observe behaviour of compaction deferJoonsoo Kim2-60/+61
2015-02-11mm/compaction: more trace to understand when/why compaction start/finishJoonsoo Kim2-0/+77
2015-02-11mm/compaction: print current range where compaction workJoonsoo Kim1-7/+23