summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* kmemcheck: remove annotationsLevin, Alexander (Sasha Levin)2017-11-165-21/+1Star
* Merge tag 'dma-mapping-4.15' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2017-11-151-7/+0Star
|\
| * dma-mapping: turn dma_cache_sync into a dma_map_ops methodChristoph Hellwig2017-10-191-6/+0Star
| * x86: make dma_cache_sync a no-opChristoph Hellwig2017-10-191-1/+0Star
* | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-11-142-15/+12Star
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxHerbert Xu2017-11-0344-563/+663
| |\ \
| * | | crypto: crc32-pclmul - remove useless relative addressingMikulas Patocka2017-10-071-11/+6Star
| * | | crypto: aesni - Use GCM IV size constantCorentin LABBE2017-09-221-3/+4
| * | | crypto: aesni - make arrays aesni_simd_skciphers and aesni_simd_skciphers2 st...Colin Ian King2017-09-221-1/+2
* | | | Merge tag 'acpi-4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2017-11-142-5/+6
|\ \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| | \ \ \
| *---. \ \ \ Merge branches 'acpi-pmic', 'acpi-apei' and 'acpi-x86'Rafael J. Wysocki2017-11-132-5/+6
| |\ \ \ \ \ \ | | | |_|_|/ / | | |/| | | / | | | | | |/ | | | | |/|
| | | * | | ACPI / APEI: Remove arch_apei_flush_tlb_one()James Morse2017-11-071-5/+0Star
| | | * | | ACPI / APEI: Replace ioremap_page_range() with fixmapJames Morse2017-11-071-0/+6
* | | | | | x86 / CPU: Avoid unnecessary IPIs in arch_freq_get_on_cpu()Rafael J. Wysocki2017-11-141-4/+7
* | | | | | Merge branch 'x86-timers-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-11-147-51/+148
|\ \ \ \ \ \
| * | | | | | x86/tsc: Mark cyc2ns_init() and detect_art() __initDou Liyang2017-11-101-2/+2
| * | | | | | x86/platform/UV: Mark tsc_check_sync as an init functionmike.travis@hpe.com2017-10-241-1/+1
| * | | | | | 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-162-5/+61
| * | | | | | x86/tsc: Provide a means to disable TSC ARTmike.travis@hpe.com2017-10-161-2/+6
| * | | | | | x86/tsc: Drastically reduce the number of firmware bug warningsmike.travis@hpe.com2017-10-161-6/+3Star
| * | | | | | x86/tsc: Skip TSC test and error messages if already unstablemike.travis@hpe.com2017-10-161-0/+8
| * | | | | | x86/tsc: Add option that TSC on Socket 0 being non-zero is validmike.travis@hpe.com2017-10-162-4/+37
| * | | | | | x86/timers: Move simple_udelay_calibration() past kvmclock_init()Boris Ostrovsky2017-09-251-5/+4Star
| * | | | | | x86/timers: Make recalibrate_cpu_khz() voidDou Liyang2017-09-252-7/+3Star
| * | | | | | x86/timers: Move the simple udelay calibration to tsc.hDou Liyang2017-09-253-21/+21
* | | | | | | Merge branch 'x86-cache-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2017-11-145-32/+159
|\ \ \ \ \ \ \
| * | | | | | | x86/intel_rdt: Fix a silent failure when writing zero value schemataXiaochen Shen2017-11-121-0/+5
| * | | | | | | x86/intel_rdt: Fix potential deadlock during resctrl mountReinette Chatre2017-10-211-3/+5
| * | | | | | | x86/intel_rdt: Fix potential deadlock during resctrl unmountReinette Chatre2017-10-211-5/+5
| * | | | | | | x86/intel_rdt: Initialize bitmask of shareable resource if CDP enabledReinette Chatre2017-10-211-0/+1
| * | | | | | | x86/intel_rdt: Remove redundant assignmentJithu Joseph2017-10-051-1/+0Star
| * | | | | | | x86/intel_rdt/cqm: Make integer rmid_limbo_count staticColin Ian King2017-10-051-1/+1
| * | | | | | | x86/intel_rdt: Add diagnostics when making directoriesTony Luck2017-09-271-6/+22
| * | | | | | | x86/intel_rdt: Add diagnostics when writing the cpus fileTony Luck2017-09-271-3/+12
| * | | | | | | x86/intel_rdt: Add diagnostics when writing the tasks fileTony Luck2017-09-272-6/+11
| * | | | | | | x86/intel_rdt: Add diagnostics when writing the schemata fileTony Luck2017-09-271-11/+38
| * | | | | | | x86/intel_rdt: Add framework for better RDT UI diagnosticsTony Luck2017-09-272-0/+63
| |/ / / / / /
* | | | | | | Merge branch 'x86-apic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-11-1438-1289/+1437
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'linus' into x86/apic, to resolve conflictsIngo Molnar2017-11-07767-250/+1203
| |\ \ \ \ \ \ \
| * | | | | | | | x86/vector/msi: Select CONFIG_GENERIC_IRQ_RESERVATION_MODEThomas Gleixner2017-10-182-3/+3
| * | | | | | | | x86/vector: Use correct per cpu variable in free_moved_vector()Thomas Gleixner2017-10-172-6/+10
| * | | | | | | | x86/apic/vector: Ignore set_affinity call for inactive interruptsThomas Gleixner2017-10-121-0/+13
| * | | | | | | | Merge branch 'irq/urgent' into x86/apicThomas Gleixner2017-10-1238-494/+561
| |\ \ \ \ \ \ \ \ | | | |_|_|_|/ / / | | |/| | | | | |
| * | | | | | | | x86/apic: Fix spelling mistake: "symmectic" -> "symmetric"Colin Ian King2017-09-281-2/+2
| * | | | | | | | x86/apic: Use dead_cpu instead of current CPU when cleaning upBorislav Petkov2017-09-271-1/+1
| * | | | | | | | x86/vector: Respect affinity mask in irq descriptorThomas Gleixner2017-09-251-4/+17
| * | | | | | | | x86/irq: Simplify hotplug vector accountingThomas Gleixner2017-09-255-105/+33Star
| * | | | | | | | x86/vector: Switch IOAPIC to global reservation modeThomas Gleixner2017-09-251-23/+33
| * | | | | | | | x86/vector/msi: Switch to global reservation modeThomas Gleixner2017-09-251-34/+63