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
/
i386
/
boot
Commit message (
Expand
)
Author
Age
Files
Lines
*
i386: move boot
Thomas Gleixner
2007-10-11
32
-4374
/
+0
*
i386: move boot
Thomas Gleixner
2007-10-11
8
-1299
/
+0
*
i386: move boot
Thomas Gleixner
2007-10-11
2
-169
/
+0
*
i386: prepare shared boot/compressed/Makefile
Thomas Gleixner
2007-10-11
2
-48
/
+53
*
i386: prepare shared boot/compressed/head.S
Thomas Gleixner
2007-10-11
2
-2
/
+2
*
i386: prepare shared boot/compressed/vmlinux.scr
Thomas Gleixner
2007-10-11
2
-1
/
+1
*
i386: prepare shared boot/compressed/vmlinux.lds
Thomas Gleixner
2007-10-11
2
-1
/
+1
*
i386: prepare shared boot/compressed/misc.c
Thomas Gleixner
2007-10-11
2
-2
/
+2
*
[x86 setup] Correct the SMAP check for INT 0x15, AX=0xe820
H. Peter Anvin
2007-09-28
1
-3
/
+6
*
[x86 setup] Handle case of improperly terminated E820 chain
H. Peter Anvin
2007-09-26
1
-7
/
+23
*
[x86 setup] Fix typo in arch/i386/boot/header.S
Paul Bolle
2007-09-20
1
-1
/
+1
*
[x86 setup] Present the canonical video mode number to the kernel
H. Peter Anvin
2007-09-20
1
-4
/
+10
*
[x86 setup] Work around bug in Xen HVM
Christian Ehrhardt
2007-09-05
1
-1
/
+5
*
[x86 setup] Don't rely on the VESA BIOS being register-clean
H. Peter Anvin
2007-08-31
1
-13
/
+21
*
[x86 setup] Make sure AH=00h when setting a video mode
H. Peter Anvin
2007-08-23
1
-2
/
+3
*
[x86 setup] Volatilize asm() statements
H. Peter Anvin
2007-08-23
5
-29
/
+30
*
[x86 setup] edd.c: make sure MBR signatures actually get reported
H. Peter Anvin
2007-08-14
1
-13
/
+11
*
[x86 setup] Don't use EDD to get the MBR signature
H. Peter Anvin
2007-08-14
1
-29
/
+1
*
[x86 setup] The current display page is returned in %bh, not %bl
H. Peter Anvin
2007-08-14
1
-1
/
+1
*
[x86 setup] EDD: add missing =m constraint
H. Peter Anvin
2007-08-02
1
-1
/
+1
*
[x86 setup] video setup: Fix VBE DDC reading
Antonino A. Daplas
2007-08-02
1
-1
/
+1
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hpa...
Linus Torvalds
2007-07-31
5
-7
/
+8
|
\
|
*
[x86 setup] EDD: Fix the computation of the MBR sector buffer
H. Peter Anvin
2007-07-31
1
-2
/
+3
|
*
[x86 setup] Newline after setup signature failure message
H. Peter Anvin
2007-07-31
1
-1
/
+1
|
*
x86 boot code comments typos
Randy Dunlap
2007-07-31
4
-4
/
+4
*
|
broken lilo check on make install
Gabriel C
2007-07-31
1
-1
/
+8
|
/
*
[x86 setup] Make struct ist_info cross-architecture, and use in setup code
H. Peter Anvin
2007-07-25
1
-8
/
+8
*
[x86 setup] APM: BX should be zero when disconnecting
H. Peter Anvin
2007-07-25
1
-2
/
+3
*
[x86 setup] APM detection logic bug fix
Mikael Pettersson
2007-07-25
1
-1
/
+1
*
xen: disable vdso "nosegneg" on native boot
Roland McGrath
2007-07-20
1
-0
/
+1
*
Update .gitignore for arch/i386/boot
Matthew Wilcox
2007-07-19
1
-0
/
+2
*
[PATCH] x86: do not recompile boot for each build
Sam Ravnborg
2007-07-18
1
-1
/
+1
*
[x86 setup] Save/restore DS around invocations of INT 10h
H. Peter Anvin
2007-07-18
2
-2
/
+9
*
[x86 setup] VGA: Clear the Protect bit before setting the vertical height
H. Peter Anvin
2007-07-18
1
-1
/
+6
*
[x86 setup] Fix assembly constraints
H. Peter Anvin
2007-07-18
6
-7
/
+7
*
[x86 setup] build/tools.c: fix comment
H. Peter Anvin
2007-07-18
1
-1
/
+1
*
xen: suppress abs symbol warnings for unused reloc pointers
Jeremy Fitzhardinge
2007-07-18
1
-0
/
+2
*
Remove old i386 setup code
H. Peter Anvin
2007-07-12
4
-3447
/
+0
*
Use the new x86 setup code for i386
H. Peter Anvin
2007-07-12
3
-97
/
+118
*
Linker script for the new x86 setup code
H. Peter Anvin
2007-07-12
1
-0
/
+54
*
Assembly header and main routine for new x86 setup code
H. Peter Anvin
2007-07-12
2
-0
/
+444
*
Code for actual protected-mode entry
H. Peter Anvin
2007-07-12
2
-0
/
+224
*
Video mode probing support for the new x86 setup code
H. Peter Anvin
2007-07-12
6
-0
/
+1349
*
Voyager support for the new x86 setup code
H. Peter Anvin
2007-07-12
1
-0
/
+46
*
Memory probing support for the new x86 setup code
H. Peter Anvin
2007-07-12
1
-0
/
+99
*
MCA support for new x86 setup code
H. Peter Anvin
2007-07-12
1
-0
/
+43
*
EDD probing code for the new x86 setup code
H. Peter Anvin
2007-07-12
1
-0
/
+196
*
CPU features verification for the new x86 setup code
H. Peter Anvin
2007-07-12
2
-0
/
+336
*
Version string for the new x86 setup code
H. Peter Anvin
2007-07-12
1
-0
/
+23
*
Console-writing code for the new x86 setup code
H. Peter Anvin
2007-07-12
2
-0
/
+419
[next]