summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-davem' of git://gitorious.org/linux-can/linux-can-nextDavid S. Miller2013-12-1917-56/+34
|\
| * can: mcp251x: Convert to devm-* APIAlexander Shiyan2013-12-171-13/+6
| * can: Fix FSF address in file headersJeff Kirsher2013-12-1716-33/+16
| * can: c_can: Speed up rx_poll functionMarkus Pargmann2013-12-171-10/+12
* | xen-netback: add gso_segs calculationPaul Durrant2013-12-191-4/+15
* | sfc: fix sparse non static symbol warningWei Yongjun2013-12-191-1/+1
* | 3c59x: Add software timestampingMatthew Whitehead2013-12-191-0/+4
* | isdn: use strlcpy() instead strcpy()Dan Carpenter2013-12-181-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-12-18361-1576/+3369
|\ \
| * \ Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2013-12-1726-58/+170
| |\ \
| | * | drm/edid: add quirk for BPC in Samsung NP700G7A-S01PL notebookRafał Miłecki2013-12-171-0/+8
| | * | Merge branch 'ttm-fixes-3.13' of git://people.freedesktop.org/~thomash/linux ...Dave Airlie2013-12-171-3/+3
| | |\ \
| | | * | drm/ttm: Fix accesses through vmas with only partial coverageThomas Hellstrom2013-12-161-3/+3
| | * | | drm/nouveau: only runtime suspend by default in optimus configurationIlia Mirkin2013-12-161-0/+6
| | * | | drm: don't double-free on driver load errorIlia Mirkin2013-12-131-3/+3
| | * | | Merge branch 'vmwgfx-fixes-3.13' of git://people.freedesktop.org/~thomash/lin...Dave Airlie2013-12-131-0/+3
| | |\ \ \
| | | * | | drm/vmwgfx: Add max surface memory paramJakob Bornecrantz2013-12-081-0/+3
| | | |/ /
| | * | | Revert "drm/radeon: Implement radeon_pci_shutdown"Alex Deucher2013-12-121-10/+0
| | * | | drm/radeon: add missing display tiling setup for olandAlex Deucher2013-12-121-1/+3
| | * | | drm/radeon: fix typo in cik_copy_dmaChristian König2013-12-121-1/+1
| | * | | drm/radeon/cik: plug in missing blit callbackAlex Deucher2013-12-121-2/+2
| | * | | drm/radeon/dpm: Fix hwmon crashMartin Andersson2013-12-121-4/+2
| | * | | drm/radeon: Fix sideport problems on certain RS690 boardsAlex Deucher2013-12-121-0/+10
| | * | | Merge branch 'drm-tda998x-3.12-fixes' of git://ftp.arm.linux.org.uk/~rmk/linu...Dave Airlie2013-12-124-9/+26
| | |\ \ \
| | | * | | DRM: Armada: prime refcounting bug fixRussell King2013-12-101-1/+1
| | | * | | DRM: Armada: fix printing of phys_addr_t/dma_addr_tRussell King2013-12-102-5/+6
| | | * | | DRM: Armada: destroy framebuffer after helperRussell King2013-12-101-2/+2
| | | * | | DRM: Armada: implement lastclose() for fbhelperRussell King2013-12-103-1/+17
| | * | | | Merge tag 'drm-intel-fixes-2013-12-11' of git://people.freedesktop.org/~danve...Dave Airlie2013-12-128-22/+50
| | |\ \ \ \
| | | * | | | drm/i915: don't update the dri1 breadcrumb with modesettingDaniel Vetter2013-12-111-0/+8
| | | * | | | drm/i915: Repeat eviction search after idling the GPUChris Wilson2013-12-101-3/+11
| | | * | | | drm/i915: Fix use-after-free in do_switchDaniel Vetter2013-12-061-2/+12
| | | * | | | drm/i915: fix pm init orderingDaniel Vetter2013-12-064-12/+12
| | | * | | | drm/i915: Hold mutex across i915_gem_releaseChris Wilson2013-12-042-2/+2
| | | * | | | drm/i915: Skip clock checks on BDWVille Syrjälä2013-12-031-1/+1
| | | * | | | drm/i915: Do not clobber config status after a forced restore of hw stateChris Wilson2013-12-032-2/+2
| | | * | | | drm/i915: Take modeset locks around intel_modeset_setup_hw_state()Ville Syrjälä2013-12-031-0/+2
| | * | | | | Merge branch 'bdw-fixes' of git://people.freedesktop.org/~danvet/drm-intel in...Dave Airlie2013-12-126-7/+55
| | |\ \ \ \ \
| | | * | | | | drm/i915/bdw: PIPE_[BC] I[ME]R moved to powerwellBen Widawsky2013-11-141-1/+17
| | | * | | | | drm/i915/bdw: Limit GTT to 2GBBen Widawsky2013-11-141-0/+5
| | | * | | | | drm/i915/bdw: Add comment about gen8 HWS PGABen Widawsky2013-11-141-0/+1
| | | * | | | | drm/i915/bdw: Free correct number of ppgtt pagesBen Widawsky2013-11-141-2/+2
| | | * | | | | drm/i915/bdw: Do gen6 style reset for gen8Ben Widawsky2013-11-141-0/+1
| | | * | | | | drm/i915/bdw: GEN8 backlight supportBen Widawsky2013-11-141-3/+23
| | | * | | | | drm/i915/bdw: Add BDW to ULT macroBen Widawsky2013-11-141-1/+6
| * | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-12-1710-73/+81
| |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ Merge branch 'fixes-for-3.13' of git://gitorious.org/linux-can/linux-canDavid S. Miller2013-12-172-1/+5
| | |\ \ \ \ \ \ \
| | | * | | | | | | can: peak_usb: fix mem leak in pcan_usb_pro_init()Marc Kleine-Budde2013-12-171-0/+3
| | | * | | | | | | can: ems_usb: fix urb leaks on failure pathsAlexey Khoroshilov2013-12-171-1/+2
| | * | | | | | | | qlcnic: Dump mailbox registers when mailbox command times out.Manish chopra2013-12-171-0/+15