aboutsummaryrefslogtreecommitdiff
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'tg/kk4.4' into aicpJohn Brewer2014-08-153-10/+22
|\
| * Merge tag 'v3.4.103' into kk4.4dhacker292014-08-153-10/+22
| |\
| | * mm: try_to_unmap_cluster() should lock_page() before mlockingVlastimil Babka2014-08-072-2/+14
| | * mm, thp: do not allow thp faults to avoid cpuset restrictionsDavid Rientjes2014-08-071-8/+8
| * | Merge tag 'v3.4.101' into kk4.4dhacker292014-08-013-5/+14
| |\|
| | * mm: kmemleak: avoid false negatives on vmalloc'ed objectsCatalin Marinas2014-07-312-5/+13
| | * mm: hugetlb: fix copy_hugetlb_page_range()Naoya Horiguchi2014-07-311-0/+1
| * | Merge tag 'v3.4.100' into kk4.4dhacker292014-07-292-34/+130
| |\|
| | * shmem: fix splicing from a hole while it's punchedHugh Dickins2014-07-281-9/+15
| | * shmem: fix faulting into a hole, not taking i_mutexHugh Dickins2014-07-281-20/+44
| | * shmem: fix faulting into a hole while it's punchedHugh Dickins2014-07-282-25/+91
| | * cpuset,mempolicy: fix sleeping function called from invalid contextGu Zheng2014-07-171-2/+0
* | | Merge branch 'kk4.4' of https://github.com/TEAM-Gummy/android_kernel_motorola...Jason H Weitzel2014-08-033-5/+14
* | | iov_iter: move into its own fileZach Brown2014-08-031-144/+0
* | | low memory fixesJason H Weitzel2014-08-011-0/+1
* | | Merge tag 'v3.4.100' into kk4.4dhacker292014-07-302-34/+130
|/ /
* | cpuset,mempolicy: fix sleeping function called from invalid contextGu Zheng2014-07-191-2/+0
* | Merge tag 'v3.4.98' into cm-11.0dhacker292014-07-122-57/+67
|\|
| * mm: fix crashes from mbind() merging vmasHugh Dickins2014-07-091-29/+24
| * hugetlb: fix copy_hugetlb_page_range() to handle migration/hwpoisoned entryNaoya Horiguchi2014-07-091-28/+43
* | Merge tag 'v3.4.96' into cm-11.0dhacker292014-07-013-14/+22
|\|
| * mm: vmscan: clear kswapd's special reclaim powers before exitingJohannes Weiner2014-06-301-0/+3
| * mm: fix sleeping function warning from __put_anon_vmaHugh Dickins2014-06-301-3/+5
| * mm/memory-failure.c: don't let collect_procs() skip over processes for MF_ACT...Tony Luck2014-06-301-9/+12
| * mm/memory-failure.c-failure: send right signal code to correct threadTony Luck2014-06-301-2/+2
* | Merge tag 'v3.4.94' into cm-11.0dhacker292014-06-186-10/+31
|\|
| * mm: highmem: don't treat PKMAP_ADDR(LAST_PKMAP) as a highmem addressWill Deacon2014-06-111-1/+1
| * mm: highmem: export kmap_to_page for modulesWill Deacon2014-06-111-0/+1
| * mm: add kmap_to_page()Ben Hutchings2014-06-111-0/+12
| * mm: rmap: fix use-after-free in __put_anon_vmaAndrey Ryabinin2014-06-111-2/+1
| * mm/memory-failure.c: fix memory leak by race between poison and unpoisonNaoya Horiguchi2014-06-111-0/+2
| * percpu: make pcpu_alloc_chunk() use pcpu_mem_free() instead of kfree()Jianyu Zhan2014-06-071-1/+1
| * hwpoison, hugetlb: lock_page/unlock_page does not match for handling a free h...Chen Yucong2014-06-071-7/+8
| * mm: make fixup_user_fault() check the vma access rights tooLinus Torvalds2014-06-071-0/+5
| * mm/hugetlb.c: add cond_resched_lock() in return_unused_surplus_pages()Mizuma, Masayoshi2014-06-071-0/+1
* | Merge tag 'v3.4.89' into cm-11.0dhacker292014-05-081-0/+1
|\|
| * mm: hugetlb: fix softlockup when a large number of hugepages are freed.Mizuma, Masayoshi2014-05-061-0/+1
* | Merge tag 'v3.4.87' into cm-11.0dhacker292014-04-192-12/+19
|\|
| * mm/hotplug: correctly add new zone to all other nodes' zone listsJiang Liu2014-03-111-7/+8
| * mm: vmscan: fix endless loop in kswapd balancingJohannes Weiner2014-03-111-9/+18
* | Merge tag 'v3.4.81' into HEADdhacker292014-02-214-20/+22
|\|
| * mm: setup pageblock_order before it's used by sparsememXishi Qiu2014-02-203-2/+7
| * mm/page_alloc.c: remove pageblock_default_order()Andrew Morton2014-02-201-18/+15
| * mm: __set_page_dirty_nobuffers() uses spin_lock_irqsave() instead of spin_loc...KOSAKI Motohiro2014-02-201-2/+3
* | Revert "slub: Fix calculation of cpu slabs"dhacker292014-02-141-7/+1
* | Merge tag 'v3.4.80' into cm-11.0dhacker292014-02-141-1/+7
|\|
| * slub: Fix calculation of cpu slabsLi Zefan2014-02-131-1/+7
* | Merge tag 'v3.4.79' into cm-11.0dhacker292014-02-062-29/+95
|\|
| * mm: hugetlbfs: fix hugetlbfs optimizationAndrea Arcangeli2014-02-062-29/+95
* | Merge tag 'v3.4.78' into cm-11.0dhacker292014-01-311-4/+12
|\|