aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/boot
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-setup-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-09-144-39/+3
|\
| * x86, setup: remove obsolete pre-Kconfig CONFIG_VIDEO_ variablesH. Peter Anvin2009-06-264-39/+3
* | x86: add vmlinux.lds to targets in arch/x86/boot/compressed/MakefileJan Beulich2009-08-201-1/+1
* | x86: fix usage of bios intcall()Akinobu Mita2009-07-042-4/+3
|/
* Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-06-201-1/+1
|\
| * x86, boot: use .code16gcc instead of .code16H. Peter Anvin2009-06-161-1/+1
* | gcov: enable GCOV_PROFILE_ALL for x86_64Peter Oberparleiter2009-06-182-0/+2
|/
* Merge branch 'x86-setup-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-06-1018-354/+486
|\
| * Merge branch 'x86/urgent' into x86/setupH. Peter Anvin2009-05-231-16/+13
| |\
| * | x86, setup: fix comment in the "glove box" codeH. Peter Anvin2009-04-111-1/+1
| * | x86, setup: "glove box" BIOS interrupts in the video codeH. Peter Anvin2009-04-095-164/+151
| * | x86, setup: "glove box" BIOS interrupts in the MCA codeH. Peter Anvin2009-04-091-15/+12
| * | x86, setup: "glove box" BIOS interrupts in the EDD codeH. Peter Anvin2009-04-091-40/+31
| * | x86, setup: "glove box" BIOS interrupts in the APM codeH. Peter Anvin2009-04-091-47/+29
| * | x86, setup: "glove box" BIOS interrupts in the core boot codeH. Peter Anvin2009-04-094-86/+95
| * | x86, setup: "glove box" BIOS calls -- infrastructureH. Peter Anvin2009-04-096-3/+169
* | | Merge branch 'x86-kbuild-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-06-1012-301/+364
|\ \ \
| * | | x86, boot: add new generated files to the appropriate .gitignore filesMike Galbraith2009-06-022-0/+5
| * | | x86, boot: correct the calculation of ZO_INIT_SIZEH. Peter Anvin2009-05-202-2/+2
| * | | x86, boot: correct sanity checks in boot/compressed/misc.cH. Peter Anvin2009-05-121-7/+5
| * | | x86: add extension fields for bootloader type and versionH. Peter Anvin2009-05-111-1/+5
| * | | x86, boot: make kernel_alignment adjustable; new bzImage fieldsH. Peter Anvin2009-05-113-8/+28
| * | | x86, boot: remove dead code from boot/compressed/head_*.SH. Peter Anvin2009-05-112-12/+0
| * | | x86, boot: use LOAD_PHYSICAL_ADDR on 64 bitsH. Peter Anvin2009-05-111-3/+3
| * | | x86, boot: make symbols from the main vmlinux availableH. Peter Anvin2009-05-112-11/+20
| * | | x86, boot: determine compressed code offset at compile timeH. Peter Anvin2009-05-085-60/+123
| * | | x86, boot: use appropriate rep string for move and clearH. Peter Anvin2009-05-082-18/+19
| * | | x86, boot: zero EFLAGS on 32 bitsH. Peter Anvin2009-05-081-0/+4
| * | | x86, boot: set up the decompression stack as early as possibleH. Peter Anvin2009-05-082-14/+12
| * | | x86, boot: straighten out ranges to copy/zero in compressed/head*.SH. Peter Anvin2009-05-083-16/+29
| * | | x86, boot: stylistic cleanups for boot/compressed/head_64.SH. Peter Anvin2009-05-081-21/+31
| * | | x86, boot: stylistic cleanups for boot/compressed/head_32.SH. Peter Anvin2009-05-081-81/+89
| * | | x86, boot: use BP_scratch in arch/x86/boot/compressed/head_*.SH. Peter Anvin2009-05-082-2/+2
| * | | x86, boot: follow standard Kbuild style for compression suffixH. Peter Anvin2009-05-081-4/+4
| * | | x86, boot: simplify arch/x86/boot/compressed/MakefileH. Peter Anvin2009-05-081-33/+6
| * | | x86, boot: align the .bss section in the decompressorH. Peter Anvin2009-05-081-0/+1
| * | | x86: boot/compressed/vmlinux.lds.S: fix build of bzImage with 64 bit compilerSam Ravnborg2009-04-301-0/+2
| * | | x86: unify arch/x86/boot/compressed/vmlinux_*.ldsLinus Torvalds2009-04-274-49/+15
| |/ /
* | | x86, relocs: ignore R_386_NONE in kernel relocation entriesTejun Heo2009-05-251-2/+5
| |/ |/|
* | x86, setup: revert ACPI 3 E820 extended attributes supportH. Peter Anvin2009-05-221-16/+13
|/
* x86, setup: un-resequence mode setting for VGA 80x34 and 80x60 modesH. Peter Anvin2009-04-071-10/+23
* Merge branch 'dma-debug' of git://git.kernel.org/pub/scm/linux/kernel/git/jor...Ingo Molnar2009-04-031-9/+30
|\
| * x86, setup: guard against pre-ACPI 3 e820 code not updating %ecxH. Peter Anvin2009-04-011-0/+6
| * x86, setup: ACPI 3, BIOS workaround for E820-probing codeH. Peter Anvin2009-03-281-4/+17
| * x86, setup: preemptively save/restore edi and ebp around INT 15 E820H. Peter Anvin2009-03-281-4/+5
| * x86, setup: mark %esi as clobbered in E820 BIOS callMichael K. Johnson2009-03-281-3/+4
* | x86, setup: compile with -DDISABLE_BRANCH_PROFILINGH. Peter Anvin2009-04-032-1/+3
|/
* x86, setup: fix the setting of 480-line VGA modesH. Peter Anvin2009-03-181-9/+13
* x86, setup: move 32-bit code to .text32H. Peter Anvin2009-03-172-1/+3
* x86: use targets in the boot Makefile instead of CLEAN_FILESH. Peter Anvin2009-03-121-0/+1