aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/init_32.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-03-04Merge branch 'x86/core' into core/percpuIngo Molnar1-57/+4
2009-03-03x86: set_highmem_pages_init() cleanupPekka Enberg1-12/+0
2009-03-03x86: unify free_init_pages() and free_initmem()Pekka Enberg1-44/+0
2009-03-03x86: add sanity checks to init_32.cPekka Enberg1-6/+11
2009-03-03x86: use roundup() instead of PAGE_ALIGN() in find_early_table_space()Pekka Enberg1-4/+4
2009-03-03x86: move __VMALLOC_RESERVE to pgtable_32.cPekka Enberg1-2/+0
2009-02-24Merge branch 'tj-percpu' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/misc into core/percpuIngo Molnar1-0/+17
2009-02-24x86: update populate_extra_pte() and add populate_extra_pmd()Tejun Heo1-3/+10
2009-02-20x86: convert to the new dynamic percpu allocatorTejun Heo1-0/+10
2009-02-13Merge branches 'x86/acpi', 'x86/asm', 'x86/cpudetect', 'x86/crashdump', 'x86/debug', 'x86/defconfig', 'x86/doc', 'x86/header-fixes', 'x86/headers' and 'x86/minor-fixes' into x86/coreIngo Molnar1-56/+78
2009-02-12x86, 32-bit: refactor find_low_pfn_range()Ingo Molnar1-7/+8
2009-02-12x86, 32-bit: clean up find_low_pfn_range()Ingo Molnar1-58/+79
2009-02-12x86: fix warning in find_low_pfn_range()Ingo Molnar1-2/+2
2009-02-11x86: mm/init_32.c fix compilation warningJaswinder Singh Rajput1-1/+1
2009-01-27Merge branch 'linus' into core/percpuIngo Molnar1-3/+45
2009-01-16x86: fix assumed to be contiguous leaf page tables for kmap_atomic region (take 2)Jan Beulich1-3/+45
2009-01-10Merge branch 'linus' into x86/cleanupsIngo Molnar1-1/+3
2009-01-07resource: allow MMIO exclusivity for device driversArjan van de Ven1-0/+2
2009-01-07x86: smp.h move zap_low_mappings declartion to tlbflush.hJaswinder Singh Rajput1-1/+0
2009-01-06mm: show node to memory section relationship with symlinks in sysfsGary Hade1-1/+1
2009-01-02Fix compiler warning in arch/x86/mm/init_32.cIngo Brueckl1-2/+6
2008-12-30Merge branch 'core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+3
2008-12-23Merge branches 'x86/apic', 'x86/cleanups', 'x86/cpufeature', 'x86/crashdump', 'x86/debug', 'x86/defconfig', 'x86/detect-hyper', 'x86/doc', 'x86/dumpstack', 'x86/early-printk', 'x86/fpu', 'x86/idle', 'x86/io', 'x86/memory-corruption-check', 'x86/microcode', 'x86/mm', 'x86/mtrr', 'x86/nmi-watchdog'...Ingo Molnar1-11/+21
2008-12-17x86: unify pci iommu setup and allow swiotlb to compile for 32 bitJeremy Fitzhardinge1-0/+3
2008-12-16x86, 32-bit: add some compile time checks to mem_init()Jan Beulich1-1/+15
2008-12-16x86, 32-bit: simplify alloc_low_page()Jan Beulich1-8/+4
2008-11-20Merge branch 'linus' into x86/memory-corruption-checkIngo Molnar1-2/+1
2008-11-08Merge branch 'linus' into x86/cleanupsIngo Molnar1-2/+1
2008-10-31x86: avoid duplicate running of pud_offset and pmd_offset in one_md_table_init()Zhaolei1-0/+2
2008-10-31x86: add iomap_atomic*()/iounmap_atomic() on 32-bit using fixmapsKeith Packard1-2/+1
2008-10-27x86: corruption check: run the corruption checks from a work queueArjan van de Ven1-2/+0
2008-10-13x86: add _PAGE_IOMAP pte flag for IO mappingsJeremy Fitzhardinge1-1/+1
2008-10-12x86: memory corruption check - cleanupIngo Molnar1-0/+1
2008-10-12Merge branch 'linus' into x86/memory-corruption-checkIngo Molnar1-14/+75
2008-10-10Merge branch 'linus' into x86/pat2Ingo Molnar1-4/+1
2008-10-10x86, cpa: remove cpa pool codeSuresh Siddha1-1/+0
2008-10-10x86, cpa: dont use large pages for kernel identity mapping with DEBUG_PAGEALLOCSuresh Siddha1-4/+14
2008-10-10x86, cpa: make the kernel physical mapping initialization a two pass sequenceSuresh Siddha1-5/+60
2008-10-06Merge branch 'x86/prototypes' into x86-v28-for-linus-phase1Ingo Molnar1-0/+1
2008-09-14x86/paravirt: Remove duplicate paravirt_pagetable_setup_{start, done}()Alex Nixon1-4/+0
2008-09-07x86: add periodic corruption checkHugh Dickins1-0/+2
2008-07-23x86: mm/init_XX.c declare functions before they get usedJaswinder Singh1-0/+1
2008-07-21Merge branches 'x86/urgent', 'x86/amd-iommu', 'x86/apic', 'x86/cleanups', 'x86/core', 'x86/cpu', 'x86/fixmap', 'x86/gart', 'x86/kprobes', 'x86/memtest', 'x86/modules', 'x86/nmi', 'x86/pat', 'x86/reboot', 'x86/setup', 'x86/step', 'x86/unify-pci', 'x86/uv', 'x86/xen' and 'xen-64bit' into x86/for-linusIngo Molnar1-2/+3
2008-07-18x86: enable memory tester support on 32-bitYinghai Lu1-0/+3
2008-07-16pvops-64: call paravirt_post_allocator_init() on setup_arch()Eduardo Habkost1-2/+0
2008-07-14Merge branch 'auto-ftrace-next' into tracing/for-linusIngo Molnar1-0/+4
2008-07-11x86: introduce max_low_pfn_mapped for 64-bitYinghai Lu1-0/+1
2008-07-08x86_32: remove __PAGE_KERNEL(_EXEC)Jeremy Fitzhardinge1-8/+2
2008-07-08x86: merge zones_sizes_init for numa and non numa on 32-bitYinghai Lu1-6/+4
2008-07-08x86: fix init_memory_mapping over boundary, v4Yinghai Lu1-22/+67