summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2008-09-16x86 setup: handle more than 8 CPU flag wordsH. Peter Anvin2-27/+28
2008-09-14x86: cpuid, fix typoIngo Molnar1-2/+2
2008-09-14x86: move transmeta cap read to early_init_transmeta()Yinghai Lu2-21/+15
2008-09-14x86: identify_cpu_without_cpuid v2Yinghai Lu1-17/+40
2008-09-10x86: extended "flags" to show virtualization HW feature in /proc/cpuinfoSheng Yang1-0/+41
2008-09-10x86: move VMX MSRs to msr-index.hSheng Yang1-15/+0
2008-09-10Merge commit 'v2.6.27-rc6' into x86/unify-cpu-detectIngo Molnar49-149/+364
2008-09-10x86: centaur_64.c remove duplicated setting of CONSTANT_TSCYinghai Lu1-1/+0
2008-09-10x86: intel.c put workaround for old cpus togetherYinghai Lu1-94/+98
2008-09-10x86: let intel 64-bit use intel.cYinghai Lu3-377/+2
2008-09-10x86: make intel_64.c the same as intel.cYinghai Lu1-17/+284
2008-09-10x86: make intel.c have 64-bit support codeYinghai Lu1-36/+83
2008-09-10Merge branch 'x86/pebs' into x86/unify-cpu-detectIngo Molnar6-471/+1036
2008-09-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds1-0/+2
2008-09-09Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-6/+9
2008-09-09x86: fix memmap=exactmap boot argumentPrarit Bhargava1-1/+1
2008-09-09Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6Linus Torvalds2-0/+29
2008-09-09Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds1-1/+1
2008-09-09lib: Correct printk %pF to work on all architecturesJames Bottomley5-1/+44
2008-09-09[S390] CVE-2008-1514: prevent ptrace padding area read/write in 31-bit modeJarod Wilson2-0/+29
2008-09-08sparc64: Disable timer interrupts in fixup_irqs().David S. Miller1-0/+2
2008-09-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/hskinn...Linus Torvalds3-3/+64
2008-09-08Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/...Linus Torvalds2-7/+24
2008-09-08Merge master.kernel.org:/home/rmk/linux-2.6-armLinus Torvalds9-12/+49
2008-09-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-2.6Linus Torvalds1-8/+6
2008-09-08x86: disable static NOPLs on 32 bitsLinus Torvalds1-5/+8
2008-09-08[MIPS] IP22: Fix detection of second HPC3 on Challenge SThomas Bogendoerfer1-1/+1
2008-09-08x86: little clean up of intel.c/intel_64.cYinghai Lu2-9/+6
2008-09-08x86: make 64 bit to use amd.cYinghai Lu3-484/+2
2008-09-08x86: make amd_64 have 32 bit codeYinghai Lu1-12/+247
2008-09-08x86: make amd.c have 64bit support codeYinghai Lu1-11/+126
2008-09-08x86: merge header in amd_64.cYinghai Lu2-3/+18
2008-09-08x86: add srat_detect_node for amd64Yinghai Lu1-7/+12
2008-09-08x86: remove duplicated force_mwaitYinghai Lu2-3/+0
2008-09-08x86: cpu make amd.c more like amd_64.c v2Yinghai Lu3-180/+235
2008-09-08powerpc: Fix rare boot build breakageHugh Dickins1-1/+1
2008-09-08powerpc/spufs: Fix possible scheduling of a context to multiple SPEsAndre Detsch1-1/+2
2008-09-06Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds9-55/+154
2008-09-06Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-6/+13
2008-09-06Merge branch 'upstream' of git://ftp.linux-mips.org/pub/scm/upstream-linusLinus Torvalds9-31/+58
2008-09-06x86: cpu_init(): fix memory leak when using CPU hotplugAndreas Herrmann1-10/+13
2008-09-06x86: pda_init(): fix memory leak when using CPU hotplugAndreas Herrmann1-6/+9
2008-09-06x86, xen: Use native_pte_flags instead of native_pte_val for .pte_flagsEduardo Habkost1-1/+1
2008-09-06x86-64: add two __cpuinit annotationsJan Beulich2-2/+2
2008-09-06x86: move mtrr cpu cap setting early in early_init_xxxxYinghai Lu3-8/+44
2008-09-06x86: delay early cpu initialization until cpuid is doneKrzysztof Helt1-2/+2
2008-09-06[ARM] 5241/1: provide ioremap_wc()Lennert Buytenhek3-8/+31
2008-09-06x86, cpu init: call early_init_xxx in init_xxxYinghai Lu5-8/+12
2008-09-06x86: remove duplicated get_model_name() callingYinghai Lu7-15/+4
2008-09-06x86: HPET: read back compare register before reading counterThomas Gleixner1-0/+7