summaryrefslogtreecommitdiffstats
path: root/arch/x86/mm/init_64.c
Commit message (Expand)AuthorAgeFilesLines
* memory hotplug: fix a bug on /dev/mem for 64-bit kernelsShaohui Zheng2010-02-021-0/+19
* x86_64, cpa: Use only text section in set_kernel_text_rw/roSuresh Siddha2009-11-021-2/+10
* x86, cpa: Fix kernel text RO checks in static_protection()Suresh Siddha2009-11-021-1/+1
* x86-64: align RODATA kernel section to 2MB with CONFIG_DEBUG_RODATASuresh Siddha2009-10-201-1/+13
* x86-64: preserve large page mapping for 1st 2MB kernel txt with CONFIG_DEBUG_...Suresh Siddha2009-10-201-3/+3
* x86: Export k8 physical topologyDavid Rientjes2009-10-121-1/+2
* kcore: register module area in generic wayKAMEZAWA Hiroyuki2009-09-231-3/+1
* kcore: use registerd physmem informationKAMEZAWA Hiroyuki2009-09-231-2/+1
* kcore: register text area in generic wayKAMEZAWA Hiroyuki2009-09-231-3/+1
* kcore: register vmalloc area in generic wayKAMEZAWA Hiroyuki2009-09-231-3/+1
* kcore: add kclist typesKAMEZAWA Hiroyuki2009-09-231-5/+6
* arches: drop superfluous casts in nr_free_pages() callersGeert Uytterhoeven2009-09-221-1/+1
* x86: Fix an incorrect argument of reserve_bootmem()Amerigo Wang2009-08-241-1/+1
* x86: don't clear nodes_states[N_NORMAL_MEMORY] when numa is not compiled inYinghai Lu2009-07-081-2/+9
* x86: only clear node_states for 64bitYinghai Lu2009-06-301-0/+2
* Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-06-201-1/+1
|\
| * x86: change kernel_physical_mapping_init() __init to __meminitShaohua Li2009-06-121-1/+1
* | kmemcheck: don't track page tablesVegard Nossum2009-06-151-2/+2
|/
* x86: use sparse_memory_present_with_active_regions() on UMAPekka Enberg2009-05-111-4/+0
* x86: unify 64-bit UMA and NUMA paging_init()Pekka Enberg2009-05-111-1/+5
* x86: move per-cpu mmu_gathers to mm/init.cPekka Enberg2009-04-301-2/+0
* x86: move max_pfn_mapped and max_low_pfn_mapped to setup.cPekka Enberg2009-04-301-8/+0
* x86: unify noexec handlingPekka Enberg2009-04-211-33/+0
* Merge branch 'x86/core' into tracing/ftraceIngo Molnar2009-03-101-4/+4
|\
| * x86: rename do_not_nx to disable_nx in mm/init_64.cPekka Enberg2009-03-061-4/+4
* | Merge branch 'x86/core' into tracing/texteditIngo Molnar2009-03-061-321/+60
|\|
| * Merge branch 'x86/mm' into x86/coreIngo Molnar2009-03-051-265/+7
| |\
| | * x86: move function and variable declarations to asm/init.hPekka Enberg2009-03-051-4/+1
| | * x86: unify kernel_physical_mapping_init() function signaturesPekka Enberg2009-03-051-1/+1
| | * x86: fix up some bad global variable names in mm/init.cPekka Enberg2009-03-051-5/+5
| | * x86: move init_memory_mapping() to common mm/init.cPekka Enberg2009-03-051-307/+7
| | * x86: ifdef 32-bit and 64-bit NR_RANGE_MR for save_mr() unificationPekka Enberg2009-03-051-0/+4
| | * x86: ifdef 32-bit and 64-bit pfn setup in init_memory_mapping()Pekka Enberg2009-03-051-0/+21
| | * x86: ifdef 32-bit and 64-bit setup in init_memory_mapping()Pekka Enberg2009-03-051-0/+8
| | * x86: unify kernel_physical_mapping_init() call in init_memory_mapping()Pekka Enberg2009-03-051-8/+13
| | * x86: ifdef 32-bit specific setup in init_memory_mapping()Pekka Enberg2009-03-051-0/+18
| | * x86: find_early_table_space() unificationPekka Enberg2009-03-051-0/+14
| | * x86: init_memory_mapping() trivial cleanupsPekka Enberg2009-03-051-11/+15
| | * x86: move free_initrd_mem() to common mm/init.cPekka Enberg2009-03-041-7/+0
| | * x86: move devmem_is_allowed() to common mm/init.cPekka Enberg2009-03-041-22/+0
| * | x86: un-__init fill_pud/pmd/pteJeremy Fitzhardinge2009-03-041-3/+3
| * | Merge branch 'x86/core' into core/percpuIngo Molnar2009-03-041-37/+2
| |\|
| | *---. Merge branches 'x86/apic', 'x86/cpu', 'x86/fixmap', 'x86/mm', 'x86/sched', 'x...Ingo Molnar2009-03-041-37/+2
| | |\ \ \
| | | * | | x86: unify free_init_pages() and free_initmem()Pekka Enberg2009-03-031-44/+0
| | | * | | x86: make sure initmem is writable on 64-bitPekka Enberg2009-03-031-0/+7
| | |/ / /
| * | | | x86: update populate_extra_pte() and add populate_extra_pmd()Tejun Heo2009-02-241-30/+45
| * | | | x86: convert to the new dynamic percpu allocatorTejun Heo2009-02-201-0/+19
| |/ / /
* | | | Merge branch 'tracing/ftrace'; commit 'v2.6.29-rc7' into tracing/coreIngo Molnar2009-03-041-0/+2
|\ \ \ \ | | |_|/ | |/| |
| * | | x86: fix init_memory_mapping() to handle small rangesYinghai Lu2009-03-031-0/+2
| |/ /
* / / ftrace, x86: make kernel text writable only for conversionsSteven Rostedt2009-02-201-5/+32
|/ /