aboutsummaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2010-10-28x86: detect scattered cpuid features earlierJacob Pan
2010-10-28x86, AMD, MCE thresholding: Fix the MCi_MISCj iteration orderBorislav Petkov
2010-10-28x86, irq: Plug memory leak in sparse irqThomas Gleixner
2010-10-28x86, hpet: Fix bogus error check in hpet_assign_irq()Thomas Gleixner
2010-10-28tracing/x86: Don't use mcount in kvmclock.cSteven Rostedt
2010-10-28tracing/x86: Don't use mcount in pvclock.cJeremy Fitzhardinge
2010-10-28x86/amd-iommu: Work around S3 BIOS bugJoerg Roedel
2010-10-28x86/amd-iommu: Fix rounding-bug in __unmap_singleJoerg Roedel
2010-10-28x86/amd-iommu: Set iommu configuration flags in enable-loopJoerg Roedel
2010-10-28oprofile: Add Support for Intel CPU Family 6 / Model 29Jiri Olsa
2010-10-28x86, cpu: After uncapping CPUID, re-run CPU feature detectionH. Peter Anvin
2010-09-26x86: Add memory modify constraints to xchg() and cmpxchg()H. Peter Anvin
2010-09-26oprofile: Add Support for Intel CPU Family 6 / Model 22 (Intel Celeron 540)Patrick Simmons
2010-09-20x86-64, compat: Retruncate rax after ia32 syscall entry tracingRoland McGrath
2010-09-20compat: Make compat_alloc_user_space() incorporate the access_ok()H. Peter Anvin
2010-09-20x86-64, compat: Test %rax for the syscall number, not %eaxH. Peter Anvin
2010-09-20x86, tsc: Fix a preemption leak in restore_sched_clock_state()Peter Zijlstra
2010-09-20oprofile, x86: fix init_sysfs() function stubRobert Richter
2010-09-20oprofile, x86: fix init_sysfs error handlingRobert Richter
2010-09-20PCI: MSI: Restore read_msi_msg_desc(); add get_cached_msi_msg_desc()Ben Hutchings
2010-09-20x86, tsc, sched: Recompute cyc2ns_offset's during resume from sleep statesSuresh Siddha
2010-08-26x86, apic: ack all pending irqs when crashed/on kexecKerstin Jonsson
2010-08-26oprofile: add support for Intel processor model 30Josh Hunt
2010-08-26Oprofile: Change CPUIDS from decimal to hex, and add some commentsJohn Villalovos
2010-08-26x86, apic: Fix apic=debug boot crashDaniel Kiper
2010-08-26x86, hotplug: Serialize CPU hotplug to avoid bringup concurrency issuesBorislav Petkov
2010-08-13x86: don't send SIGBUS for kernel page faultsLinus Torvalds
2010-08-13x86: Fix out of order of gsiEric W. Biederman
2010-08-13memory hotplug: fix a bug on /dev/mem for 64-bit kernelsShaohui Zheng
2010-08-13timekeeping: Fix clock_gettime vsyscall time warpLin Ming
2010-08-13x86, vmware: Preset lpj values when on VMware.Alok Kataria
2010-08-13x86: Add memory modify constraints to xchg() and cmpxchg()H. Peter Anvin
2010-08-10xen: drop xen_sched_clock in favour of using plain wallclock timeJeremy Fitzhardinge
2010-08-02ACPI: Unconditionally set SCI_EN on resumeMatthew Garrett
2010-08-02ACPI: skip checking BM_STS if the BIOS doesn't ask for itLen Brown
2010-08-02PM / x86: Save/restore MISC_ENABLE registerOndrej Zary
2010-08-02KVM: MMU: invalidate and flush on spte small->large page size changeMarcelo Tosatti
2010-08-02KVM: SVM: Implement workaround for Erratum 383Joerg Roedel
2010-08-02KVM: SVM: Handle MCEs early in the vmexit processJoerg Roedel
2010-08-02KVM: MMU: Remove user access when allowing kernel access to gpte.w=0 pageAvi Kivity
2010-08-02x86: Do not try to disable hpet if it hasn't been initialized beforeStefano Stabellini
2010-08-02x86: Fix x2apic preenabled system with kexecYinghai Lu
2010-08-02x86, Calgary: Limit the max PHB number to 256Darrick J. Wong
2010-08-02x86, Calgary: Increase max PHB numberDarrick J. Wong
2010-08-02x86: Fix vsyscall on gcc 4.5 with -OsAndi Kleen
2010-07-05KVM: x86: Inject #GP with the right rip on efer writesRoedel, Joerg
2010-07-05KVM: x86: Add missing locking to arch specific vcpu ioctlsAvi Kivity
2010-07-05KVM: Fix wallclock version writing raceAvi Kivity
2010-07-05KVM: MMU: Don't read pdptrs with mmu spinlock held in mmu_alloc_rootsAvi Kivity
2010-07-05KVM: VMX: enable VMXON check with SMX enabled (Intel TXT)Shane Wang