ixgbe: Add bit to mark service task initialization
[linux.git] / mm /
2014-04-08 Linus TorvaldsMerge git://git./linux/kernel/git/davem/net
2014-04-08 Linus TorvaldsMerge tag 'staging-3.15-rc1' of git://git./linux/kernel...
2014-04-08 Linus TorvaldsMerge tag 'arm64-upstream' of git://git./linux/kernel...
2014-04-08 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2014-04-08 Linus TorvaldsMerge branch 'drm-next' of git://people.freedesktop...
2014-04-08 Linus TorvaldsMerge branch 'for_linus' of git://git./linux/kernel...
2014-04-08 Linus TorvaldsMerge branch 'kbuild' of git://git./linux/kernel/git...
2014-04-08 Linus TorvaldsMerge tag 'arc-v3.15-rc1' of git://git./linux/kernel...
2014-04-08 Linus TorvaldsMerge tag 'stable/for-linus-3.15-tag2' of git://git...
2014-04-07 Linus TorvaldsMerge branch 'akpm' (incoming from Andrew)
2014-04-07 Mark Saltermm: create generic early_ioremap() support
2014-04-07 Christoph Lameterslub: use raw_cpu_inc for incrementing statistics
2014-04-07 Dave Jonesslub: fix leak of 'name' in sysfs_slab_add
2014-04-07 Vladimir Davydovslub: rework sysfs layout for memcg caches
2014-04-07 Vladimir Davydovslub: adjust memcg caches when creating cache alias
2014-04-07 Vladimir Davydovmemcg, slab: do not destroy children caches if parent...
2014-04-07 Vladimir Davydovmemcg, slab: unregister cache from memcg before startin...
2014-04-07 Vladimir Davydovmemcg, slab: separate memcg vs root cache creation...
2014-04-07 Vladimir Davydovmemcg, slab: cleanup memcg cache creation
2014-04-07 Vladimir Davydovmemcg, slab: never try to merge memcg caches
2014-04-07 SeongJae Parkmm/zswap.c: remove unnecessary parentheses
2014-04-07 Minchan Kimmm/zswap: support multiple swap devices
2014-04-07 SeongJae Parkmm/zswap.c: update zsmalloc in comment to zbud
2014-04-07 SeongJae Parkmm/zswap.c: fix trivial typo and arrange indentation
2014-04-07 John Hubbardmm/page_alloc.c: change mm debug routines back to EXPOR...
2014-04-07 Fabian Frederickmm/readahead.c: inline ra_submit
2014-04-07 Mizuma, Masayoshimm: hugetlb: fix softlockup when a large number of...
2014-04-07 Fabian Frederickmm/memblock.c: use PFN_PHYS()
2014-04-07 Emil Medvememblock: use for_each_memblock()
2014-04-07 Miklos Szeredimm: remove unused arg of set_page_dirty_balance()
2014-04-07 Vlastimil Babkamm: try_to_unmap_cluster() should lock_page() before...
2014-04-07 Johannes Weinermm: page_alloc: spill to remote nodes before waking...
2014-04-07 Michal Hockomemcg: rename high level charging functions
2014-04-07 Johannes Weinermemcg: sanitize __mem_cgroup_try_charge() call protocol
2014-04-07 Michal Hockomemcg: do not replicate get_mem_cgroup_from_mm in __mem...
2014-04-07 Johannes Weinermemcg: get_mem_cgroup_from_mm()
2014-04-07 Johannes Weinermemcg: remove unnecessary !mm check from try_get_mem_cg...
2014-04-07 Johannes Weinermm: memcg: push !mm handling out to page cache charge...
2014-04-07 Johannes Weinermm: memcg: inline mem_cgroup_charge_common()
2014-04-07 Johannes Weinermm: memcg: remove mem_cgroup_move_account_page_stat()
2014-04-07 Johannes Weinermm: memcg: remove unnecessary preemption disabling
2014-04-07 Kirill A. Shutemovmm: use 'const char *' insted of 'char *' for reason...
2014-04-07 Gioh Kimmm/vmalloc.c: enhance vm_map_ram() comment
2014-04-07 Choi Gi-yongmm: fix 'ERROR: do not initialise globals to 0 or NULL...
2014-04-07 Mikulas Patockamempool: add unlikely and likely hints
2014-04-07 David Rientjesmm, compaction: determine isolation mode only once
2014-04-07 David Rientjesmm, mempolicy: remove per-process flag
2014-04-07 David Rientjesmm, mempolicy: rename slab_node for clarity
2014-04-07 Gideon Israel Dsouzamm: use macros from compiler.h instead of __attribute__...
2014-04-07 Davidlohr Buesomm: per-thread vma caching
2014-04-07 Ning Qumm: implement ->map_pages for shmem/tmpfs
2014-04-07 Kirill A. Shutemovmm: add debugfs tunable for fault_around_order
2014-04-07 Kirill A. Shutemovmm: cleanup size checks in filemap_fault() and filemap_...
2014-04-07 Kirill A. Shutemovmm: implement ->map_pages for page cache
2014-04-07 Kirill A. Shutemovmm: introduce vm_ops->map_pages()
2014-04-07 Kirill A. Shutemovmm: disable split page table lock for !MMU
2014-04-07 Alex Thorltonmm: revert "thp: make MADV_HUGEPAGE check for mm->def_f...
2014-04-07 Joonsoo Kimmm/compaction: clean-up code on success of ballon isolation
2014-04-07 Joonsoo Kimmm/compaction: check pageblock suitability once per...
2014-04-07 Joonsoo Kimmm/compaction: change the timing to check to drop the...
2014-04-07 Joonsoo Kimmm/compaction: do not call suitable_migration_target...
2014-04-07 Joonsoo Kimmm/compaction: disallow high-order page for migration...
2014-04-07 Michal Hockomm: exclude memoryless nodes from zone_reclaim
2014-04-07 Davidlohr Buesomm/memory.c: update comment in unmap_single_vma()
2014-04-07 Weijie Yangmm/vmscan: do not check compaction_ready on promoted...
2014-04-07 Weijie Yangmm/vmscan: restore sc->gfp_mask after promoting it...
2014-04-07 Rik van Rielmm: move mmu notifier call from change_protection to...
2014-04-07 Mel Gormanmm: numa: recheck for transhuge pages under lock during...
2014-04-07 Rik van Rielmm,numa: reorganize change_pmd_range()
2014-04-07 Naoya Horiguchimm/hugetlb.c: add NULL check of return value of huge_pt...
2014-04-07 Linus TorvaldsMerge branch 'for-3.15-fixes' of git://git./linux/kerne...
2014-04-07 Linus TorvaldsMerge tag 'cpu-hotplug-3.15-rc1' of git://git./linux...
2014-04-07 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2014-04-07 Linus TorvaldsMerge tag 'for-f2fs-3.15' of git://git./linux/kernel...
2014-04-07 Linus TorvaldsMerge tag 'fbdev-omap-3.15' of git://git./linux/kernel...
2014-04-07 Linus TorvaldsMerge tag 'mfd-for-linus-3.15' of git://git./linux...
2014-04-07 Linus TorvaldsMerge tag 'for-linus-20140405' of git://git.infradead...
2014-04-07 David VrabelMerge commit '683b6c6f82a60fabf47012581c2cfbf1b037ab95...
2014-04-06 Linus TorvaldsMerge tag 'nfs-for-3.15-1' of git://git.linux-nfs.org...
2014-04-06 Linus TorvaldsMerge tag 'modules-next-for-linus' of git://git./linux...
2014-04-06 Linus TorvaldsMerge git://git./linux/kernel/git/cmetcalf/linux-tile
2014-04-06 Linus TorvaldsMerge tag 'dm-3.15-changes' of git://git./linux/kernel...
2014-04-06 Linus TorvaldsMerge tag 'iommu-updates-v3.15' of git://git./linux...
2014-04-06 Linus TorvaldsMerge branch 'hwmon-for-linus' of git://git./linux...
2014-04-06 Linus TorvaldsMerge tag 'clk-for-linus-3.15' of git://git.linaro...
2014-04-06 Linus TorvaldsMerge tag 'pwm/for-3.15-rc1' of git://git./linux/kernel...
2014-04-05 Linus TorvaldsMerge tag 'tags/cleanup2-3.15' of git://git./linux...
2014-04-05 Linus TorvaldsMerge tag 'sh-3.15' of git://git./linux/kernel/git...
2014-04-05 Linus TorvaldsMerge tag 'drivers-3.15' of git://git./linux/kernel...
2014-04-05 Linus TorvaldsMerge tag 'dt-3.15' of git://git./linux/kernel/git...
2014-04-05 Linus TorvaldsMerge tag 'boards-3.15' of git://git./linux/kernel...
2014-04-05 Linus TorvaldsMerge tag 'soc-3.15' of git://git./linux/kernel/git...
2014-04-05 Linus TorvaldsMerge tag 'cleanup-3.15' of git://git./linux/kernel...
2014-04-05 Linus TorvaldsMerge tag 'fixes-non-critical-3.15' of git://git./linux...
2014-04-05 Linus TorvaldsMerge branch 'for-linus' of git://ftp.arm.linux.org...
2014-04-05 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2014-04-05 Linus TorvaldsMerge branch 'for-next' of git://git./linux/kernel...
2014-04-05 Linus TorvaldsMerge branch 'topic/exynos' of git://git./linux/kernel...
2014-04-05 Dave AirlieMerge tag 'drm-intel-fixes-2014-04-04' of git://anongit...
2014-04-05 Dave AirlieMerge tag 'drm/tegra/for-3.15-rc1' of git://anongit...
next