index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
x86
/
mm
/
init_64.c
Age
Commit message (
Expand
)
Author
Files
Lines
2009-08-24
x86: Fix an incorrect argument of reserve_bootmem()
Amerigo Wang
1
-1
/
+1
2009-07-08
x86: don't clear nodes_states[N_NORMAL_MEMORY] when numa is not compiled in
Yinghai Lu
1
-2
/
+9
2009-07-01
x86: only clear node_states for 64bit
Yinghai Lu
1
-0
/
+2
2009-06-20
Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-1
/
+1
2009-06-15
kmemcheck: don't track page tables
Vegard Nossum
1
-2
/
+2
2009-06-12
x86: change kernel_physical_mapping_init() __init to __meminit
Shaohua Li
1
-1
/
+1
2009-05-11
x86: use sparse_memory_present_with_active_regions() on UMA
Pekka Enberg
1
-4
/
+0
2009-05-11
x86: unify 64-bit UMA and NUMA paging_init()
Pekka Enberg
1
-1
/
+5
2009-04-30
x86: move per-cpu mmu_gathers to mm/init.c
Pekka Enberg
1
-2
/
+0
2009-04-30
x86: move max_pfn_mapped and max_low_pfn_mapped to setup.c
Pekka Enberg
1
-8
/
+0
2009-04-21
x86: unify noexec handling
Pekka Enberg
1
-33
/
+0
2009-03-10
Merge branch 'x86/core' into tracing/ftrace
Ingo Molnar
1
-4
/
+4
2009-03-06
Merge branch 'x86/core' into tracing/textedit
Ingo Molnar
1
-321
/
+60
2009-03-06
x86: rename do_not_nx to disable_nx in mm/init_64.c
Pekka Enberg
1
-4
/
+4
2009-03-05
Merge branch 'x86/mm' into x86/core
Ingo Molnar
1
-265
/
+7
2009-03-05
x86: move function and variable declarations to asm/init.h
Pekka Enberg
1
-4
/
+1
2009-03-05
x86: unify kernel_physical_mapping_init() function signatures
Pekka Enberg
1
-1
/
+1
2009-03-05
x86: fix up some bad global variable names in mm/init.c
Pekka Enberg
1
-5
/
+5
2009-03-05
x86: move init_memory_mapping() to common mm/init.c
Pekka Enberg
1
-307
/
+7
2009-03-05
x86: ifdef 32-bit and 64-bit NR_RANGE_MR for save_mr() unification
Pekka Enberg
1
-0
/
+4
2009-03-05
x86: ifdef 32-bit and 64-bit pfn setup in init_memory_mapping()
Pekka Enberg
1
-0
/
+21
2009-03-05
x86: ifdef 32-bit and 64-bit setup in init_memory_mapping()
Pekka Enberg
1
-0
/
+8
2009-03-05
x86: unify kernel_physical_mapping_init() call in init_memory_mapping()
Pekka Enberg
1
-8
/
+13
2009-03-05
x86: ifdef 32-bit specific setup in init_memory_mapping()
Pekka Enberg
1
-0
/
+18
2009-03-05
x86: find_early_table_space() unification
Pekka Enberg
1
-0
/
+14
2009-03-05
x86: init_memory_mapping() trivial cleanups
Pekka Enberg
1
-11
/
+15
2009-03-04
x86: move free_initrd_mem() to common mm/init.c
Pekka Enberg
1
-7
/
+0
2009-03-04
x86: move devmem_is_allowed() to common mm/init.c
Pekka Enberg
1
-22
/
+0
2009-03-04
Merge branch 'tracing/ftrace'; commit 'v2.6.29-rc7' into tracing/core
Ingo Molnar
1
-0
/
+2
2009-03-04
x86: un-__init fill_pud/pmd/pte
Jeremy Fitzhardinge
1
-3
/
+3
2009-03-04
Merge branch 'x86/core' into core/percpu
Ingo Molnar
1
-37
/
+2
2009-03-04
Merge branches 'x86/apic', 'x86/cpu', 'x86/fixmap', 'x86/mm', 'x86/sched', 'x...
Ingo Molnar
1
-37
/
+2
2009-03-03
x86: unify free_init_pages() and free_initmem()
Pekka Enberg
1
-44
/
+0
2009-03-03
x86: make sure initmem is writable on 64-bit
Pekka Enberg
1
-0
/
+7
2009-03-03
x86: fix init_memory_mapping() to handle small ranges
Yinghai Lu
1
-0
/
+2
2009-02-24
x86: update populate_extra_pte() and add populate_extra_pmd()
Tejun Heo
1
-30
/
+45
2009-02-20
ftrace, x86: make kernel text writable only for conversions
Steven Rostedt
1
-5
/
+32
2009-02-20
x86: convert to the new dynamic percpu allocator
Tejun Heo
1
-0
/
+19
2009-01-20
x86: remove kernel_physical_mapping_init() from init section
Gary Hade
1
-1
/
+1
2009-01-07
resource: allow MMIO exclusivity for device drivers
Arjan van de Ven
1
-0
/
+2
2009-01-07
mm: show node to memory section relationship with symlinks in sysfs
Gary Hade
1
-1
/
+1
2008-11-20
Merge branch 'linus' into x86/memory-corruption-check
Ingo Molnar
1
-25
/
+50
2008-10-29
x86: remove debug code from arch_add_memory()
Gary Hade
1
-1
/
+1
2008-10-28
x86: fix init_memory_mapping for [dc000000 - e0000000) - v2
Yinghai Lu
1
-17
/
+33
2008-10-28
x86: 64 bit print out absent pages num too
Yinghai Lu
1
-3
/
+6
2008-10-28
x86, memory hotplug: remove wrong -1 in calling init_memory_mapping()
Shaohua Li
1
-1
/
+1
2008-10-27
x86: keep the /proc/meminfo page count correct
Yinghai Lu
1
-3
/
+9
2008-10-27
x86: corruption check: run the corruption checks from a work queue
Arjan van de Ven
1
-2
/
+0
2008-10-13
x86-64: fix combining of regions in init_memory_mapping()
Jan Beulich
1
-1
/
+1
2008-10-13
x86-64: don't check for map replacement
Jeremy Fitzhardinge
1
-3
/
+0
[next]