aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-12Merge branch 'for-3.20/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds3-4/+19
2015-02-12Merge branch 'for-3.20/core' of git://git.kernel.dk/linux-blockLinus Torvalds5-21/+32
2015-02-12Merge branch 'for-3.20/bdi' of git://git.kernel.dk/linux-blockLinus Torvalds5-58/+39
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/git/joro/iommuLinus Torvalds4-41/+199
2015-02-12Merge tag 'devicetree-for-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus 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/rostedt/linux-traceLinus Torvalds2-0/+13
2015-02-11Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus 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/mpe/linuxLinus Torvalds1-0/+10
2015-02-11Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds3-3/+16
2015-02-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-0/+4
2015-02-11Merge tag 'please-pull-pstore' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linuxLinus 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
2015-02-11mm/compaction: enhance tracepoint output for compaction begin/endJoonsoo Kim2-14/+36
2015-02-11mm/compaction: change tracepoint format from decimal to hexadecimalJoonsoo Kim1-1/+1
2015-02-11mm: account pmd page tables to the processKirill A. Shutemov2-1/+26
2015-02-11mm, asm-generic: define PUD_SHIFT in <asm-generic/4level-fixup.h>Kirill A. Shutemov1-0/+1
2015-02-11oom, PM: make OOM detection in the freezer path racelessMichal Hocko1-11/+3
2015-02-11oom: add helpers for setting and clearing TIF_MEMDIEMichal Hocko1-0/+4
2015-02-11mm: memcontrol: default hierarchy interface for memoryJohannes Weiner1-0/+32
2015-02-11mm: page_counter: pull "-1" handling out of page_counter_memparse()Johannes Weiner1-1/+2
2015-02-11vmscan: force scan offline memory cgroupsVladimir Davydov1-0/+6
2015-02-11mm: microoptimize zonelist operationsVlastimil Babka1-6/+7
2015-02-11mm: reduce try_to_compact_pages parametersVlastimil Babka1-8/+9
2015-02-11mm/hugetlb: take page table lock in follow_huge_pmd()Naoya Horiguchi2-4/+8
2015-02-11mm: fix typo of MIGRATE_RESERVE in commentBaoquan He1-1/+1
2015-02-11mm: memcontrol: track move_lock state internallyJohannes Weiner1-8/+4
2015-02-11swap: remove unused mem_cgroup_uncharge_swapcache declarationVladimir Davydov1-15/+0
2015-02-11mm:add KPF_ZERO_PAGE flag for /proc/kpageflagsWang, Yalin2-0/+13
2015-02-11mm: add VM_BUG_ON_PAGE() to page_mapcount()Wang, Yalin1-1/+2
2015-02-11mm: add fields for compound destructor and order into struct pageKirill A. Shutemov2-5/+12
2015-02-11cipso: don't use IPCB() to locate the CIPSO IP optionPaul Moore1-9/+16
2015-02-11Merge tag 'pinctrl-v3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-pinctrlLinus Torvalds4-3/+201
2015-02-11Merge tag 'gpio-v3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpioLinus Torvalds4-36/+10