index
:
op-kernel-dev
raptor-dma-dev-4.18-pre
raptor-dma-dev-current
Development kernel branch for OpenPOWER systems
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
mm
/
init_64.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
x86_64, cpa: Use only text section in set_kernel_text_rw/ro
Suresh Siddha
2009-11-02
1
-2
/
+10
*
x86, cpa: Fix kernel text RO checks in static_protection()
Suresh Siddha
2009-11-02
1
-1
/
+1
*
x86-64: align RODATA kernel section to 2MB with CONFIG_DEBUG_RODATA
Suresh Siddha
2009-10-20
1
-1
/
+13
*
x86-64: preserve large page mapping for 1st 2MB kernel txt with CONFIG_DEBUG_...
Suresh Siddha
2009-10-20
1
-3
/
+3
*
x86: Export k8 physical topology
David Rientjes
2009-10-12
1
-1
/
+2
*
kcore: register module area in generic way
KAMEZAWA Hiroyuki
2009-09-23
1
-3
/
+1
*
kcore: use registerd physmem information
KAMEZAWA Hiroyuki
2009-09-23
1
-2
/
+1
*
kcore: register text area in generic way
KAMEZAWA Hiroyuki
2009-09-23
1
-3
/
+1
*
kcore: register vmalloc area in generic way
KAMEZAWA Hiroyuki
2009-09-23
1
-3
/
+1
*
kcore: add kclist types
KAMEZAWA Hiroyuki
2009-09-23
1
-5
/
+6
*
arches: drop superfluous casts in nr_free_pages() callers
Geert Uytterhoeven
2009-09-22
1
-1
/
+1
*
x86: Fix an incorrect argument of reserve_bootmem()
Amerigo Wang
2009-08-24
1
-1
/
+1
*
x86: don't clear nodes_states[N_NORMAL_MEMORY] when numa is not compiled in
Yinghai Lu
2009-07-08
1
-2
/
+9
*
x86: only clear node_states for 64bit
Yinghai Lu
2009-06-30
1
-0
/
+2
*
Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2009-06-20
1
-1
/
+1
|
\
|
*
x86: change kernel_physical_mapping_init() __init to __meminit
Shaohua Li
2009-06-12
1
-1
/
+1
*
|
kmemcheck: don't track page tables
Vegard Nossum
2009-06-15
1
-2
/
+2
|
/
*
x86: use sparse_memory_present_with_active_regions() on UMA
Pekka Enberg
2009-05-11
1
-4
/
+0
*
x86: unify 64-bit UMA and NUMA paging_init()
Pekka Enberg
2009-05-11
1
-1
/
+5
*
x86: move per-cpu mmu_gathers to mm/init.c
Pekka Enberg
2009-04-30
1
-2
/
+0
*
x86: move max_pfn_mapped and max_low_pfn_mapped to setup.c
Pekka Enberg
2009-04-30
1
-8
/
+0
*
x86: unify noexec handling
Pekka Enberg
2009-04-21
1
-33
/
+0
*
Merge branch 'x86/core' into tracing/ftrace
Ingo Molnar
2009-03-10
1
-4
/
+4
|
\
|
*
x86: rename do_not_nx to disable_nx in mm/init_64.c
Pekka Enberg
2009-03-06
1
-4
/
+4
*
|
Merge branch 'x86/core' into tracing/textedit
Ingo Molnar
2009-03-06
1
-321
/
+60
|
\
\
|
|
/
|
*
Merge branch 'x86/mm' into x86/core
Ingo Molnar
2009-03-05
1
-265
/
+7
|
|
\
|
|
*
x86: move function and variable declarations to asm/init.h
Pekka Enberg
2009-03-05
1
-4
/
+1
|
|
*
x86: unify kernel_physical_mapping_init() function signatures
Pekka Enberg
2009-03-05
1
-1
/
+1
|
|
*
x86: fix up some bad global variable names in mm/init.c
Pekka Enberg
2009-03-05
1
-5
/
+5
|
|
*
x86: move init_memory_mapping() to common mm/init.c
Pekka Enberg
2009-03-05
1
-307
/
+7
|
|
*
x86: ifdef 32-bit and 64-bit NR_RANGE_MR for save_mr() unification
Pekka Enberg
2009-03-05
1
-0
/
+4
|
|
*
x86: ifdef 32-bit and 64-bit pfn setup in init_memory_mapping()
Pekka Enberg
2009-03-05
1
-0
/
+21
|
|
*
x86: ifdef 32-bit and 64-bit setup in init_memory_mapping()
Pekka Enberg
2009-03-05
1
-0
/
+8
|
|
*
x86: unify kernel_physical_mapping_init() call in init_memory_mapping()
Pekka Enberg
2009-03-05
1
-8
/
+13
|
|
*
x86: ifdef 32-bit specific setup in init_memory_mapping()
Pekka Enberg
2009-03-05
1
-0
/
+18
|
|
*
x86: find_early_table_space() unification
Pekka Enberg
2009-03-05
1
-0
/
+14
|
|
*
x86: init_memory_mapping() trivial cleanups
Pekka Enberg
2009-03-05
1
-11
/
+15
|
|
*
x86: move free_initrd_mem() to common mm/init.c
Pekka Enberg
2009-03-04
1
-7
/
+0
|
|
*
x86: move devmem_is_allowed() to common mm/init.c
Pekka Enberg
2009-03-04
1
-22
/
+0
|
*
|
x86: un-__init fill_pud/pmd/pte
Jeremy Fitzhardinge
2009-03-04
1
-3
/
+3
|
*
|
Merge branch 'x86/core' into core/percpu
Ingo Molnar
2009-03-04
1
-37
/
+2
|
|
\
\
|
|
|
/
|
|
*
-
-
-
.
Merge branches 'x86/apic', 'x86/cpu', 'x86/fixmap', 'x86/mm', 'x86/sched', 'x...
Ingo Molnar
2009-03-04
1
-37
/
+2
|
|
|
\
\
\
|
|
|
*
|
|
x86: unify free_init_pages() and free_initmem()
Pekka Enberg
2009-03-03
1
-44
/
+0
|
|
|
*
|
|
x86: make sure initmem is writable on 64-bit
Pekka Enberg
2009-03-03
1
-0
/
+7
|
|
|
/
/
/
|
*
|
|
|
x86: update populate_extra_pte() and add populate_extra_pmd()
Tejun Heo
2009-02-24
1
-30
/
+45
|
*
|
|
|
x86: convert to the new dynamic percpu allocator
Tejun Heo
2009-02-20
1
-0
/
+19
|
|
/
/
/
*
|
|
|
Merge branch 'tracing/ftrace'; commit 'v2.6.29-rc7' into tracing/core
Ingo Molnar
2009-03-04
1
-0
/
+2
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
x86: fix init_memory_mapping() to handle small ranges
Yinghai Lu
2009-03-03
1
-0
/
+2
|
|
/
/
*
|
|
ftrace, x86: make kernel text writable only for conversions
Steven Rostedt
2009-02-20
1
-5
/
+32
|
/
/
*
|
x86: remove kernel_physical_mapping_init() from init section
Gary Hade
2009-01-20
1
-1
/
+1
|
/
[prev]
[next]