summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-07-021-1/+1
|\
| * Merge 3.10-rc7 into driver-core-nextGreg Kroah-Hartman2013-06-241-1/+3
| |\
| * \ Merge 3.10-rc6 into driver-core-nextGreg Kroah-Hartman2013-06-178-29/+47
| |\ \
| * | | Finally eradicate CONFIG_HOTPLUGStephen Rothwell2013-06-031-1/+1
* | | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2013-07-022-37/+82
|\ \ \ \ | |_|_|/ |/| | |
| * | | mm: teach truncate_inode_pages_range() to handle non page aligned rangesLukas Czerner2013-05-271-31/+73
| * | | mm: change invalidatepage prototype to accept lengthLukas Czerner2013-05-212-7/+10
* | | | Merge branch 'slab/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2013-06-181-1/+3
|\ \ \ \ | |_|_|/ |/| | |
| * | | slab: prevent warnings when allocating with __GFP_NOWARNSasha Levin2013-06-131-1/+3
* | | | mm: memcontrol: fix lockless reclaim hierarchy iteratorJohannes Weiner2013-06-121-7/+5
* | | | frontswap: fix incorrect zeroing and allocation size for frontswap_mapAkinobu Mita2013-06-122-2/+2
* | | | mm: migration: add migrate_entry_wait_huge()Naoya Horiguchi2013-06-122-6/+19
* | | | mm/page_alloc.c: fix watermark check in __zone_watermark_ok()Tomasz Stanislawski2013-06-121-2/+4
* | | | swap: avoid read_swap_cache_async() race to deadlock while waiting on discard...Rafael Aquini2013-06-121-1/+17
* | | | memcg: don't initialize kmem-cache destroying work for root cachesAndrey Vagin2013-06-121-2/+0
|/ / /
* | | arch, mm: Remove tlb_fast_mode()Peter Zijlstra2013-06-061-9/+0
| |/ |/|
* | mm/pagewalk.c: walk_page_range should avoid VM_PFNMAP areasCliff Wickman2013-05-241-34/+36
* | mm/memory_hotplug.c: fix printk format warningsRandy Dunlap2013-05-241-3/+6
* | mm/THP: use pmd_populate() to update the pmd with pgtable_t pointerAneesh Kumar K.V2013-05-241-1/+6
* | mm compaction: fix of improper cache flush in migration codeLeonid Yegoshin2013-05-241-1/+1
* | mm: memcg: remove incorrect VM_BUG_ON for swap cache pages in unchargeJohannes Weiner2013-05-241-2/+12
* | mm: mmu_notifier: re-fix freed page still mapped in secondary MMUXiao Guangrong2013-05-241-40/+39
* | mm: Fix virt_to_page() warningRalf Baechle2013-05-221-1/+1
|/
* shm: fix null pointer deref when userspace specifies invalid hugepage sizeLi Zefan2013-05-091-2/+6
* mm/slab: Fix crash during slab initChris Mason2013-05-081-10/+10
* Merge branch 'for-3.10/core' of git://git.kernel.dk/linux-blockLinus Torvalds2013-05-083-286/+49
|\
| * Merge branch 'writeback-workqueue' of git://git.kernel.org/pub/scm/linux/kern...Jens Axboe2013-04-026-250/+50
| |\
| | * writeback: expose the bdi_wq workqueueTejun Heo2013-04-011-1/+1
| | * writeback: replace custom worker pool implementation with unbound workqueueTejun Heo2013-04-011-227/+28
| | * writeback: remove unused bdi_pending_listTejun Heo2013-04-011-3/+1
| * | block: Convert some code to bio_for_each_segment_all()Kent Overstreet2013-03-231-1/+1
| * | block: Add bio_for_each_segment_all()Kent Overstreet2013-03-231-1/+1
| * | bounce: Refactor __blk_queue_bounce to not use bi_io_vecKent Overstreet2013-03-231-54/+19
| * | block: Remove bi_idx referencesKent Overstreet2013-03-231-1/+0
* | | aio: don't include aio.h in sched.hKent Overstreet2013-05-073-0/+3
* | | mm: remove old aio use_mm() commentZach Brown2013-05-071-3/+0
* | | mm/vmalloc.c: add vfree commentAndrew Morton2013-05-071-0/+2
* | | hugetlbfs: fix mmap failure in unaligned size requestNaoya Horiguchi2013-05-071-1/+6
* | | mm, memcg: add rss_huge stat to memory.statDavid Rientjes2013-05-071-10/+26
* | | Merge branch 'slab/for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-05-074-639/+589
|\ \ \
| * \ \ Merge branch 'slab/next' into slab/for-linusPekka Enberg2013-05-074-639/+589
| |\ \ \
| | * | | mm, slab_common: Fix bootstrap creation of kmalloc cachesChristoph Lameter2013-05-061-9/+15
| | * | | slab: Return NULL for oversized allocationsChristoph Lameter2013-05-061-0/+3
| | * | | mm: slab: Verify the nodeid passed to ____cache_alloc_nodeAaron Tomlin2013-05-011-0/+1
| | * | | slub: tid must be retrieved from the percpu area of the current processorChristoph Lameter2013-04-051-3/+9
| | * | | slub: Do not dereference NULL pointer in node_matchChristoph Lameter2013-04-051-1/+1
| | * | | slub: add 'likely' macro to inc_slabs_node()Joonsoo Kim2013-04-021-1/+1
| | * | | slub: correct to calculate num of acquired objects in get_partial_node()Joonsoo Kim2013-04-021-8/+9
| | * | | slub: correctly bootstrap boot cachesGlauber Costa2013-02-281-0/+6
| | * | | mm/sl[au]b: correct allocation type check in kmalloc_slab()Joonsoo Kim2013-02-061-1/+1
OpenPOWER on IntegriCloud