aboutsummaryrefslogtreecommitdiffstats
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2013-03-28Revert "mm: introduce VM_POPULATE flag to better deal with racy userspace pro...Michel Lespinasse3-17/+10
2013-03-22mm/hotplug: only free wait_table if it's allocated by vmallocJianguo Wu1-1/+5
2013-03-22mm/hugetlb: fix total hugetlbfs pages count when using memory overcommit acco...Wanpeng Li1-2/+6
2013-03-14mm/fremap.c: fix possible oops on error pathMichel Lespinasse1-3/+2
2013-03-13mm/fremap.c: fix oops on error pathAndrew Morton1-2/+4
2013-03-13mm: remove_memory(): fix end_pfn settingToshi Kani1-1/+1
2013-03-12Select VIRT_TO_BUS directly where neededStephen Rothwell1-2/+6
2013-03-12Fix: compat_rw_copy_check_uvector() misuse in aio, readv, writev, and securit...Mathieu Desnoyers1-8/+0
2013-03-08memcg: initialize kmem-cache destroying work earlierKonstantin Khlebnikov1-2/+6
2013-03-08ksm: fix m68k build: only NUMA needs pfn_to_nidHugh Dickins1-1/+1
2013-03-08mm/mempolicy.c: fix sp_node_init() argument orderingKOSAKI Motohiro1-1/+1
2013-03-08mm/mempolicy.c: fix wrong sp_node insertionHillf Danton1-1/+1
2013-03-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-3/+2
2013-03-02x86, ACPI, mm: Revert movablemem_map supportYinghai Lu2-330/+5
2013-03-01fix nommu breakage in shmem.cAl Viro1-3/+2
2013-02-28Merge tag 'writeback-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2013-02-28Merge branch 'for-3.9/core' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+2
2013-02-27hlist: drop the node parameter from iteratorsSasha Levin4-29/+16
2013-02-27arch Kconfig: centralise CONFIG_ARCH_NO_VIRT_TO_BUSStephen Rothwell1-1/+1
2013-02-27mm: accelerate munlock() treatment of THP pagesMichel Lespinasse2-12/+24
2013-02-27mm: do not grow the stack vma just because of an overrun on preceding vmaLinus Torvalds1-0/+27
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds8-37/+47
2013-02-26fs: encode_fh: return FILEID_INVALID if invalid fid_typeNamjae Jeon2-2/+2
2013-02-26shmem_setup_file(): use d_alloc_pseudo() instead of d_alloc()Al Viro1-4/+15
2013-02-25Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds1-0/+2
2013-02-25Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4-4/+4
2013-02-23ksm: allocate roots when neededHugh Dickins1-23/+49
2013-02-23mm: cleanup "swapcache" in do_swap_pageHugh Dickins1-10/+8
2013-02-23mm,ksm: swapoff might need to copyHugh Dickins1-1/+14
2013-02-23mm,ksm: FOLL_MIGRATION do migration_entry_waitHugh Dickins2-3/+19
2013-02-23ksm: shrink 32-bit rmap_item back to 32 bytesHugh Dickins1-12/+14
2013-02-23ksm: treat unstable nid like in stable treeHugh Dickins1-10/+9
2013-02-23ksm: add some commentsHugh Dickins1-4/+14
2013-02-23tmpfs: fix mempolicy object leaksGreg Thelen1-3/+10
2013-02-23tmpfs: fix use-after-free of mempolicy objectGreg Thelen1-2/+8
2013-02-23mm/fadvise.c: drain all pagevecs if POSIX_FADV_DONTNEED fails to discard all ...Mel Gorman1-2/+16
2013-02-23mm: export mmu notifier invalidatesCliff Wickman1-0/+2
2013-02-23mm: accelerate mm_populate() treatment of THP pagesMichel Lespinasse2-10/+27
2013-02-23mm: use long type for page counts in mm_populate() and get_user_pages()Michel Lespinasse4-24/+25
2013-02-23mm: accurately document nr_free_*_pages functions with code commentsZhang Yanfei1-4/+19
2013-02-23HWPOISON: change order of error_states[]'s elementsNaoya Horiguchi1-3/+3
2013-02-23HWPOISON: fix misjudgement of page_action() for errors on mlocked pagesNaoya Horiguchi1-5/+22
2013-02-23memcg: stop warning on memcg_propagate_kmemHugh Dickins1-2/+2
2013-02-23vmscan: change type of vm_total_pages to unsigned longZhang Yanfei1-1/+1
2013-02-23mm: fix return type for functions nr_free_*_pagesZhang Yanfei1-4/+4
2013-02-23memcg: cleanup mem_cgroup_init commentMichal Hocko1-4/+6
2013-02-23memcg: move memcg_stock initialization to mem_cgroup_initMichal Hocko1-8/+12
2013-02-23memcg: move mem_cgroup_soft_limit_tree_init to mem_cgroup_initMichal Hocko1-16/+3
2013-02-23mm: use up free swap space before reaching OOM killMinchan Kim1-5/+10
2013-02-23mm: use NUMA_NO_NODEDavid Rientjes4-23/+26
2013-02-23mmu_notifier_unregister NULL Pointer deref and multiple ->release() calloutsRobin Holt1-40/+42
2013-02-23mm/memory_hotplug: use pgdat_end_pfn() instead of open coding the same.Cody P Schafer1-1/+1
2013-02-23mm/memory_hotplug: use ensure_zone_is_initialized()Cody P Schafer1-19/+10
2013-02-23mm: add helper ensure_zone_is_initialized()Cody P Schafer1-0/+11
2013-02-23mm/page_alloc: add informative debugging message in page_outside_zone_boundar...Cody P Schafer1-0/+7
2013-02-23mm/page_alloc: add a VM_BUG in __free_one_page() if the zone is uninitialized.Cody P Schafer1-0/+2
2013-02-23mm: add & use zone_end_pfn() and zone_spans_pfn()Cody P Schafer5-27/+22
2013-02-23mm/mlock.c: document scary-looking stack expansion mlock chainJohannes Weiner1-0/+4
2013-02-23mm: refactor inactive_file_is_low() to use get_lru_size()Johannes Weiner2-24/+6
2013-02-23mm: shmem: use new radix tree iteratorJohannes Weiner1-13/+12
2013-02-23ksm: stop hotremove lockdep warningHugh Dickins1-14/+41
2013-02-23mm: remove offlining arg to migrate_pagesHugh Dickins6-38/+23
2013-02-23ksm: enable KSM page migrationHugh Dickins2-20/+4
2013-02-23ksm: make !merge_across_nodes migration safeHugh Dickins1-30/+134
2013-02-23ksm: make KSM page migration possibleHugh Dickins2-22/+77
2013-02-23ksm: remove old stable nodes more thoroughlyHugh Dickins2-14/+88
2013-02-23ksm: get_ksm_page lockedHugh Dickins1-10/+13
2013-02-23ksm: reorganize ksm_check_stable_treeHugh Dickins1-16/+22
2013-02-23ksm: trivial tidyupsHugh Dickins1-26/+22
2013-02-23ksm: allow trees per NUMA nodePetr Holasek1-19/+132
2013-02-23mm: rename page struct field helpersMel Gorman7-13/+13
2013-02-23memcg: avoid dangling reference count in creation failure.Glauber Costa1-0/+2
2013-02-23memcg: increment static branch right after limit setGlauber Costa1-24/+7
2013-02-23memcg: replace cgroup_lock with memcg specific memcg_lockGlauber Costa1-18/+21
2013-02-23memcg: fast hierarchy-aware child testGlauber Costa1-7/+31
2013-02-23memcg: split part of memcg creation to css_onlineGlauber Costa1-22/+40
2013-02-23memcg: prevent changes to move_charge_at_immigrate during task attachGlauber Costa1-13/+19
2013-02-23memcg: reduce the size of struct memcg 244-fold.Glauber Costa1-15/+26
2013-02-23mm: init: report on last-nid information stored in page->flagsMel Gorman1-12/+19
2013-02-23mm: uninline page_xchg_last_nid()Mel Gorman1-1/+19
2013-02-23memcg: clean up swap accounting initialization codeMichal Hocko1-18/+12
2013-02-23memcg: do not create memsw files if swap accounting is disabledMichal Hocko1-40/+54
2013-02-23page-writeback.c: subtract min_free_kbytes from dirtyable memoryPaul Szabo2-1/+3
2013-02-23mm/rmap: rename anon_vma_unlock() => anon_vma_unlock_write()Konstantin Khlebnikov4-9/+9
2013-02-23swap: add per-partition lock for swapfileShaohua Li5-53/+116
2013-02-23swap: make each swap partition have one address_spaceShaohua Li6-28/+60
2013-02-23mm: don't inline page_mapping()Shaohua Li1-0/+16
2013-02-23mm: numa: cleanup flow of transhuge page migrationHugh Dickins2-71/+52
2013-02-23mm: fold page->_last_nid into page->flags where possiblePeter Zijlstra1-0/+4
2013-02-23mm: numa: take THP into account when migrating pages for NUMA balancingMel Gorman1-2/+4
2013-02-23mm: teach mm by current context info to not do I/O during memory allocationMing Lei2-3/+10
2013-02-23mm: don't wait on congested zones in balance_pgdat()Zlatko Calusic2-29/+1
2013-02-23mm/memory-failure.c: fix wrong num_poisoned_pages in handling memory error on...Naoya Horiguchi1-1/+11
2013-02-23mm/memory-failure.c: clean up soft_offline_page()Naoya Horiguchi1-69/+87
2013-02-23memory-failure: use num_poisoned_pages instead of mce_bad_pagesXishi Qiu2-9/+9
2013-02-23memory-failure: do code refactor of soft_offline_page()Xishi Qiu1-14/+20
2013-02-23memory-failure: fix an error of mce_bad_pages statisticsXishi Qiu1-21/+17
2013-02-23mm: remove MIGRATE_ISOLATE check in hotpathMinchan Kim3-7/+17
2013-02-23mm: increase totalram_pages when free pages allocated by bootmem allocatorJiang Liu1-0/+1
2013-02-23mm: set zone->present_pages to number of existing pages in the zoneJiang Liu1-1/+1
2013-02-23mm: use zone->present_pages instead of zone->managed_pages where appropriateJiang Liu3-24/+24
2013-02-23mm/memblock.c: use CONFIG_HAVE_MEMBLOCK_NODE_MAP to protect movablecore_map i...Tang Chen1-0/+34
2013-02-23acpi, memory-hotplug: support getting hotplug info from SRATTang Chen1-1/+21
2013-02-23acpi, memory-hotplug: extend movablemem_map ranges to the end of nodeTang Chen1-2/+32
2013-02-23page_alloc: bootmem limit with movablecore_mapTang Chen1-1/+17
2013-02-23page_alloc: make movablemem_map have higher priorityTang Chen1-3/+25
2013-02-23page_alloc: introduce zone_movable_limit[] to keep movable limit for nodesTang Chen1-2/+74
2013-02-23page_alloc: add movable_memmap kernel parameterTang Chen1-0/+131
2013-02-23cpu-hotplug,memory-hotplug: clear cpu_to_node() when offlining the nodeWen Congyang1-1/+29
2013-02-23memory-hotplug: export the function try_offline_node()Wen Congyang1-1/+2
2013-02-23mempolicy: fix is_valid_nodemask()Lai Jiangshan1-14/+22
2013-02-23memory-hotplug: consider compound pages when free memmapWen Congyang1-1/+1
2013-02-23memory-hotplug: do not allocate pgdat if it was not freed when offline.Tang Chen1-8/+16
2013-02-23memory-hotplug: free node_data when a node is offlinedWen Congyang1-3/+27
2013-02-23memory-hotplug: remove sysfs file of nodeTang Chen1-2/+56
2013-02-23memory_hotplug: clear zone when removing the memoryYasuaki Ishimatsu1-0/+207
2013-02-23memory-hotplug: integrated __remove_section() of CONFIG_SPARSEMEM_VMEMMAP.Tang Chen1-11/+0
2013-02-23memory-hotplug: remove memmap of sparse-vmemmapTang Chen1-1/+2
2013-02-23memory-hotplug: move pgdat_resize_lock into sparse_remove_one_section()Tang Chen2-5/+4
2013-02-23memory-hotplug: implement register_page_bootmem_info_section of sparse-vmemmapYasuaki Ishimatsu2-5/+40
2013-02-23memory-hotplug: introduce new arch_remove_memory() for removing page tableWen Congyang1-0/+2
2013-02-23memory-hotplug: remove /sys/firmware/memmap/X sysfsYasuaki Ishimatsu1-1/+4
2013-02-23memory-hotplug: remove redundant codesWen Congyang1-47/+82
2013-02-23memory-hotplug: check whether all memory blocks are offlined or not when remo...Yasuaki Ishimatsu1-0/+48
2013-02-23memory-hotplug: try to offline the memory twice to avoid dependenceWen Congyang1-2/+14
2013-02-23mm: memory_hotplug: no need to check res twice in add_memorySasha Levin1-2/+1
2013-02-23mm: make do_mmap_pgoff return populate as a size in bytes, not as a boolMichel Lespinasse3-8/+8
2013-02-23mm: introduce VM_POPULATE flag to better deal with racy userspace programsMichel Lespinasse3-14/+21
2013-02-23mm: directly use __mlock_vma_pages_range() in find_extend_vma()Michel Lespinasse4-86/+9
2013-02-23mm: remove flags argument to mmap_regionMichel Lespinasse2-19/+17
2013-02-23mm: use mm_populate() for mremap() of VM_LOCKED vmasMichel Lespinasse1-12/+13
2013-02-23mm: use mm_populate() when adjusting brk with MCL_FUTURE in effectMichel Lespinasse1-4/+14
2013-02-23mm: use mm_populate() for blocking remap_file_pages()Michel Lespinasse1-16/+6
2013-02-23mm: introduce mm_populate() for populating new vmasMichel Lespinasse4-13/+35
2013-02-23mm: remap_file_pages() fixesMichel Lespinasse1-8/+14
2013-02-23mm: avoid calling pgdat_balanced() needlesslyZlatko Calusic1-4/+11
2013-02-23mm: compaction: make __compact_pgdat() and compact_pgdat() return voidAndrew Morton1-7/+5
2013-02-23mm: make madvise(MADV_WILLNEED) support swap file prefetchShaohua Li1-4/+101
2013-02-23memcg,vmscan: do not break out targeted reclaim without reclaimed pagesMichal Hocko1-10/+9
2013-02-23mm/ksm.c: use new hashtable implementationSasha Levin1-18/+12
2013-02-23mm/huge_memory.c: use new hashtable implementationSasha Levin1-45/+9
2013-02-23mm: compaction: do not accidentally skip pageblocks in the migrate scannerMel Gorman1-3/+2
2013-02-23mm/vmscan.c:__zone_reclaim(): replace max_t() with max()Andrew Morton1-2/+1
2013-02-23mm/page_alloc.c:__setup_per_zone_wmarks: make min_pages unsigned longAndrew Morton1-5/+2
2013-02-23mm: reduce rmap overhead for ex-KSM page copies created on swap faultsJohannes Weiner2-7/+4
2013-02-23mm: vmscan: compaction works against zones, not lruvecsJohannes Weiner1-88/+91
2013-02-23mm: vmscan: clean up get_scan_count()Johannes Weiner1-21/+44
2013-02-23mm: vmscan: improve comment on low-page cache handlingJohannes Weiner1-5/+7
2013-02-23mm: vmscan: clarify how swappiness, highest priority, memcg interactJohannes Weiner1-9/+30
2013-02-23mm: vmscan: save work scanning (almost) empty LRU listsJohannes Weiner1-4/+6
2013-02-23mm: memcg: only evict file pages when we have plentyJohannes Weiner1-9/+11
2013-02-23CMA: make putback_lru_pages() call conditionalSrinivas Pandruvada1-3/+5
2013-02-23mm/hugetlb.c: convert to pr_foo()Andrew Morton1-13/+9
2013-02-23mm/memcontrol.c: convert printk(KERN_FOO) to pr_foo()Andrew Morton1-8/+7
2013-02-23memcg, oom: provide more precise dump info while memcg oom happeningSha Zhengju2-12/+41
2013-02-22clean shmem_file_setup() a bitAl Viro1-10/+9
2013-02-22fs: Preserve error code in get_empty_filp(), part 2Anatol Pomozov1-2/+2
2013-02-22new helper: file_inode(file)Al Viro7-21/+21
2013-02-21Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-15/+33
2013-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds1-24/+0
2013-02-21Merge branch 'akpm' (incoming from Andrew)Linus Torvalds5-5/+94
2013-02-21block: optionally snapshot page contents to provide stable pages during writeDarrick J. Wong3-4/+61
2013-02-21mm: only enforce stable page writes if the backing device requires itDarrick J. Wong2-1/+22
2013-02-21bdi: allow block devices to say that they require stable page writesDarrick J. Wong1-0/+11
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2013-02-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...Linus Torvalds1-1/+1
2013-02-19Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds5-0/+5
2013-02-18mm: fix pageblock bitmap allocationLinus Torvalds1-6/+9
2013-02-14s390/mm: implement software dirty bitsMartin Schwidefsky1-24/+0
2013-02-12mm: cma: fix accounting of CMA pages placed in high memoryMarek Szyprowski1-0/+4
2013-02-12memcg: fix kmemcg registration for late cachesGlauber Costa1-1/+3
2013-02-12mm: don't overwrite mm->def_flags in do_mlockall()Gerald Schaefer1-3/+3
2013-02-07sched/rt: Move rt specific bits into new header fileClark Williams2-0/+2
2013-02-07sched: Move sched.h sysctl bits into separate headerClark Williams3-0/+3
2013-02-05mm: fix wrong comments about anon_vma lockYuanhan Liu1-1/+1
2013-02-05mm/hugetlb: set PTE as huge in hugetlb_change_protection and remove_migration...Tony Lu2-1/+4
2013-02-05thp: avoid dumping huge zero pageKirill A. Shutemov1-0/+4
2013-01-29mm: Add alloc_bootmem_low_pages_nopanic()Yinghai Lu2-0/+16
2013-01-29memblock: Add memblock_mem_size()Yinghai Lu1-0/+17
2013-01-29Merge remote-tracking branch 'origin/x86/boot' into x86/mm2H. Peter Anvin47-2099/+5954
2013-01-26userns: Allow the userns root to mount tmpfs.Eric W. Biederman1-0/+2
2013-01-24mm: minor cleanup of iov_iter_single_seg_count()Maxim Patlasov1-1/+1
2013-01-24Negative (setpoint-dirty) in bdi_position_ratio()paul.szabo@sydney.edu.au1-1/+1
2013-01-21taint: add explicit flag to show whether lock dep is still OK.Rusty Russell4-4/+4
2013-01-17Merge 3.9-rc4 into driver-core-nextGreg Kroah-Hartman8-123/+71
2013-01-17mm: remove depends on CONFIG_EXPERIMENTALKees Cook1-1/+1
2013-01-14writeback: add more tracepointsTejun Heo1-0/+2
2013-01-11mm: compaction: partially revert capture of suitable high-order pageMel Gorman3-107/+21
2013-01-11mm: thp: acquire the anon_vma rwsem for write during splitMel Gorman1-2/+13
2013-01-11mm: mmap: annotate vm_lock_anon_vma locking properly for lockdepJiri Kosina1-1/+1
2013-01-11mm: bootmem: fix free_all_bootmem_core() with odd bitmap alignmentMax Filippov1-6/+18
2013-01-11mm: use aligned zone start for pfn_to_bitidx calculationLaura Abbott1-1/+1
2013-01-11mm: compaction: fix echo 1 > compact_memory return error issueJason Liu1-4/+2
2013-01-11mm: memblock: fix wrong memmove size in memblock_merge_regions()Lin Feng1-1/+2
2013-01-11mm: migrate: check page_count of THP before migratingMel Gorman1-1/+13
2013-01-09mm: reinstante dropped pmd_trans_splitting() checkLinus Torvalds1-0/+8
2013-01-04mm: limit mmu_gather batching to fix soft lockups on !CONFIG_PREEMPTMichal Hocko1-0/+5
2013-01-04mm: fix zone_watermark_ok_safe() accounting of isolated pagesBartlomiej Zolnierkiewicz2-51/+2
2013-01-03MM: vmscan: remove __devinit attribute.Greg Kroah-Hartman1-2/+2
2013-01-02mm: mempolicy: Convert shared_policy mutex to spinlockMel Gorman1-20/+48