summaryrefslogtreecommitdiff
path: root/arch/x86/kernel
AgeCommit message (Expand)AuthorFilesLines
2012-05-22Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds1-1/+6
2012-05-22Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds6-143/+28
2012-05-22Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-59/+24
2012-05-22Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-249/+78
2012-05-18Merge tag 'linus-mce-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds1-3/+11
2012-05-17Merge branches 'perf-urgent-for-linus', 'x86-urgent-for-linus' and 'sched-urg...Linus Torvalds2-7/+9
2012-05-15x86/mce: Only restart instruction after machine check recovery if it is safeTony Luck1-3/+11
2012-05-09Merge git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-8/+1
2012-05-08Merge branch 'for-3.4-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+13
2012-05-08percpu, x86: don't use PMD_SIZE as embedded atom_size on 32bitTejun Heo1-1/+13
2012-05-08x86: Fix section annotation of acpi_map_cpu2node()Jan Beulich1-1/+1
2012-05-08x86: Use common threadinfo allocatorThomas Gleixner2-7/+6
2012-05-08Merge branch 'smp/threadalloc' into smp/hotplugThomas Gleixner2-4/+10
2012-05-08x86: Use kick_all_cpus_sync()Thomas Gleixner2-21/+1
2012-05-07Merge tag 'intr-remapping-ops-for-ingo' of git://git.kernel.org/pub/scm/linux...Ingo Molnar2-249/+78
2012-05-07x86/microcode: Ensure that module is only loaded on supported Intel CPUsSrivatsa S. Bhat1-6/+8
2012-05-07iommu: rename intr_remapping.[ch] to irq_remapping.[ch]Suresh Siddha2-2/+2
2012-05-07iommu: rename intr_remapping references to irq_remappingSuresh Siddha2-31/+32
2012-05-07x86, iommu/vt-d: Clean up interfaces for interrupt remappingJoerg Roedel1-1/+16
2012-05-07iommu/vt-d: Convert MSI remapping setup to remap_opsJoerg Roedel1-91/+28
2012-05-07iommu/vt-d: Convert free_irte into a remap_ops callbackJoerg Roedel1-1/+1
2012-05-07iommu/vt-d: Convert IR set_affinity function to remap_opsJoerg Roedel1-67/+2
2012-05-07iommu/vt-d: Convert IR ioapic-setup to use remap_opsJoerg Roedel1-66/+2
2012-05-07iommu/vt-d: Convert missing apic.c intr-remapping call to remap_opsJoerg Roedel1-3/+3
2012-05-07iommu/vt-d: Make intr-remapping initialization genericJoerg Roedel2-5/+10
2012-05-07IA32 emulation: Fix build problem for modular ia32 a.out supportLarry Finger1-0/+1
2012-05-06KVM: Do not take reference to mm during async #PFGleb Natapov1-8/+1
2012-05-05x86: Use generic init_taskThomas Gleixner3-43/+10
2012-05-04Merge tag 'v3.4-rc5' into nextJames Morris15-55/+66
2012-04-27x86/amd: Re-enable CPU topology extensions in case BIOS has disabled itAndreas Herrmann1-0/+18
2012-04-26x86: Use generic idle thread allocationThomas Gleixner1-71/+10
2012-04-26x86: Add task_struct argument to smp_ops.cpu_upThomas Gleixner1-1/+1
2012-04-25x86/apic: Use x2apic physical mode based on FADT settingGreg Pearson1-0/+6
2012-04-25x86/nmi: Fix page faults by nmiaction if kmemcheck is enabledLi Zhong1-59/+6
2012-04-25x86/nmi: Add new NMI queues to deal with IO_CHK and SERRDon Zickus1-0/+18
2012-04-25Merge tag 'l3-fix-for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Ingo Molnar1-4/+4
2012-04-24x86, acpi: Call acpi_enter_sleep_state via an asmlinkage C function from asse...Konrad Rzeszutek Wilk4-6/+8
2012-04-24ACPI: Convert wake_sleep_flags to a value instead of functionKonrad Rzeszutek Wilk1-0/+2
2012-04-19x86, intel_cacheinfo: Fix error return code in amd_set_l3_disable_slot()Srivatsa S. Bhat1-4/+4
2012-04-18x86, apic: APIC code touches invalid MSR on P5 class machinesBryan O'Donoghue1-14/+20
2012-04-17i387: ptrace breaks the lazy-fpu-restore logicOleg Nesterov1-0/+1
2012-04-16x86/platform: Remove incorrect error message in x86_default_fixup_cpu_id()Andreas Herrmann4-15/+9
2012-04-16x86/amd: Remove broken links from comment and kernel messageAndreas Herrmann1-2/+2
2012-04-14Merge tag 'microcode-fix-for-3.4' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2-11/+11
2012-04-14x86: Enable HAVE_ARCH_SECCOMP_FILTERWill Drewry1-1/+6
2012-04-13x86, microcode: Ensure that module is only loaded on supported AMD CPUsAndreas Herrmann2-8/+10
2012-04-13x86, microcode: Fix sysfs warning during module unload on unsupported CPUsAndreas Herrmann1-3/+1
2012-04-13Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-3/+3
2012-04-07Merge branch 'kvm-updates/3.4' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+4
2012-04-06x86: vsyscall: Use NULL instead 0 for a pointer argumentEmil Goode1-3/+3