| Age | Commit message (Expand) | Author | Files | Lines |
| 2009-05-08 | x86, boot: straighten out ranges to copy/zero in compressed/head*.S |  H. Peter Anvin | 3 | -16/+29 |
| 2009-05-08 | x86, boot: stylistic cleanups for boot/compressed/head_64.S |  H. Peter Anvin | 1 | -21/+31 |
| 2009-05-08 | x86, boot: stylistic cleanups for boot/compressed/head_32.S |  H. Peter Anvin | 1 | -81/+89 |
| 2009-05-08 | x86, boot: use BP_scratch in arch/x86/boot/compressed/head_*.S |  H. Peter Anvin | 2 | -2/+2 |
| 2009-05-08 | x86, boot: follow standard Kbuild style for compression suffix |  H. Peter Anvin | 1 | -4/+4 |
| 2009-05-08 | x86, boot: simplify arch/x86/boot/compressed/Makefile |  H. Peter Anvin | 1 | -33/+6 |
| 2009-05-08 | x86, boot: align the .bss section in the decompressor |  H. Peter Anvin | 1 | -0/+1 |
| 2009-04-30 | x86: boot/compressed/vmlinux.lds.S: fix build of bzImage with 64 bit compiler |  Sam Ravnborg | 1 | -0/+2 |
| 2009-04-27 | x86: unify arch/x86/boot/compressed/vmlinux_*.lds |  Linus Torvalds | 4 | -49/+15 |
| 2009-04-11 | x86, setup: fix comment in the "glove box" code |  H. Peter Anvin | 1 | -1/+1 |
| 2009-04-09 | x86, setup: "glove box" BIOS interrupts in the video code |  H. Peter Anvin | 5 | -164/+151 |
| 2009-04-09 | x86, setup: "glove box" BIOS interrupts in the MCA code |  H. Peter Anvin | 1 | -13/+10 |
| 2009-04-09 | x86, setup: "glove box" BIOS interrupts in the EDD code |  H. Peter Anvin | 1 | -39/+30 |
| 2009-04-09 | x86, setup: "glove box" BIOS interrupts in the APM code |  H. Peter Anvin | 1 | -45/+27 |
| 2009-04-09 | x86, setup: "glove box" BIOS interrupts in the core boot code |  H. Peter Anvin | 4 | -86/+95 |
| 2009-04-09 | x86, setup: "glove box" BIOS calls -- infrastructure |  H. Peter Anvin | 6 | -3/+169 |
| 2009-04-07 | x86, setup: un-resequence mode setting for VGA 80x34 and 80x60 modes |  H. Peter Anvin | 1 | -10/+23 |
| 2009-04-03 | Merge branch 'dma-debug' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/linux-2.6-iommu into x86/urgent |  Ingo Molnar | 1 | -9/+30 |
| 2009-04-03 | x86, setup: compile with -DDISABLE_BRANCH_PROFILING |  H. Peter Anvin | 2 | -1/+3 |
| 2009-04-01 | x86, setup: guard against pre-ACPI 3 e820 code not updating %ecx |  H. Peter Anvin | 1 | -0/+6 |
| 2009-03-28 | x86, setup: ACPI 3, BIOS workaround for E820-probing code |  H. Peter Anvin | 1 | -4/+17 |
| 2009-03-28 | x86, setup: preemptively save/restore edi and ebp around INT 15 E820 |  H. Peter Anvin | 1 | -4/+5 |
| 2009-03-28 | x86, setup: mark %esi as clobbered in E820 BIOS call |  Michael K. Johnson | 1 | -3/+4 |
| 2009-03-18 | x86, setup: fix the setting of 480-line VGA modes |  H. Peter Anvin | 1 | -9/+13 |
| 2009-03-17 | x86, setup: move 32-bit code to .text32 |  H. Peter Anvin | 2 | -1/+3 |
| 2009-03-12 | x86: use targets in the boot Makefile instead of CLEAN_FILES |  H. Peter Anvin | 1 | -0/+1 |
| 2009-03-12 | x86: remove additional vestiges of the zImage/bzImage split |  H. Peter Anvin | 1 | -13/+16 |
| 2009-03-11 | x86: remove zImage support |  H. Peter Anvin | 4 | -87/+18 |
| 2009-03-04 | Merge branches 'x86/apic', 'x86/cpu', 'x86/fixmap', 'x86/mm', 'x86/sched', 'x86/setup-lzma', 'x86/signal' and 'x86/urgent' into x86/core |  Ingo Molnar | 2 | -106/+33 |
| 2009-02-24 | Merge branches 'x86/acpi', 'x86/apic', 'x86/asm', 'x86/cleanups', 'x86/mm', 'x86/signal' and 'x86/urgent'; commit 'v2.6.29-rc6' into x86/core |  Ingo Molnar | 10 | -134/+66 |
| 2009-02-23 | x86: remove the Voyager 32-bit subarch |  Ingo Molnar | 5 | -55/+0 |
| 2009-02-20 | Merge branches 'x86/asm', 'x86/cleanups' and 'x86/headers' into x86/core |  Ingo Molnar | 5 | -48/+28 |
| 2009-02-19 | x86: compressed head_32 - use ENTRY,ENDPROC macros |  Cyrill Gorcunov | 1 | -3/+3 |
| 2009-02-19 | x86: compressed head_64 - use ENTRY,ENDPROC macros |  Cyrill Gorcunov | 1 | -4/+2 |
| 2009-02-19 | x86: pmjump - use GLOBAL,ENDPROC macros |  Cyrill Gorcunov | 1 | -11/+5 |
| 2009-02-19 | x86: copy.S - use GLOBAL,ENDPROC macros |  Cyrill Gorcunov | 1 | -26/+14 |
| 2009-02-13 | x86: use _types.h headers in asm where available |  Jeremy Fitzhardinge | 3 | -4/+4 |
| 2009-02-02 | x86 setup: a20: early timeout for a nonexistent keyboard controller |  H. Peter Anvin | 1 | -32/+39 |
| 2009-01-30 | x86 setup: fix asm constraints in vesa_store_edid |  Andreas Schwab | 1 | -6/+5 |
| 2009-01-27 | x86 setup: fix asm constraints in vesa_store_edid |  Andreas Schwab | 1 | -6/+5 |
| 2009-01-04 | bzip2/lzma: x86 kernel compression support |  Alain Knaff | 2 | -106/+33 |
| 2008-12-23 | Merge branches 'x86/apic', 'x86/cleanups', 'x86/cpufeature', 'x86/crashdump', 'x86/debug', 'x86/defconfig', 'x86/detect-hyper', 'x86/doc', 'x86/dumpstack', 'x86/early-printk', 'x86/fpu', 'x86/idle', 'x86/io', 'x86/memory-corruption-check', 'x86/microcode', 'x86/mm', 'x86/mtrr', 'x86/nmi-watchdog'... |  Ingo Molnar | 2 | -3/+3 |
| 2008-11-25 | x86: use limited register constraint for setnz |  Steven Rostedt | 1 | -1/+1 |
| 2008-11-23 | x86: boot - fix sparse warnings |  Hannes Eder | 2 | -3/+3 |
| 2008-10-30 | .gitignore updates |  Alexey Dobriyan | 1 | -0/+2 |
| 2008-10-23 | Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip |  Linus Torvalds | 2 | -4/+4 |
| 2008-10-22 | x86: Fix ASM_X86__ header guards |  H. Peter Anvin | 1 | -1/+1 |
| 2008-10-22 | x86: make variables static |  roel kluin | 2 | -4/+4 |
| 2008-10-16 | fbdev: ignore VESA modes if framebuffer does not support them |  Michal Januszewski | 1 | -5/+4 |
| 2008-10-12 | Merge branches 'x86/xen', 'x86/build', 'x86/microcode', 'x86/mm-debug-v2', 'x86/memory-corruption-check', 'x86/early-printk', 'x86/xsave', 'x86/ptrace-v2', 'x86/quirks', 'x86/setup', 'x86/spinlocks' and 'x86/signal' into x86/core-v2 |  Ingo Molnar | 4 | -9/+13 |