summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | x86, percpu: Add 'percpu_read_stable()' interface for cacheable accessesLinus Torvalds2009-08-033-9/+21
* | | | | | | | | | Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2009-09-143-39/+30Star
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | x86, highmem_32.c: Clean up commentFigo.zhang2009-06-291-1/+1
| * | | | | | | | | | x86, pgtable.h: Clean up typesFigo.zhang2009-06-291-3/+3
| * | | | | | | | | | x86: Clean up dump_pagetable()Akinobu Mita2009-06-292-35/+26Star
* | | | | | | | | | | Merge branch 'x86-kbuild-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-09-141-2/+2
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | x86: Simplify the Makefile in a minor way through use of cc-ifversionFrans Pop2009-08-041-2/+2
| | |/ / / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-09-144-33/+61
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | x86-64: move clts into batch cpu state updates when preloading fpuJeremy Fitzhardinge2009-06-171-9/+18
| * | | | | | | | | | | x86-64: move unlazy_fpu() into lazy cpu state part of context switchJeremy Fitzhardinge2009-06-171-3/+3
| * | | | | | | | | | | x86-32: make sure clts is batched during context switchJeremy Fitzhardinge2009-06-171-11/+16
| * | | | | | | | | | | x86: split out core __math_state_restoreJeremy Fitzhardinge2009-06-172-10/+24
* | | | | | | | | | | | Merge branch 'x86-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-09-141-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | x86: Decrease the level of some NUMA messages to KERN_DEBUGRafael J. Wysocki2009-09-061-2/+2
| | |_|_|_|/ / / / / / / | |/| | | | | | | | | |
* | | | | | | | | | | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-09-1426-786/+1202
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | x86: Fix code patching for paravirt-alternatives on 486Ben Hutchings2009-09-112-4/+14
| * | | | | | | | | | | | x86, msr: change msr-reg.o to obj-y, and export its symbolsH. Peter Anvin2009-09-042-1/+7
| * | | | | | | | | | | | x86: Use hard_smp_processor_id() to get apic id for AMD K8 cpusYinghai Lu2009-09-041-1/+4
| * | | | | | | | | | | | x86, sched: Workaround broken sched domain creation for AMD Magny-CoursAndreas Herrmann2009-09-041-1/+2
| * | | | | | | | | | | | x86, mcheck: Use correct cpumask for shared bank4Andreas Herrmann2009-09-041-3/+5
| * | | | | | | | | | | | x86, cacheinfo: Fixup L3 cache information for AMD multi-node processorsAndreas Herrmann2009-09-041-10/+22
| * | | | | | | | | | | | x86: Fix CPU llc_shared_map information for AMD Magny-CoursAndreas Herrmann2009-09-042-1/+64
| * | | | | | | | | | | | x86, msr: Fix msr-reg.S compilation with gas 2.16.1, on 32-bit tooIngo Molnar2009-09-031-1/+1
| * | | | | | | | | | | | x86: Move kernel_fpu_using to irq_fpu_usable in asm/i387.hHuang Ying2009-09-022-12/+13
| * | | | | | | | | | | | x86, msr: fix msr-reg.S compilation with gas 2.16.1H. Peter Anvin2009-09-011-1/+1
| * | | | | | | | | | | | Merge branch 'x86/paravirt' into x86/cpuIngo Molnar2009-09-012-711/+722
| |\ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | x86/paravirt: split paravirt definitions into paravirt_types.hJeremy Fitzhardinge2009-06-172-710/+721
| | | |/ / / / / / / / / / | | |/| | | | | | | | | |
| * | | | | | | | | | | | x86, msr: Export the register-setting MSR functions via /dev/*/msrH. Peter Anvin2009-09-012-2/+59
| * | | | | | | | | | | | x86, msr: Create _on_cpu helpers for {rw,wr}msr_safe_regs()H. Peter Anvin2009-09-012-4/+63
| * | | | | | | | | | | | x86, msr: Have the _safe MSR functions return -EIO, not -EFAULTH. Peter Anvin2009-09-013-11/+5Star
| * | | | | | | | | | | | x86, msr: CFI annotations, cleanups for msr-reg.SH. Peter Anvin2009-09-011-38/+42
| * | | | | | | | | | | | x86, asm: Make _ASM_EXTABLE() usable from assembly codeH. Peter Anvin2009-09-011-1/+9
| * | | | | | | | | | | | x86, asm: Add 32-bit versions of the combined CFI macrosH. Peter Anvin2009-09-011-1/+17
| * | | | | | | | | | | | x86, AMD: Disable wrongly set X86_FEATURE_LAHF_LM CPUID bitBorislav Petkov2009-09-011-1/+10
| * | | | | | | | | | | | x86, msr: Rewrite AMD rd/wrmsr variantsBorislav Petkov2009-09-013-24/+41
| * | | | | | | | | | | | x86, msr: Add rd/wrmsr interfaces with preset registersBorislav Petkov2009-09-015-0/+130
| * | | | | | | | | | | | x86: add specific support for Intel Atom architectureTobias Doerffel2009-08-234-5/+20
| * | | | | | | | | | | | Merge commit 'v2.6.31-rc7' into x86/cpuIngo Molnar2009-08-232353-33925/+118383
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | x86, cpu: cpu/proc.c display cache alignment and address sizes for 32 bitJaswinder Singh Rajput2009-06-131-2/+0Star
* | | | | | | | | | | | | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-09-1428-1010/+1024
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | x86: Make memtype_seq_ops constTobias Klauser2009-09-061-1/+1
| * | | | | | | | | | | | | | x86: uv: Clean up uv_ptc_init(), use proc_create()Alexey Dobriyan2009-08-241-2/+2
| * | | | | | | | | | | | | | Merge commit 'v2.6.31-rc7' into x86/cleanupsIngo Molnar2009-08-24695-8029/+13795
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / / / / | | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | | x86: Use printk_once()Marcin Slusarz2009-08-092-9/+3Star
| * | | | | | | | | | | | | | x86/cpu: Clean up various files a bitAlan Cox2009-07-1111-129/+144
| * | | | | | | | | | | | | | x86: Remove duplicated #includeHuang Weiyi2009-07-111-1/+0Star
| * | | | | | | | | | | | | | x86, ipi: Clean up safe_smp_processor_id() by using the cpu_has_apic() macro ...Cyrill Gorcunov2009-07-101-1/+1
| * | | | | | | | | | | | | | x86: Clean up idt_descr and idt_tableby using NR_VECTORS instead of hardcoded...Cyrill Gorcunov2009-07-102-2/+2
| * | | | | | | | | | | | | | x86: Further clean up of mtrr/generic.cIngo Molnar2009-07-051-29/+27Star
| * | | | | | | | | | | | | | x86: Clean up mtrr/main.cJaswinder Singh Rajput2009-07-041-213/+242