aboutsummaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAge
* Augment rt_task() with is_realtime()Bjoern Brandenburg2013-08-07
* mm: mempolicy: fix mbind_range() && vma_adjust() interactionOleg Nesterov2013-08-04
* mm: fix the TLB range flushed when __tlb_remove_page() runs out of slotsVineet Gupta2013-08-04
* mm/memory-hotplug: fix lowmem count overflow when offline pagesWanpeng Li2013-07-21
* memcg, kmem: fix reference count handling on the error pathMichal Hocko2013-07-21
* slab: fix init_lock_keysChristoph Lameter2013-07-21
* Revert "memcg: avoid dangling reference count in creation failure"Michal Hocko2013-07-13
* futex: Take hugepages into account when generating futex_keyZhang Yi2013-07-13
* Merge branch 'slab/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2013-06-18
|\
| * slab: prevent warnings when allocating with __GFP_NOWARNSasha Levin2013-06-13
* | mm: memcontrol: fix lockless reclaim hierarchy iteratorJohannes Weiner2013-06-12
* | frontswap: fix incorrect zeroing and allocation size for frontswap_mapAkinobu Mita2013-06-12
* | mm: migration: add migrate_entry_wait_huge()Naoya Horiguchi2013-06-12
* | mm/page_alloc.c: fix watermark check in __zone_watermark_ok()Tomasz Stanislawski2013-06-12
* | swap: avoid read_swap_cache_async() race to deadlock while waiting on discard...Rafael Aquini2013-06-12
* | memcg: don't initialize kmem-cache destroying work for root cachesAndrey Vagin2013-06-12
|/
* arch, mm: Remove tlb_fast_mode()Peter Zijlstra2013-06-05
* mm/pagewalk.c: walk_page_range should avoid VM_PFNMAP areasCliff Wickman2013-05-24
* mm/memory_hotplug.c: fix printk format warningsRandy Dunlap2013-05-24
* mm/THP: use pmd_populate() to update the pmd with pgtable_t pointerAneesh Kumar K.V2013-05-24
* mm compaction: fix of improper cache flush in migration codeLeonid Yegoshin2013-05-24
* mm: memcg: remove incorrect VM_BUG_ON for swap cache pages in unchargeJohannes Weiner2013-05-24
* mm: mmu_notifier: re-fix freed page still mapped in secondary MMUXiao Guangrong2013-05-24
* mm: Fix virt_to_page() warningRalf Baechle2013-05-22
* shm: fix null pointer deref when userspace specifies invalid hugepage sizeLi Zefan2013-05-09
* mm/slab: Fix crash during slab initChris Mason2013-05-08
* Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-blockLinus Torvalds2013-05-08
|\
| * Merge branch 'writeback-workqueue' of git://git.kernel.org/pub/scm/linux/kern...Jens Axboe2013-04-02
| |\
| | * writeback: expose the bdi_wq workqueueTejun Heo2013-04-01
| | * writeback: replace custom worker pool implementation with unbound workqueueTejun Heo2013-04-01
| | * writeback: remove unused bdi_pending_listTejun Heo2013-04-01
| * | block: Convert some code to bio_for_each_segment_all()Kent Overstreet2013-03-23
| * | block: Add bio_for_each_segment_all()Kent Overstreet2013-03-23
| * | bounce: Refactor __blk_queue_bounce to not use bi_io_vecKent Overstreet2013-03-23
| * | block: Remove bi_idx referencesKent Overstreet2013-03-23
* | | aio: don't include aio.h in sched.hKent Overstreet2013-05-07
* | | mm: remove old aio use_mm() commentZach Brown2013-05-07
* | | mm/vmalloc.c: add vfree commentAndrew Morton2013-05-07
* | | hugetlbfs: fix mmap failure in unaligned size requestNaoya Horiguchi2013-05-07
* | | mm, memcg: add rss_huge stat to memory.statDavid Rientjes2013-05-07
* | | Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-05-07
|\ \ \
| * \ \ Merge branch 'slab/next' into slab/for-linusPekka Enberg2013-05-07
| |\ \ \
| | * | | mm, slab_common: Fix bootstrap creation of kmalloc cachesChristoph Lameter2013-05-06
| | * | | slab: Return NULL for oversized allocationsChristoph Lameter2013-05-06
| | * | | mm: slab: Verify the nodeid passed to ____cache_alloc_nodeAaron Tomlin2013-05-01
| | * | | slub: tid must be retrieved from the percpu area of the current processorChristoph Lameter2013-04-05
| | * | | slub: Do not dereference NULL pointer in node_matchChristoph Lameter2013-04-05
| | * | | slub: add 'likely' macro to inc_slabs_node()Joonsoo Kim2013-04-02
| | * | | slub: correct to calculate num of acquired objects in get_partial_node()Joonsoo Kim2013-04-02
| | * | | slub: correctly bootstrap boot cachesGlauber Costa2013-02-28