summaryrefslogtreecommitdiff
path: root/arch/x86/mm/init_32.c
AgeCommit message (Expand)AuthorFilesLines
2009-02-24Merge branch 'tj-percpu' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Ingo Molnar1-0/+17
2009-02-24x86: update populate_extra_pte() and add populate_extra_pmd()Tejun Heo1-3/+10
2009-02-20ftrace, x86: make kernel text writable only for conversionsSteven Rostedt1-3/+32
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/...Ingo 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 (ta...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/gi...Linus Torvalds1-0/+3
2008-12-23Merge branches 'x86/apic', 'x86/cleanups', 'x86/cpufeature', 'x86/crashdump',...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', 'x8...Ingo 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
2008-07-08x86: fix init_memory_mapping over boundary v3Yinghai Lu1-10/+14
2008-07-08x86: move fix mapping page table range earlyYinghai Lu1-4/+11
2008-07-08x86: fix pte allocation in "x86: introduce init_memory_mapping for 32bit"Jeremy Fitzhardinge1-0/+5
2008-07-08x86: introduce init_memory_mapping for 32bit #3Yinghai Lu1-20/+0
2008-07-08x86: introduce init_memory_mapping for 32bit #2Yinghai Lu1-3/+0