summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-10-08mc: disable msi support by default, it's busted in tons of placeslinux-3.12Ben Skeggs1-1/+1
2013-09-18ttm: prevent double-free in nouveau_sgdma_create_ttm() failure pathBen Skeggs1-3/+1
2013-09-18bios/init: fix thinko in INIT_CONFIGURE_MEMBen Skeggs1-1/+1
2013-09-18kms: enable for non-vga pci classesBen Skeggs2-21/+17
2013-09-18bios/init: stub opcode 0xaaBen Skeggs1-2/+17
2013-09-17v3.12-rc1Ben Skeggs24-83/+463
2013-09-17drm: fix command submission to use vmalloc for big allocationsMaarten Lankhorst1-7/+20
2013-09-17bios/therm: handle vbioses with duplicate entries (mostly nva5)Martin Peres1-1/+2
2013-09-17mc: use MSI interrupts where possibleLucas Stach3-0/+35
2013-09-17drm/nv50-/kms: assume analog display connected if load on any pinBen Skeggs1-1/+1
2013-09-17disp/nv50: prevent false output detection on the original nv50Emil Velikov1-5/+10
2013-09-17i2c: pass the function pointers in at creation timeIlia Mirkin8-21/+23
2013-08-21therm: survive to suspend/resume cyclesMartin Peres4-1/+46
2013-08-21timer: add a way to cancel alarmsMartin Peres3-0/+21
2013-08-21timer: restore the time on resumeMartin Peres1-1/+14
2013-08-21fan: restore pwm value on resume when in manual/auto modeMartin Peres2-1/+9
2013-08-21therm: Set the correct pwm_mode upon resumeEmil Velikov1-1/+1
2013-08-21drm: require contiguous bo for framebufferMaarten Lankhorst1-0/+5
2013-08-21disp/nv50-: use the number of dac, sor, pior rather than hardcoded valuesEmil Velikov1-17/+17
2013-08-21remove duplicate copy of nv44_graph_classIlia Mirkin2-8/+5
2013-08-21vdec: implement support for VP3 enginesIlia Mirkin6-53/+104
2013-08-21core: get rid of math.h, replace log2i with order_base_2Ilia Mirkin8-40/+32
2013-08-21drm/dispnv04: fix framebuffer pin refcountinglinux-3.11Ben Skeggs3-15/+47
2013-08-21mc: fix race condition between constructor and request_irq()Ben Skeggs7-14/+14
2013-08-21nouveau: fix reclocking on nv40Pali Rohár1-1/+1
2013-08-21ltcg: fix allocating memory as freeMaarten Lankhorst2-1/+5
2013-08-21ltcg: fix ltcg memory initialization after suspendMaarten Lankhorst1-9/+23
2013-08-21fb: fix null derefs in nv49 and nv4e initIlia Mirkin2-8/+8
2013-07-30drm: fix semaphore dmabuf objMaarten Lankhorst2-6/+10
2013-07-30vm: make vm refcount into a krefBen Skeggs3-18/+22
2013-07-30mpeg/nv31: don't recognize nv3x cards as having nv44 graph classIlia Mirkin1-1/+4
2013-07-30mpeg/nv40: write magic value to channel object to make it workIlia Mirkin1-0/+1
2013-07-30drm: fix size check for cards without vmMaarten Lankhorst1-1/+6
2013-07-30disp/nv50-: remove dcb_outp_match call, and related variablesEmil Velikov1-8/+0
2013-07-30disp/nva3-: fix hda eld writing, needs to be paddedIlia Mirkin2-0/+4
2013-07-30mpeg/nv31: fix mpeg engine initializationIlia Mirkin1-2/+2
2013-07-30mc/nv50: include vp in the fb error reporting maskIlia Mirkin1-1/+1
2013-07-30drm: fix null pointer dereference in poll_changedMaarten Lankhorst1-1/+2
2013-07-30gpio/nv50: post-nv92 cards have 32 interrupt linesEmil Velikov1-5/+5
2013-07-30fb/nvc0: take lock in nvc0_ram_put()Roy Spliet3-12/+26
2013-07-30core: xtensa firmware size needs to be 0x40000 no matter whatIlia Mirkin1-1/+7
2013-07-29drm: do not allow negative sizes for nowMaarten Lankhorst1-0/+6
2013-07-29core: add falcon interrupt handlerMaarten Lankhorst7-0/+26
2013-07-29drm: use dedicated channel for async moves on GT/GF chipsets.Ben Skeggs2-3/+15
2013-07-29drm: bump fence timeout to 15 secondsMaarten Lankhorst1-1/+1
2013-07-29drm: do not unpin in nouveau_gem_object_delMaarten Lankhorst2-8/+5
2013-07-29drm: fix pin refcnt leaksBen Skeggs1-11/+35
2013-07-29drm: fix some error-path leaks in fbcon handling codeMaarten Lankhorst2-6/+11
2013-07-29drm: fix locking issues in page flipping pathsBen Skeggs3-36/+22
2013-07-22v3.11-rc1Ben Skeggs11-97/+110