summaryrefslogtreecommitdiffstats
path: root/arch/x86/include
Commit message (Expand)AuthorAgeFilesLines
* kvm: Fix page ageing bugsAndres Lagar-Cavilla2014-09-241-1/+1
* x86: kvm: use alternatives for VMCALL vs. VMMCALL if kernel text is read-onlyPaolo Bonzini2014-09-242-2/+9
* KVM: x86: directly use kvm_make_request againLiang Chen2014-09-241-1/+0
* kvm: Remove ept_identity_pagetable from struct kvm_arch.Tang Chen2014-09-171-1/+0
* KVM: x86: propagate exception from permission checks on the nested page faultPaolo Bonzini2014-09-051-3/+6
* KVM: x86: skip writeback on injection of nested exceptionPaolo Bonzini2014-09-051-1/+0
* kvm: x86: fix stale mmio cache bugDavid Matlack2014-09-031-0/+1
* KVM: remove garbage arg to *hardware_{en,dis}ableRadim Krčmář2014-08-291-2/+2
* KVM: forward declare structs in kvm_types.hPaolo Bonzini2014-08-291-4/+0
* KVM: x86: introduce sched_in to kvm_x86_opsRadim Krčmář2014-08-211-0/+2
* KVM: x86: drop fpu_activate hookWanpeng Li2014-08-191-1/+0
* Revert "KVM: x86: Increase the number of fixed MTRR regs to 10"Paolo Bonzini2014-08-191-1/+1
* Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds2014-08-161-0/+3
|\
| * intel_idle: Disable Baytrail Core and Module C6 auto-demotionLen Brown2014-08-151-0/+3
* | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2014-08-137-88/+49
|\ \
| * | x86, apic: Remove enable_apic_mode callbackDavid Rientjes2014-07-311-1/+0
| * | x86, apic: Remove setup_portio_remap callbackDavid Rientjes2014-07-311-1/+0
| * | x86, apic: Remove multi_timer_check callbackDavid Rientjes2014-07-311-1/+0
| * | x86, apic: Remove check_apicid_present callbackDavid Rientjes2014-07-311-6/+0
| * | x86, apic: Remove mps_oem_check callbackDavid Rientjes2014-07-312-9/+0
| * | x86, apic: Remove smp_callin_clear_local_apic callbackDavid Rientjes2014-07-311-1/+0
| * | x86, apic: Replace trampoline physical addresses with defaultsDavid Rientjes2014-07-312-11/+8
| * | x86, apic: Remove x86_32_numa_cpu_node callbackDavid Rientjes2014-07-311-8/+0
| * | x86, vsmp: Remove is_vsmp_box() from apic_is_clustered_box()Oren Twaig2014-07-131-8/+0
| * | x86, irq: Introduce helper functions to release IOAPIC pinJiang Liu2014-06-211-0/+3
| * | x86, irq: Clean up unused IOAPIC interfaceJiang Liu2014-06-211-9/+0
| * | x86, irq: Introduce two helper functions to support irqdomain map operationJiang Liu2014-06-211-0/+5
| * | x86, devicetree, irq: Use common mechanism to support irqdomainJiang Liu2014-06-211-2/+0
| * | x86, irq: Enhance mp_register_ioapic() to support irqdomainJiang Liu2014-06-211-1/+2
| * | x86, irq: Introduce mechanisms to support dynamically allocate IRQ for IOAPICJiang Liu2014-06-211-2/+19
| * | x86, ACPI, irq: Consolidate algorithm of mapping (ioapic, pin) to IRQ numberJiang Liu2014-06-211-0/+2
| * | x86, irq: Count legacy IRQs by legacy_pic->nr_legacy_irqs instead of NR_IRQS_...Jiang Liu2014-06-211-0/+5
| * | x86, irq: Introduce some helper utilities to improve readabilityJiang Liu2014-06-211-0/+2
| * | x86, ioapic: Kill unused global variable timer_through_8259Jiang Liu2014-06-211-4/+0
| * | x86, irq, trivial: Minor improvements of IRQ related codeJiang Liu2014-06-212-12/+7
| * | x86, mpparse: Simplify arch/x86/include/asm/mpspec.hJiang Liu2014-06-213-18/+2
* | | Merge branch 'x86-xsave-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-08-134-61/+189
|\ \ \
| * | | x86, xsave: Add forgotten inline annotationBorislav Petkov2014-06-181-1/+1
| * | | x86/xsave: Make it clear that the XSAVE macros use (%edi)/(%rdi)H. Peter Anvin2014-05-301-0/+1
| * | | Define kernel API to get address of each state in xsave areaFenghua Yu2014-05-291-0/+3
| * | | x86/xsaves: Save xstate to task's xsave area in __save_fpu during booting timeFenghua Yu2014-05-291-3/+6
| * | | x86/xsaves: Add xsaves and xrstors support for booting timeFenghua Yu2014-05-291-0/+60
| * | | x86/xsaves: Use xsave/xrstor for saving and restoring user space contextFenghua Yu2014-05-291-15/+18
| * | | x86/xsaves: Use xsaves/xrstors for context switchFenghua Yu2014-05-291-25/+12
| * | | x86/xsaves: Use xsaves/xrstors to save and restore xsave areaFenghua Yu2014-05-291-20/+64
| * | | x86/xsaves: Define a macro for handling xsave/xrstor instruction faultFenghua Yu2014-05-291-0/+7
| * | | x86/xsaves: Define macros for xsave instructionsFenghua Yu2014-05-291-0/+6
| * | | x86/xsaves: Change compacted format xsave area headerFenghua Yu2014-05-291-2/+2
| * | | x86/alternative: Add alternative_input_2 to support alternative with two feat...Fenghua Yu2014-05-291-0/+14
* | | | kexec: support for kexec on panic using new system callVivek Goyal2014-08-082-3/+36
OpenPOWER on IntegriCloud