summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/early-quirks.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'drm-for-v4.9' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2016-10-111-13/+5
|\
| * drm/i915: Remove .is_mobile field from platform structCarlos Santa2016-09-071-6/+3
| * drm/i915: Account for TSEG size when determining 865G stolen baseVille Syrjälä2016-08-111-7/+2
* | x86/e820: Prepare e280 code for switch to dynamic storageDenys Vlasenko2016-09-211-1/+1
|/
* Backmerge tag 'v4.7' into drm-nextDave Airlie2016-07-261-13/+92
|\
| * x86/quirks: Add early quirk to reset Apple AirPort cardLukas Wunner2016-07-101-0/+64
| * x86/quirks: Reintroduce scanning of secondary busesLukas Wunner2016-07-101-13/+21
| * x86/quirks: Apply nvidia_bugs quirk only on root busLukas Wunner2016-07-101-0/+7
* | x86: Silence 32bit compiler warning in intel_graphics_stolen()Chris Wilson2016-05-101-3/+4
* | drm/i915: Function per early graphics quirkJoonas Lahtinen2016-04-251-89/+98
* | drm/i915: Canonicalize stolen memory calculationsJoonas Lahtinen2016-04-251-130/+104
|/
* Merge tag 'v4.4-rc2' into drm-intel-next-queuedDaniel Vetter2015-11-231-1/+1
|\
| * timers/x86/hpet: Type adjustmentsJan Beulich2015-10-211-1/+1
* | drm/i915/kbl: Kabylake uses the same GMS values as SkylakeDeepak S2015-11-051-0/+1
|/
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2015-06-261-0/+1
|\
| * drm/i915/bxt: Broxton uses the same GMS values as SkylakeDamien Lespiau2015-04-091-0/+1
* | x86/platform/intel/baytrail: Add comments about why we disabled HPET on BaytrailFeng Tang2015-06-181-2/+6
|/
* drm/i915/skl: Add the additional graphics stolen sizesDamien Lespiau2014-09-241-0/+23
* Merge commit '9e9a928eed8796a0a1aaed7e0b676db86ba84594' into drm-nextDave Airlie2014-06-051-0/+16
|\
| * x86/intel: Add quirk to disable HPET for the Baytrail platformFeng Tang2014-05-081-0/+16
* | x86/gpu: Sprinkle const, __init and __initconst to stolen memory quirksVille Syrjälä2014-05-131-10/+10
* | x86/gpu: Implement stolen memory size early quirk for CHVDamien Lespiau2014-05-131-1/+27
|/
* x86/gpu: Fix sign extension issue in Intel graphics stolen memory quirksVille Syrjälä2014-04-141-1/+1
* Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2014-04-111-29/+182
|\
| * x86/gpu: Print the Intel graphics stolen memory rangeVille Syrjälä2014-02-091-0/+2
| * x86/gpu: Add Intel graphics stolen memory quirk for gen2 platformsVille Syrjälä2014-02-091-0/+132
| * x86/gpu: Add vfunc for Intel graphics stolen memory base addressVille Syrjälä2014-02-091-29/+48
* | x86: Adjust irq remapping quirk for older revisions of 5500/5520 chipsetsNeil Horman2014-03-311-9/+6
|/
* x86/early quirk: use gen6 stolen detection for VLVJesse Barnes2013-11-141-2/+2
* drm/i915/bdw: support GMS and GGMS changesBen Widawsky2013-11-081-0/+12
* x86: add early quirk for reserving Intel graphics stolen memory v5Jesse Barnes2013-09-031-0/+154
* x86/iommu/vt-d: Expand interrupt remapping quirk to cover x58 chipsetNeil Horman2013-07-231-2/+12
* iommu/vt-d: add quirk for broken interrupt remapping on 55XX chipsetsNeil Horman2013-04-181-0/+20
* x86, quirk: Fix SB600 revision checkAndreas Herrmann2011-03-161-1/+6
* x86 quirk: Fix polarity for IRQ0 pin2 override on SB800 systemsAndreas Herrmann2011-02-241-9/+7
* Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2010-10-211-2/+0
|\
| * x86: Remove unnecessary #ifdef ACPI/X86_IO_ACPIChristian Dietrich2010-09-081-2/+0
* | x86: hpet: Work around hardware stupidityThomas Gleixner2010-09-151-18/+0
|/
* x86: Force HPET readback_cmp for all ATI chipsetsThomas Gleixner2010-07-151-0/+18
* x86 early quirks: eliminate unused functionIngo Molnar2009-04-081-0/+2
* x86: only scan the root bus in early PCI quirksAndi Kleen2009-01-091-8/+14
* x86: move GART specific stuff from iommu.h to gart.hJoerg Roedel2008-11-281-0/+1
* Revert "x86: blacklist DMAR on Intel G31/G33 chipsets"David Woodhouse2008-11-151-18/+0
* x86: SB600: skip ACPI IRQ0 override if it is not routed to INT2 of IOAPICAndreas Herrmann2008-10-161-3/+52
* Merge branch 'linus' into x86/quirksIngo Molnar2008-10-121-0/+18
|\
| * x86: blacklist DMAR on Intel G31/G33 chipsetsDavid Woodhouse2008-09-051-0/+18
* | x86: SB450: skip IRQ0 override if it is not routed to INT2 of IOAPICAndreas Herrmann2008-10-071-0/+48
|/
*---. Merge branches 'x86/urgent', 'x86/amd-iommu', 'x86/apic', 'x86/cleanups', 'x8...Ingo Molnar2008-07-211-4/+1
|\ \ \
| | * | x86: make only GART code include gart.hFUJITA Tomonori2008-07-111-4/+1
| |/ /
* | | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2008-07-161-5/+21
|\ \ \ | |/ / |/| |
OpenPOWER on IntegriCloud