summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2009-03-02Merge branches 'sched/clock', 'sched/urgent' and 'linus' into sched/coreIngo Molnar6-14/+44
2009-02-26x86: set X86_FEATURE_TSC_RELIABLEIngo Molnar1-1/+7
2009-02-26x86: enable DMAR by defaultKyle McMartin1-1/+1
2009-02-25xen: disable interrupts early, as start_kernel expectsJeremy Fitzhardinge1-0/+3
2009-02-25gpu/drm, x86, PAT: io_mapping_create_wc and resource_size_tVenkatesh Pallipadi2-0/+21
2009-02-24x86, Voyager: fix compile by lifting the degeneracy of phys_cpu_present_mapJames Bottomley1-12/+12
2009-02-22PM: Split up sysdev_[suspend|resume] from device_power_[down|up]Rafael J. Wysocki1-0/+4
2009-02-22x86: Add IRQF_TIMER to legacy x86 timer interrupt descriptorsLinus Torvalds4-4/+4
2009-02-22x86_64: Fix S3 fail pathJiri Slaby1-1/+3
2009-02-22x86_64: acpi/wakeup_64 cleanupJiri Slaby1-19/+7
2009-02-21x86, mce: remove incorrect __cpuinit for mce_cpu_features()H. Peter Anvin3-4/+4
2009-02-20x86: use the right protections for split-up pagetablesIngo Molnar1-10/+5
2009-02-20x86, vmi: TSC going backwards check in vmi clocksourceAlok N Kataria1-1/+4
2009-02-19Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-6/+4
2009-02-19mm: clean up for early_pfn_to_nid()KAMEZAWA Hiroyuki3-5/+1
2009-02-18x86, mce: fix ifdef for 64bit thermal apic vector clear on shutdownAndi Kleen1-1/+1
2009-02-18x86, mce: use force_sig_info to kill process in machine checkAndi Kleen1-2/+2
2009-02-18x86, mce: reinitialize per cpu features on resumeAndi Kleen1-0/+1
2009-02-18Merge branch 'tracing-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-22/+2
2009-02-18Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds10-82/+109
2009-02-18Merge branch 'kvm-updates/2.6.29' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds10-70/+40
2009-02-18x86, rcu: fix strange load average and ksoftirqd behaviorPaul E. McKenney1-3/+0
2009-02-16cpumask: fix powernow-k8: partial revert of 2fdf66b491ac706657946442789ec644c...Rusty Russell1-5/+7
2009-02-15trace: mmiotrace to the tracer menu in KconfigPekka Paalanen1-22/+2
2009-02-15x86, vm86: fix preemption bugThomas Gleixner1-1/+9
2009-02-15KVM: VMX: Flush volatile msrs before emulating rdmsrAvi Kivity1-0/+1
2009-02-15KVM: x86: fix LAPIC pending count calculationMarcelo Tosatti6-63/+15
2009-02-15KVM: MMU: Map device MMIO as UC in EPTSheng Yang2-4/+8
2009-02-15KVM: x86: disable kvmclock on non constant TSC hostsMarcelo Tosatti1-1/+3
2009-02-15KVM: PIT: fix i8254 pending count readMarcelo Tosatti1-1/+1
2009-02-15KVM: Fix racy in kvm_free_assigned_irqSheng Yang1-1/+1
2009-02-15KVM: Add kvm_arch_sync_events to sync with asynchronize eventsSheng Yang1-0/+4
2009-02-15KVM: Avoid using CONFIG_ in userspace visible headersAvi Kivity1-0/+7
2009-02-15x86, olpc: fix model detection without OFWChris Ball1-1/+1
2009-02-13x86, hpet: fix for LS21 + HPET = boot hangjohn stultz1-0/+2
2009-02-13x86: CPA avoid repeated lazy mmu flushThomas Gleixner1-8/+7
2009-02-13x86: warn if arch_flush_lazy_mmu_cpu is called in preemptible contextThomas Gleixner1-0/+2
2009-02-13x86/paravirt: make arch_flush_lazy_mmu/cpu disable preemptionJeremy Fitzhardinge2-15/+26
2009-02-12x86, pat: fix warn_on_once() while mapping 0-1MB range with /dev/memSuresh Siddha3-58/+45
2009-02-12x86/cpa: make sure cpa is safe to call in lazy mmu modeJeremy Fitzhardinge1-0/+14
2009-02-11Merge branch 'timers-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-2/+10
2009-02-11Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds23-121/+193
2009-02-11x86, ptrace, mm: fix double-free on raceMarkus Metzger1-6/+10
2009-02-11tracing, x86: fix constraint for parent variableSteven Rostedt1-5/+4
2009-02-10tracing, x86: fix fixup section to return to original codeSteven Rostedt1-3/+5
2009-02-10i8327: fix outb() parameter orderClemens Ladisch1-9/+8
2009-02-10x86: fix math_emu register frame accessTejun Heo7-56/+55
2009-02-10Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/c...Linus Torvalds1-6/+22
2009-02-09x86: spinlocks: define dummy __raw_spin_is_contendedKyle McMartin2-0/+2
2009-02-09x86: math_emu info cleanupTejun Heo6-64/+48