Age | Commit message (Expand) | Author | Files | Lines |
2015-02-12 | vmscan: force scan offline memory cgroups | Vladimir Davydov | 1 | -0/+6 |
2015-02-12 | mm: microoptimize zonelist operations | Vlastimil Babka | 1 | -6/+7 |
2015-02-12 | mm: reduce try_to_compact_pages parameters | Vlastimil Babka | 1 | -8/+9 |
2015-02-12 | mm/hugetlb: take page table lock in follow_huge_pmd() | Naoya Horiguchi | 2 | -4/+8 |
2015-02-12 | mm: fix typo of MIGRATE_RESERVE in comment | Baoquan He | 1 | -1/+1 |
2015-02-12 | mm: memcontrol: track move_lock state internally | Johannes Weiner | 1 | -8/+4 |
2015-02-12 | swap: remove unused mem_cgroup_uncharge_swapcache declaration | Vladimir Davydov | 1 | -15/+0 |
2015-02-12 | mm:add KPF_ZERO_PAGE flag for /proc/kpageflags | Wang, Yalin | 2 | -0/+13 |
2015-02-12 | mm: add VM_BUG_ON_PAGE() to page_mapcount() | Wang, Yalin | 1 | -1/+2 |
2015-02-12 | mm: add fields for compound destructor and order into struct page | Kirill A. Shutemov | 2 | -5/+12 |
2015-02-11 | Merge tag 'mmc-v3.20-1' of git://git.linaro.org/people/ulf.hansson/mmc | Linus Torvalds | 10 | -57/+28 |
2015-02-11 | Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi | Linus Torvalds | 5 | -20/+151 |
2015-02-11 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto... | Linus Torvalds | 3 | -2/+33 |
2015-02-11 | Merge tag 'fbdev-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba... | Linus Torvalds | 2 | -1/+12 |
2015-02-11 | Merge tag 'sound-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t... | Linus Torvalds | 27 | -177/+273 |
2015-02-11 | Merge tag 'media/v3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mc... | Linus Torvalds | 13 | -66/+195 |
2015-02-11 | Merge tag 'for-v3.20' of git://git.infradead.org/battery-2.6 | Linus Torvalds | 3 | -32/+109 |
2015-02-11 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 109 | -665/+2259 |
2015-02-11 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -2/+2 |
2015-02-11 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2 | -0/+134 |
2015-02-11 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 2 | -1/+4 |
2015-02-11 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 10 | -67/+49 |
2015-02-11 | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 6 | -32/+28 |
2015-02-11 | Merge tag 'locks-v3.20-1' of git://git.samba.org/jlayton/linux | Linus Torvalds | 1 | -16/+36 |
2015-02-11 | Merge tag 'pm+acpi-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 26 | -71/+355 |
2015-02-11 | Merge tag 'pci-v3.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2 | -0/+19 |
2015-02-11 | memcg: zap memcg_slab_caches and memcg_slab_mutex | Vladimir Davydov | 2 | -6/+2 |
2015-02-11 | memcg: zap memcg_name argument of memcg_create_kmem_cache | Vladimir Davydov | 1 | -2/+1 |
2015-02-11 | memcg: zap __memcg_{charge,uncharge}_slab | Vladimir Davydov | 1 | -2/+3 |
2015-02-11 | mm: hugetlb: fix type of hugetlb_treat_as_movable variable | Andrey Ryabinin | 1 | -1/+1 |
2015-02-11 | asm-generic: drop unused pte_file* helpers | Kirill A. Shutemov | 1 | -15/+0 |
2015-02-11 | mm: remove rest usage of VM_NONLINEAR and pte_file() | Kirill A. Shutemov | 2 | -4/+1 |
2015-02-11 | mm: replace vma->sharead.linear with vma->shared | Kirill A. Shutemov | 1 | -5/+3 |
2015-02-11 | rmap: drop support of non-linear mappings | Kirill A. Shutemov | 4 | -14/+2 |
2015-02-11 | mm: drop vm_ops->remap_pages and generic_file_remap_pages() stub | Kirill A. Shutemov | 2 | -9/+0 |
2015-02-11 | mm: drop support of non-linear mapping from fault codepath | Kirill A. Shutemov | 1 | -9/+7 |
2015-02-11 | mm: drop support of non-linear mapping from unmap/zap codepath | Kirill A. Shutemov | 1 | -1/+0 |
2015-02-11 | mm: replace remap_file_pages() syscall with emulation | Kirill A. Shutemov | 1 | -2/+6 |
2015-02-11 | mm: don't use compound_head() in virt_to_head_page() | Joonsoo Kim | 1 | -1/+26 |
2015-02-11 | fsnotify: fix handling of renames in audit | Jan Kara | 1 | -2/+4 |
2015-02-11 | Merge tag 'stable/for-linus-3.20-rc0-tag' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 5 | -1/+68 |
2015-02-10 | Merge branch 'next' into for-linus | Dmitry Torokhov | 871 | -9118/+28331 |
2015-02-10 | Merge branch 'pm-cpufreq' | Rafael J. Wysocki | 1 | -5/+5 |
2015-02-10 | Merge branch 'pm-domains' | Rafael J. Wysocki | 2 | -5/+1 |
2015-02-10 | Merge branches 'pm-qos', 'pm-opp' and 'pm-devfreq' | Rafael J. Wysocki | 1 | -0/+196 |
2015-02-10 | Merge branch 'acpi-resources' | Rafael J. Wysocki | 3 | -14/+94 |
2015-02-10 | Merge branch 'acpica' | Rafael J. Wysocki | 19 | -47/+59 |
2015-02-10 | Merge branch 'for-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/l... | Linus Torvalds | 4 | -3/+16 |
2015-02-10 | Merge branch 'for-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 1 | -6/+2 |
2015-02-10 | Merge branch 'for-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c... | Linus Torvalds | 2 | -4/+8 |