aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/early-quirks.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-11-29x86/intel: Disable HPET on Intel Ice Lake platformsKai-Heng Feng1-0/+2
2019-11-29x86/intel: Disable HPET on Intel Coffee Lake H platformsKai-Heng Feng1-0/+2
2019-11-12x86/quirks: Disable HPET on Intel Coffe Lake platformsKai-Heng Feng1-0/+2
2019-07-17x86/gpu: add TGL stolen memory supportMichel Thierry1-0/+1
2019-04-01x86/gpu: add ElkhartLake to gen11 early quirksRodrigo Vivi1-0/+1
2019-04-01drm/i915: Split Pineview device info into desktop and mobileTvrtko Ursulin1-1/+2
2018-07-20Merge tag 'drm-intel-next-2018-07-19' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave Airlie1-0/+18
2018-07-10x86/gpu: reserve ICL's graphics stolen memoryPaulo Zanoni1-0/+18
2018-05-13x86/early-quirks: Rename duplicate define of dev_errJoe Perches1-4/+4
2017-12-15x86/gpu: add CFL to early quirksLucas De Marchi1-0/+1
2017-12-12x86/early-quirks: replace the magical increment start valuesMatthew Auld1-3/+3
2017-12-12x86/early-quirks: export the stolen region as a resourceMatthew Auld1-2/+9
2017-12-12x86/early-quirks: Extend Intel graphics stolen memory placement to 64bitJoonas Lahtinen1-37/+38
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-05Merge tag 'acpi-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-2/+2
2017-08-03treewide: Consolidate Apple DMI checksLukas Wunner1-2/+2
2017-07-06x86/gpu: CNL uses the same GMS values as SKLPaulo Zanoni1-0/+1
2017-05-03Merge tag 'drm-for-v4.12' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-0/+1
2017-01-28x86/boot/e820: Simplify the e820__update_table() interfaceIngo Molnar1-1/+1
2017-01-28x86/boot/e820: Prefix the E820_* type names with "E820_TYPE_"Ingo Molnar1-1/+1
2017-01-28x86/boot/e820: Create coherent API function names for E820 range operationsIngo Molnar1-1/+1
2017-01-28x86/boot/e820: Rename sanitize_e820_table() to e820__update_table()Ingo Molnar1-1/+1
2017-01-28x86/boot/e820: Harmonize the 'struct e820_table' fieldsIngo Molnar1-1/+1
2017-01-28x86/boot/e820: Rename everything to e820_tableIngo Molnar1-1/+1
2017-01-28x86/boot/e820: Rename 'e820_map' variables to 'e820_array'Ingo Molnar1-1/+1
2017-01-27x86/gpu: GLK uses the same GMS values as SKLPaulo Zanoni1-0/+1
2016-10-11Merge tag 'drm-for-v4.9' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-13/+5
2016-09-21x86/e820: Prepare e280 code for switch to dynamic storageDenys Vlasenko1-1/+1
2016-09-07drm/i915: Remove .is_mobile field from platform structCarlos Santa1-6/+3
2016-08-11drm/i915: Account for TSEG size when determining 865G stolen baseVille Syrjälä1-7/+2
2016-07-26Backmerge tag 'v4.7' into drm-nextDave Airlie1-13/+92
2016-07-10x86/quirks: Add early quirk to reset Apple AirPort cardLukas Wunner1-0/+64
2016-07-10x86/quirks: Reintroduce scanning of secondary busesLukas Wunner1-13/+21
2016-07-10x86/quirks: Apply nvidia_bugs quirk only on root busLukas Wunner1-0/+7
2016-05-10x86: Silence 32bit compiler warning in intel_graphics_stolen()Chris Wilson1-3/+4
2016-04-25drm/i915: Function per early graphics quirkJoonas Lahtinen1-89/+98
2016-04-25drm/i915: Canonicalize stolen memory calculationsJoonas Lahtinen1-130/+104
2015-11-23Merge tag 'v4.4-rc2' into drm-intel-next-queuedDaniel Vetter1-1/+1
2015-11-05drm/i915/kbl: Kabylake uses the same GMS values as SkylakeDeepak S1-0/+1
2015-10-21timers/x86/hpet: Type adjustmentsJan Beulich1-1/+1
2015-06-26Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-0/+1
2015-06-18x86/platform/intel/baytrail: Add comments about why we disabled HPET on BaytrailFeng Tang1-2/+6
2015-04-09drm/i915/bxt: Broxton uses the same GMS values as SkylakeDamien Lespiau1-0/+1
2014-09-24drm/i915/skl: Add the additional graphics stolen sizesDamien Lespiau1-0/+23
2014-06-05Merge commit '9e9a928eed8796a0a1aaed7e0b676db86ba84594' into drm-nextDave Airlie1-0/+16
2014-05-13x86/gpu: Sprinkle const, __init and __initconst to stolen memory quirksVille Syrjälä1-10/+10
2014-05-13x86/gpu: Implement stolen memory size early quirk for CHVDamien Lespiau1-1/+27
2014-05-08x86/intel: Add quirk to disable HPET for the Baytrail platformFeng Tang1-0/+16
2014-04-14x86/gpu: Fix sign extension issue in Intel graphics stolen memory quirksVille Syrjälä1-1/+1
2014-04-11Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-29/+182