summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ide: tx4939ide: use module_platform_driver_probe()Jingoo Han2013-03-081-12/+1
* ide: tx4938ide: use module_platform_driver_probe()Jingoo Han2013-03-081-12/+1
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2013-03-078-43/+192
|\
| * Merge tag 'efi-for-3.9-rc2' into x86/urgentH. Peter Anvin2013-03-072-34/+155
| |\
| | * efivarfs: return accurate error code in efivarfs_fill_super()Matt Fleming2013-03-061-5/+15
| | * efivars: efivarfs_valid_name() should handle pstore syntaxMatt Fleming2013-03-062-2/+61
| | * efi: be more paranoid about available space when creating variablesMatthew Garrett2013-03-061-27/+79
| * | x86: Do not try to sync identity map for non-mapped pagesDave Hansen2013-03-071-0/+7
| * | x86, doc: Be explicit about what the x86 struct boot_params requiresPeter Jones2013-03-061-1/+15
| * | x86: Don't clear efi_info even if the sentinel hitsJosh Boyer2013-03-061-1/+3
| * | x86, mm: Make sure to find a 2M free block for the first mapped areaYinghai Lu2013-03-061-3/+2
| * | x86: Fix 32-bit *_cpu_data initializersKrzysztof Mazur2013-03-061-2/+8
| * | iommu, x86: Add DMA remap fault reasonLi, Zhen-Hua2013-03-061-0/+1
| * | x86, smpboot: Remove unused variableBorislav Petkov2013-03-051-2/+1
| |/
* | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2013-03-0726-102/+275
|\ \
| * | drm/tegra: drop "select DRM_HDMI"Paul Bolle2013-03-081-1/+0
| * | drm: Documentation typo fixesChristopher Harvey2013-03-081-3/+3
| * | drm/mgag200: Bug fix: Renesas board now selects native resolution.Julia Lemire2013-03-081-0/+1
| * | drm/mgag200: Reject modes that are too big for VRAMChristopher Harvey2013-03-081-0/+27
| * | drm/mgag200: 'fbdev_list' in 'struct mga_fbdev' is not usedChristopher Harvey2013-03-081-1/+0
| * | Merge branch 'drm-fixes-3.9' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2013-03-088-2/+48
| |\ \
| | * | drm/radeon: don't check mipmap alignment if MIP_ADDRESS is FMASKMarek Olšák2013-03-072-2/+3
| | * | drm/radeon: skip MC reset as it's probably not hungAlex Deucher2013-03-074-0/+24
| | * | drm/radeon: add primary dac adj quirk for R200 boardAlex Deucher2013-03-071-0/+9
| | * | drm/radeon: don't set hpd, afmt interrupts when interrupts are disabledAlex Deucher2013-03-071-0/+12
| |/ /
| * | Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...Dave Airlie2013-03-078-22/+79
| |\ \
| | * | drm/i915: Turn off hsync and vsync on ADPA when disabling crtPatrik Jakobsson2013-03-061-1/+1
| | * | drm/i915: Fix incorrect definition of ADPA HSYNC and VSYNC bitsPatrik Jakobsson2013-03-061-2/+2
| | * | drm/i915: also disable south interrupts when handling themPaulo Zanoni2013-03-051-2/+24
| | * | drm/i915: enable irqs earlier when resumingDaniel Vetter2013-03-051-1/+12
| | * | drm/i915: Increase the RC6p threshold.Stéphane Marchesin2013-03-051-1/+1
| | * | DRM/i915: On G45 enable cursor plane briefly after enabling the display plane.Egbert Eich2013-03-041-0/+26
| | * | drm/i915: Fix Haswell/CRW PCI IDs.Kenneth Graunke2013-03-031-6/+6
| | * | drm/i915: Don't clobber crtc->fb when queue_flip failsVille Syrjälä2013-03-031-7/+4
| | * | drm/i915: wait_event_timeout's timeout is in jiffiesPaulo Zanoni2013-03-031-1/+2
| | * | drm/i915: Fix missing variable initilizationSyam Sidhardhan2013-03-031-1/+1
| * | | Merge branch 'drm-nouveau-fixes-3.9' of git://anongit.freedesktop.org/git/nou...Dave Airlie2013-03-055-73/+117
| |\ \ \ | | |_|/ | |/| |
| | * | drm/nv50-: prevent some races between modesetting and page flippingBen Skeggs2013-03-041-83/+106
| | * | drm/nouveau/i2c: drop parent refcount when creating portsBen Skeggs2013-03-041-0/+1
| | * | drm/nv84: fix regression in page flippingBen Skeggs2013-03-041-6/+14
| | * | drm/nouveau: Fix typo in init_idx_addr_latched().Francisco Jerez2013-03-041-1/+1
| | * | drm/nouveau: Disable AGP on PowerPC again.Francisco Jerez2013-03-041-0/+12
| | * | drm/nve0/graph: some random reg moved on keplerBen Skeggs2013-03-041-1/+1
| |/ /
* | | Merge tag 'pm+acpi-3.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-03-0719-214/+215
|\ \ \
| * \ \ Merge branch 'pm-fixes' into fixesRafael J. Wysocki2013-03-069-145/+163
| |\ \ \
| | * | | cpufreq / intel_pstate: Do not load on VM that does not report max P state.Dirk Brandewie2013-03-061-0/+3
| | * | | cpufreq / intel_pstate: Fix intel_pstate_init() error pathDirk Brandewie2013-03-061-28/+11
| | * | | PM / QoS: Remove device PM QoS sysfs attributes at the right placeRafael J. Wysocki2013-03-044-76/+55
| | * | | PM / QoS: Fix concurrency issues and memory leaks in device PM QoSRafael J. Wysocki2013-03-041-42/+87
| | * | | cpufreq: highbank: do not initialize array with a loopEmilio López2013-03-041-7/+1
OpenPOWER on IntegriCloud