summaryrefslogtreecommitdiff
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm/memcontrol: Don't call schedule_work_on in preemption disabled contextYang Shi2013-12-061-2/+2
* swap: Use unique local lock name for swap_lockSteven Rostedt2013-12-061-10/+10
* mm: swap: Initialize local locks earlyThomas Gleixner2013-12-061-3/+9
* slab: Fix up stable merge of slab init_lock_keys()Steven Rostedt2013-12-061-4/+1
* mm: page_alloc: Use local_lock_on() instead of plain spinlockThomas Gleixner2013-12-061-2/+2
* mm: slab: Fix potential deadlockThomas Gleixner2013-12-061-8/+2
* slab: Prevent local lock deadlockThomas Gleixner2013-12-061-4/+22
* kconfig-disable-a-few-options-rt.patchThomas Gleixner2013-12-061-1/+1
* mm, rt: kmap_atomic schedulingPeter Zijlstra2013-12-061-0/+2
* mm-vmalloc.patchThomas Gleixner2013-12-061-6/+8
* mm: Protect activate_mm() by preempt_[disable%7Cenable]_rt()Yong Zhang2013-12-061-2/+2
* mm-protect-activate-switch-mm.patchThomas Gleixner2013-12-061-0/+2
* mm: shrink the page frame to !-rt sizePeter Zijlstra2013-12-061-0/+32
* mm: make vmstat -rt awareIngo Molnar2013-12-061-0/+6
* mm: convert swap to percpu lockedIngo Molnar2013-12-061-12/+21
* mm-page-alloc-fix.patchThomas Gleixner2013-12-061-2/+2
* mm: page_alloc reduce lock sections furtherPeter Zijlstra2013-12-061-19/+58
* mm: page_alloc: rt-friendly per-cpu pagesIngo Molnar2013-12-061-16/+37
* mm: More lock breaks in slab.cPeter Zijlstra2013-12-061-22/+68
* slab: Fix __do_drain to use the right array cacheSteven Rostedt2013-12-061-1/+1
* mm-slab-wrap-functions.patchThomas Gleixner2013-12-061-48/+104
* mm: Replace cgroup_page bit spinlockThomas Gleixner2013-12-061-0/+11
* mm-slab-move-debug-out.patchThomas Gleixner2013-12-061-2/+2
* mm-page-alloc-use-list-last-entry.patchPeter Zijlstra2013-12-061-1/+1
* mm: Remove preempt count from pagefault disable/enableThomas Gleixner2013-12-061-7/+0
* filemap-fix-up.patchThomas Gleixner2013-12-061-1/+1
* mm: raw_pagefault_disablePeter Zijlstra2013-12-061-0/+2
* mm: Prepare decoupling the page fault disabling logicIngo Molnar2013-12-061-0/+29
* slab, lockdep: Annotate all slab cachesPeter Zijlstra2013-12-061-21/+28
* mm: fix aio performance regression for database caused by THPKhalid Aziz2013-11-131-2/+29
* writeback: fix negative bdi max pauseFengguang Wu2013-11-041-5/+5
* mm: do not grow the stack vma just because of an overrun on preceding vmaLinus Torvalds2013-10-221-0/+27
* mm/mmap: check for RLIMIT_AS before unmappingCyril Hrubis2013-10-221-4/+46
* mm, show_mem: suppress page counts in non-blockable contextsDavid Rientjes2013-10-131-0/+7
* mm, memcg: give exiting processes access to memory reservesDavid Rientjes2013-10-051-4/+4
* mm/huge_memory.c: fix potential NULL pointer dereferenceLibin2013-09-261-0/+2
* memcg: fix multiple large threshold notificationsGreg Thelen2013-09-261-1/+7
* futex: Take hugepages into account when generating futex_keyZhang Yi2013-08-201-0/+17
* vm: add no-mmu vm_iomap_memory() stubLinus Torvalds2013-08-201-0/+10
* mm/memory-hotplug: fix lowmem count overflow when offline pagesWanpeng Li2013-08-041-0/+4
* mm: migration: add migrate_entry_wait_huge()Naoya Horiguchi2013-06-202-6/+19
* swap: avoid read_swap_cache_async() race to deadlock while waiting on discard...Rafael Aquini2013-06-201-1/+17
* mm/THP: use pmd_populate() to update the pmd with pgtable_t pointerAneesh Kumar K.V2013-06-071-1/+6
* mm/pagewalk.c: walk_page_range should avoid VM_PFNMAP areasCliff Wickman2013-06-071-34/+36
* mm: mmu_notifier: re-fix freed page still mapped in secondary MMUXiao Guangrong2013-06-071-40/+40
* mm compaction: fix of improper cache flush in migration codeLeonid Yegoshin2013-06-071-1/+1
* hugetlbfs: fix mmap failure in unaligned size requestNaoya Horiguchi2013-05-191-1/+5
* mm: allow arch code to control the user page table ceilingHugh Dickins2013-05-071-2/+2
* vm: add vm_iomap_memory() helper functionLinus Torvalds2013-04-251-0/+47
* hugetlbfs: add swap entry check in follow_hugetlb_page()Naoya Horiguchi2013-04-251-1/+11