summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* mm/AVR32: prepare for removing num_physpages and simplify mem_init()Jiang Liu2013-07-031-25/+4
* mm/ARM64: prepare for removing num_physpages and simplify mem_init()Jiang Liu2013-07-031-45/+3
* mm/ARM: prepare for removing num_physpages and simplify mem_init()Jiang Liu2013-07-031-45/+2
* mm/ARC: prepare for removing num_physpages and simplify mem_init()Jiang Liu2013-07-031-33/+3
* mm/alpha: prepare for removing num_physpages and simplify mem_init()Jiang Liu2013-07-032-62/+4
* mm/hotplug: prepare for removing num_physpagesJiang Liu2013-07-031-4/+0
* mm: use totalram_pages instead of num_physpages at runtimeJiang Liu2013-07-033-4/+4
* mm: introduce helper function mem_init_print_info() to simplify mem_init()Jiang Liu2013-07-032-0/+64
* UML: normalize global variables exported by vmlinux.ldsJiang Liu2013-07-033-5/+9
* tile: normalize global variables exported by vmlinux.ldsJiang Liu2013-07-034-5/+7
* score: normalize global variables exported by vmlinux.ldsJiang Liu2013-07-031-0/+1
* h8300: normalize global variables exported by vmlinux.ldsJiang Liu2013-07-032-1/+2
* c6x: normalize global variables exported by vmlinux.ldsJiang Liu2013-07-031-2/+2
* avr32: normalize global variables exported by vmlinux.ldsJiang Liu2013-07-032-3/+3
* vmlinux.lds: add comments for global variables and clean up useless declarationsJiang Liu2013-07-031-1/+20
* mm: fix the TLB range flushed when __tlb_remove_page() runs out of slotsVineet Gupta2013-07-031-3/+6
* memcg: Kconfig info updateSergey Dyasly2013-07-031-1/+1
* mm: report available pages as "MemTotal" for each NUMA nodeJiang Liu2013-07-031-1/+5
* mm: concentrate modification of totalram_pages into the mm coreJiang Liu2013-07-0336-46/+50
* mm: correctly update zone->managed_pagesJiang Liu2013-07-035-40/+19
* mm: make __free_pages_bootmem() only available at boot timeJiang Liu2013-07-033-38/+5
* mm: use a dedicated lock to protect totalram_pages and zone->managed_pagesJiang Liu2013-07-033-8/+23
* mm: accurately calculate zone->managed_pages for highmem zonesJiang Liu2013-07-036-28/+48
* mm: use managed_pages to calculate default zonelist orderJiang Liu2013-07-031-2/+2
* mm: fix some trivial typos in commentsJiang Liu2013-07-032-2/+2
* mm/tile: use common help functions to free reserved pagesJiang Liu2013-07-031-5/+2
* mm/x86: use free_reserved_area() to simplify codeJiang Liu2013-07-032-14/+5
* mm/ARM64: kill poison_init_mem()Jiang Liu2013-07-031-14/+3
* mm: enhance free_reserved_area() to support poisoning memory with zeroJiang Liu2013-07-0326-53/+49
* mm: change signature of free_reserved_area() to fix building warningsJiang Liu2013-07-0331-45/+50
* swap: discard while swapping only if SWAP_FLAG_DISCARD_PAGESRafael Aquini2013-07-032-9/+59
* mm: tune vm_committed_as percpu_counter batching sizeTim Chen2013-07-032-1/+54
* mm/hugetlb: use already existing interface huge_page_shiftWanpeng Li2013-07-032-2/+2
* mm/hugetlb: remove hugetlb_prefaultWanpeng Li2013-07-031-2/+0
* mm/pageblock: remove get/set_pageblock_flagsWanpeng Li2013-07-031-6/+0
* mm/memory-hotplug: fix lowmem count overflow when offline pagesWanpeng Li2013-07-031-0/+4
* mm/memory_hotplug.c: change normal message to use pr_debugToshi Kani2013-07-031-1/+1
* mm/memory-failure.c: fix memory leak in successful soft offliningNaoya Horiguchi2013-07-031-4/+18
* mm/nommu.c: add additional check for vread() just like vwrite() has doneChen Gang2013-07-031-0/+4
* mm/page_alloc.c: add additional checking and return value for the 'table->data'Chen Gang2013-07-031-4/+11
* mm: remove lru parameter from __lru_cache_add and lru_cache_add_lruMel Gorman2013-07-034-20/+20
* mm: remove lru parameter from __pagevec_lru_add and remove parts of pagevec APIMel Gorman2013-07-034-69/+14
* mm: activate !PageLRU pages on mark_page_accessed if page is on local pagevecMel Gorman2013-07-031-2/+39
* mm: pagevec: defer deciding which LRU to add a page to until pagevec drain timeMel Gorman2013-07-031-26/+21
* mm: add tracepoints for LRU activation and insertionsMel Gorman2013-07-032-0/+94
* memcg: update TODO list in DocumentationLi Zefan2013-07-031-4/+3
* vmcore: support mmap() on /proc/vmcoreHATAYAMA Daisuke2013-07-031-20/+116
* vmcore: calculate vmcore file size from buffer size and total size of vmcore ...HATAYAMA Daisuke2013-07-031-33/+11
* vmcore: allow user process to remap ELF note segment bufferHATAYAMA Daisuke2013-07-031-0/+18
* vmcore: allocate ELF note segment in the 2nd kernel vmalloc memoryHATAYAMA Daisuke2013-07-031-73/+286
OpenPOWER on IntegriCloud