summaryrefslogtreecommitdiffstats
path: root/arch/x86/include
Commit message (Expand)AuthorAgeFilesLines
* kmemcheck: remove whats left of NOTRACK flagsLevin, Alexander (Sasha Levin)2017-11-152-18/+0
* kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)2017-11-152-5/+1
* Merge tag 'dma-mapping-4.15' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2017-11-141-7/+0
|\
| * dma-mapping: turn dma_cache_sync into a dma_map_ops methodChristoph Hellwig2017-10-191-6/+0
| * x86: make dma_cache_sync a no-opChristoph Hellwig2017-10-191-1/+0
* | Merge tag 'acpi-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2017-11-131-0/+6
|\ \
| | \
| | \
| | \
| | \
| *---. \ Merge branches 'acpi-pmic', 'acpi-apei' and 'acpi-x86'Rafael J. Wysocki2017-11-131-0/+6
| |\ \ \ \ | | | | |/
| | | * | ACPI / APEI: Replace ioremap_page_range() with fixmapJames Morse2017-11-071-0/+6
* | | | | Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-11-133-6/+26
|\ \ \ \ \
| * | | | | x86/tsc: Make CONFIG_X86_TSC=n build work againThomas Gleixner2017-10-171-0/+4
| * | | | | x86/platform/UV: Add check of TSC state set by UV BIOSmike.travis@hpe.com2017-10-161-5/+18
| * | | | | x86/tsc: Add option that TSC on Socket 0 being non-zero is validmike.travis@hpe.com2017-10-161-0/+2
| * | | | | x86/timers: Make recalibrate_cpu_khz() voidDou Liyang2017-09-251-1/+1
| * | | | | x86/timers: Move the simple udelay calibration to tsc.hDou Liyang2017-09-251-0/+1
* | | | | | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-11-1311-251/+344
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'linus' into x86/apic, to resolve conflictsIngo Molnar2017-11-07324-12/+366
| |\ \ \ \ \ \ | | | |/ / / / | | |/| | | |
| * | | | | | x86/vector: Use correct per cpu variable in free_moved_vector()Thomas Gleixner2017-10-171-4/+8
| * | | | | | Merge branch 'irq/urgent' into x86/apicThomas Gleixner2017-10-129-124/+50
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| * | | | | | x86/irq: Simplify hotplug vector accountingThomas Gleixner2017-09-252-4/+1
| * | | | | | x86/vector: Handle managed interrupts properThomas Gleixner2017-09-251-6/+2
| * | | | | | x86/vector: Untangle internal state from irq_cfgThomas Gleixner2017-09-251-2/+1
| * | | | | | x86/vector: Add tracepoints for vector managementThomas Gleixner2017-09-251-0/+244
| * | | | | | x86/irq/vector: Initialize matrix allocatorThomas Gleixner2017-09-252-1/+8
| * | | | | | x86/apic: Add replacement for cpu_mask_to_apicid()Thomas Gleixner2017-09-251-0/+5
| * | | | | | x86/ioapic: Mark legacy vectors at reallocation timeThomas Gleixner2017-09-251-0/+1
| * | | | | | x86/ioapic: Remove obsolete post hotplug updateThomas Gleixner2017-09-251-2/+0
| * | | | | | x86/vector: Rename used_vectors to system_vectorsThomas Gleixner2017-09-251-1/+1
| * | | | | | x86/apic: Get rid of apic->target_cpusThomas Gleixner2017-09-251-3/+0
| * | | | | | x86/apic: Reorganize struct apicThomas Gleixner2017-09-251-59/+50
| * | | | | | x86/apic: Move common APIC callbacksThomas Gleixner2017-09-251-61/+12
| * | | | | | x86/apic: Sanitize 32/64bit APIC callbacksThomas Gleixner2017-09-252-31/+1
| * | | | | | x86/apic: Move APIC noop specific functionsThomas Gleixner2017-09-251-7/+0
| * | | | | | x86/apic: Move probe32 specific APIC functionsThomas Gleixner2017-09-251-21/+0
| * | | | | | x86/apic: Sanitize return value of check_apicid_used()Thomas Gleixner2017-09-251-2/+2
| * | | | | | x86/apic: Sanitize return value of apic.set_apic_id()Thomas Gleixner2017-09-251-1/+1
| * | | | | | x86/apic: Deinline x2apic functionsThomas Gleixner2017-09-251-49/+0
| * | | | | | Merge branch 'irq/core' into x86/apicThomas Gleixner2017-09-251-2/+2
| |\ \ \ \ \ \
| * | | | | | | x86/apic: Remove init_bsp_APIC()Dou Liyang2017-09-251-1/+0
| * | | | | | | x86/init: Add intr_mode_init to x86_init_opsDou Liyang2017-09-251-0/+2
| * | | | | | | x86/apic: Unify interrupt mode setup for UP systemDou Liyang2017-09-251-1/+0
| * | | | | | | x86/apic: Mark the apic_intr_mode extern for sanity check cleanupDou Liyang2017-09-251-0/+9
| * | | | | | | x86/apic: Move logical APIC ID away from apic_bsp_setup()Dou Liyang2017-09-251-1/+1
| * | | | | | | x86/apic: Prepare for unifying the interrupt delivery modes setupDou Liyang2017-09-251-0/+2
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-11-131-2/+2
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge tag 'v4.14-rc3' into irq/irqchip-4.15Marc Zyngier2017-11-028-122/+48
| |\ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | / / | | | |_|_|/ / | | |/| | | |
| * | | | | | genirq/irqdomain: Update irq_domain_ops.activate() signatureThomas Gleixner2017-09-251-2/+2
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-133-30/+45
|\ \ \ \ \ \
| * | | | | | x86/virt, x86/platform: Add ->guest_late_init() callback to hypervisor_x86 st...Juergen Gross2017-11-102-2/+2
| * | | | | | x86/virt, x86/acpi: Add test for ACPI_FADT_NO_VGAJuergen Gross2017-11-101-0/+1
| * | | | | | x86/virt: Add enum for hypervisors to replace x86_hyperJuergen Gross2017-11-101-9/+14
OpenPOWER on IntegriCloud