summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* cpu_hotplug: clear apicid to node when the cpu is hotremovedWen Congyang2013-02-232-1/+5
* memory-hotplug: remove memmap of sparse-vmemmapTang Chen2013-02-236-0/+26
* memory-hotplug: remove page table of x86_64 architectureTang Chen2013-02-231-0/+10
* memory-hotplug: common APIs to support page tables hot-removeWen Congyang2013-02-233-22/+330
* memory-hotplug: implement register_page_bootmem_info_section of sparse-vmemmapYasuaki Ishimatsu2013-02-234-0/+63
* memory-hotplug: introduce new arch_remove_memory() for removing page tableWen Congyang2013-02-237-0/+94
* mm: remove flags argument to mmap_regionMichel Lespinasse2013-02-231-1/+0
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-02-2164-1206/+1397
|\
| * Merge branch 'x86/mm2' into x86/mmH. Peter Anvin2013-02-1547-900/+1254
| |\
| | * Merge remote-tracking branch 'origin/x86/mm' into x86/mm2H. Peter Anvin2013-02-0129-287/+199
| | |\
| | * | x86: Don't panic if can not alloc buffer for swiotlbYinghai Lu2013-01-291-1/+2
| | * | x86, 64bit, mm: hibernate use generic mapping_initYinghai Lu2013-01-291-44/+22
| | * | x86, 64bit, mm: Mark data/bss/brk to nxYinghai Lu2013-01-291-3/+4
| | * | x86: Merge early kernel reserve for 32bit and 64bitYinghai Lu2013-01-293-18/+9
| | * | x86: Add Crash kernel low reservationYinghai Lu2013-01-291-2/+40
| | * | x86, kdump: Remove crashkernel range find limit for 64bitYinghai Lu2013-01-291-3/+1
| | * | memblock: Add memblock_mem_size()Yinghai Lu2013-01-291-15/+1
| | * | x86, boot: Not need to check setup_header version for setup_dataYinghai Lu2013-01-291-6/+0
| | * | x86, boot: Update comments about entries for 64bit imageYinghai Lu2013-01-291-9/+13
| | * | x86, boot: Support loading bzImage, boot_params and ramdisk above 4GYinghai Lu2013-01-294-1/+17
| | * | x86, kexec, 64bit: Only set ident mapping for ram.Yinghai Lu2013-01-293-6/+15
| | * | x86, kexec: Replace ident_mapping_init and init_level4_pageYinghai Lu2013-01-291-135/+26
| | * | x86, kexec: Set ident mapping for kernel that is above max_pfnYinghai Lu2013-01-291-6/+37
| | * | x86, kexec: Remove 1024G limitation for kexec buffer on 64bitYinghai Lu2013-01-291-3/+3
| | * | x86, boot: Move lldt/ltr out of 64bit code sectionYinghai Lu2013-01-291-3/+6
| | * | x86, boot: Move verify_cpu.S and no_longmode downYinghai Lu2013-01-291-8/+9
| | * | x86, boot: Pass cmd_line_ptr with unsigned long insteadYinghai Lu2013-01-292-6/+6
| | * | x86, boot: Move checking of cmd_line_ptr out of common pathYinghai Lu2013-01-292-6/+16
| | * | x86, boot: Add get_cmd_line_ptr()Yinghai Lu2013-01-292-4/+19
| | * | x86: Add get_ramdisk_image/size()Yinghai Lu2013-01-291-8/+21
| | * | x86: Merge early_reserve_initrd for 32bit and 64bitYinghai Lu2013-01-293-26/+18
| | * | x86, 64bit: Don't set max_pfn_mapped wrong value early on native pathYinghai Lu2013-01-293-4/+11
| | * | x86, 64bit: #PF handler set page to cover only 2M per #PFYinghai Lu2013-01-291-17/+25
| | * | x86, 64bit: Use a #PF handler to materialize early mappings on demandH. Peter Anvin2013-01-297-91/+219
| | * | x86, realmode: Separate real_mode reserve and setupYinghai Lu2013-01-293-14/+25
| | * | x86, 64bit, realmode: Use init_level4_pgt to set trampoline_pgd directlyYinghai Lu2013-01-291-2/+2
| | * | x86, 64bit: Copy struct boot_params earlyYinghai Lu2013-01-291-1/+5
| | * | x86, 64bit, mm: Add generic kernel/ident mapping helperYinghai Lu2013-01-292-0/+83
| | * | x86, realmode: Set real_mode permissions earlyYinghai Lu2013-01-291-5/+6
| | * | x86, 64bit, mm: Make pgd next calculation consistent with pud/pmdYinghai Lu2013-01-291-4/+2
| | * | x86: Factor out e820_add_kernel_range()Yinghai Lu2013-01-291-14/+22
| | * | x86, mm: Fix page table early allocation offset checkingYinghai Lu2013-01-291-1/+12
| | * | Merge remote-tracking branch 'origin/x86/boot' into x86/mm2H. Peter Anvin2013-01-293259-84099/+104025
| | |\ \
| | * | | x86, mm: Let "memmap=" take more entries one timeYinghai Lu2012-11-171-1/+15
| | * | | sparc, mm: Remove calling of free_all_bootmem_node()Yinghai Lu2012-11-171-13/+11
| | * | | x86, mm: kill numa_64.hYinghai Lu2012-11-176-12/+0
| | * | | x86, mm: kill numa_free_all_bootmem()Yinghai Lu2012-11-173-19/+11
| | * | | x86, mm: Use clamp_t() in init_range_memory_mappingYinghai Lu2012-11-171-16/+5
| | * | | x86, mm: Move after_bootmem to mm_internel.hYinghai Lu2012-11-171-0/+2
| | * | | x86, mm: Unifying after_bootmem for 32bit and 64bitYinghai Lu2012-11-172-19/+4