index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
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/paravirt: add a pgd_alloc/free hooks
Jeremy Fitzhardinge
2008-07-08
1
-0
/
+4
*
x86: build fix
Ingo Molnar
2008-07-08
1
-3
/
+0
*
x86: remove extra newline from setup.c
Ingo Molnar
2008-07-08
1
-1
/
+0
*
x86: we only have init_pg_tables_end for 32bit
Yinghai Lu
2008-07-08
1
-6
/
+6
*
x86: change some functions in setup.c to static
Yinghai Lu
2008-07-08
1
-4
/
+4
*
x86: make x86_find_smp_config depends on 64 bit too
Yinghai Lu
2008-07-08
1
-2
/
+1
*
x86: move parse elfvorehdr back to setup.c
Yinghai Lu
2008-07-08
2
-19
/
+16
*
x86: move reserve_standard_io_resources back to setup.c
Yinghai Lu
2008-07-08
2
-32
/
+33
*
x86: move back crashkernel back to setup.c
Yinghai Lu
2008-07-08
2
-57
/
+58
*
x86: move parse_setup_data back to setup.c
Yinghai Lu
2008-07-08
2
-25
/
+25
*
x86: move boot_params back to setup.c
Yinghai Lu
2008-07-08
2
-6
/
+6
*
x86: rename setup_32.c to setup.c
Yinghai Lu
2008-07-08
2
-4
/
+5
*
x86: space to tab in setup_arch
Yinghai Lu
2008-07-08
1
-4
/
+4
*
x86: merge 64bit setup_arch into setup_32
Yinghai Lu
2008-07-08
1
-8
/
+91
*
x86: add extra includes for 64bit support
Yinghai Lu
2008-07-08
1
-3
/
+47
*
x86: put global variable for 32bit all together
Yinghai Lu
2008-07-08
1
-24
/
+33
*
x86: update reserve_initrd to support 64bit
Yinghai Lu
2008-07-08
1
-54
/
+55
*
x86: we can use full bootmem after have init_memory_mapping
Yinghai Lu
2008-07-08
1
-9
/
+0
*
x86: rename setup.c to setup_percpu.c
Yinghai Lu
2008-07-08
2
-1
/
+1
*
x86: fix memory setup bug
Yinghai Lu
2008-07-08
1
-1
/
+1
*
x86 boot: only pick up additional EFI memmap if add_efi_memmap flag
Paul Jackson
2008-07-08
1
-2
/
+14
*
mm, generic, x86 boot: more tweaks to hex prints of some pfn addresses
Paul Jackson
2008-07-08
1
-1
/
+1
*
x86: cleanup e820_setup_gap(), add e820_search_gap(), v2
Alok Kataria
2008-07-08
1
-15
/
+28
*
x86: remove end_pfn in 64bit
Yinghai Lu
2008-07-08
8
-12
/
+14
*
x86: change size if e820_update/remove_range
Yinghai Lu
2008-07-08
1
-0
/
+6
*
x86: fix e820_update_range size when overlapping
Yinghai Lu
2008-07-08
1
-0
/
+5
*
x86: introduce init_memory_mapping for 32bit #2
Yinghai Lu
2008-07-08
1
-15
/
+7
*
x86: introduce init_memory_mapping for 32bit #1
Yinghai Lu
2008-07-08
1
-4
/
+6
*
x86, 64-bit: use write_gdt_entry in vsyscall_set_cpu
Jeremy Fitzhardinge
2008-07-08
1
-6
/
+6
*
x86: remove open-coded save/load segment operations
Jeremy Fitzhardinge
2008-07-08
2
-14
/
+17
*
x86: nmi_watchdog - introduce nmi_watchdog_active() helper
Cyrill Gorcunov
2008-07-08
1
-9
/
+4
*
x86: nmi_watchdog - use NMI_NONE by default
Cyrill Gorcunov
2008-07-08
4
-27
/
+3
*
x86: nmi_watchdog - remove useless check
Cyrill Gorcunov
2008-07-08
1
-2
/
+2
*
x86: nmi_watchdog - use nmi_watchdog variable for printing
Cyrill Gorcunov
2008-07-08
2
-2
/
+2
*
x86: perfctr-watchdog.c - coding style cleanup
Cyrill Gorcunov
2008-07-08
1
-90
/
+112
*
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
[next]