Age | Commit message (Expand) | Author |
2013-11-13 | mm/vmalloc.c: fix an overflow bug in alloc_vmap_area() | Zhang Yanfei |
2013-11-13 | mm/pagewalk.c: fix walk_page_range() access of wrong PTEs | Chen LinX |
2013-11-13 | mm: Account for a THP NUMA hinting update as one PTE update | Mel Gorman |
2013-11-13 | mm: Close races between THP migration and PMD numa clearing | Mel Gorman |
2013-11-13 | mm: numa: Sanitize task_numa_fault() callsites | Mel Gorman |
2013-11-13 | mm: Prevent parallel splits during THP migration | Mel Gorman |
2013-11-13 | mm: Wait for THP migrations to complete during NUMA hinting faults | Mel Gorman |
2013-11-13 | mm: numa: Do not account for a hinting fault if we raced | Mel Gorman |
2013-11-13 | mm: make generic_access_phys available for modules | Uwe Kleine-König |
2013-11-04 | writeback: fix negative bdi max pause | Fengguang Wu |
2013-11-04 | mm: fix BUG in __split_huge_page_pmd | Hugh Dickins |
2013-10-18 | cope with potentially long ->d_dname() output for shmem/hugetlb | Al Viro |
2013-10-13 | mm: avoid reinserting isolated balloon pages into LRU lists | Rafael Aquini |
2013-10-13 | mm/bounce.c: fix a regression where MS_SNAP_STABLE (stable pages snapshotting... | Darrick J. Wong |
2013-10-01 | mm: fix aio performance regression for database caused by THP | Khalid Aziz |
2013-09-26 | mm/huge_memory.c: fix potential NULL pointer dereference | Libin |
2013-09-26 | memcg: fix multiple large threshold notifications | Greg Thelen |
2013-09-07 | memcg: check that kmem_cache has memcg_params before accessing it | Andrey Vagin |
2013-08-20 | Fix TLB gather virtual address range invalidation corner cases | Linus Torvalds |
2013-08-20 | memcg: don't initialize kmem-cache destroying work for root caches | Andrey Vagin |
2013-08-04 | mm: mempolicy: fix mbind_range() && vma_adjust() interaction | Oleg Nesterov |
2013-08-04 | mm: fix the TLB range flushed when __tlb_remove_page() runs out of slots | Vineet Gupta |
2013-07-21 | mm/memory-hotplug: fix lowmem count overflow when offline pages | Wanpeng Li |
2013-07-21 | memcg, kmem: fix reference count handling on the error path | Michal Hocko |
2013-07-21 | slab: fix init_lock_keys | Christoph Lameter |
2013-07-13 | Revert "memcg: avoid dangling reference count in creation failure" | Michal Hocko |
2013-07-13 | futex: Take hugepages into account when generating futex_key | Zhang Yi |
2013-06-18 | Merge branch 'slab/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds |
2013-06-13 | slab: prevent warnings when allocating with __GFP_NOWARN | Sasha Levin |
2013-06-12 | mm: memcontrol: fix lockless reclaim hierarchy iterator | Johannes Weiner |
2013-06-12 | frontswap: fix incorrect zeroing and allocation size for frontswap_map | Akinobu Mita |
2013-06-12 | mm: migration: add migrate_entry_wait_huge() | Naoya Horiguchi |
2013-06-12 | mm/page_alloc.c: fix watermark check in __zone_watermark_ok() | Tomasz Stanislawski |
2013-06-12 | swap: avoid read_swap_cache_async() race to deadlock while waiting on discard... | Rafael Aquini |
2013-06-12 | memcg: don't initialize kmem-cache destroying work for root caches | Andrey Vagin |
2013-06-06 | arch, mm: Remove tlb_fast_mode() | Peter Zijlstra |
2013-05-24 | mm/pagewalk.c: walk_page_range should avoid VM_PFNMAP areas | Cliff Wickman |
2013-05-24 | mm/memory_hotplug.c: fix printk format warnings | Randy Dunlap |
2013-05-24 | mm/THP: use pmd_populate() to update the pmd with pgtable_t pointer | Aneesh Kumar K.V |
2013-05-24 | mm compaction: fix of improper cache flush in migration code | Leonid Yegoshin |
2013-05-24 | mm: memcg: remove incorrect VM_BUG_ON for swap cache pages in uncharge | Johannes Weiner |
2013-05-24 | mm: mmu_notifier: re-fix freed page still mapped in secondary MMU | Xiao Guangrong |
2013-05-22 | mm: Fix virt_to_page() warning | Ralf Baechle |
2013-05-09 | shm: fix null pointer deref when userspace specifies invalid hugepage size | Li Zefan |
2013-05-08 | mm/slab: Fix crash during slab init | Chris Mason |
2013-05-08 | Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-block | Linus Torvalds |
2013-05-07 | aio: don't include aio.h in sched.h | Kent Overstreet |
2013-05-07 | mm: remove old aio use_mm() comment | Zach Brown |
2013-05-07 | mm/vmalloc.c: add vfree comment | Andrew Morton |
2013-05-07 | hugetlbfs: fix mmap failure in unaligned size request | Naoya Horiguchi |