| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 2013-11-22 | 49 | -318/+989 |
|\ |
|
| * | drm/sysfs: fix hotplug regression since lifetime changes | David Herrmann | 2013-11-21 | 1 | -7/+33 |
| * | drm/exynos: g2d: fix memory leak to userptr | Inki Dae | 2013-11-21 | 1 | -0/+2 |
| * | Merge branch 'ttm-fixes-3.13' of git://people.freedesktop.org/~thomash/linux ... | Dave Airlie | 2013-11-21 | 3 | -9/+59 |
| |\ |
|
| | * | drm/ttm: Remove set_need_resched from the ttm fault handler | Thomas Hellstrom | 2013-11-20 | 2 | -7/+54 |
| | * | drm/ttm: Don't move non-existing data | Thomas Hellstrom | 2013-11-20 | 1 | -2/+5 |
| * | | Merge branch 'vmwgfx-fixes-3.13' of git://people.freedesktop.org/~thomash/lin... | Dave Airlie | 2013-11-21 | 8 | -67/+472 |
| |\ \ |
|
| | * | | drm/vmwgfx: Make vmwgfx dma buffers prime aware | Thomas Hellstrom | 2013-11-18 | 1 | -20/+25 |
| | * | | drm/vmwgfx: Make surfaces prime-aware | Thomas Hellstrom | 2013-11-18 | 2 | -15/+17 |
| | * | | drm/vmwgfx: Hook up the prime ioctls | Thomas Hellstrom | 2013-11-18 | 4 | -3/+157 |
| | * | | drm/ttm: Add a minimal prime implementation for ttm base objects | Thomas Hellstrom | 2013-11-18 | 1 | -6/+248 |
| | * | | drm/vmwgfx: Fix false lockdep warning | Thomas Hellstrom | 2013-11-18 | 1 | -10/+6 |
| | * | | drm/ttm: Allow execbuf util reserves without ticket | Thomas Hellstrom | 2013-11-18 | 1 | -13/+19 |
| | |/ |
|
| * | | Merge tag 'drm-intel-fixes-2013-11-20' of git://people.freedesktop.org/~danve... | Dave Airlie | 2013-11-21 | 8 | -22/+79 |
| |\ \ |
|
| | * | | drm/i915: Fix gen3 self-refresh watermarks | Daniel Vetter | 2013-11-20 | 1 | -1/+1 |
| | * | | drm/i915: Replicate BIOS eDP bpp clamping hack for hsw | Daniel Vetter | 2013-11-19 | 1 | -0/+20 |
| | * | | drm/i915: Do not enable package C8 on unsupported hardware | Chris Wilson | 2013-11-19 | 2 | -0/+16 |
| | * | | drm/i915: Hold pc8 lock around toggling pc8.gpu_idle | Chris Wilson | 2013-11-19 | 1 | -2/+6 |
| | * | | drm/i915: encoder->get_config is no longer optional | Daniel Vetter | 2013-11-18 | 1 | -4/+2 |
| | * | | drm/i915/tv: add ->get_config callback | Daniel Vetter | 2013-11-18 | 1 | -0/+8 |
| | * | | drm/i915: restore the early forcewake cleanup | Daniel Vetter | 2013-11-17 | 1 | -12/+14 |
| | * | | Partially revert "drm/i915: tune the RC6 threshold for stability" | Daniel Vetter | 2013-11-16 | 1 | -1/+1 |
| | * | | drm/i915: flush cursors harder | Daniel Vetter | 2013-11-15 | 1 | -0/+4 |
| | * | | i915: Use 120MHz LVDS SSC clock for gen5/gen6/gen7 | Duncan Laurie | 2013-11-15 | 1 | -1/+6 |
| | * | | drm/i915/dp: set sink to power down mode on dp disable | Jani Nikula | 2013-11-14 | 1 | -1/+1 |
| * | | | Merge branch 'drm-next-3.13' of git://people.freedesktop.org/~agd5f/linux int... | Dave Airlie | 2013-11-21 | 28 | -213/+344 |
| |\ \ \ |
|
| | * | | | drm/radeon: hook up backlight functions for CI and KV family. | Samuel Li | 2013-11-19 | 1 | -0/+4 |
| | * | | | drm/radeon/cik: Add macrotile mode array query | Michel Dänzer | 2013-11-18 | 4 | -1/+15 |
| | * | | | drm/radeon/cik: Return backend map information to userspace | Michel Dänzer | 2013-11-18 | 1 | -1/+1 |
| | * | | | drm/radeon: enable DPM by default in TN asics | Alex Deucher | 2013-11-15 | 1 | -1/+1 |
| | * | | | drm/radeon: adjust TN dpm parameters for stability (v2) | Alex Deucher | 2013-11-15 | 1 | -3/+3 |
| | * | | | drm/radeon: use a single doorbell for cik kms compute | Andrew Lewycky | 2013-11-15 | 3 | -58/+48 |
| | * | | | drm/radeon/vm: don't attempt to update ptes if ib allocation fails | Alex Deucher | 2013-11-15 | 1 | -0/+2 |
| | * | | | drm/radeon: disable CIK CP semaphores for now | Christian König | 2013-11-15 | 1 | -0/+5 |
| | * | | | drm/radeon: allow semaphore emission to fail | Christian König | 2013-11-15 | 17 | -147/+191 |
| | * | | | drm/radeon: add semaphore trace point | Christian König | 2013-11-15 | 2 | -1/+41 |
| | * | | | radeon: workaround pinning failure on low ram gpu | Jerome Glisse | 2013-11-15 | 1 | -0/+28 |
| | * | | | radeon/i2c: do not count reg index in number of i2c byte we are writing. | Jerome Glisse | 2013-11-15 | 1 | -2/+4 |
| | * | | | drm/radeon: cypress_dpm: Fix unused variable warning when CONFIG_ACPI=n | Alex Deucher | 2013-11-15 | 1 | -0/+2 |
| | * | | | drm: radeon: ni_dpm: Fix unused variable warning when CONFIG_ACPI=n | Fabio Estevam | 2013-11-15 | 1 | -1/+1 |
| | | |/
| | |/| |
|
* | | | | Merge tag 'pci-v3.13-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2013-11-22 | 60 | -448/+447 |
|\ \ \ \ |
|
| * | | | | PCI: Remove duplicate pci_disable_device() from pcie_portdrv_remove() | Yinghai Lu | 2013-11-21 | 1 | -1/+0 |
| * | | | | PCI: Fix whitespace, capitalization, and spelling errors | Bjorn Helgaas | 2013-11-14 | 60 | -447/+447 |
* | | | | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/nab/... | Linus Torvalds | 2013-11-22 | 46 | -732/+947 |
|\ \ \ \ \ |
|
| * | | | | | iscsi-target: chap auth shouldn't match username with trailing garbage | Eric Seppanen | 2013-11-21 | 1 | -1/+4 |
| * | | | | | iscsi-target: fix extract_param to handle buffer length corner case | Eric Seppanen | 2013-11-21 | 1 | -1/+1 |
| * | | | | | iscsi-target: Expose default_erl as TPG attribute | Nicholas Bellinger | 2013-11-20 | 6 | -7/+36 |
| * | | | | | target_core_configfs: split up ALUA supported states | Hannes Reinecke | 2013-11-20 | 1 | -43/+84 |
| * | | | | | target_core_alua: Make supported states configurable | Hannes Reinecke | 2013-11-20 | 1 | -0/+50 |
| * | | | | | target_core_alua: Store supported ALUA states | Hannes Reinecke | 2013-11-20 | 2 | -6/+19 |