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
/
kernel
Commit message (
Expand
)
Author
Age
Files
Lines
*
x86 boot: show pfn addresses in hex not decimal in some kernel info printks
Paul Jackson
2008-07-08
1
-1
/
+1
*
x86 boot: allow overlapping early reserve memory ranges
Paul Jackson
2008-07-08
2
-10
/
+132
*
x86 boot: x86_64 efi compiler warning fix
Paul Jackson
2008-07-08
1
-5
/
+9
*
x86 boot: e820 code indentation fix
Paul Jackson
2008-07-08
1
-4
/
+4
*
x86: setup_arch 32bit move kvm_guest_init later
Yinghai Lu
2008-07-08
1
-2
/
+7
*
x86: setup_arch 32bit move command line copying early
Yinghai Lu
2008-07-08
1
-3
/
+3
*
x86: setup_arch 32bit move efi check later
Yinghai Lu
2008-07-08
1
-9
/
+8
*
x86: move some func calling from setup_arch to paging_init
Yinghai Lu
2008-07-08
1
-32
/
+2
*
x86: numa32 pfn print out using hex instead
Yinghai Lu
2008-07-08
1
-12
/
+19
*
x86: build fix
Ingo Molnar
2008-07-08
1
-0
/
+2
*
x86: clean up using max_low_pfn on 32-bit
Yinghai Lu
2008-07-08
1
-6
/
+10
*
x86: move reservetop and vmalloc parsing to pgtable_32.c
Yinghai Lu
2008-07-08
1
-33
/
+0
*
x86: move find_max_low_pfn to init_32.c
Yinghai Lu
2008-07-08
1
-77
/
+0
*
x86: move boot_params declaring to setup.c
Yinghai Lu
2008-07-08
3
-12
/
+6
*
x86: introduce reserve_initrd
Yinghai Lu
2008-07-08
1
-6
/
+10
*
x86: introduce initmem_init for 32 bit
Yinghai Lu
2008-07-08
1
-92
/
+2
*
x86: move elfcorehdr parsing to setup.c
Yinghai Lu
2008-07-08
2
-16
/
+19
*
x86: move reserve_standard_io_resource to setup.c
Yinghai Lu
2008-07-08
2
-56
/
+33
*
x86: remove two duplicated funcs in setup_32.c
Yinghai Lu
2008-07-08
1
-1
/
+0
*
x86: merge setup64.c into common_64.c
Yinghai Lu
2008-07-08
3
-289
/
+277
*
x86: seperate probe_roms into another file
Yinghai Lu
2008-07-08
3
-146
/
+167
*
x86: add e820_remove_range
Yinghai Lu
2008-07-08
1
-0
/
+35
*
x86: change identify_cpu to static
Yinghai Lu
2008-07-08
2
-2
/
+2
*
x86: seperate funcs from setup_64 to cpu common_64.c
Yinghai Lu
2008-07-08
3
-824
/
+407
*
x86: remove some acpi ifdefs in setup_32/64
Yinghai Lu
2008-07-08
2
-8
/
+1
*
x86: clean up init_amd()
Yinghai Lu
2008-07-08
2
-12
/
+14
*
x86: check command line when CONFIG_X86_MPPARSE is not set, v2
Yinghai Lu
2008-07-08
5
-1
/
+33
*
x86: fix sleep.c build error
Ingo Molnar
2008-07-08
1
-0
/
+2
*
x86: take load_sp0 out of smpboot.c
Glauber Costa
2008-07-08
2
-1
/
+1
*
x86: move cpu_exit_clear to process_32.c
Glauber Costa
2008-07-08
2
-18
/
+17
*
x86: remove cpu from maps
Glauber Costa
2008-07-08
1
-2
/
+0
*
x86: change naming to match x86_64
Glauber Costa
2008-07-08
1
-6
/
+2
*
x86: provide connect_bsp_APIC for x86_64
Glauber Costa
2008-07-08
2
-4
/
+11
*
x86: change __setup_vector_irq with setup_vector_irq
Glauber Costa
2008-07-08
3
-10
/
+15
*
x86: remove ifdef from stepping
Glauber Costa
2008-07-08
1
-2
/
+0
*
x86: clearing io_apic harmless for x86_64
Glauber Costa
2008-07-08
1
-2
/
+1
*
x86: boot secondary cpus through initial_code
Glauber Costa
2008-07-08
2
-25
/
+2
*
x86: use initial_code for i386
Glauber Costa
2008-07-08
1
-1
/
+4
*
x86: move x86_64 gdt closer to i386
Glauber Costa
2008-07-08
5
-63
/
+26
*
x86: don't use gdt_page openly.
Glauber Costa
2008-07-08
1
-1
/
+1
*
x86: use stack_start in x86_64
Glauber Costa
2008-07-08
3
-9
/
+5
*
build: add __page_aligned_data and __page_aligned_bss
Jeremy Fitzhardinge
2008-07-08
1
-1
/
+1
*
x86: unify crashkernel reservation for 32 and 64 bit
Bernhard Walle
2008-07-08
3
-93
/
+61
*
Merge branch 'x86/fixmap' into x86/devel
Ingo Molnar
2008-07-08
1
-0
/
+2
|
\
|
*
Merge branch 'linus' into x86/fixmap
Ingo Molnar
2008-06-25
8
-69
/
+197
|
|
\
|
*
|
x86/paravirt/xen: add set_fixmap pv_mmu_ops
Jeremy Fitzhardinge
2008-06-20
1
-0
/
+2
*
|
|
Merge branch 'x86/uv' into x86/devel
Ingo Molnar
2008-07-08
7
-6
/
+806
|
\
\
\
|
*
|
|
x86, SGI UV: uv_ptc_proc_write fix
Cliff Wickman
2008-07-08
1
-1
/
+1
|
*
|
|
x86, SGI UV: TLB shootdown using broadcast assist unit, v6
Cliff Wickman
2008-07-08
1
-0
/
+2
|
*
|
|
x86: fix stack overflow for large values of MAX_APICS
Jack Steiner
2008-07-08
3
-5
/
+4
[next]