- 502f660 x86, cpa: Fix kernel text RO checks in static_protection() by Suresh Siddha · 15 years ago
- 74e0817 x86-64: align RODATA kernel section to 2MB with CONFIG_DEBUG_RODATA by Suresh Siddha · 15 years ago
- b9af7c0 x86-64: preserve large page mapping for 1st 2MB kernel txt with CONFIG_DEBUG_RODATA by Suresh Siddha · 15 years ago
- 8ee2deb x86: Export k8 physical topology by David Rientjes · 15 years ago
- 81ac3ad kcore: register module area in generic way by KAMEZAWA Hiroyuki · 15 years ago
- 3089aa1 kcore: use registerd physmem information by KAMEZAWA Hiroyuki · 15 years ago
- 9492587 kcore: register text area in generic way by KAMEZAWA Hiroyuki · 15 years ago
- a0614da kcore: register vmalloc area in generic way by KAMEZAWA Hiroyuki · 15 years ago
- c30bb2a kcore: add kclist types by KAMEZAWA Hiroyuki · 15 years ago
- cc013a8 arches: drop superfluous casts in nr_free_pages() callers by Geert Uytterhoeven · 15 years ago
- a6a06f7 x86: Fix an incorrect argument of reserve_bootmem() by Amerigo Wang · 15 years ago
- 44b5728 x86: don't clear nodes_states[N_NORMAL_MEMORY] when numa is not compiled in by Yinghai Lu · 15 years ago
- 66918dc x86: only clear node_states for 64bit by Yinghai Lu · 15 years ago
- c4c5ab3 Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
- 9e73023 kmemcheck: don't track page tables by Vegard Nossum · 16 years ago
- 41d840e x86: change kernel_physical_mapping_init() __init to __meminit by Shaohua Li · 16 years ago
- 087fa4e x86: use sparse_memory_present_with_active_regions() on UMA by Pekka Enberg · 16 years ago
- 3551f88 x86: unify 64-bit UMA and NUMA paging_init() by Pekka Enberg · 16 years ago
- 9518e0e x86: move per-cpu mmu_gathers to mm/init.c by Pekka Enberg · 16 years ago
- 2b72394 x86: move max_pfn_mapped and max_low_pfn_mapped to setup.c by Pekka Enberg · 16 years ago
- 8938891 x86: unify noexec handling by Pekka Enberg · 16 years ago
- 8293dd6 Merge branch 'x86/core' into tracing/ftrace by Ingo Molnar · 16 years ago
- f0ef039 Merge branch 'x86/core' into tracing/textedit by Ingo Molnar · 16 years ago
- 5dd61df x86: rename do_not_nx to disable_nx in mm/init_64.c by Pekka Enberg · 16 years ago
- 28e93a0 Merge branch 'x86/mm' into x86/core by Ingo Molnar · 16 years ago
- 4fcb208 x86: move function and variable declarations to asm/init.h by Pekka Enberg · 16 years ago
- e53fb04 x86: unify kernel_physical_mapping_init() function signatures by Pekka Enberg · 16 years ago
- 298af9d x86: fix up some bad global variable names in mm/init.c by Pekka Enberg · 16 years ago
- f765090 x86: move init_memory_mapping() to common mm/init.c by Pekka Enberg · 16 years ago
- b47e341 x86: ifdef 32-bit and 64-bit NR_RANGE_MR for save_mr() unification by Pekka Enberg · 16 years ago
- c338d6f x86: ifdef 32-bit and 64-bit pfn setup in init_memory_mapping() by Pekka Enberg · 16 years ago
- 01ced9e x86: ifdef 32-bit and 64-bit setup in init_memory_mapping() by Pekka Enberg · 16 years ago
- cbba657 x86: unify kernel_physical_mapping_init() call in init_memory_mapping() by Pekka Enberg · 16 years ago
- 54e63f3 x86: ifdef 32-bit specific setup in init_memory_mapping() by Pekka Enberg · 16 years ago
- 49a2bf7 x86: find_early_table_space() unification by Pekka Enberg · 16 years ago
- c3f5d2d x86: init_memory_mapping() trivial cleanups by Pekka Enberg · 16 years ago
- 731ddea x86: move free_initrd_mem() to common mm/init.c by Pekka Enberg · 16 years ago
- 540aca0 x86: move devmem_is_allowed() to common mm/init.c by Pekka Enberg · 16 years ago
- a1be621 Merge branch 'tracing/ftrace'; commit 'v2.6.29-rc7' into tracing/core by Ingo Molnar · 16 years ago
- f254f39 x86: un-__init fill_pud/pmd/pte by Jeremy Fitzhardinge · 16 years ago
- 91d75e2 Merge branch 'x86/core' into core/percpu by Ingo Molnar · 16 years ago
- 8b0e586 Merge branches 'x86/apic', 'x86/cpu', 'x86/fixmap', 'x86/mm', 'x86/sched', 'x86/setup-lzma', 'x86/signal' and 'x86/urgent' into x86/core by Ingo Molnar · 16 years ago
- e5b2bb5 x86: unify free_init_pages() and free_initmem() by Pekka Enberg · 16 years ago
- e087edd x86: make sure initmem is writable on 64-bit by Pekka Enberg · 16 years ago
- 0fc59d3 x86: fix init_memory_mapping() to handle small ranges by Yinghai Lu · 16 years ago
- 458a3e6 x86: update populate_extra_pte() and add populate_extra_pmd() by Tejun Heo · 16 years ago
- 1623963 ftrace, x86: make kernel text writable only for conversions by Steven Rostedt · 16 years ago
- 1112441 x86: convert to the new dynamic percpu allocator by Tejun Heo · 16 years ago
- f549550 x86: remove kernel_physical_mapping_init() from init section by Gary Hade · 16 years ago
- e8de148 resource: allow MMIO exclusivity for device drivers by Arjan van de Ven · 16 years ago
- c04fc58 mm: show node to memory section relationship with symlinks in sysfs by Gary Hade · 16 years ago
- 90accd6 Merge branch 'linus' into x86/memory-corruption-check by Ingo Molnar · 16 years ago
- fe8b868 x86: remove debug code from arch_add_memory() by Gary Hade · 16 years ago
- f96f57d x86: fix init_memory_mapping for [dc000000 - e0000000) - v2 by Yinghai Lu · 16 years ago
- 11a6b0c x86: 64 bit print out absent pages num too by Yinghai Lu · 16 years ago
- 60817c9 x86, memory hotplug: remove wrong -1 in calling init_memory_mapping() by Shaohua Li · 16 years ago
- 3afa394 x86: keep the /proc/meminfo page count correct by Yinghai Lu · 16 years ago
- 304e629 x86: corruption check: run the corruption checks from a work queue by Arjan van de Ven · 16 years ago
- 5e72d9e x86-64: fix combining of regions in init_memory_mapping() by Jan Beulich · 16 years ago
- a32ad46 x86-64: don't check for map replacement by Jeremy Fitzhardinge · 16 years ago
- 1494177 x86: add early_memremap() by Jeremy Fitzhardinge · 16 years ago
- be43d72 x86: add _PAGE_IOMAP pte flag for IO mappings by Jeremy Fitzhardinge · 16 years ago
- 46eaa67 x86: memory corruption check - cleanup by Ingo Molnar · 16 years ago
- a9b9e81 Merge branch 'linus' into x86/memory-corruption-check by Ingo Molnar · 16 years ago
- 0afe2db Merge branch 'x86/unify-cpu-detect' into x86-v28-for-linus-phase4-D by Ingo Molnar · 16 years ago
- 3dd392a Merge branch 'linus' into x86/pat2 by Ingo Molnar · 16 years ago
- b27a43c x86, cpa: make the kernel physical mapping initialization a two pass sequence, fix by Suresh Siddha · 16 years ago
- 28dd033 x86: fix pagetable init 64-bit breakage by Suresh Siddha · 16 years ago
- 8311eb8 x86, cpa: remove cpa pool code by Suresh Siddha · 16 years ago
- 0b8fdcb x86, cpa: dont use large pages for kernel identity mapping with DEBUG_PAGEALLOC by Suresh Siddha · 16 years ago
- a2699e4 x86, cpa: make the kernel physical mapping initialization a two pass sequence by Suresh Siddha · 16 years ago
- bb577f9 x86: add periodic corruption check by Hugh Dickins · 16 years ago
- deed05b x86, init_64.c: cleanup by Ingo Molnar · 16 years ago
- bd220a2 x86: move nonx_setup etc from common.c to init_64.c by Yinghai Lu · 16 years ago
- ea1c9de Merge branch 'x86/urgent' into x86/cleanups by Ingo Molnar · 16 years ago
- 9482ac6 x86: fix two modpost warnings in mm/init_64.c by Jan Beulich · 16 years ago
- 8ae3a5a x86: fix 1:1 mapping init on 64-bit (memory hotplug case) by Jan Beulich · 16 years ago
- 7393423 Merge branch 'linus' into x86/cleanups by Ingo Molnar · 16 years ago
- 8d6ea967 x86: fix section mismatch warning - spp_getpage() by Marcin Slusarz · 16 years ago
- a06de63 x86: fix /proc/meminfo DirectMap by Hugh Dickins · 16 years ago
- 6de9c70 Merge branch 'linus' into x86/cleanups by Ingo Molnar · 16 years ago
- 8dad322 x86: use generic show_mem() by Johannes Weiner · 16 years ago
- d86bb0d x86: convert init_64.c from round_up to roundup by Joerg Roedel · 16 years ago
- 1f06716 x86: seperate memtest from init_64.c by Yinghai Lu · 16 years ago
- e22146e x86: fix kernel_physical_mapping_init() for large x86 systems by Jack Steiner · 16 years ago
- 5806b81 Merge branch 'auto-ftrace-next' into tracing/for-linus by Ingo Molnar · 16 years ago
- 9958e81 x86: max_low_pfn_mapped fix, #3 by Yinghai Lu · 16 years ago
- f361a45 x86: introduce max_low_pfn_mapped for 64-bit by Yinghai Lu · 16 years ago
- bac0c91 Merge branch 'tracing/ftrace' into auto-ftrace-next by Ingo Molnar · 16 years ago
- 7b16eb8 x86: overmapped fix when 4K pages on tail, 64-bit by Yinghai Lu · 16 years ago
- c2e6d65 x86: not overmap more than the end of RAM in init_memory_mapping - 64bit by Yinghai Lu · 16 years ago
- 49c980d x86: fix vmemmap printout check by Yinghai Lu · 16 years ago
- b50efd2 x86: introduce page_size_mask for 64bit by Yinghai Lu · 16 years ago
- 3a9e189 x86: map UV chipset space - pagetable by Jack Steiner · 16 years ago
- 574977a x86_64/setup: unconditionally populate the pgd by Jeremy Fitzhardinge · 16 years ago
- 22b4514 x86/paravirt: groundwork for 64-bit Xen support, fix #2 by Jeremy Fitzhardinge · 16 years ago
- 0814e0b x86, 64-bit: split set_pte_vaddr() by Eduardo Habkost · 16 years ago
- 7c934d3 x86, 64-bit: create small vmemmap mappings if PSE not available by Jeremy Fitzhardinge · 16 years ago
- 4f9c11d x86, 64-bit: adjust mapping of physical pagetables to work with Xen by Jeremy Fitzhardinge · 16 years ago
- c987d12 x86: remove end_pfn in 64bit by Yinghai Lu · 16 years ago