summaryrefslogtreecommitdiff
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* scheduling while atomic in cgroup codeMike Galbraith2015-06-181-2/+5
* mm, rt: kmap_atomic schedulingPeter Zijlstra2015-06-182-2/+6
* mm-vmalloc.patchThomas Gleixner2015-06-181-5/+8
* mm: Protect activate_mm() by preempt_[disable&enable]_rt()Yong Zhang2015-06-181-0/+2
* mm/memcontrol: do no disable interruptsSebastian Andrzej Siewior2015-06-181-6/+9
* mm/memcontrol: Don't call schedule_work_on in preemption disabled contextYang Shi2015-06-181-2/+2
* mm: page_alloc: Use local_lock_on() instead of plain spinlockThomas Gleixner2015-06-181-2/+2
* slub: delay ctor until the object is requestedSebastian Andrzej Siewior2015-06-181-0/+6
* slub: Enable irqs for __GFP_WAITThomas Gleixner2015-06-181-8/+5
* mm: Enable SLUB for RTThomas Gleixner2015-06-182-27/+95
* mm: make vmstat -rt awareIngo Molnar2015-06-181-0/+6
* mm: convert swap to percpu lockedIngo Molnar2015-06-181-14/+20
* mm-page-alloc-fix.patchThomas Gleixner2015-06-181-2/+2
* mm: page_alloc reduce lock sections furtherPeter Zijlstra2015-06-181-23/+60
* mm: page_alloc: rt-friendly per-cpu pagesIngo Molnar2015-06-181-16/+37
* mm/workingset: do not protect workingset_shadow_nodes with irq offSebastian Andrzej Siewior2015-06-183-16/+25
* kconfig-disable-a-few-options-rt.patchThomas Gleixner2015-06-181-1/+1
* mm-page-alloc-use-list-last-entry.patchPeter Zijlstra2015-06-181-1/+1
* mm: Remove preempt count from pagefault disable/enableThomas Gleixner2015-06-181-2/+0
* mm: raw_pagefault_disablePeter Zijlstra2015-06-181-6/+2
* mm: Prepare decoupling the page fault disabling logicIngo Molnar2015-06-181-0/+30
* mm: hwpoison: drop lru_add_drain_all() in __soft_offline_page()Naoya Horiguchi2015-04-281-2/+0
* writeback: fix possible underflow in write bandwidth calculationTejun Heo2015-04-241-1/+4
* writeback: add missing INITIAL_JIFFIES init in global_update_bandwidth()Tejun Heo2015-04-241-1/+1
* mm/page_alloc.c: call kernel_map_pages in unset_migrateype_isolateLaura Abbott2015-04-241-0/+1
* mm/memory hotplug: postpone the reset of obsolete pgdatGu Zheng2015-04-241-9/+4
* mm: fix anon_vma->degree underflow in anon_vma endless growing preventionLeon Yu2015-04-242-3/+8
* mm: fix corner case in anon_vma endless growing preventionKonstantin Khlebnikov2015-04-241-2/+4
* mm: prevent endless growth of anon_vma hierarchyKonstantin Khlebnikov2015-04-241-1/+41
* mmu_gather: move minimal range calculations into generic codeWill Deacon2015-03-281-22/+8
* vmstat: do not use deferrable delayed work for vmstat_updateMichal Hocko2015-03-231-1/+1
* mm: fix negative nr_isolated countsHugh Dickins2015-03-141-1/+3
* mm/memory.c: actually remap enough memoryGrazvydas Ignotas2015-03-141-1/+1
* mm/compaction: fix wrong order check in compact_finished()Joonsoo Kim2015-03-141-1/+1
* mm/nommu.c: fix arithmetic overflow in __vm_enough_memory()Roman Gushchin2015-03-141-2/+2
* mm/mmap.c: fix arithmetic overflow in __vm_enough_memory()Roman Gushchin2015-03-141-2/+2
* mm: when stealing freepages, also take pages created by splitting buddy pageVlastimil Babka2015-03-141-7/+5
* mm/hugetlb: add migration entry check in __unmap_hugepage_rangeNaoya Horiguchi2015-03-141-2/+3
* mm/hugetlb: add migration/hwpoisoned entry check in hugetlb_change_protectionNaoya Horiguchi2015-03-141-1/+20
* mm/hugetlb: fix getting refcount 0 page in hugetlb_fault()Naoya Horiguchi2015-03-141-16/+36
* mm/hugetlb: pmd_huge() returns true for non-present hugepageNaoya Horiguchi2015-03-061-0/+2
* memcg, shmem: fix shmem migration to use lrucareMichal Hocko2015-02-112-2/+2
* mm: pagewalk: call pte_hole() for VM_PFNMAP during walk_page_rangeShiraz Hashim2015-02-111-1/+4
* memcg: remove extra newlines from memcg oom kill logGreg Thelen2015-02-051-2/+2
* vm: make stack guard page errors return VM_FAULT_SIGSEGV rather than SIGBUSLinus Torvalds2015-02-051-1/+1
* vm: add VM_FAULT_SIGSEGV handling supportLinus Torvalds2015-02-052-3/+3
* mm: get rid of radix tree gfp mask for pagecache_get_pageMichal Hocko2015-01-291-17/+12
* mm: Don't count the stack guard page towards RLIMIT_STACKLinus Torvalds2015-01-161-2/+5
* mm: propagate error from stack expansion even for guard pageLinus Torvalds2015-01-161-2/+2
* mm, vmscan: prevent kswapd livelock due to pfmemalloc-throttled process being...Vlastimil Babka2015-01-161-11/+13