summaryrefslogtreecommitdiffstats
path: root/arch/x86/include
Commit message (Expand)AuthorAgeFilesLines
* x86: Tell irq work about self IPI supportFrederic Weisbecker2014-09-132-1/+11
* irq_work: Introduce arch_irq_work_has_interrupt()Peter Zijlstra2014-09-131-0/+1
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-08-301-0/+2
|\
| * x86, irq, PCI: Keep IRQ assignment for runtime power managementJiang Liu2014-08-291-0/+2
* | x86,mm: fix pte_special versus pte_numaHugh Dickins2014-08-301-2/+7
|/
* 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-147-88/+49Star
|\ \
| * | x86, apic: Remove enable_apic_mode callbackDavid Rientjes2014-07-311-1/+0Star
| * | x86, apic: Remove setup_portio_remap callbackDavid Rientjes2014-07-311-1/+0Star
| * | x86, apic: Remove multi_timer_check callbackDavid Rientjes2014-07-311-1/+0Star
| * | x86, apic: Remove check_apicid_present callbackDavid Rientjes2014-07-311-6/+0Star
| * | x86, apic: Remove mps_oem_check callbackDavid Rientjes2014-07-312-9/+0Star
| * | x86, apic: Remove smp_callin_clear_local_apic callbackDavid Rientjes2014-07-311-1/+0Star
| * | x86, apic: Replace trampoline physical addresses with defaultsDavid Rientjes2014-07-312-11/+8Star
| * | x86, apic: Remove x86_32_numa_cpu_node callbackDavid Rientjes2014-07-311-8/+0Star
| * | x86, vsmp: Remove is_vsmp_box() from apic_is_clustered_box()Oren Twaig2014-07-141-8/+0Star
| * | 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/+0Star
| * | 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/+0Star
| * | 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/+0Star
| * | x86, irq, trivial: Minor improvements of IRQ related codeJiang Liu2014-06-212-12/+7Star
| * | x86, mpparse: Simplify arch/x86/include/asm/mpspec.hJiang Liu2014-06-213-18/+2Star
* | | Merge branch 'x86-xsave-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-08-144-61/+189
|\ \ \
| * | | x86, xsave: Add forgotten inline annotationBorislav Petkov2014-06-191-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/+12Star
| * | | 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-092-3/+36
* | | | kexec-bzImage64: support for loading bzImage using 64bit entryVivek Goyal2014-08-092-0/+27
* | | | arm64,ia64,ppc,s390,sh,tile,um,x86,mm: remove default gate areaAndy Lutomirski2014-08-092-1/+2
* | | | lib/scatterlist: make ARCH_HAS_SG_CHAIN an actual KconfigLaura Abbott2014-08-092-9/+2Star
* | | | Merge tag 'pm+acpi-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2014-08-072-4/+5
|\ \ \ \
| * \ \ \ Merge branch 'acpi-config'Rafael J. Wysocki2014-07-271-0/+5
| |\ \ \ \
| | * | | | ACPI: Don't use acpi_lapic in ACPI core codeGraeme Gregory2014-07-211-0/+5