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