summaryrefslogtreecommitdiffstats
path: root/arch/x86/include
AgeCommit message (Expand)AuthorFilesLines
2013-02-21Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-0/+1
2013-02-20Merge tag 'pm+acpi-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-17/+11
2013-02-19Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-366/+1174
2013-02-19Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-1/+18
2013-02-19Merge branch 'x86-hyperv-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-2/+6
2013-02-19Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+38
2013-02-19Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds8-619/+534
2013-02-19Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds8-42/+95
2013-02-19Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds4-3/+15
2013-02-18Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Rafael J. Wysocki3-13/+11
2013-02-18Merge branch 'misc' into releaseLen Brown1-12/+6
2013-02-16perf/x86/amd: Enable northbridge performance counters on AMD family 15hJacob Shin3-0/+13
2013-02-13tools/power turbostat: display SMI count by defaultLen Brown1-0/+1
2013-02-13x86/mm: Check if PUD is large when validating a kernel addressMel Gorman1-0/+5
2013-02-12X86: Handle Hyper-V vmbus interrupts as special hypervisor interruptsK. Y. Srinivasan2-2/+6
2013-02-12Merge tag 'v3.8-rc7' into x86/asmH. Peter Anvin3-18/+48
2013-02-11x86, uv, uv3: Trim MMR register definitions after code changes for SGI UV3Mike Travis1-2479/+1
2013-02-11x86, uv, uv3: Update Hub Info for SGI UV3Mike Travis1-8/+36
2013-02-11x86, uv, uv3: Update MMR register definitions for SGI Ultraviolet System 3 (UV3)Mike Travis1-108/+3366
2013-02-11Merge branch 'acpica'Rafael J. Wysocki1-4/+0
2013-02-10x86 idle: remove 32-bit-only "no-hlt" parameter, hlt_works_ok flagLen Brown1-10/+0
2013-02-10x86 idle: remove mwait_idle() and "idle=mwait" cmdline paramLen Brown1-1/+1
2013-02-10xen idle: make xen-specific macro xen-specificLen Brown1-1/+5
2013-02-08intel_idle: remove assumption of one C-state per MWAIT flagLen Brown1-0/+2
2013-02-08intel_idle: remove use and definition of MWAIT_MAX_NUM_CSTATESLen Brown1-1/+0
2013-02-08tools/power turbostat: decode MSR_IA32_POWER_CTLLen Brown1-0/+2
2013-02-06Merge tag 'ras_for_3.8' into x86/urgentH. Peter Anvin2-87/+84
2013-02-06perf/x86/amd: Use proper naming scheme for AMD bit field definitionsJacob Shin1-2/+2
2013-01-31x86, AMD: Enable WC+ memory type on family 10 processorsBoris Ostrovsky1-0/+1
2013-01-31Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-17/+46
2013-01-30efi: Make 'efi_enabled' a function to query EFI facilitiesMatt Fleming1-0/+1
2013-01-29x86, boot: Sanitize boot_params if not zeroed on creationH. Peter Anvin1-0/+38
2013-01-29Merge tag 'ioapic-cleanups-for-tip' of git://git.kernel.org/pub/scm/linux/ker...Ingo Molnar6-29/+87
2013-01-29x86, kvm: Fix intialization warnings in kvm.cAlok N Kataria1-4/+4
2013-01-28x86: Require MOVBE feature in cpuid when we use itDavid Woodhouse1-1/+7
2013-01-28x86, irq: Move irq_remapped out of x86 core codeJoerg Roedel1-10/+0
2013-01-28x86, io_apic: Introduce eoi_ioapic_pin call-backJoerg Roedel2-0/+6
2013-01-28x86, msi: Introduce x86_msi.compose_msi_msg call-backJoerg Roedel2-0/+8
2013-01-28x86, irq: Introduce setup_remapped_irq()Joerg Roedel1-0/+9
2013-01-28x86, io-apic: Move CONFIG_IRQ_REMAP code out of x86 coreJoerg Roedel3-0/+23
2013-01-28x86, irq: Add data structure to keep AMD specific irq remapping informationJoerg Roedel1-1/+11
2013-01-28x86, irq: Move irq_remapping_enabled declaration to iommu codeJoerg Roedel1-4/+0
2013-01-28x86, io_apic: Move irq_remapping_enabled checks out of check_timer()Joerg Roedel1-0/+5
2013-01-28x86, io_apic: Convert setup_ioapic_entry to function pointerJoerg Roedel2-0/+10
2013-01-28x86, io_apic: Introduce set_affinity function pointerJoerg Roedel3-9/+10
2013-01-28x86, msi: Use IRQ remapping specific setup_msi_irqs routineJoerg Roedel2-12/+3
2013-01-28x86, hpet: Introduce x86_msi_ops.setup_hpet_msiJoerg Roedel2-2/+4
2013-01-28x86, io_apic: Introduce x86_io_apic_ops.print_entries for debuggingJoerg Roedel2-0/+4
2013-01-28x86, io_apic: Introduce x86_io_apic_ops.disable()Joerg Roedel2-4/+7
2013-01-27x86, boot: Define the 2.12 bzImage boot protocolH. Peter Anvin1-17/+46