include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit...
[safe/jmp/linux-2.6] / arch / x86 / mm / init_32.c
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-03-03 Linus TorvaldsMerge branch 'x86-bootmem-for-linus' of git://git....
2010-02-25 Pekka Enbergx86, mm: Unify kernel_physical_mapping_init() API
2010-02-12 Yinghai Lux86: Make 32bit support NO_BOOTMEM
2010-02-11 Yinghai Lux86: Call early_res_to_bootmem one time
2010-01-11 Andreas Fenkartmm: make totalhigh_pages unsigned long
2009-11-02 Suresh Siddhax86, cpa: Fix kernel text RO checks in static_protection()
2009-10-23 Minchan Kimx86: Remove pfn in add_one_highpage_init()
2009-10-12 David Rientjesx86: Export k8 physical topology
2009-09-23 KAMEZAWA Hiroyukikcore: use registerd physmem information
2009-09-23 KAMEZAWA Hiroyukikcore: register vmalloc area in generic way
2009-09-23 KAMEZAWA Hiroyukikcore: add kclist types
2009-09-22 Jan Beulichmm: don't use alloc_bootmem_low() where not strictly...
2009-09-22 Geert Uytterhoevenarches: drop superfluous casts in nr_free_pages() callers
2009-06-15 Vegard NossumMerge commit 'linus/master' into HEAD
2009-06-15 Vegard Nossumx86: add hooks for kmemcheck
2009-06-12 Yinghai Lux86: make zap_low_mapping could be used early
2009-05-12 Shaohua Lix86: make sparse mem work in non-NUMA mode
2009-04-30 Pekka Enbergx86: move per-cpu mmu_gathers to mm/init.c
2009-04-30 Pekka Enbergx86: move max_pfn_mapped and max_low_pfn_mapped to...
2009-04-21 Pekka Enbergx86: unify noexec handling
2009-03-10 Ingo MolnarMerge branch 'x86/core' into tracing/ftrace
2009-03-08 Yinghai Lux86: fix warning about nodeid
2009-03-06 Ingo MolnarMerge branch 'x86/core' into tracing/textedit
2009-03-05 Ingo MolnarMerge branch 'x86/mm' into x86/core
2009-03-05 Jeremy Fitzhardingex86-32: use specific __vmalloc_start_set flag in __virt...
2009-03-05 Ingo Molnarx86: move init_memory_mapping() to common mm/init.c...
2009-03-05 Pekka Enbergx86: move function and variable declarations to asm...
2009-03-05 Pekka Enbergx86: unify kernel_physical_mapping_init() function...
2009-03-05 Pekka Enbergx86: fix up some bad global variable names in mm/init.c
2009-03-05 Pekka Enbergx86: move init_memory_mapping() to common mm/init.c
2009-03-05 Pekka Enbergx86: add stub init_gbpages() for 32-bit init_memory_map...
2009-03-05 Pekka Enbergx86: ifdef 32-bit and 64-bit NR_RANGE_MR for save_mr...
2009-03-05 Pekka Enbergx86: ifdef 32-bit and 64-bit pfn setup in init_memory_m...
2009-03-05 Pekka Enbergx86: ifdef 32-bit and 64-bit setup in init_memory_mapping()
2009-03-05 Pekka Enbergx86: add table start and end sanity checks to 32-bit...
2009-03-05 Pekka Enbergx86: unify kernel_physical_mapping_init() call in init_...
2009-03-05 Pekka Enbergx86: rename after_init_bootmem to after_bootmem in...
2009-03-05 Pekka Enbergx86: remove unnecessary save_mr() sanity check
2009-03-05 Pekka Enbergx86: ifdef 32-bit specific setup in init_memory_mapping()
2009-03-05 Pekka Enbergx86: move pgd_base out of init_memory_mapping()
2009-03-05 Pekka Enbergx86: find_early_table_space() unification
2009-03-05 Pekka Enbergx86: add gbpages support to 32-bit init_memory_mapping()
2009-03-05 Pekka Enbergx86: init_memory_mapping() trivial cleanups
2009-03-04 Yinghai Lux86: fix bootmem cross node for 32bit numa, cleanup
2009-03-04 Pekka Enbergx86: move free_initrd_mem() to common mm/init.c
2009-03-04 Yinghai Lux86: make 32-bit init_memory_mapping range change more...
2009-03-04 Yinghai Lux86: fix bootmem cross node for 32bit numa
2009-03-04 Pekka Enbergx86: move devmem_is_allowed() to common mm/init.c
2009-03-04 Ingo MolnarMerge branch 'x86/core' into core/percpu
2009-03-03 Pekka Enbergx86: set_highmem_pages_init() cleanup
2009-03-03 Pekka Enbergx86: unify free_init_pages() and free_initmem()
2009-03-03 Pekka Enbergx86: add sanity checks to init_32.c
2009-03-03 Pekka Enbergx86: use roundup() instead of PAGE_ALIGN() in find_earl...
2009-03-03 Pekka Enbergx86: move __VMALLOC_RESERVE to pgtable_32.c
2009-02-24 Ingo MolnarMerge branch 'tj-percpu' of git://git./linux/kernel...
2009-02-24 Tejun Heox86: update populate_extra_pte() and add populate_extra...
2009-02-20 Steven Rostedtftrace, x86: make kernel text writable only for conversions
2009-02-20 Tejun Heox86: convert to the new dynamic percpu allocator
2009-02-13 Ingo MolnarMerge branches 'x86/acpi', 'x86/asm', 'x86/cpudetect...
2009-02-12 Ingo Molnarx86, 32-bit: refactor find_low_pfn_range()
2009-02-12 Ingo Molnarx86, 32-bit: clean up find_low_pfn_range()
2009-02-12 Ingo Molnarx86: fix warning in find_low_pfn_range()
2009-02-11 Jaswinder Singh... x86: mm/init_32.c fix compilation warning
2009-02-11 Ingo MolnarMerge commit 'v2.6.29-rc4' into x86/cleanups
2009-02-11 Ingo MolnarMerge commit 'v2.6.29-rc4' into perfcounters/core
2009-01-27 Ingo MolnarMerge branch 'linus' into core/percpu
2009-01-16 Jan Beulichx86: fix assumed to be contiguous leaf page tables...
2009-01-10 Ingo MolnarMerge branch 'linus' into x86/cleanups
2009-01-07 Arjan van de Venresource: allow MMIO exclusivity for device drivers
2009-01-07 Jaswinder Singh... x86: smp.h move zap_low_mappings declartion to tlbflush.h
2009-01-06 Gary Hademm: show node to memory section relationship with symli...
2009-01-02 Ingo BruecklFix compiler warning in arch/x86/mm/init_32.c
2009-01-02 Ingo Bruecklx86: convert permanent_kmaps_init() from macro to inline
2008-12-31 Linus TorvaldsMerge branch 'core-for-linus' of git://git./linux/kerne...
2008-12-23 Ingo MolnarMerge branches 'x86/apic', 'x86/cleanups', 'x86/cpufeat...
2008-12-17 Jeremy Fitzhardingex86: unify pci iommu setup and allow swiotlb to compile...
2008-12-16 Jan Beulichx86, 32-bit: add some compile time checks to mem_init()
2008-12-16 Jan Beulichx86, 32-bit: simplify alloc_low_page()
2008-11-20 Ingo MolnarMerge branch 'linus' into x86/memory-corruption-check
2008-11-08 Ingo MolnarMerge branch 'linus' into x86/cleanups
2008-10-31 Zhaoleix86: avoid duplicate running of pud_offset and pmd_offs...
2008-10-31 Keith Packardx86: add iomap_atomic*()/iounmap_atomic() on 32-bit...
2008-10-27 Arjan van de Venx86: corruption check: run the corruption checks from...
2008-10-16 Ingo Molnargenirq: remove artifacts from sparseirq removal
2008-10-16 Yinghai Lux86: add after_bootmem flag for 32bit
2008-10-13 Jeremy Fitzhardingex86: add _PAGE_IOMAP pte flag for IO mappings
2008-10-12 Ingo Molnarx86: memory corruption check - cleanup
2008-10-12 Ingo MolnarMerge branch 'linus' into x86/memory-corruption-check
2008-10-10 Ingo MolnarMerge branch 'linus' into x86/pat2
2008-10-10 Suresh Siddhax86, cpa: remove cpa pool code
2008-10-10 Suresh Siddhax86, cpa: dont use large pages for kernel identity...
2008-10-10 Suresh Siddhax86, cpa: make the kernel physical mapping initializati...
2008-10-06 Ingo MolnarMerge branch 'x86/prototypes' into x86-v28-for-linus...
2008-09-23 Ingo MolnarMerge branch 'x86/signal' into core/signal
2008-09-14 Alex Nixonx86/paravirt: Remove duplicate paravirt_pagetable_setup...
2008-09-07 Hugh Dickinsx86: add periodic corruption check
2008-09-05 Alex Nixonx86/paravirt: Remove duplicate paravirt_pagetable_setup...
2008-07-23 Jaswinder Singhx86: mm/init_XX.c declare functions before they get...
2008-07-21 Ingo MolnarMerge branches 'x86/urgent', 'x86/amd-iommu', 'x86...
next