summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2008-04-17x86: introduce kernel/head32.cEric W. Biederman4-6/+19
2008-04-17x86: make amd quad core 8 socket system not be clustered_box, #2Yinghai Lu1-1/+11
2008-04-17x86: de-macro start_thread()Ingo Molnar3-26/+33
2008-04-17x86: more cleanups in arch/x86/boot/compressed/misc.cIngo Molnar1-46/+54
2008-04-17x86: coding style fixes to arch/x86/boot/compressed/misc.cPaolo Ciarrocchi1-32/+34
2008-04-17x86: coding style fixes to arch/x86/kernel/cpu/umc.cPaolo Ciarrocchi1-5/+7
2008-04-17x86: coding style fixes to arch/x86/kernel/cpu/mcheck/p6.cPaolo Ciarrocchi1-24/+24
2008-04-17x86: clean up include/asm-x86/processor.hIngo Molnar1-280/+358
2008-04-17x86: unify cpu/proc|_64.cHiroshi Shimamoto2-183/+2
2008-04-17x86: cosmetic unification cpu/proc|_64.cHiroshi Shimamoto2-2/+83
2008-04-17x86: add power management line in /proc/cpuinfoHiroshi Shimamoto1-5/+9
2008-04-17x86: make cpu/proc|_64.c similarHiroshi Shimamoto2-78/+105
2008-04-17x86: split cpuinfo from setup_64.c into cpu/proc_64.cHiroshi Shimamoto3-120/+127
2008-04-17x86: coding style fixes to arch/x86/mach-generic/bigsmp.cPaolo Ciarrocchi1-15/+15
2008-04-17x86: coding style fixes to arch/x86/kernel/cpu/nexgen.cPaolo Ciarrocchi1-8/+7
2008-04-17x86: coding style fixes to arch/x86/mach-generic/summit.cPaolo Ciarrocchi1-4/+4
2008-04-17x86: coding style fixes to arch/x86/mach-generic/default.cPaolo Ciarrocchi1-4/+4
2008-04-17x86: coding style fixes to arch/x86/mach-generic/probe.cPaolo Ciarrocchi1-18/+19
2008-04-17x86: coding style fixes to arch/x86/oprofile/op_model_athlon.cPaolo Ciarrocchi1-23/+23
2008-04-17x86: coding style fixes to arch/x86/oprofile/op_model_ppro.cPaolo Ciarrocchi1-26/+26
2008-04-17x86: coding style fixes to arch/x86/kernel/x8664_ksyms_64.cPaolo Ciarrocchi1-5/+7
2008-04-17x86: coding style fixes to arch/x86/kernel/cpu/mcheck/p5.cPaolo Ciarrocchi1-8/+8
2008-04-17x86: coding style fixes to arch/x86/lib/string_32.cPaolo Ciarrocchi1-30/+30
2008-04-17x86: coding style fixes to arch/x86/kernel/syscall_64.cPaolo Ciarrocchi1-5/+8
2008-04-17x86: coding style fixes to arch/x86/lib/memmove_64.cPaolo Ciarrocchi1-4/+4
2008-04-17x86: boot protocol updatesIan Campbell2-12/+12
2008-04-17x86: define outb_pic and inb_pic to stop using outb_p and inb_pDavid P. Reed1-2/+25
2008-04-17x86: reduce arch/x86/mm/ioremap.o sizeIan Campbell1-2/+2
2008-04-17x86: more coding style fixes in centaur.cIngo Molnar1-195/+199
2008-04-17x86: coding style fixes for arch/x86/kernel/cpu/centaur.cPaolo Ciarrocchi1-116/+114
2008-04-17x86: clean up mmx_32.cIngo Molnar1-103/+94
2008-04-17x86: fix cmos read and write to not use inb_p and outb_pDavid P. Reed1-4/+4
2008-04-17x86: use ELF section to list CPU vendor specific codeThomas Petazzoni10-69/+46
2008-04-17x86, vsmp: use the paravirt helpersGlauber Costa1-0/+7
2008-04-17x86: introduce vsmp paravirt helpersGlauber Costa2-1/+58
2008-04-17x86: call vsmp_init explicitlyGlauber Costa3-6/+13
2008-04-17x86: make vsmp_init void, instead of static intGlauber Costa1-4/+4
2008-04-17x86: change vsmp compile dependencyGlauber Costa1-1/+1
2008-04-17x86: apic: extended interrupt LVT support for AMDRobert Richter1-0/+29
2008-04-17x86: remove never used nodenumer in pdaYinghai Lu2-3/+0
2008-04-17x86: get apic_id later in acpi_numa_processor_affinity_initYinghai Lu1-1/+2
2008-04-17x86: reducing debuginfo size by removing unneeded includesArnaldo Carvalho de Melo1-25/+1
2008-04-17x86: bump image header to version 2.08.Ingo Molnar1-1/+1
2008-04-17x86: add a crc32 checksum to the kernel image.Ian Campbell2-1/+95
2008-04-17x86: use ELF format in compressed images.Ian Campbell5-1/+95
2008-04-17x86: define DEBUG_SIG in signal_64.cHarvey Harrison1-6/+6
2008-04-17x86: Unify argument names in signal_32|64.cHarvey Harrison2-8/+9
2008-04-17x86: move struct definitions to unifed sigframe.hHarvey Harrison4-14/+13
2008-04-17x86: use sizeof(long) to unify signal_32|64.cHarvey Harrison2-7/+6
2008-04-17x86: Use FIX_EFLAGS define in X86_64Harvey Harrison2-6/+24