summaryrefslogtreecommitdiff
path: root/include/linux
AgeCommit message (Expand)AuthorFilesLines
2015-02-12mm: gup: add __get_user_pages_unlocked to customize gup_flagsAndrea Arcangeli1-0/+4
2015-02-12mm: gup: add get_user_pages_locked and get_user_pages_unlockedAndrea Arcangeli1-0/+7
2015-02-12mm/mempolicy.c: merge alloc_hugepage_vma to alloc_pages_vmaVlastimil Babka1-6/+6
2015-02-12mm/thp: allocate transparent hugepages on local nodeAneesh Kumar K.V1-0/+4
2015-02-12mm/compaction: add tracepoint to observe behaviour of compaction deferJoonsoo Kim1-60/+5
2015-02-12mm/compaction: more trace to understand when/why compaction start/finishJoonsoo Kim1-0/+3
2015-02-12mm/compaction: enhance tracepoint output for compaction begin/endJoonsoo Kim1-0/+1
2015-02-12mm: account pmd page tables to the processKirill A. Shutemov2-1/+26
2015-02-12oom, PM: make OOM detection in the freezer path racelessMichal Hocko1-11/+3
2015-02-12oom: add helpers for setting and clearing TIF_MEMDIEMichal Hocko1-0/+4
2015-02-12mm: memcontrol: default hierarchy interface for memoryJohannes Weiner1-0/+32
2015-02-12mm: page_counter: pull "-1" handling out of page_counter_memparse()Johannes Weiner1-1/+2
2015-02-12vmscan: force scan offline memory cgroupsVladimir Davydov1-0/+6
2015-02-12mm: microoptimize zonelist operationsVlastimil Babka1-6/+7
2015-02-12mm: reduce try_to_compact_pages parametersVlastimil Babka1-8/+9
2015-02-12mm/hugetlb: take page table lock in follow_huge_pmd()Naoya Horiguchi2-4/+8
2015-02-12mm: fix typo of MIGRATE_RESERVE in commentBaoquan He1-1/+1
2015-02-12mm: memcontrol: track move_lock state internallyJohannes Weiner1-8/+4
2015-02-12swap: remove unused mem_cgroup_uncharge_swapcache declarationVladimir Davydov1-15/+0
2015-02-12mm:add KPF_ZERO_PAGE flag for /proc/kpageflagsWang, Yalin1-0/+12
2015-02-12mm: add VM_BUG_ON_PAGE() to page_mapcount()Wang, Yalin1-1/+2
2015-02-12mm: add fields for compound destructor and order into struct pageKirill A. Shutemov2-5/+12
2015-02-11Merge tag 'mmc-v3.20-1' of git://git.linaro.org/people/ulf.hansson/mmcLinus Torvalds10-57/+28
2015-02-11Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2-2/+70
2015-02-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds3-2/+33
2015-02-11Merge tag 'fbdev-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba...Linus Torvalds1-1/+11
2015-02-11Merge tag 'media/v3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc...Linus Torvalds2-29/+35
2015-02-11Merge tag 'for-v3.20' of git://git.infradead.org/battery-2.6Linus Torvalds3-32/+109
2015-02-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds36-287/+683
2015-02-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-0/+134
2015-02-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+3
2015-02-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds9-52/+49
2015-02-11Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...Linus Torvalds5-31/+15
2015-02-11Merge tag 'locks-v3.20-1' of git://git.samba.org/jlayton/linuxLinus Torvalds1-16/+36
2015-02-11Merge tag 'pm+acpi-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds7-24/+296
2015-02-11Merge tag 'pci-v3.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+15
2015-02-11memcg: zap memcg_slab_caches and memcg_slab_mutexVladimir Davydov2-6/+2
2015-02-11memcg: zap memcg_name argument of memcg_create_kmem_cacheVladimir Davydov1-2/+1
2015-02-11memcg: zap __memcg_{charge,uncharge}_slabVladimir Davydov1-2/+3
2015-02-11mm: hugetlb: fix type of hugetlb_treat_as_movable variableAndrey Ryabinin1-1/+1
2015-02-11mm: remove rest usage of VM_NONLINEAR and pte_file()Kirill A. Shutemov2-4/+1
2015-02-11mm: replace vma->sharead.linear with vma->sharedKirill A. Shutemov1-5/+3
2015-02-11rmap: drop support of non-linear mappingsKirill A. Shutemov4-14/+2
2015-02-11mm: drop vm_ops->remap_pages and generic_file_remap_pages() stubKirill A. Shutemov2-9/+0
2015-02-11mm: drop support of non-linear mapping from fault codepathKirill A. Shutemov1-9/+7
2015-02-11mm: drop support of non-linear mapping from unmap/zap codepathKirill A. Shutemov1-1/+0
2015-02-11mm: replace remap_file_pages() syscall with emulationKirill A. Shutemov1-2/+6
2015-02-11mm: don't use compound_head() in virt_to_head_page()Joonsoo Kim1-1/+26
2015-02-11fsnotify: fix handling of renames in auditJan Kara1-2/+4
2015-02-11Merge tag 'stable/for-linus-3.20-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2-0/+13