| Commit message (Expand) | Author | Age |
* | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2009-06-10 |
|\ |
|
| * | x86, nmi: Use predefined numbers instead of hardcoded one | Cyrill Gorcunov | 2009-06-07 |
| * | x86: asm/processor.h: remove double declaration | Jaswinder Singh Rajput | 2009-05-19 |
| * | x86, mtrr: replace MTRRdefType_MSR with msr-index's MSR_MTRRdefType | Jaswinder Singh Rajput | 2009-05-15 |
| * | x86, mtrr: replace MTRRfix4K_C0000_MSR with msr-index's MSR_MTRRfix4K_C0000 | Jaswinder Singh Rajput | 2009-05-15 |
| * | x86, mtrr: remove mtrr MSRs double declaration | Jaswinder Singh Rajput | 2009-05-15 |
| * | x86, mtrr: replace MTRRfix16K_80000_MSR with msr-index's MSR_MTRRfix16K_80000 | Jaswinder Singh Rajput | 2009-05-15 |
| * | x86, mtrr: replace MTRRfix64K_00000_MSR with msr-index's MSR_MTRRfix64K_00000 | Jaswinder Singh Rajput | 2009-05-15 |
| * | x86, mtrr: replace MTRRcap_MSR with msr-index's MSR_MTRRcap | Jaswinder Singh Rajput | 2009-05-15 |
| * | x86: mce: remove duplicated #include | Huang Weiyi | 2009-05-09 |
| * | x86: msr-index.h remove duplicate MSR C001_0015 declaration | Jaswinder Singh Rajput | 2009-05-08 |
| * | x86: clean up arch/x86/kernel/tsc_sync.c a bit | Ingo Molnar | 2009-05-07 |
| * | x86: use symbolic name for VM86_SIGNAL when used as vm86 default return | Samuel Bronson | 2009-05-06 |
| * | x86: added 'ifndef _ASM_X86_IOMAP_H' to iomap.h | Remis Lima Baima | 2009-04-30 |
| * | x86: avoid multiple declaration of kstack_depth_to_print | Jaswinder Singh Rajput | 2009-04-14 |
| * | x86: vdso/vma.c declare vdso_enabled and arch_setup_additional_pages before t... | Jaswinder Singh Rajput | 2009-04-12 |
| * | x86: clean up declarations and variables | Jaswinder Singh Rajput | 2009-04-12 |
| * | x86: apic/x2apic_cluster.c x86_cpu_to_logical_apicid should be static | Jaswinder Singh Rajput | 2009-04-12 |
| * | x86 early quirks: eliminate unused function | Ingo Molnar | 2009-04-08 |
* | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2009-06-10 |
|\ \ |
|
| * | | x86, 64-bit: ifdef out struct thread_struct::ip | Alexey Dobriyan | 2009-05-11 |
| * | | x86, 32-bit: ifdef out struct thread_struct::fs | Alexey Dobriyan | 2009-05-11 |
| * | | x86: clean up alternative.h | Mathieu Desnoyers | 2009-04-28 |
* | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2009-06-10 |
|\ \ \ |
|
| * | | | sched: Don't export sched_mc_power_savings on multi-socket single core system | Vaidyanathan Srinivasan | 2009-05-11 |
* | | | | Merge branch 'x86-kbuild-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2009-06-10 |
|\ \ \ \ |
|
| * | | | | x86, boot: add new generated files to the appropriate .gitignore files | Mike Galbraith | 2009-06-03 |
| * | | | | x86, boot: correct the calculation of ZO_INIT_SIZE | H. Peter Anvin | 2009-05-20 |
| * | | | | x86-64: align __PHYSICAL_START, remove __KERNEL_ALIGN | H. Peter Anvin | 2009-05-12 |
| * | | | | x86, boot: correct sanity checks in boot/compressed/misc.c | H. Peter Anvin | 2009-05-12 |
| * | | | | x86: add extension fields for bootloader type and version | H. Peter Anvin | 2009-05-11 |
| * | | | | x86, defconfig: update kernel position parameters | H. Peter Anvin | 2009-05-11 |
| * | | | | x86, defconfig: update to current, no material changes | H. Peter Anvin | 2009-05-11 |
| * | | | | x86: make CONFIG_RELOCATABLE the default | H. Peter Anvin | 2009-05-11 |
| * | | | | x86: default CONFIG_PHYSICAL_START and CONFIG_PHYSICAL_ALIGN to 16 MB | 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-11 |
| * | | | | 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: add a Kconfig symbol for when relocations are needed | H. Peter Anvin | 2009-05-08 |