aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/init_32.c
Commit message (Expand)AuthorAgeFilesLines
* x86: fix warning about nodeidYinghai Lu2009-03-081-9/+14
* Merge branch 'x86/mm' into x86/coreIngo Molnar2009-03-051-196/+59
|\
| * x86-32: use specific __vmalloc_start_set flag in __virt_addr_validJeremy Fitzhardinge2009-03-051-0/+4
| * x86: move init_memory_mapping() to common mm/init.c, build fix on 32-bit PAEIngo Molnar2009-03-051-1/+1
| * x86: move function and variable declarations to asm/init.hPekka Enberg2009-03-051-5/+1
| * x86: unify kernel_physical_mapping_init() function signaturesPekka Enberg2009-03-051-3/+10
| * x86: fix up some bad global variable names in mm/init.cPekka Enberg2009-03-051-7/+7
| * x86: move init_memory_mapping() to common mm/init.cPekka Enberg2009-03-051-301/+7
| * x86: add stub init_gbpages() for 32-bit init_memory_mapping()Pekka Enberg2009-03-051-0/+7
| * x86: ifdef 32-bit and 64-bit NR_RANGE_MR for save_mr() unificationPekka Enberg2009-03-051-0/+4
| * x86: ifdef 32-bit and 64-bit pfn setup in init_memory_mapping()Pekka Enberg2009-03-051-3/+39
| * x86: ifdef 32-bit and 64-bit setup in init_memory_mapping()Pekka Enberg2009-03-051-0/+6
| * x86: add table start and end sanity checks to 32-bit init_memory_mapping()Pekka Enberg2009-03-051-1/+1
| * x86: unify kernel_physical_mapping_init() call in init_memory_mapping()Pekka Enberg2009-03-051-1/+9
| * x86: rename after_init_bootmem to after_bootmem in mm/init_32.cPekka Enberg2009-03-051-8/+8
| * x86: remove unnecessary save_mr() sanity checkPekka Enberg2009-03-051-2/+1
| * x86: ifdef 32-bit specific setup in init_memory_mapping()Pekka Enberg2009-03-051-0/+2
| * x86: move pgd_base out of init_memory_mapping()Pekka Enberg2009-03-051-6/+6
| * x86: find_early_table_space() unificationPekka Enberg2009-03-051-0/+9
| * x86: add gbpages support to 32-bit init_memory_mapping()Pekka Enberg2009-03-051-5/+18
| * x86: init_memory_mapping() trivial cleanupsPekka Enberg2009-03-051-17/+25
| * x86: fix bootmem cross node for 32bit numa, cleanupYinghai Lu2009-03-041-13/+3
| * x86: move free_initrd_mem() to common mm/init.cPekka Enberg2009-03-041-7/+0
| * x86: make 32-bit init_memory_mapping range change more like 64-bitYinghai Lu2009-03-041-32/+94
| * x86: fix bootmem cross node for 32bit numaYinghai Lu2009-03-041-6/+40
| * x86: move devmem_is_allowed() to common mm/init.cPekka Enberg2009-03-041-21/+0
* | Merge branch 'x86/core' into core/percpuIngo Molnar2009-03-041-57/+4
|\ \ | |/
| * x86: set_highmem_pages_init() cleanupPekka Enberg2009-03-031-12/+0
| * x86: unify free_init_pages() and free_initmem()Pekka Enberg2009-03-031-44/+0
| * x86: add sanity checks to init_32.cPekka Enberg2009-03-031-6/+11
| * x86: use roundup() instead of PAGE_ALIGN() in find_early_table_space()Pekka Enberg2009-03-031-4/+4
| * x86: move __VMALLOC_RESERVE to pgtable_32.cPekka Enberg2009-03-031-2/+0
* | Merge branch 'tj-percpu' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Ingo Molnar2009-02-241-0/+17
|\ \ | |/ |/|
| * x86: update populate_extra_pte() and add populate_extra_pmd()Tejun Heo2009-02-241-3/+10
| * x86: convert to the new dynamic percpu allocatorTejun Heo2009-02-201-0/+10
| |
| \
| \
| \
| \
| \
*-----. \ Merge branches 'x86/acpi', 'x86/asm', 'x86/cpudetect', 'x86/crashdump', 'x86/...Ingo Molnar2009-02-131-56/+78
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| | | | * x86, 32-bit: refactor find_low_pfn_range()Ingo Molnar2009-02-121-7/+8
| | | | * x86, 32-bit: clean up find_low_pfn_range()Ingo Molnar2009-02-121-58/+79
| | | | * x86: fix warning in find_low_pfn_range()Ingo Molnar2009-02-121-2/+2
| | | | * x86: mm/init_32.c fix compilation warningJaswinder Singh Rajput2009-02-111-1/+1
| | |_|/ | |/| |
* | | | Merge branch 'linus' into core/percpuIngo Molnar2009-01-271-3/+45
|\ \ \ \ | |/ / /
| * | | x86: fix assumed to be contiguous leaf page tables for kmap_atomic region (ta...Jan Beulich2009-01-161-3/+45
| |/ /
* | | Merge branch 'linus' into x86/cleanupsIngo Molnar2009-01-101-1/+3
|\ \ \ | |/ /
| * | resource: allow MMIO exclusivity for device driversArjan van de Ven2009-01-071-0/+2
| * | mm: show node to memory section relationship with symlinks in sysfsGary Hade2009-01-061-1/+1
* | | x86: smp.h move zap_low_mappings declartion to tlbflush.hJaswinder Singh Rajput2009-01-071-1/+0
|/ /
* | Fix compiler warning in arch/x86/mm/init_32.cIngo Brueckl2009-01-021-2/+6
* | Merge branch 'core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2008-12-301-0/+3
|\ \
| * | x86: unify pci iommu setup and allow swiotlb to compile for 32 bitJeremy Fitzhardinge2008-12-171-0/+3
| |/
| |
| \
| \
| \
| \
| \
*-----. \ Merge branches 'x86/apic', 'x86/cleanups', 'x86/cpufeature', 'x86/crashdump',...Ingo Molnar2008-12-231-11/+21
|\ \ \ \ \ | |_|_|_|/ |/| | | |