summaryrefslogtreecommitdiffstats
path: root/arch/x86/include/asm
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-09-272-27/+3
|\
| * Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mflem...Ingo Molnar2014-09-251-24/+0
| |\
| | * Revert "efi/x86: efistub: Move shared dependencies to <asm/efi.h>"Matt Fleming2014-09-231-24/+0
| * | Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mflem...Ingo Molnar2014-09-191-3/+3
| |\ \ | | |/
| | * x86 early_ioremap: Increase FIX_BTMAPS_SLOTS to 8Dave Young2014-09-141-3/+3
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-09-191-0/+1
|\ \ \ | |/ /
| * | x86, irq: Fix build error caused by 9eabc99a635a77cbf09Jiang Liu2014-09-011-0/+1
* | | Make ARCH_HAS_FAST_MULTIPLIER a real config variableLinus Torvalds2014-09-131-2/+0
* | | Merge tag 'stable/for-linus-3.17-b-rc4-tag' of git://git.kernel.org/pub/scm/l...Linus Torvalds2014-09-111-0/+1
|\ \ \ | |/ / |/| |
| * | x86/xen: don't copy bogus duplicate entries into kernel page tablesStefan Bader2014-09-101-0/+1
* | | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-08-291-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-291-2/+7
|/ /
* | Revert "KVM: x86: Increase the number of fixed MTRR regs to 10"Paolo Bonzini2014-08-191-1/+1
* | 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