summaryrefslogtreecommitdiffstats
path: root/arch/x86/include
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pm+acpi-4.5-rc1-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-01-131-38/+13Star
|\
| * Merge branch 'acpi-soc'Rafael J. Wysocki2016-01-121-38/+13Star
| |\
| | * ACPI / LPSS: override power state for LPSS DMA deviceAndy Shevchenko2016-01-071-0/+2
| | * x86/platform/iosf_mbi: Remove duplicate definitionsAndy Shevchenko2015-12-091-38/+11Star
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-01-122-5/+162
|\ \ \
| * | | KVM: move architecture-dependent requests to arch/Paolo Bonzini2016-01-081-0/+28
| * | | Merge tag 'kvm-arm-for-4.5-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini2016-01-073-18/+13Star
| |\ \ \ | | | |/ | | |/|
| * | | kvm/x86: Hyper-V SynIC timersAndrey Smetanin2015-12-162-0/+19
| * | | drivers/hv: Move struct hv_timer_message_payload into UAPI Hyper-V x86 headerAndrey Smetanin2015-12-161-0/+8
| * | | drivers/hv: Move struct hv_message into UAPI Hyper-V x86 headerAndrey Smetanin2015-12-161-0/+76
| * | | drivers/hv: Move HV_SYNIC_STIMER_COUNT into Hyper-V UAPI x86 headerAndrey Smetanin2015-12-161-0/+2
| * | | KVM: x86: MMU: Encapsulate the type of rmap-chain head in a new structTakuya Yoshikawa2015-11-251-2/+6
| * | | kvm/x86: Hyper-V kvm exitAndrey Smetanin2015-11-251-0/+1
| * | | kvm/x86: Hyper-V synthetic interrupt controllerAndrey Smetanin2015-11-251-0/+15
| * | | kvm/x86: per-vcpu apicv deactivation supportAndrey Smetanin2015-11-251-1/+5
| * | | kvm/x86: split ioapic-handled and EOI exit bitmapsAndrey Smetanin2015-11-251-2/+2
* | | | Merge tag 'for-linus-4.5-rc0-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-01-121-3/+3
|\ \ \ \
| * | | | xen: rename dom0_op to platform_opStefano Stabellini2015-12-211-3/+3
| | |/ / | |/| |
* | | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-01-124-1/+13
|\ \ \ \
| * | | | x86/platform/calgary: Constify cal_chipset_ops structuresJulia Lawall2015-11-291-1/+1
| * | | | x86/pm: Introduce quirk framework to save/restore extra MSR registers around ...Chen Yu2015-11-263-0/+12
| | |/ / | |/| |
* | | | Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-01-121-90/+83Star
|\ \ \ \
| * | | | x86/fpu: Get rid of xstate_fault()Borislav Petkov2015-11-241-53/+52Star
| * | | | x86/fpu: Add an XSTATE_OP() macroBorislav Petkov2015-11-241-37/+31Star
| |/ / /
* | | | Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-01-124-33/+12Star
|\ \ \ \
| * | | | x86/MSR: Chop off lower 32-bit valueBorislav Petkov2015-11-241-1/+1
| * | | | x86/cpu/amd, kvm: Satisfy guest kernel reads of IC_CFG MSRBorislav Petkov2015-11-241-0/+1
| * | | | x86/cpu: Unify CPU family, model, stepping calculationBorislav Petkov2015-11-242-32/+10Star
| |/ / /
* | | | Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-01-1210-134/+66Star
|\ \ \ \
| * | | | x86/mm: Align macro definesBorislav Petkov2015-12-191-3/+3
| * | | | x86/cpu: Provide a config option to disable static_cpu_hasBorislav Petkov2015-12-191-1/+1
| * | | | x86/cpufeature: Remove unused and seldomly used cpu_has_xx macrosBorislav Petkov2015-12-194-36/+7Star
| * | | | x86/cpufeature: Cleanup get_cpu_cap()Borislav Petkov2015-12-191-0/+20
| * | | | x86/cpufeature: Move some of the scattered feature bits to x86_capabilityBorislav Petkov2015-12-191-22/+32
| * | | | Merge branch 'linus' into x86/cleanupsThomas Gleixner2015-12-1916-50/+130
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | x86/paravirt: Remove paravirt ops pmd_update[_defer] and pte_update_deferJuergen Gross2015-11-253-36/+2Star
| * | | | x86/paravirt: Remove unused pv_apic_ops structureJuergen Gross2015-11-193-22/+0Star
| * | | | x86/tsc: Remove unused tsc_pre_init() hookThomas Gleixner2015-11-191-2/+0Star
| * | | | x86: Remove unused function cpu_has_ht_siblings()Juergen Gross2015-11-171-9/+0Star
| * | | | x86/paravirt: Kill some unused patching functionsBorislav Petkov2015-11-071-2/+0Star
* | | | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-01-126-46/+66
|\ \ \ \ \
| * | | | | x86/vsdo: Fix build on PARAVIRT_CLOCK=y, KVM_GUEST=nAndy Lutomirski2016-01-061-1/+1
| * | | | | x86/vdso: Remove pvclock fixmap machineryAndy Lutomirski2015-12-112-10/+0Star
| * | | | | x86/vdso: Get pvclock data from the vvar VMA instead of the fixmapAndy Lutomirski2015-12-112-0/+10
| * | | | | x86/asm: Add asm macros for static keys/jump labelsAndy Lutomirski2015-11-241-8/+44
| * | | | | x86/asm: Error out if asm/jump_label.h is included inappropriatelyAndy Lutomirski2015-11-241-0/+13
| * | | | | x86/entry, x86/paravirt: Remove the unused usergs_sysret32 PV opBoris Ostrovsky2015-11-232-13/+0Star
| * | | | | x86/paravirt: Remove the unused irq_enable_sysexit pv opBoris Ostrovsky2015-11-232-16/+0Star
| * | | | | x86/xen: Avoid fast syscall path for Xen PV guestsBoris Ostrovsky2015-11-231-0/+1
| | |_|/ / | |/| | |
* | | | | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2016-01-124-0/+15
|\ \ \ \ \