summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2010-05-10x86: Eliminate TS_XSAVEAvi Kivity5-16/+21
2010-05-10Merge branch 'core' of git://git.kernel.org/pub/scm/linux/kernel/git/rric/opr...Ingo Molnar3-113/+130
2010-05-10Merge commit 'v2.6.34-rc7' into oprofileIngo Molnar18-108/+151
2010-05-10x86, hypervisor: add missing <linux/module.h>H. Peter Anvin2-0/+2
2010-05-09x86, hypervisor: Export the x86_hyper* symbolsH. Peter Anvin3-1/+3
2010-05-09Merge commit 'v2.6.34-rc6' into x86/cpuH. Peter Anvin107-260/+472
2010-05-08x86, perf: P4 PMU -- check for proper event index in RAW eventsCyrill Gorcunov1-1/+10
2010-05-08x86, perf: P4 PMU -- Get rid of redundant check for array indexCyrill Gorcunov1-5/+0
2010-05-08x86, perf: P4 PMU -- protect sensible procedures from preemptionCyrill Gorcunov1-2/+6
2010-05-08x86, perf: P4 PMU -- configure predefined eventsCyrill Gorcunov1-15/+14
2010-05-08x86: Clean up the hypervisor layerH. Peter Anvin8-107/+117
2010-05-08x86, HyperV: fix up the license to mshyperv.cGreg Kroah-Hartman1-12/+1
2010-05-08x86: Avoid check hlt for newer cpusJacob Pan1-1/+1
2010-05-07perf, x86: implement group scheduling transactional APIsLin Ming1-113/+67
2010-05-07perf, x86: Improve the PEBS ABIPeter Zijlstra3-9/+24
2010-05-07perf, x86: Consolidate some code repetitionPeter Zijlstra1-53/+44
2010-05-07perf, x86: Remove PEBS SAMPLE_RAW supportPeter Zijlstra1-14/+0
2010-05-07perf, x86: Use weight instead of cmask in for_each_event_constraint()Robert Richter1-1/+1
2010-05-07perf, x86: Pass enable bit mask to __x86_pmu_enable_event()Robert Richter2-6/+8
2010-05-07perf, x86: Call x86_setup_perfctr() from .hw_config()Robert Richter2-8/+3
2010-05-07perf, x86: Move x86_setup_perfctr()Robert Richter1-61/+59
2010-05-07perf, x86: Move perfctr init code to x86_setup_perfctr()Robert Richter1-6/+14
2010-05-07Merge branch 'perf/urgent' into perf/coreIngo Molnar6-2/+23
2010-05-07x86: Detect running on a Microsoft HyperV systemKy Srinivasan6-4/+91
2010-05-06oprofile/x86: make AMD IBS hotplug capableRobert Richter3-41/+19
2010-05-06oprofile/x86: notify cpus only when daemon is runningRobert Richter1-13/+3
2010-05-06x86: Fix fake apicid to node mapping for numa emulationDavid Rientjes1-1/+2
2010-05-06x86, acpi/irq: Define gsi_end when X86_IO_APIC is undefinedEric W. Biederman1-0/+1
2010-05-05Merge branch 'x86-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds5-1/+22
2010-05-05Fix the x86_64 implementation of call_rwsem_wait()David Howells1-1/+1
2010-05-05x86, irq: Kill io_apic_renumber_irqEric W. Biederman4-31/+0
2010-05-05x86, acpi/irq: Handle isa irqs that are not identity mapped to gsi's.Eric W. Biederman2-6/+59
2010-05-05x86, ioapic: Simplify probe_nr_irqs_gsi.Eric W. Biederman3-43/+3
2010-05-05x86, ioapic: Optimize pin_2_irqEric W. Biederman1-9/+4
2010-05-05x86, ioapic: Move nr_ioapic_registers calculation to mp_register_ioapic.Eric W. Biederman1-14/+8
2010-05-05x86, ioapic: In mpparse use mp_register_ioapicEric W. Biederman1-24/+1
2010-05-05x86, ioapic: Teach mp_register_ioapic to compute a global gsi_endEric W. Biederman3-3/+8
2010-05-05x86, ioapic: Fix the types of gsi valuesEric W. Biederman2-7/+7
2010-05-05x86, ioapic: Fix io_apic_redir_entries to return the number of entries.Eric W. Biederman1-3/+7
2010-05-05x86, ioapic: Only export mp_find_ioapic and mp_find_ioapic_pin in io_apic.hEric W. Biederman1-4/+0
2010-05-05x86, acpi/irq: Generalize mp_config_acpi_legacy_irqsEric W. Biederman1-12/+18
2010-05-05x86, acpi/irq: Fix acpi_sci_ioapic_setup so it has both bus_irq and gsiEric W. Biederman1-5/+7
2010-05-05x86, acpi/irq: Teach acpi_get_override_irq to take a gsi not an isa_irqEric W. Biederman1-9/+14
2010-05-05x86, acpi/irq: Introduce apci_isa_irq_to_gsiEric W. Biederman1-0/+8
2010-05-04oprofile/x86: reordering some functionsRobert Richter1-67/+67
2010-05-04oprofile/x86: stop disabled counters in nmi handlerRobert Richter1-2/+10
2010-05-04oprofile/x86: protect cpu hotplug sectionsRobert Richter1-6/+46
2010-05-04oprofile/x86: remove CONFIG_SMP macrosRobert Richter1-6/+1
2010-05-04oprofile/x86: fix uninitialized counter usage during cpu hotplugRobert Richter1-2/+8
2010-05-04oprofile/x86: remove duplicate IBS capability checkRobert Richter1-2/+1