summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-pat-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-09-153-14/+66
|\
| * x86: Fix earlyprintk=dbgp for machines without NXJan Beulich2009-08-291-0/+10
| * Merge branch 'x86/urgent' into x86/patH. Peter Anvin2009-08-2737-227/+550
| |\
| | * x86: Fix system crash when loading with "reservetop" parameterXiao Guangrong2009-08-211-5/+5
| * | x86, mtrr: make mtrr_aps_delayed_init static boolH. Peter Anvin2009-08-221-3/+3
| * | x86, pat/mtrr: Rendezvous all the cpus for MTRR/PAT initSuresh Siddha2009-08-222-9/+51
* | | Merge branch 'x86-txt-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-09-155-0/+460
|\ \ \
| * \ \ Merge commit 'v2.6.31-rc8' into x86/txtIngo Molnar2009-09-0225-226/+516
| |\ \ \
| * | | | x86, intel_txt: clean up the impact on generic code, unbreak non-x86Shane Wang2009-09-024-16/+50
| * | | | x86, intel_txt: Handle ACPI_SLEEP without X86_TRAMPOLINEH. Peter Anvin2009-08-171-0/+4
| * | | | x86, intel_txt: Factor out the code for S3 setupH. Peter Anvin2009-08-141-13/+40
| * | | | x86, intel_txt: tboot.c needs <asm/fixmap.h>H. Peter Anvin2009-08-121-0/+1
| * | | | x86, intel_txt: Intel TXT Sx shutdown supportJoseph Cihula2009-07-211-0/+2
| * | | | x86, intel_txt: Intel TXT reboot/halt shutdown supportJoseph Cihula2009-07-211-0/+8
| * | | | x86, intel_txt: Intel TXT boot supportJoseph Cihula2009-07-213-0/+384
* | | | | Merge branch 'kvm-updates/2.6.32' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2009-09-152-8/+3
|\ \ \ \ \
| * | | | | KVM guest: do not batch pte updates from interrupt contextMarcelo Tosatti2009-09-101-6/+1
| * | | | | KVM guest: fix bogus wallclock physical address calculationGlauber Costa2009-09-101-2/+2
* | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpLinus Torvalds2009-09-151-1/+11
|\ \ \ \ \ \
| * | | | | | x86, mce: do not compile mcelog message on AMDBorislav Petkov2009-09-141-1/+4
| * | | | | | x86, mce: pass mce info to EDAC for decodingBorislav Petkov2009-09-141-0/+7
| |/ / / / /
* | | | | | Merge branch 'x86-setup-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2009-09-141-1/+1
|\ \ \ \ \ \
| * | | | | | x86, e820: Guard against array overflowed in __e820_add_region()Cyrill Gorcunov2009-08-261-1/+1
* | | | | | | Merge branch 'x86-percpu-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2009-09-143-10/+14
|\ \ \ \ \ \ \
| * | | | | | | x86, percpu: Collect hot percpu variables into one cachelineTejun Heo2009-08-033-8/+13
| * | | | | | | x86, percpu: Fix DECLARE/DEFINE_PER_CPU_PAGE_ALIGNED()Tejun Heo2009-08-031-2/+1
* | | | | | | | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-09-143-33/+60
|\ \ \ \ \ \ \ \
| * | | | | | | | 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-171-10/+23
* | | | | | | | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2009-09-148-29/+162
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | x86: Fix code patching for paravirt-alternatives on 486Ben Hutchings2009-09-111-1/+1
| * | | | | | | | | 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-041-1/+63
| * | | | | | | | | x86, msr: Export the register-setting MSR functions via /dev/*/msrH. Peter Anvin2009-09-011-0/+51
| * | | | | | | | | x86, msr: Have the _safe MSR functions return -EIO, not -EFAULTH. Peter Anvin2009-09-011-8/+2
| * | | | | | | | | 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-011-1/+0
| * | | | | | | | | x86, msr: Add rd/wrmsr interfaces with preset registersBorislav Petkov2009-09-011-0/+2
| * | | | | | | | | Merge commit 'v2.6.31-rc7' into x86/cpuIngo Molnar2009-08-2376-1190/+1724
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | x86, cpu: cpu/proc.c display cache alignment and address sizes for 32 bitJaswinder Singh Rajput2009-06-131-2/+0
* | | | | | | | | | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-09-1426-1003/+1022
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | 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-2438-226/+554
| |\ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / | | |/| | | | | | | / / | | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | |
| * | | | | | | | | | x86: Use printk_once()Marcin Slusarz2009-08-091-3/+2
| * | | | | | | | | | x86/cpu: Clean up various files a bitAlan Cox2009-07-1111-129/+144