summaryrefslogtreecommitdiffstats
path: root/arch/x86/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pm+acpi-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-02-204-17/+11
|\
| * Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Rafael J. Wysocki2013-02-183-13/+11
| |\
| | * Merge branch 'misc' into releaseLen Brown2013-02-181-12/+6
| | |\
| | | * x86 idle: remove 32-bit-only "no-hlt" parameter, hlt_works_ok flagLen Brown2013-02-101-10/+0
| | | * x86 idle: remove mwait_idle() and "idle=mwait" cmdline paramLen Brown2013-02-101-1/+1
| | | * xen idle: make xen-specific macro xen-specificLen Brown2013-02-101-1/+5
| | * | tools/power turbostat: display SMI count by defaultLen Brown2013-02-131-0/+1
| | * | intel_idle: remove assumption of one C-state per MWAIT flagLen Brown2013-02-081-0/+2
| | * | intel_idle: remove use and definition of MWAIT_MAX_NUM_CSTATESLen Brown2013-02-081-1/+0
| | * | tools/power turbostat: decode MSR_IA32_POWER_CTLLen Brown2013-02-081-0/+2
| | |/
| * | Merge branch 'acpica'Rafael J. Wysocki2013-02-111-4/+0
| |\ \ | | |/ | |/|
| | * ACPICA: Update compilation environment settings.Lv Zheng2013-01-101-4/+0
* | | Merge branch 'x86-uv-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-02-192-366/+1174
|\ \ \
| * | | x86, uv, uv3: Trim MMR register definitions after code changes for SGI UV3Mike Travis2013-02-111-2479/+1
| * | | x86, uv, uv3: Update Hub Info for SGI UV3Mike Travis2013-02-111-8/+36
| * | | x86, uv, uv3: Update MMR register definitions for SGI Ultraviolet System 3 (UV3)Mike Travis2013-02-111-108/+3366
| |/ /
* | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-02-192-1/+18
|\ \ \
| * | | x86, AMD, NB: Use u16 for northbridge IDs in amd_get_nb_idDaniel J Blueman2013-01-101-1/+1
| * | | x86, AMD, NB: Add multi-domain supportDaniel J Blueman2013-01-101-0/+17
| | |/ | |/|
* | | Merge branch 'x86-hyperv-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-02-192-2/+6
|\ \ \
| * | | X86: Handle Hyper-V vmbus interrupts as special hypervisor interruptsK. Y. Srinivasan2013-02-122-2/+6
| | |/ | |/|
* | | Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-02-191-0/+38
|\ \ \
| * | | x86, boot: Sanitize boot_params if not zeroed on creationH. Peter Anvin2013-01-291-0/+38
* | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-02-198-619/+534
|\ \ \ \
| * \ \ \ Merge tag 'v3.8-rc7' into x86/asmH. Peter Anvin2013-02-123-18/+48
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | x86: Require MOVBE feature in cpuid when we use itDavid Woodhouse2013-01-281-1/+7
| * | | | x86/xor: Add alternative SSE implementation only prefetching once per 64-byte...Jan Beulich2013-01-253-18/+187
| * | | | x86/xor: Unify SSE-base xor-block routinesJan Beulich2013-01-253-581/+319
| * | | | x86/mm: Convert update_mmu_cache() and update_mmu_cache_pmd() to functionsKirill A. Shutemov2013-01-243-10/+12
| * | | | ix86: Tighten asmlinkage_protect() constraintsJan Beulich2013-01-241-9/+9
| | |_|/ | |/| |
* | | | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-02-198-42/+95
|\ \ \ \
| * \ \ \ Merge tag 'ioapic-cleanups-for-tip' of git://git.kernel.org/pub/scm/linux/ker...Ingo Molnar2013-01-296-29/+87
| |\ \ \ \
| | * | | | x86, irq: Move irq_remapped out of x86 core codeJoerg Roedel2013-01-281-10/+0
| | * | | | x86, io_apic: Introduce eoi_ioapic_pin call-backJoerg Roedel2013-01-282-0/+6
| | * | | | x86, msi: Introduce x86_msi.compose_msi_msg call-backJoerg Roedel2013-01-282-0/+8
| | * | | | x86, irq: Introduce setup_remapped_irq()Joerg Roedel2013-01-281-0/+9
| | * | | | x86, io-apic: Move CONFIG_IRQ_REMAP code out of x86 coreJoerg Roedel2013-01-283-0/+23
| | * | | | x86, irq: Add data structure to keep AMD specific irq remapping informationJoerg Roedel2013-01-281-1/+11
| | * | | | x86, irq: Move irq_remapping_enabled declaration to iommu codeJoerg Roedel2013-01-281-4/+0
| | * | | | x86, io_apic: Move irq_remapping_enabled checks out of check_timer()Joerg Roedel2013-01-281-0/+5
| | * | | | x86, io_apic: Convert setup_ioapic_entry to function pointerJoerg Roedel2013-01-282-0/+10
| | * | | | x86, io_apic: Introduce set_affinity function pointerJoerg Roedel2013-01-283-9/+10
| | * | | | x86, msi: Use IRQ remapping specific setup_msi_irqs routineJoerg Roedel2013-01-282-12/+3
| | * | | | x86, hpet: Introduce x86_msi_ops.setup_hpet_msiJoerg Roedel2013-01-282-2/+4
| | * | | | x86, io_apic: Introduce x86_io_apic_ops.print_entries for debuggingJoerg Roedel2013-01-282-0/+4
| | * | | | x86, io_apic: Introduce x86_io_apic_ops.disable()Joerg Roedel2013-01-282-4/+7
| * | | | | x86, kvm: Fix intialization warnings in kvm.cAlok N Kataria2013-01-291-4/+4
| |/ / / /
| * | | | x86/apic: Allow x2apic without IR on VMware platformAlok N Kataria2013-01-241-9/+4
| |/ / /
* | | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2013-02-194-3/+15
|\ \ \ \
| * | | | perf/x86/amd: Enable northbridge performance counters on AMD family 15hJacob Shin2013-02-163-0/+13
OpenPOWER on IntegriCloud