summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2012-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2-6/+6
2012-05-23Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds25-93/+151
2012-05-23Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-79/+83
2012-05-23Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds13-204/+939
2012-05-23Merge branch 'for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/pe...Linus Torvalds21-60/+59
2012-05-22Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds5-1/+44
2012-05-22Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds15-193/+46
2012-05-22Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-61/+44
2012-05-22Merge branch 'core-iommu-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds3-280/+165
2012-05-22Merge tag 'pci-for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/helg...Linus Torvalds7-172/+191
2012-05-21net: drop NET dependency from HAVE_BPF_JITSam Ravnborg1-1/+1
2012-05-21Merge branch 'vfs-cleanups' (random vfs cleanups)Linus Torvalds1-12/+8
2012-05-21Merge branch 'stat-cleanups' (clean up copying of stat info to user space)Linus Torvalds1-0/+21
2012-05-21Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/acm...Ingo Molnar26-79/+135
2012-05-20Merge branch 'x86/ld-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds5-62/+197
2012-05-19x86, relocs: When printing an error, say relative or absoluteH. Peter Anvin1-3/+8
2012-05-19x86, relocs: Workaround for binutils 2.22.52.0.1 section bugH. Peter Anvin1-1/+5
2012-05-19x86, realmode: 16-bit real-mode code support for relocs toolH. Peter Anvin5-62/+188
2012-05-18Merge tag 'linus-mce-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds1-3/+11
2012-05-18Merge remote-tracking branch 'tip/perf/urgent' into perf/coreArnaldo Carvalho de Melo26-79/+135
2012-05-18x86/apic: Implement EIO micro-optimizationMichael S. Tsirkin4-3/+8
2012-05-18x86/apic: Add apic->eoi_write() callbackMichael S. Tsirkin12-1/+28
2012-05-18x86/apic: Use symbolic APIC_EOI_ACKMichael S. Tsirkin1-3/+1
2012-05-18x86/apic: Fix typo EIO_ACK -> EOI_ACK and document itMichael S. Tsirkin2-2/+2
2012-05-18x86/xen/apic: Add missing #include <xen/xen.h>Ingo Molnar1-1/+4
2012-05-17Merge branches 'perf-urgent-for-linus', 'x86-urgent-for-linus' and 'sched-urg...Linus Torvalds3-7/+12
2012-05-17sched: Remove stale power aware scheduling remnants and dysfunctional knobsPeter Zijlstra1-2/+1
2012-05-17ftrace/x86: Have x86 ftrace use the ftrace_modify_all_code()Steven Rostedt1-13/+2
2012-05-16x86/PCI: only check for spinlock being held in SMP kernelsBjorn Helgaas1-1/+1
2012-05-15x86/mce: Only restart instruction after machine check recovery if it is safeTony Luck1-3/+11
2012-05-15percpu: remove percpu_xxx() functionsAlex Shi1-10/+6
2012-05-15x86: replace percpu_xxx funcs with this_cpu_xxxAlex Shi21-50/+53
2012-05-14x86, kvm: KVM paravirt kernels don't check for CPUID being unavailableAlan Cox1-0/+3
2012-05-14sched/x86: Rewrite set_cpu_sibling_map()Peter Zijlstra1-46/+66
2012-05-14perf/x86/ibs: Fix undefined reference to `get_ibs_caps'Robert Richter1-0/+4
2012-05-09Merge git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-8/+2
2012-05-09perf/x86-ibs: Fix usage of IBS op current countRobert Richter1-12/+21
2012-05-09perf/x86-ibs: Catch spurious interrupts after stopping IBSRobert Richter1-5/+7
2012-05-09perf/x86-ibs: Implement workaround for IBS erratum #420Robert Richter1-23/+39
2012-05-09perf/x86-ibs: Extend hw period that triggers overflowRobert Richter1-2/+13
2012-05-09perf/x86-ibs: Trigger overflow if remaining period is too smallRobert Richter1-4/+1
2012-05-09perf/x86-ibs: Rename some variablesRobert Richter1-5/+5
2012-05-09perf/x86-ibs: Precise event sampling with IBS for AMD CPUsRobert Richter2-4/+76
2012-05-09perf/x86-ibs: Take instruction pointer from ibs sampleRobert Richter2-19/+35
2012-05-09perf/x86-ibs: Fix frequency profilingRobert Richter1-2/+16
2012-05-09perf/x86-ibs: Enable ibs op micro-ops counting modeRobert Richter1-0/+2
2012-05-09perf: Pass last sampling period to perf_sample_data_init()Robert Richter5-15/+8
2012-05-09perf/x86-ibs: Fix update of periodRobert Richter1-13/+14
2012-05-09Merge branch 'perf/x86-ibs' into perf/coreIngo Molnar3-7/+438
2012-05-09sched/numa: Rewrite the CONFIG_NUMA sched domain supportPeter Zijlstra1-38/+0