aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/mm
Commit message (Expand)AuthorAgeFilesLines
...
* | | | x86, 64-bit: split set_pte_vaddr()Eduardo Habkost2008-07-081-11/+20
* | | | x86, 64-bit: create small vmemmap mappings if PSE not availableJeremy Fitzhardinge2008-07-081-22/+40
* | | | x86, 64-bit: adjust mapping of physical pagetables to work with XenJeremy Fitzhardinge2008-07-082-13/+83
* | | | x86: preallocate and prepopulate separatelyJeremy Fitzhardinge2008-07-081-68/+101
* | | | x86/paravirt: add a pgd_alloc/free hooksJeremy Fitzhardinge2008-07-081-5/+8
* | | | x86: simplify vmalloc_sync_allJeremy Fitzhardinge2008-07-081-51/+26
* | | | x86: remove end_pfn in 64bitYinghai Lu2008-07-084-16/+11
* | | | x86: add table_top check for alloc_low_page in 64 bitYinghai Lu2008-07-081-4/+5
* | | | x86: get max_pfn_mapped in init_memory_mappingYinghai Lu2008-07-081-2/+2
* | | | x86: introduce init_memory_mapping for 32bit #3Yinghai Lu2008-07-082-22/+6
* | | | x86: introduce init_memory_mapping for 32bit #2Yinghai Lu2008-07-081-3/+0
* | | | x86: introduce init_memory_mapping for 32bit #1Yinghai Lu2008-07-081-29/+112
* | | | x86, 64-bit: unify early_ioremapJeremy Fitzhardinge2008-07-082-56/+1
* | | | x86, 64-bit: use p??_populate() to attach pages to pagetableJeremy Fitzhardinge2008-07-081-4/+5
* | | | x86: move some func calling from setup_arch to paging_initYinghai Lu2008-07-081-0/+29
* | | | x86: numa32 pfn print out using hex insteadYinghai Lu2008-07-081-14/+15
* | | | x86: fix compile warning in init_64.cYinghai Lu2008-07-081-2/+2
* | | | x86: clean up min_low_pfnYinghai Lu2008-07-082-7/+7
* | | | x86: clean up using max_low_pfn on 32-bitYinghai Lu2008-07-082-31/+16
* | | | x86: move reservetop and vmalloc parsing to pgtable_32.cYinghai Lu2008-07-081-1/+34
* | | | x86: move find_max_low_pfn to init_32.cYinghai Lu2008-07-081-1/+88
* | | | x86: introduce reserve_initrdYinghai Lu2008-07-081-4/+2
* | | | x86: introduce initmem_init for 32 bitYinghai Lu2008-07-082-2/+92
* | | | x86: introduce initmem_init for 64 bitYinghai Lu2008-07-082-1/+17
* | | | RFC x86: try to remove arch_get_ram_rangeYinghai Lu2008-07-081-2/+4
* | | | build: add __page_aligned_data and __page_aligned_bssJeremy Fitzhardinge2008-07-081-2/+1
* | | | Merge branch 'x86/fixmap' into x86/develIngo Molnar2008-07-083-33/+28
|\ \ \ \
| * | | | x86: unify __set_fixmap, fixIngo Molnar2008-06-201-0/+1
| * | | | x86/paravirt/xen: add set_fixmap pv_mmu_opsJeremy Fitzhardinge2008-06-201-2/+7
| * | | | x86: implement set_pte_vaddrJeremy Fitzhardinge2008-06-203-9/+8
| * | | | x86: unify __set_fixmapJeremy Fitzhardinge2008-06-203-25/+15
| | |_|/ | |/| |
* | | | Merge branch 'x86/numa' into x86/develIngo Molnar2008-07-082-58/+31
|\ \ \ \
| * | | | x86: add flags parameter to reserve_bootmem_generic()Bernhard Walle2008-07-081-5/+12
| * | | | x86: numa_64.c fix shadowed variableThomas Gleixner2008-07-081-15/+15
| * | | | x86: numa_64.c make local variables staticThomas Gleixner2008-07-081-4/+4
| * | | | x86: remove the static 256k node_to_cpumask_mapMike Travis2008-07-081-6/+0
| * | | | x86: cleanup early per cpu variables/accesses v4Mike Travis2008-07-082-33/+12
| | |/ / | |/| |
* | | | Merge branch 'x86/mpparse' into x86/develIngo Molnar2008-07-085-126/+182
|\ \ \ \
| * | | | x86: fix compiling when CONFIG_X86_MPPARSE is not setYinghai Lu2008-07-081-0/+4
| * | | | x86: merge setup_memory_map with e820Yinghai Lu2008-07-081-0/+12
| * | | | x86: kill bad_pproYinghai Lu2008-07-082-33/+14
| * | | | x86, mm: use add_highpages_with_active_regions() for high pages init v2Yinghai Lu2008-07-082-23/+58
| * | | | x86: replace shrink_active_range() with remove_active_range()Yinghai Lu2008-07-081-21/+24
| * | | | x86: clean up reserve_bootmem_generic() and port it to 32-bitYinghai Lu2008-07-082-1/+8
| * | | | x86: add flags parameter to reserve_bootmem_generic()Bernhard Walle2008-07-081-5/+12
| * | | | Merge branch 'linus' into tmp.x86.mpparse.newIngo Molnar2008-07-085-61/+40
| |\ \ \ \ | | |/ / /
| * | | | x86, numa, 32-bit: use find_e820_area() to find KVA RAM on nodeYinghai Lu2008-06-101-26/+33
| * | | | mm, x86: shrink_active_range() should check allYinghai Lu2008-06-101-1/+1
| * | | | x86: reserve highmem pages via reserve_earlyHuang, Ying2008-06-051-1/+2
| * | | | x86: make 32-bit use e820_register_active_regions()Yinghai Lu2008-06-041-13/+6