Age | Commit message (Expand) | Author |
2009-07-04 | x86: fix usage of bios intcall() | Akinobu Mita |
2009-06-20 | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2009-06-18 | gcov: enable GCOV_PROFILE_ALL for x86_64 | Peter Oberparleiter |
2009-06-16 | x86, boot: use .code16gcc instead of .code16 | H. Peter Anvin |
2009-06-10 | Merge branch 'x86-setup-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2009-06-10 | Merge branch 'x86-kbuild-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds |
2009-06-02 | x86, boot: add new generated files to the appropriate .gitignore files | Mike Galbraith |
2009-05-25 | x86, relocs: ignore R_386_NONE in kernel relocation entries | Tejun Heo |
2009-05-23 | Merge branch 'x86/urgent' into x86/setup | H. Peter Anvin |
2009-05-22 | x86, setup: revert ACPI 3 E820 extended attributes support | H. Peter Anvin |
2009-05-20 | x86, boot: correct the calculation of ZO_INIT_SIZE | H. Peter Anvin |
2009-05-12 | x86, boot: correct sanity checks in boot/compressed/misc.c | H. Peter Anvin |
2009-05-11 | x86: add extension fields for bootloader type and version | H. Peter Anvin |
2009-05-11 | x86, boot: make kernel_alignment adjustable; new bzImage fields | H. Peter Anvin |
2009-05-11 | x86, boot: remove dead code from boot/compressed/head_*.S | H. Peter Anvin |
2009-05-11 | x86, boot: use LOAD_PHYSICAL_ADDR on 64 bits | H. Peter Anvin |
2009-05-11 | x86, boot: make symbols from the main vmlinux available | H. Peter Anvin |
2009-05-08 | x86, boot: determine compressed code offset at compile time | H. Peter Anvin |
2009-05-08 | x86, boot: use appropriate rep string for move and clear | H. Peter Anvin |
2009-05-08 | x86, boot: zero EFLAGS on 32 bits | H. Peter Anvin |
2009-05-08 | x86, boot: set up the decompression stack as early as possible | H. Peter Anvin |
2009-05-08 | x86, boot: straighten out ranges to copy/zero in compressed/head*.S | H. Peter Anvin |
2009-05-08 | x86, boot: stylistic cleanups for boot/compressed/head_64.S | H. Peter Anvin |
2009-05-08 | x86, boot: stylistic cleanups for boot/compressed/head_32.S | H. Peter Anvin |
2009-05-08 | x86, boot: use BP_scratch in arch/x86/boot/compressed/head_*.S | H. Peter Anvin |
2009-05-08 | x86, boot: follow standard Kbuild style for compression suffix | H. Peter Anvin |
2009-05-08 | x86, boot: simplify arch/x86/boot/compressed/Makefile | H. Peter Anvin |
2009-05-08 | x86, boot: align the .bss section in the decompressor | H. Peter Anvin |
2009-04-30 | x86: boot/compressed/vmlinux.lds.S: fix build of bzImage with 64 bit compiler | Sam Ravnborg |
2009-04-27 | x86: unify arch/x86/boot/compressed/vmlinux_*.lds | Linus Torvalds |
2009-04-11 | x86, setup: fix comment in the "glove box" code | H. Peter Anvin |
2009-04-09 | x86, setup: "glove box" BIOS interrupts in the video code | H. Peter Anvin |
2009-04-09 | x86, setup: "glove box" BIOS interrupts in the MCA code | H. Peter Anvin |
2009-04-09 | x86, setup: "glove box" BIOS interrupts in the EDD code | H. Peter Anvin |
2009-04-09 | x86, setup: "glove box" BIOS interrupts in the APM code | H. Peter Anvin |
2009-04-09 | x86, setup: "glove box" BIOS interrupts in the core boot code | H. Peter Anvin |
2009-04-09 | x86, setup: "glove box" BIOS calls -- infrastructure | H. Peter Anvin |
2009-04-07 | x86, setup: un-resequence mode setting for VGA 80x34 and 80x60 modes | H. Peter Anvin |
2009-04-03 | Merge branch 'dma-debug' of git://git.kernel.org/pub/scm/linux/kernel/git/jor... | Ingo Molnar |
2009-04-03 | x86, setup: compile with -DDISABLE_BRANCH_PROFILING | H. Peter Anvin |
2009-04-01 | x86, setup: guard against pre-ACPI 3 e820 code not updating %ecx | H. Peter Anvin |
2009-03-28 | x86, setup: ACPI 3, BIOS workaround for E820-probing code | H. Peter Anvin |
2009-03-28 | x86, setup: preemptively save/restore edi and ebp around INT 15 E820 | H. Peter Anvin |
2009-03-28 | x86, setup: mark %esi as clobbered in E820 BIOS call | Michael K. Johnson |
2009-03-18 | x86, setup: fix the setting of 480-line VGA modes | H. Peter Anvin |
2009-03-17 | x86, setup: move 32-bit code to .text32 | H. Peter Anvin |
2009-03-12 | x86: use targets in the boot Makefile instead of CLEAN_FILES | H. Peter Anvin |
2009-03-12 | x86: remove additional vestiges of the zImage/bzImage split | H. Peter Anvin |
2009-03-11 | x86: remove zImage support | H. Peter Anvin |
2009-03-04 | Merge branches 'x86/apic', 'x86/cpu', 'x86/fixmap', 'x86/mm', 'x86/sched', 'x... | Ingo Molnar |