summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* perf/x86/kvm: Fix Host-Only/Guest-Only counting with SVM disabledJoerg Roedel2012-03-124-4/+54
* x86/amd: Fix L1i and L2 cache sharing information for AMD family 15h processorsAndreas Herrmann2012-02-291-8/+36
* i387: re-introduce FPU state preloading at context switch timeLinus Torvalds2012-02-274-42/+133
* i387: move TS_USEDFPU flag from thread_info to task_structLinus Torvalds2012-02-276-32/+30
* i387: move AMD K7/K8 fpu fxsave/fxrstor workaround from save to restoreLinus Torvalds2012-02-273-22/+16
* i387: do not preload FPU state at task switch timeLinus Torvalds2012-02-274-68/+11
* i387: don't ever touch TS_USEDFPU directly, use helper functionsLinus Torvalds2012-02-274-23/+58
* i387: move TS_USEDFPU clearing out of __save_init_fpu and into callersLinus Torvalds2012-02-271-3/+6
* i387: fix x86-64 preemption-unsafe user stack save/restoreLinus Torvalds2012-02-273-8/+45
* i387: fix sense of sanity checkLinus Torvalds2012-02-271-1/+1
* i387: make irq_fpu_usable() tests more robustLinus Torvalds2012-02-272-8/+47
* i387: math_state_restore() isn't called from asmLinus Torvalds2012-02-272-4/+4
* xen pvhvm: do not remap pirqs onto evtchns if !xen_have_vector_callbackStefano Stabellini2012-02-201-1/+1
* net: bpf_jit: fix divide by 0 generationEric Dumazet2012-02-031-14/+22
* x86: xen: size struct xen_spinlock to always fit in arch_spinlock_tDavid Vrabel2012-02-031-5/+22
* x86/microcode_amd: Add support for CPU family specific container filesAndreas Herrmann2012-02-031-2/+22
* x86/uv: Fix uv_gpa_to_soc_phys_ram() shiftRuss Anderson2012-02-031-2/+2
* x86/uv: Fix uninitialized spinlocksCliff Wickman2012-02-032-1/+3
* x86/UV2: Work around BAU bugCliff Wickman2012-01-252-33/+254
* x86/UV2: Fix BAU destination timeout initializationCliff Wickman2012-01-251-6/+7
* x86/UV2: Fix new UV2 hardware by using native UV2 broadcast modeCliff Wickman2012-01-252-30/+151
* ACPI, x86: Use SRAT table rev to use 8bit or 32bit PXM fields (x86/x86-64)Kurt Garloff2012-01-251-0/+4
* x86, UV: Update Boot messages for SGI UV2 platformJack Steiner2012-01-251-1/+6
* x86: Fix mmap random address rangeLudwig Nussel2012-01-251-2/+2
* x86/PCI: build amd_bus.o only when CONFIG_AMD_NB=yBjorn Helgaas2012-01-251-1/+2
* x86/PCI: amd: factor out MMCONFIG discoveryBjorn Helgaas2012-01-253-31/+44
* x86/PCI: Ignore CPU non-addressable _CRS reserved memory resourcesGary Hade2012-01-251-2/+16
* Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2011-12-291-1/+1
|\
| * perf/x86: Fix raw_spin_unlock_irqrestore() usageRobert Richter2011-12-231-1/+1
* | KVM: Don't automatically expose the TSC deadline timer in cpuidJan Kiszka2011-12-261-10/+9
* | KVM: x86: Prevent starting PIT timers in the absence of irqchip supportJan Kiszka2011-12-251-3/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2011-12-211-2/+2
|\ \ | |/ |/|
| * net: bpf_jit: fix an off-one bug in x86_64 cond jump targetMarkus Kötter2011-12-191-2/+2
* | x86, dumpstack: Fix code bytes breakage due to missing KERN_CONTClemens Ladisch2011-12-192-8/+8
|/
* Merge branch 'stable/for-linus-fixes-3.2' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2011-12-151-3/+15
|\
| * xen: only limit memory map to maximum reservation for domain 0.Ian Campbell2011-12-151-3/+15
* | Revert "x86, efi: Calling __pa() with an ioremap()ed address is invalid"Keith Packard2011-12-126-48/+35
* | x86, efi: Make efi_call_phys_{prelog,epilog} CONFIG_RELOCATABLE-awareMatt Fleming2011-12-091-46/+2
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-12-098-44/+68
|\ \
| * | x86, efi: Calling __pa() with an ioremap()ed address is invalidMatt Fleming2011-12-096-35/+48
| * | x86, hpet: Immediately disable HPET timer 1 if rtc irq is maskedMark Langsdorf2011-12-081-7/+14
| * | x86/intel_mid: Kconfig select fixAlan Cox2011-12-061-0/+3
| * | x86/intel_mid: Fix the Kconfig for MID selectionAlan Cox2011-12-061-2/+3
* | | thp: add compound tail page _mapcount when mappedYouquan Song2011-12-091-0/+2
|/ /
* | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2011-12-0514-29/+150
|\ \
| * | x86, amd: Fix up numa_node information for AMD CPU family 15h model 0-0fh nor...Andreas Herrmann2011-12-051-0/+13
| * | x86/rtc, mrst: Don't register a platform RTC device for for Intel MID platformsMathias Nyman2011-12-052-0/+14
| * | x86/paravirt: PTE updates in k(un)map_atomic need to be synchronous, regardle...Konrad Rzeszutek Wilk2011-12-051-0/+2
| * | Merge branch 'ucode' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp i...Ingo Molnar2011-12-052-10/+27
| |\ \
| | * | x86: Document rdmsr_safe restrictionsBorislav Petkov2011-12-051-1/+8