summaryrefslogtreecommitdiff
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* Fix misreporting of #cores as #hyperthreads for Q9550Joe Korty2009-03-232-0/+42
* x86: fix math_emu register frame accessTejun Heo2009-03-167-56/+55
* x86: math_emu info cleanupTejun Heo2009-03-166-64/+48
* x86, hpet: fix for LS21 + HPET = boot hangjohn stultz2009-03-161-0/+2
* x86/paravirt: make arch_flush_lazy_mmu/cpu disable preemptionJeremy Fitzhardinge2009-03-162-15/+26
* xen: disable interrupts early, as start_kernel expectsJeremy Fitzhardinge2009-03-161-0/+3
* x86-64: syscall-audit: fix 32/64 syscall holeRoland McGrath2009-03-161-1/+1
* x86-64: seccomp: fix 32/64 syscall holeRoland McGrath2009-03-162-14/+0
* x86-64: fix int $0x80 -ENOSYS returnRoland McGrath2009-03-161-3/+5
* x86: tone down mtrr_trim_uncached_memory() warningIngo Molnar2009-03-161-2/+1
* x86: add Dell XPS710 reboot quirkLeann Ogasawara2009-03-161-0/+8
* x86: oprofile: don't set counter width from cpuid on Core2Tim Blechmann2009-03-161-2/+12
* x86, vmi: TSC going backwards check in vmi clocksourceAlok N Kataria2009-03-161-1/+4
* mm: clean up for early_pfn_to_nid()KAMEZAWA Hiroyuki2009-03-163-5/+1
* x86, vm86: fix preemption bugThomas Gleixner2009-02-201-1/+9
* x86/cpa: make sure cpa is safe to call in lazy mmu modeJeremy Fitzhardinge2009-02-201-0/+14
* x86: microcode_amd: fix wrong handling of equivalent CPU idAndreas Herrmann2009-02-171-17/+6
* x86, vmi: put a missing paravirt_release_pmd in pgd_dtorAlok Kataria2009-02-171-0/+11
* x86: APIC: enable workaround on AMD Fam10h CPUsBorislav Petkov2009-02-121-1/+1
* prevent kprobes from catching spurious page faultsMasami Hiramatsu2009-02-121-2/+6
* ACPI: Avoid array address overflow when _CST MWAIT hint bits are setZhao Yakui2009-02-061-1/+3
* PCI: irq and pci_ids patch for Intel Tigerpoint DeviceIDsSeth Heasley2009-02-061-0/+1
* x86: use early clobbers in usercopy*.cAndi Kleen2009-02-062-4/+4
* x86, pat: fix PTE corruption issue while mapping RAM using /dev/memSuresh Siddha2009-02-021-3/+3
* x86, pat: fix reserve_memtype() for legacy 1MB rangeSuresh Siddha2009-02-021-10/+27
* x86: fix page attribute corruption with cpa()Suresh Siddha2009-02-021-15/+34
* x86, mm: fix pte_free()Peter Zijlstra2009-02-021-0/+1
* x86: avoid theoretical vmalloc fault loopAndi Kleen2009-01-181-1/+1
* x86: fix RIP printout in early_idt_handlerJiri Slaby2009-01-181-1/+1
* Rename old_readdir to sys_old_readdirHeiko Carstens2009-01-181-1/+1
* x86: fix incorrect __read_mostly on _boot_cpu_pdaRavikiran G Thirumalai2009-01-181-1/+1
* x86, UV: remove erroneous BAU initializationCliff Wickman2009-01-181-9/+0
* x86: default to SWIOTLB=y on x86_64Joerg Roedel2009-01-181-1/+1
* x86: fix intel x86_64 llc_shared_map/cpu_llc_id anomoliesSuresh Siddha2009-01-182-1/+15
* x86: disable X86_PTRACE_BTSIngo Molnar2008-12-241-0/+1
* x86: fix resume (S2R) broken by Intel microcode module, on A110LDmitry Adamushko2008-12-202-5/+20
* Merge branch 'iommu-fixes-2.6.28' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2008-12-182-2/+7
|\
| * AMD IOMMU: panic if completion wait loop failsJoerg Roedel2008-12-171-2/+3
| * AMD IOMMU: set cmd buffer pointers to zero manuallyJoerg Roedel2008-12-171-0/+4
* | x86 gart: don't complain if no AMD GART foundBjorn Helgaas2008-12-181-3/+1
* | x86: re-enable MCE on secondary CPUS after suspend/resumeAndi Kleen2008-12-161-3/+0
|/
* AMD IOMMU: allocate rlookup_table with __GFP_ZEROJoerg Roedel2008-12-161-1/+2
* x86 Fix VMI crash on boot in 2.6.28-rc8Zachary Amsden2008-12-144-15/+23
* x86: fix default_spin_lock_flags() prototypeIngo Molnar2008-12-081-1/+2
* AMD IOMMU: __unmap_single: check for bad_dma_address instead of 0Joerg Roedel2008-12-081-1/+2
* AMD IOMMU: fix WARN_ON in dma_ops unmap pathJoerg Roedel2008-12-081-1/+1
* AMD IOMMU: fix typo in commentJoerg Roedel2008-12-081-2/+2
* AMD IOMMU: fix loop counter in free_pagetable functionJoerg Roedel2008-12-081-1/+1
* AMD IOMMU: fix iommu_map_page functionJoerg Roedel2008-12-081-1/+1
* Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2008-12-047-39/+41
|\