summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/init_32.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2008-12-311-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
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| | | | * Merge branch 'linus' into x86/memory-corruption-checkIngo Molnar2008-11-201-2/+1Star
| | | | |\ | |_|_|_|/ |/| | | |
| | | | * x86: corruption check: run the corruption checks from a work queueArjan van de Ven2008-10-271-2/+0Star
| | | |/
| | * / x86, 32-bit: add some compile time checks to mem_init()Jan Beulich2008-12-161-1/+15
| |/ / |/| |
| * | x86, 32-bit: simplify alloc_low_page()Jan Beulich2008-12-161-8/+4Star
| * | Merge branch 'linus' into x86/cleanupsIngo Molnar2008-11-081-2/+1Star
| |\ \ | |/ / |/| |
| * | x86: avoid duplicate running of pud_offset and pmd_offset in one_md_table_init()Zhaolei2008-10-311-0/+2
| |/
* / x86: add iomap_atomic*()/iounmap_atomic() on 32-bit using fixmapsKeith Packard2008-10-311-2/+1Star
|/
* x86: add _PAGE_IOMAP pte flag for IO mappingsJeremy Fitzhardinge2008-10-131-1/+1
* x86: memory corruption check - cleanupIngo Molnar2008-10-121-0/+1
* Merge branch 'linus' into x86/memory-corruption-checkIngo Molnar2008-10-121-14/+75
|\
| * Merge branch 'linus' into x86/pat2Ingo Molnar2008-10-101-4/+1Star
| |\
| | * Merge branch 'x86/prototypes' into x86-v28-for-linus-phase1Ingo Molnar2008-10-061-0/+1
| | |\
| | | * x86: mm/init_XX.c declare functions before they get usedJaswinder Singh2008-07-231-0/+1
| | * | x86/paravirt: Remove duplicate paravirt_pagetable_setup_{start, done}()Alex Nixon2008-09-141-4/+0Star
| | |/
| * | x86, cpa: remove cpa pool codeSuresh Siddha2008-10-101-1/+0Star
| * | x86, cpa: dont use large pages for kernel identity mapping with DEBUG_PAGEALLOCSuresh Siddha2008-10-101-4/+14
| * | x86, cpa: make the kernel physical mapping initialization a two pass sequenceSuresh Siddha2008-10-101-5/+60
| |/
* / x86: add periodic corruption checkHugh Dickins2008-09-071-0/+2
|/
*-----. Merge branches 'x86/urgent', 'x86/amd-iommu', 'x86/apic', 'x86/cleanups', 'x8...Ingo Molnar2008-07-211-2/+3
|\ \ \ \
| | | | * pvops-64: call paravirt_post_allocator_init() on setup_arch()Eduardo Habkost2008-07-161-2/+0Star
| |_|_|/ |/| | |
| | * | x86: enable memory tester support on 32-bitYinghai Lu2008-07-181-0/+3
| |/ / |/| |
* | | Merge branch 'auto-ftrace-next' into tracing/for-linusIngo Molnar2008-07-141-0/+4
|\ \ \ | |/ / |/| |
| * | ftrace: dont write protect kernel textSteven Rostedt2008-05-231-0/+4
| |/
* | x86: introduce max_low_pfn_mapped for 64-bitYinghai Lu2008-07-111-0/+1
* | x86_32: remove __PAGE_KERNEL(_EXEC)Jeremy Fitzhardinge2008-07-081-8/+2Star
* | x86: merge zones_sizes_init for numa and non numa on 32-bitYinghai Lu2008-07-081-6/+4Star
* | x86: fix init_memory_mapping over boundary, v4Yinghai Lu2008-07-081-22/+67
* | x86: fix init_memory_mapping over boundary v3Yinghai Lu2008-07-081-10/+14
* | x86: move fix mapping page table range earlyYinghai Lu2008-07-081-4/+11
* | x86: fix pte allocation in "x86: introduce init_memory_mapping for 32bit"Jeremy Fitzhardinge2008-07-081-0/+5
* | x86: introduce init_memory_mapping for 32bit #3Yinghai Lu2008-07-081-20/+0Star
* | x86: introduce init_memory_mapping for 32bit #2Yinghai Lu2008-07-081-3/+0Star
* | x86: introduce init_memory_mapping for 32bit #1Yinghai Lu2008-07-081-29/+112
* | x86: move some func calling from setup_arch to paging_initYinghai Lu2008-07-081-0/+29
* | x86: clean up min_low_pfnYinghai Lu2008-07-081-6/+4Star
* | x86: clean up using max_low_pfn on 32-bitYinghai Lu2008-07-081-16/+9Star
* | x86: move find_max_low_pfn to init_32.cYinghai Lu2008-07-081-1/+88
* | x86: introduce reserve_initrdYinghai Lu2008-07-081-4/+2Star
* | x86: introduce initmem_init for 32 bitYinghai Lu2008-07-081-0/+90
* | RFC x86: try to remove arch_get_ram_rangeYinghai Lu2008-07-081-2/+4
* | Merge branch 'x86/mpparse' into x86/develIngo Molnar2008-07-081-29/+57
|\ \
| * | x86: kill bad_pproYinghai Lu2008-07-081-31/+12Star
| * | x86, mm: use add_highpages_with_active_regions() for high pages init v2Yinghai Lu2008-07-081-11/+51
| * | x86: clean up reserve_bootmem_generic() and port it to 32-bitYinghai Lu2008-07-081-0/+6
| * | x86: reserve highmem pages via reserve_earlyHuang, Ying2008-06-051-1/+2
| |/
| |
| \
| \
| \
*---. \ Merge branches 'x86/numa-fixes', 'x86/apic', 'x86/apm', 'x86/bitops', 'x86/bu...Ingo Molnar2008-07-081-13/+5Star
|\ \ \ \ | |_|_|/ |/| | |
| | | * x86, generic: CPA add statistics about state of direct mapping v4Andi Kleen2008-07-081-0/+5
| |_|/ |/| |