Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-06-05mm/memblock.c: use PFN_DOWNFabian Frederick
2014-06-05memblock: introduce memblock_alloc_range()Akinobu Mita
2014-05-20mm/memblock: add physical memory listPhilipp Hachtmann
2014-05-20mm/memblock: Do some refactoring, enhance APIPhilipp Hachtmann
2014-04-08mm/memblock.c: use PFN_PHYS()Fabian Frederick
2014-04-08memblock: use for_each_memblock()Emil Medve
2014-03-12ARM: 7993/1: mm/memblock: add memblock_get_current_limitLaura Abbott
2014-01-30memblock: add limit checking to memblock_virt_allocYinghai Lu
2014-01-28memblock: don't silently align size in memblock_virt_alloc()Yinghai Lu
2014-01-24mm/nobootmem: free_all_bootmem againPhilipp Hachtmann
2014-01-24mm: free memblock.memory in free_all_bootmemPhilipp Hachtmann
2014-01-22mm/memblock: use WARN_ONCE when MAX_NUMNODES passed as input parameterGrygorii Strashko
2014-01-22mm/memblock: add memblock memory allocation apisSantosh Shilimkar
2014-01-22mm/memblock: switch to use NUMA_NO_NODE instead of MAX_NUMNODESGrygorii Strashko
2014-01-22mm/memblock: reorder parameters of memblock_find_in_range_nodeGrygorii Strashko
2014-01-22mm/memblock: drop WARN and use SMP_CACHE_BYTES as a default alignmentGrygorii Strashko
2014-01-22mm/memblock: debug: don't free reserved array if !ARCH_DISCARD_MEMBLOCKGrygorii Strashko
2014-01-22memblock, mem_hotplug: make memblock skip hotpluggable regions if neededTang Chen
2014-01-22memblock: make memblock_set_node() support different memblock_typeTang Chen
2014-01-22memblock, mem_hotplug: introduce MEMBLOCK_HOTPLUG flag to mark hotpluggable r...Tang Chen
2014-01-22memblock, numa: introduce flags field into memblockTang Chen
2014-01-22mm/memblock: debug: correct displaying of upper memory boundaryGrygorii Strashko
2013-11-13mm/memblock.c: introduce bottom-up allocation modeTang Chen
2013-11-13mm/memblock.c: factor out of top-down allocationTang Chen
2013-09-12memblock, numa: binary search node idYinghai Lu
2013-07-09mm/memblock.c: fix wrong comment in __next_free_mem_range()Tang Chen
2013-04-30memblock: fix missing comment of memblock_insert_region()Tang Chen
2013-04-30memblock: add assertion for zero allocation alignmentVineet Gupta
2013-03-02x86, ACPI, mm: Revert movablemem_map supportYinghai Lu
2013-02-24mm/memblock.c: use CONFIG_HAVE_MEMBLOCK_NODE_MAP to protect movablecore_map i...Tang Chen
2013-02-24page_alloc: bootmem limit with movablecore_mapTang Chen
2013-01-30memblock: Add memblock_mem_size()Yinghai Lu
2013-01-12mm: memblock: fix wrong memmove size in memblock_merge_regions()Lin Feng
2012-10-24x86, mm: Trim memory in memblock to be page alignedYinghai Lu
2012-10-09mm: avoid section mismatch warning for memblock_type_nameRaghavendra D Prabhu
2012-10-09mm/memblock: use existing interface to set nidWanpeng Li
2012-09-05mm/memblock: Use NULL instead of 0 for pointersSachin Kamat
2012-08-01mm/memblock.c:memblock_double_array(): cosmetic cleanupsAndrew Morton
2012-07-12memblock: free allocated memblock_reserved_regions laterYinghai Lu
2012-06-21mm/memblock: fix overlapping allocation when doubling reserved arrayGreg Pearson
2012-06-21mm: fix kernel-doc warningsWanpeng Li
2012-06-08memblock: Document memblock_is_region_{memory,reserved}()Stephen Boyd
2012-05-30mm/memblock: fix memory leak on extending regionsGavin Shan
2012-05-30mm/memblock: cleanup on duplicate VA/PA conversionGavin Shan
2012-04-20memblock: memblock should be able to handle zero length operationsTejun Heo
2012-03-01memblock: Fix size aligning of memblock_alloc_base_nid()Tejun Heo
2012-01-16memblock: Fix alloc failure due to dumb underflow protection in memblock_find...Tejun Heo
2011-12-08memblock: Reimplement memblock allocation using reverse free area iteratorTejun Heo
2011-12-08memblock: Kill early_node_map[]Tejun Heo
2011-12-08memblock: Implement memblock_add_node()Tejun Heo