mm: swapfile: clean up unuse_pte race handling
[platform/adaptation/renesas_rcar/renesas_kernel.git] / mm /
2012-08-01 Johannes Weinermm: swapfile: clean up unuse_pte race handling
2012-08-01 Johannes Weinermm: memcg: fix compaction/migration failing due to...
2012-08-01 Mel Gormanswapfile: avoid dereferencing bd_disk during swap_entry...
2012-08-01 Mel Gormanmm: add support for direct_IO to highmem pages
2012-08-01 Mel Gormanmm: swap: implement generic handler for swap_activate
2012-08-01 Mel Gormanmm: add support for a filesystem to activate swap files...
2012-08-01 Mel Gormanmm: add get_kernel_page[s] for pinning of kernel addres...
2012-08-01 Mel Gormanmm: methods for teaching filesystems about PG_swapcache...
2012-08-01 Mel Gormanmm: account for the number of times direct reclaimers...
2012-08-01 Mel Gormanmm: throttle direct reclaimers if PF_MEMALLOC reserves...
2012-08-01 Mel Gormanmm: micro-optimise slab to avoid a function call
2012-08-01 Mel Gormannetvm: allow skb allocation to use PFMEMALLOC reserves
2012-08-01 Mel Gormanmm: ignore mempolicies when using ALLOC_NO_WATERMARK
2012-08-01 Mel Gormanmm: only set page->pfmemalloc when ALLOC_NO_WATERMARKS...
2012-08-01 Mel Gormanmm: allow PF_MEMALLOC from softirq context
2012-08-01 Mel Gormanmm: introduce __GFP_MEMALLOC to allow access to emergen...
2012-08-01 Christoph Lametermm: slub: optimise the SLUB fast path to avoid pfmemall...
2012-08-01 Mel Gormanmm: sl[au]b: add knowledge of PFMEMALLOC reserve pages
2012-08-01 Minchan Kimmemory-hotplug: fix kswapd looping forever problem
2012-08-01 Minchan Kimmm: fix free page check in zone_watermark_ok()
2012-08-01 Minchan Kimmm: factor out memory isolate functions
2012-08-01 David Rientjesmm, memcg: move all oom handling to memcontrol.c
2012-08-01 David Rientjesmm, oom: reduce dependency on tasklist_lock
2012-08-01 David Rientjesmm, memcg: introduce own oom handler to iterate only...
2012-08-01 David Rientjesmm, oom: introduce helper function to process threads...
2012-08-01 Jiang Liumm/hotplug: mark memory hotplug code in page_alloc...
2012-08-01 Jiang Liumm/hotplug: free zone->pageset when a zone becomes...
2012-08-01 Jiang Liumm/hotplug: correctly add new zone to all other nodes...
2012-08-01 Jiang Liumm/hotplug: correctly setup fallback zonelists when...
2012-08-01 Wanpeng Limm/memcg: replace inexistence move_lock_page_cgroup...
2012-08-01 Wanpeng Limm/memcg: mem_cgroup_relize_xxx_limit can guarantee...
2012-08-01 Xishi Qiumm: setup pageblock_order before it's used by sparsemem
2012-08-01 Jeff Liumm/memory.c:print_vma_addr(): call up_read(&mm->mmap_se...
2012-08-01 Rik van Rielmm: have order > 0 compaction start off where it left
2012-08-01 Wanpeng Limemcg: rename mem_control_xxx to memcg_xxx
2012-08-01 Glauber Costamemcg: fix bad behavior in use_hierarchy file
2012-08-01 Andrew Mortonmemcg: rename config variables
2012-08-01 Minchan Kimmm: clean up __count_immobile_pages()
2012-08-01 Minchan Kimmm: do not use page_count() without a page pin
2012-08-01 David Rientjesmm, oom: replace some information in tasklist dump
2012-08-01 David Rientjesmm, oom: fix potential killing of thread that is disabl...
2012-08-01 KOSAKI Motohiromm: clear pages_scanned only if draining a pcp adds...
2012-08-01 KOSAKI Motohiromm, fadvise: don't return -EINVAL when filesystem canno...
2012-08-01 KAMEZAWA Hiroyukimemcg: make mem_cgroup_force_empty_list() return bool
2012-08-01 KAMEZAWA Hiroyukimemcg: mem_cgroup_move_parent() doesn't need gfp_mask
2012-08-01 Kamezawa Hiroyukimemcg: clean up force_empty_list() return value check
2012-08-01 Kamezawa Hiroyukimemcg: remove check for signal_pending() during rmdir()
2012-08-01 Andrew Mortonmm/memblock.c:memblock_double_array(): cosmetic cleanups
2012-08-01 David Rientjesmm, oom: do not schedule if current has been killed
2012-08-01 Aneesh Kumar K.Vhugetlb/cgroup: remove exclude and wakeup rmdir calls...
2012-08-01 Aneesh Kumar K.Vhugetlb/cgroup: assign the page hugetlb cgroup when...
2012-08-01 Aneesh Kumar K.Vhugetlb: move all the in use pages to active list
2012-08-01 Aneesh Kumar K.Vhugetlb/cgroup: migrate hugetlb cgroup info from oldpag...
2012-08-01 Aneesh Kumar K.Vhugetlb/cgroup: add hugetlb cgroup control files
2012-08-01 Aneesh Kumar K.Vhugetlb/cgroup: add support for cgroup removal
2012-08-01 Aneesh Kumar K.Vhugetlb/cgroup: add charge/uncharge routines for hugetl...
2012-08-01 Aneesh Kumar K.Vhugetlb/cgroup: add the cgroup pointer to page lru
2012-08-01 Aneesh Kumar K.Vmm/hugetlb: add new HugeTLB cgroup
2012-08-01 Aneesh Kumar K.Vhugetlb: make some static variables global
2012-08-01 Aneesh Kumar K.Vhugetlb: add a list for tracking in-use HugeTLB pages
2012-08-01 Aneesh Kumar K.Vhugetlb: simplify migrate_huge_page()
2012-08-01 Aneesh Kumar K.Vhugetlb: use mmu_gather instead of a temporary linked...
2012-08-01 Aneesh Kumar K.Vhugetlb: add an inline helper for finding hstate index
2012-08-01 Aneesh Kumar K.Vhugetlb: don't use ERR_PTR with VM_FAULT* values
2012-08-01 Aneesh Kumar K.Vhugetlb: rename max_hstate to hugetlb_max_hstate
2012-08-01 Wanpeng Limm: prepare for removal of obsolete /proc/sys/vm/nr_pdf...
2012-08-01 Gavin Shanmm/buddy: cleanup on should_fail_alloc_page
2012-08-01 Huang Shijiemm: account the total_vm in the vm_stat_account()
2012-08-01 Christian Ehrhardtswap: allow swap readahead to be merged
2012-08-01 Kamezawa Hiroyukimemcg: remove MEM_CGROUP_CHARGE_TYPE_FORCE
2012-08-01 Kamezawa Hiroyukimemcg: rename MEM_CGROUP_CHARGE_TYPE_MAPPED as MEM_CGRO...
2012-08-01 Kamezawa Hiroyukimemcg: rename MEM_CGROUP_STAT_SWAPOUT as MEM_CGROUP_STA...
2012-08-01 Jan Karamm: make vb_alloc() more foolproof
2012-08-01 Hong zhi guovmalloc: walk vmap_areas by sorted list instead of...
2012-07-31 Linus TorvaldsMerge tag 'writeback-proportions' of git://git./linux...
2012-07-31 Linus TorvaldsMerge tag 'nfs-for-3.6-1' of git://git.linux-nfs.org...
2012-07-31 Linus TorvaldsMerge tag 'mfd-for-linus-3.6-1' of git://git./linux...
2012-07-31 Linus TorvaldsMerge branch 'v4l_for_linus' of git://git./linux/kernel...
2012-07-31 Linus TorvaldsMerge branch 'akpm' (Andrew's patch-bomb)
2012-07-31 Joonsoo Kimmm: fix wrong argument of migrate_huge_pages() in soft_...
2012-07-30 Linus TorvaldsMerge tag 'for-linus-v3.6-rc1' of git://oss.sgi.com...
2012-07-30 Linus TorvaldsMerge tag 'virtio-for-linus' of git://git./linux/kernel...
2012-07-30 Linus TorvaldsMerge tag 'please-pull-ia64-fixes' of git://git./linux...
2012-07-30 Linus TorvaldsMerge tag 'localmodconfig-v3.6' of git://git./linux...
2012-07-30 Linus TorvaldsMerge tag 'ktest-v3.6' of git://git./linux/kernel/git...
2012-07-30 Linus TorvaldsMerge tag 'mfd-3.6-1' of git://git./linux/kernel/git...
2012-07-30 Linus TorvaldsMerge branch 'linux-next' of git://cavan.codon.org...
2012-07-30 Linus TorvaldsMerge branch 'upstream' of git://git.linux-mips.org...
2012-07-30 Linus TorvaldsMerge branch 'slab/next' of git://git./linux/kernel...
2012-07-30 Linus TorvaldsMerge branch 'trivial' of git://git./linux/kernel/git...
2012-07-30 Linus TorvaldsMerge branch 'misc' of git://git./linux/kernel/git...
2012-07-30 Linus TorvaldsMerge branch 'kconfig' of git://git./linux/kernel/git...
2012-07-30 Linus TorvaldsMerge branch 'kbuild' of git://git./linux/kernel/git...
2012-07-30 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2012-07-30 Linus TorvaldsMerge tag 'dm-3.6-changes' of git://git./linux/kernel...
2012-07-30 Linus TorvaldsMerge branch 'for-linus-for-3.6-rc1' of git://git.linar...
2012-07-30 Linus TorvaldsMerge branch 'drm-next' of git://people.freedesktop...
2012-07-30 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2012-07-30 Linus TorvaldsMerge tag 'hwmon-for-linus' of git://git./linux/kernel...
2012-07-30 Linus TorvaldsMerge git://git./linux/kernel/git/mchehab/linux-edac
next