summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Experiments with large pagesbaserock/jetson/3.17-rc5Alexandre Courbot2014-08-274-9/+33
* Revert "drm/nouveau/vm: fix mapping of SG pages list"Alexandre Courbot2014-08-271-7/+2
* drm/nouveau: allocate GPFIFOs and fences coherentlyAlexandre Courbot2014-08-272-3/+3
* drm/nouveau: synchronize BOs when requiredAlexandre Courbot2014-08-273-0/+56
* drm/nouveau: implement explicitly coherent BOsAlexandre Courbot2014-08-272-8/+73
* drm/nouveau: introduce nv_device_is_cpu_coherent()Alexandre Courbot2014-08-272-0/+8
* drm/nouveau/vm: fix mapping of SG pages listAlexandre Courbot2014-08-271-2/+7
* [HACK] add gk20a instmemAlexandre Courbot2014-08-278-9/+192
* HACK: drm/nouveau: prime: Pin buffer objects to VRAMThierry Reding2014-08-271-2/+31
* therm/nv84+: do not expose non-calibrated internal temp sensorMartin Peres2014-08-281-1/+6
* therm: make sure the temperature settings are sane on nv84+Martin Peres2014-08-284-1/+35
* subdev: add a pfuse subdev v2Martin Peres2014-08-2821-1/+380
* clk/nva3: Set intermediate core clock on reclockingRoy Spliet2014-08-283-14/+51
* clk/nva3: For PLL clocks always make sure the PLL is not in useRoy Spliet2014-08-281-0/+9
* clk/nva3: Abort when PLL doesn't lockRoy Spliet2014-08-281-1/+5
* clk/nva3: HOST clockRoy Spliet2014-08-282-8/+78
* clk/nva3: Set PLL refclkRoy Spliet2014-08-283-29/+48
* clk/nva3: Parse clock control registers more accuratelyRoy Spliet2014-08-281-4/+28
* drm: Fix duplicate definition of NV04_PFB_BOOT_0_*Pierre Moreau2014-08-254-32/+25
* drm: Display Nouveau boot options at launchPierre Moreau2014-08-259-6/+37
* pwr: wait for scrubbers to finish before uploading new ucodeBen Skeggs2014-08-251-3/+2
* pwr/fuc: make $r1-$r10 registers callee-saved in kernel.fucMartin Peres2014-08-255-736/+749
* pwr/fuc: add ld/st macrosMartin Peres2014-08-251-0/+10
* pwr: add helpers for delay-to-ticks and ticks-to-delayMartin Peres2014-08-259-2284/+2446
* pwr: add some arith functions (mul32_32_64, subu64 and addu64)Martin Peres2014-08-2512-1736/+1922
* pwr: fix the timers implementation with concurent processesMartin Peres2014-08-255-990/+1133
* ppwr: enable ppwr on gm107Martin Peres2014-08-252-1/+5
* gm107/therm: add PWM fan support v2Martin Peres2014-08-259-7/+109
* therm/fan: do not use the pwm mode when the vbios tells us to use toggleMartin Peres2014-08-251-1/+7
* bios/fan: add support for maxwell's fan management table v2Martin Peres2014-08-257-2/+115
* ltc: allocate tagram from memory that spans all partitionsBen Skeggs2014-08-251-1/+1
* core/mm: allow allocation to be confined to a specific slice of heapBen Skeggs2014-08-2516-26/+38
* core/mm: fill in holes with "allocated" nodesBen Skeggs2014-08-252-6/+21
* core/mm: dump mm when trying to tear one down that still has allocationsBen Skeggs2014-08-251-9/+32
* core/mm: modify test for if building a mm with holes in itBen Skeggs2014-08-252-2/+4
* core/mm: make it clearer what (type == 0) meansBen Skeggs2014-08-252-9/+10
* ltc/gf100: translate interrupt status into more meaningful namesBen Skeggs2014-08-252-5/+29
* ltc: drop workaround for an interrupt storm that no longer happensBen Skeggs2014-08-252-10/+0
* kms/nv50-: wait for completion interrupts instead of pollingBen Skeggs2014-08-251-19/+42
* disp/nv50-: add support for completion eventsBen Skeggs2014-08-2511-11/+173
* core: pass related object into notify constructorBen Skeggs2014-08-2518-28/+42
* bar: ioremap only the areas that we're actually usingBen Skeggs2014-08-252-20/+19
* nvif: distinguish nvif_unpack/unvers as being macrosBen Skeggs2014-08-1534-76/+76
* platform: fix compilation errorAlexandre Courbot2014-08-151-1/+2
* gk20a: add LTC deviceAlexandre Courbot2014-08-151-0/+1
* drm: warn if we fail to re-pin fb on resumeBen Skeggs2014-08-151-1/+3
* nvif: fix dac load detect method definitionBen Skeggs2014-08-151-2/+2
* gr/gf100-: fix -ENOSPC detection when allocating zbc table entriesBen Skeggs2014-08-151-0/+6
* nvif: return null pointers on failure, in addition to ret != 0Ben Skeggs2014-08-152-2/+6
* ltc: fix tag base address getting truncated if above 4GiBBen Skeggs2014-08-151-1/+1