summaryrefslogtreecommitdiffstats
path: root/kernel/sysctl_check.c (unfollow)
Commit message (Expand)AuthorFilesLines
2010-09-24drm/nouveau: fix thinko in volt 0x1x parsingBen Skeggs1-3/+6
2010-09-24drm/nouveau: implement parsing of DCB 2.2 GPIO tableBen Skeggs1-93/+63
2010-09-24drm/nouveau: fix potential accuracy loss when parsing perf 0x1c tablesBen Skeggs1-20/+14
2010-09-24drm/nouveau: Fix build regression, undefined reference to `acpi_video_get_edid'Phil Turmel1-0/+1
2010-09-24drm/nouveau: restore perflvl on resume, and restore boot perflvl on unloadBen Skeggs3-19/+49
2010-09-24drm/nouveau: allow static performance level settingBen Skeggs6-4/+104
2010-09-24drm/nv04-nv40: import initial pm backendBen Skeggs5-3/+110
2010-09-24drm/nv50: import initial clock get/set routines + hook up pm engineBen Skeggs4-1/+138
2010-09-24drm/nouveau: import initial work on vbios performance table parsingBen Skeggs7-0/+678
2010-09-24drm/nouveau: make bios code easier to use externallyBen Skeggs2-23/+50
2010-09-24drm/nouveau: make the behaviour of get_pll_limits() consistentBen Skeggs6-59/+135
2010-09-24drm/nv50: fix 100c90 write on nva3Ben Skeggs1-0/+1
2010-09-24drm/nouveau: zero dummy pageBen Skeggs1-1/+1
2010-09-24drm/nv50: mark PCIEGART pages non-present rather than using dummy pageBen Skeggs1-4/+3
2010-09-24drm/nouveau: we can't free ACPI EDID, so make a copy that we canBen Skeggs1-1/+1
2010-09-24drm/nouveau: handle fifo pusher errors betterBen Skeggs1-8/+37
2010-09-24drm/nouveau: better handling of unmappable vramBen Skeggs1-3/+20
2010-09-24drm/nouveau: Try to fetch an EDID from OF if DDC fails.Francisco Jerez1-0/+36
2010-09-24drm/nouveau: Simplify tile region handling.Francisco Jerez6-60/+36
2010-09-24drm/nouveau: Remove implicit argument from nv_wait().Francisco Jerez10-22/+24
2010-09-24drm/nouveau: PRAMIN is available from the start on pre-nv50.Francisco Jerez1-1/+3
2010-09-24drm/nouveau: Add module parameter to override the default AGP rate.Francisco Jerez3-5/+15
2010-09-24drm/nouveau: Don't enable AGP FW on nv18.Francisco Jerez1-2/+19
2010-09-24drm/nouveau: Don't remove ramht entries from the neighboring channels.Francisco Jerez1-0/+18
2010-09-24drm/nouveau: Break some long lines in the TV-out code.Francisco Jerez3-66/+96
2010-09-24drm/nv50: fix SOR count for early chipsetsBen Skeggs2-9/+19
2010-09-24drm/nv50: report BAR access faultsBen Skeggs1-0/+8
2010-09-24drm/nv50: move vm trap to nv50_fb.cBen Skeggs3-46/+51
2010-09-24drm/nv50: demagic grctx, and add NVAF supportMarcin Koƛcielnicki1-1182/+2123
2010-09-24drm/nouveau: protect ramht_find() from oopsing if on channel without ramhtBen Skeggs1-0/+3
2010-09-24drm/nouveau: remove nouveau_gpuobj_late_takedownBen Skeggs2-7/+1
2010-09-24drm/nouveau: protect gpuobj list + global instmem heap with spinlockBen Skeggs2-9/+27
2010-09-24drm/nouveau: fix gpuobj refcount to use atomicsBen Skeggs2-23/+12
2010-09-24drm/nouveau: add spinlock around ramht modificationsBen Skeggs2-21/+58
2010-09-24drm/nouveau: tidy ram{ht,fc,ro} a bitBen Skeggs11-101/+69
2010-09-24drm/nouveau: rework init ordering so nv50_instmem.c can be less badBen Skeggs7-303/+243
2010-09-24drm/nv50: calculate vram reordering block sizeBen Skeggs2-2/+66
2010-09-24drm/nv50: allow gpuobjs that aren't mapped into apertureBen Skeggs5-27/+86
2010-09-24drm/nouveau: simplify fake gpu objectsBen Skeggs5-86/+39
2010-09-24drm/nouveau: remove nouveau_gpuobj_ref completely, replace with sanityBen Skeggs21-583/+459
2010-09-24drm/nouveau: rebase per-channel pramin heap offsets to 0Ben Skeggs4-25/+43
2010-09-24drm/nouveau: modify object accessors, offset in bytes rather than dwordsBen Skeggs15-458/+474
2010-09-24drm/nouveau: move ramht code out of nouveau_object.c, nothing to see hereBen Skeggs4-132/+193
2010-09-24drm/nouveau: have nv_mask return original register valueBen Skeggs1-4/+3
2010-09-24drm/nv40: Try to set up CRE_LCD even if it has unknown bits set.Francisco Jerez3-36/+20
2010-09-24drm/nv17-nv4x: Fix analog load detection false positive on rare occasions.Francisco Jerez1-0/+2
2010-09-24drm/nouveau: require explicit unmap of kmapped bosBen Skeggs5-3/+7
2010-09-24drm/nouveau: remove second map of notifier boBen Skeggs1-5/+0
2010-09-24drm/nouveau: move check for no-op bo move before memcpy fallbackBen Skeggs1-6/+6
2010-09-24drm/nv50: add new accelerated bo move funtionBen Skeggs1-48/+145