- bf6546b drm/nouveau/fan: rewrite the fan tachometer driver to get more precision, faster by Martin Peres · 12 years ago
- aa1b9b4 drm/nouveau/therm: move thermal-related functions to the therm subdev by Martin Peres · 12 years ago
- d46497d drm/nouveau/bios: parse the pwm divisor from the perf table by Martin Peres · 12 years ago
- 32334cc drm/nouveau/therm: use the EXTDEV table to detect i2c monitoring devices by Martin Peres · 12 years ago
- 7d70e9c drm/nouveau/therm: rework thermal table parsing by Martin Peres · 12 years ago
- e361999 drm/nouveau/gpio: expose the PWM/TOGGLE parameter found in the gpio vbios table by Martin Peres · 13 years ago
- d89c8ce drm/nouveau: fix pm initialization order by Dmitry Eremin-Solenikov · 12 years ago
- acac7bd drm/nouveau/bios: check that fixed tvdac gpio data is valid before using it by Ben Skeggs · 12 years ago
- da07e52 drm/nouveau: log channel debug/error messages from client object rather than drm client by Ben Skeggs · 12 years ago
- aa74c37 drm/nouveau: have drm debugging macros build on top of core macros by Ben Skeggs · 12 years ago
- fa6df8c drm/nouveau/core: have client-id be a string, rather than an integer by Ben Skeggs · 12 years ago
- b3ccd34 drm/nvc0/fifo: re-bash PBUS regs after vm-fault to BARs/PEEPHOLE by Ben Skeggs · 12 years ago
- f73221e drm/nvc0/gr: implement initial trap handler by Ben Skeggs · 12 years ago
- d66b9d9 drm/nvc0/gr: rebuild fuc with latest envyas by Ben Skeggs · 12 years ago
- cd8c14b drm/nvc0/ltcg: read LTS count at startup by Ben Skeggs · 12 years ago
- e5bf578 drm/nve0/gr: enable use of our fuc by default by Ben Skeggs · 12 years ago
- ec6566f drm/nve0/gr: remove 0x404160 bashing from hub fuc by Ben Skeggs · 12 years ago
- 1978a2f drm/nve0/gr: initial fuc implementation, based on fermi's code by Ben Skeggs · 12 years ago
- 2c1a425 drm/nve0/ibus: handle PIBUS interrupts to prevent storm by Ben Skeggs · 12 years ago
- 757833c drm/nouveau/sw: trap and clear PMC_INTR_0_SOFTWARE by Ben Skeggs · 12 years ago
- 5b8a43a drm/nouveau: quiet some static-related sparse noise by Marcin Slusarz · 12 years ago
- e662625 drm/nouveau: constify instances of nouveau_bitfield and nouveau_enum structs by Marcin Slusarz · 12 years ago
- c97f8c9 drm/nouveau/fifo: use defines instead of hardcoded class ids by Ben Skeggs · 12 years ago
- 1971f04 drm/nouveau/dmaobj: reject unsupported parent types instead of half-succeeding by Ben Skeggs · 12 years ago
- 9456f7d drm/nouveau: add defines for internal class names by Ben Skeggs · 12 years ago
- 368be5f drm/nv50/fifo: add support for dma channel class by Ben Skeggs · 12 years ago
- ab28589 drm/nv84/fifo: add support for dma channel class by Ben Skeggs · 12 years ago
- a7c6e75 drm/nouveau/fifo: version the dma channel class struct by Ben Skeggs · 12 years ago
- 503b0f1 drm/nouveau/fifo: separate object classes for dma channels by Ben Skeggs · 12 years ago
- 72a1482 drm/nouveau: restore fifo chid information in engine error messages by Ben Skeggs · 12 years ago
- 4c2d422 drm/nouveau/core: have fifo store a unique context identifier at attach time by Ben Skeggs · 12 years ago
- 0c5b8ce drm/nouveau/fifo: add method to lookup fifo chid related to a given object by Ben Skeggs · 12 years ago
- 3acec63a drm/nouveau/core: protect engine context list with hardirq-safe spinlock by Ben Skeggs · 12 years ago
- 6fa8e62 drm/nv84/fifo: mask only the engine we're waiting on for channel unload by Ben Skeggs · 12 years ago
- 4998104 drm/nve0: use async copy engine for ttm buffer moves if available by Ben Skeggs · 12 years ago
- 4f32656 drm/nve0/copy: add initial support for the async copy engines by Ben Skeggs · 12 years ago
- dbff2de drm/nve0/fifo: support engine selection when creating fifo channels by Ben Skeggs · 12 years ago
- 43b1e9c drm/nouveau/device: return proper error codes if ioremap fails by Ben Skeggs · 12 years ago
- c4837d2 drm/nouveau/core: remove some left-over pieces from the porting process by Ben Skeggs · 12 years ago
- b10f20d drm/nvc0-/gr: remove reset-after-grctx-construction hack by Ben Skeggs · 12 years ago
- 5999933 drm/nouveau: add Kconfig options for debug control by Ben Skeggs · 12 years ago
- 77145f1 drm/nouveau: port remainder of drm code, and rip out compat layer by Ben Skeggs · 12 years ago
- 2094dd8 drm/nouveau/device: include the official chipset names by Ben Skeggs · 12 years ago
- 51a3d34 drm/nouveau/backlight: remove dependence on nouveau_drv.h by Ben Skeggs · 12 years ago
- 84058eb drm/nouveau: flatten nv{Read,Write}{MC,VIDEO,FB,EXTDEV} by Ben Skeggs · 12 years ago
- fce875d drm/nouveau: move compat ioctl out of nouveau_drv.h by Ben Skeggs · 12 years ago
- c007706 drm/nouveau/acpi: move definitions out of nouveau_drv.h by Ben Skeggs · 12 years ago
- d38ac52 drm/nouveau/mxm: split up into bios code and a subdev module by Ben Skeggs · 12 years ago
- 08c7709 drm/nouveau: start culling unused code by Ben Skeggs · 12 years ago
- ebb945a drm/nouveau: port all engines to new engine module format by Ben Skeggs · 12 years ago
- ac1499d drm/nvc0-/gr: generate grctx template at init time, not first context ctor by Ben Skeggs · 12 years ago
- c4afbe7 drm/nvc0-/gr: share headers between fermi and kepler graphics code by Ben Skeggs · 12 years ago
- f589be8 drm/nouveau/pageflip: kick flip handling out of engsw and into fence by Ben Skeggs · 12 years ago
- bc9e7b9 drm/nouveau: move some more code around to more appropriate places by Ben Skeggs · 12 years ago
- a73c5c5 drm/nvc0-nve0/graph: rename dev to priv, no code changes by Ben Skeggs · 12 years ago
- e193b1d drm/nouveau/fence: un-port from nouveau_exec_engine interfaces by Ben Skeggs · 12 years ago
- 66f2472 drm/nouveau: pull nouveau_gem definitions into their own header by Ben Skeggs · 12 years ago
- 8be21a6 drm/nouveau: pull nouveau_bo definitions into their own header by Ben Skeggs · 12 years ago
- 017e6e2 drm/nv04/disp: kick all private state out to own header by Ben Skeggs · 12 years ago
- 3863c9b drm/nouveau/instmem: completely new implementation, as a subdev module by Ben Skeggs · 12 years ago
- 8a9b889 drm/nouveau: remove last use of nouveau_gpuobj_new_fake() by Ben Skeggs · 12 years ago
- 092599da drm/nv50/instmem: remove use of nouveau_gpuobj_new_fake() by Ben Skeggs · 12 years ago
- 73a60c0 drm/nouveau/gpuobj: remove flags for vm-mappings by Ben Skeggs · 12 years ago
- 18c9b95 drm/nouveau/gpuobj: create wrapper functions for mapping gpuobj into vm/bar by Ben Skeggs · 12 years ago
- 9da226f drm/nvc0/fifo: handle bar1 control regs much like fifo/nve0 by Ben Skeggs · 12 years ago
- 70ee6f1 drm/nv04-nv40/fifo: remove use of nouveau_gpuobj_new_fake() by Ben Skeggs · 12 years ago
- 5787640 drm/nv04-nv40/instmem: remove use of nouveau_gpuobj_new_fake() by Ben Skeggs · 12 years ago
- af7afbd drm/nv04-nv40/instmem: duplicate nv04 code as nv40, remove alternate paths by Ben Skeggs · 12 years ago
- 861d210 drm/nouveau/fb: merge fb/vram and port to subdev interfaces by Ben Skeggs · 12 years ago
- 0134a97 drm/nv50-/instmem: allocate vram for kernel objects from end of vram by Ben Skeggs · 12 years ago
- 496734b drm/nouveau/core: add support for reverse mm allocations by Ben Skeggs · 12 years ago
- 5a5c743 drm/nouveau/timer: port to subdev interfaces by Ben Skeggs · 12 years ago
- 7d9115d drm/nouveau/mc: port to subdev interfaces by Ben Skeggs · 12 years ago
- cb75d97 drm/nouveau: implement devinit subdev, and new init table parser by Ben Skeggs · 12 years ago
- 70790f4 drm/nouveau/clock: pull in the implementation from all over the place by Ben Skeggs · 12 years ago
- 8aceb7d drm/nouveau/clk: implement stub clock subdev by Ben Skeggs · 12 years ago
- 4196faa drm/nouveau/i2c: port to subdev interfaces by Ben Skeggs · 12 years ago
- e0996ae drm/nouveau/gpio: port gpio to subdev interfaces by Ben Skeggs · 12 years ago
- cd42439 drm/nouveau/oldbios: remove shadowing support, use bios subdev's image by Ben Skeggs · 12 years ago
- 70c0f26 drm/nouveau/bios: pull in basic vbios subdev, more to come later by Ben Skeggs · 12 years ago
- 586c55f drm/nouveau: have non-core mmio accesses go through device object by Ben Skeggs · 12 years ago
- 9458029 drm/nouveau: implement module init functions in nouveau_drm.c by Ben Skeggs · 12 years ago
- 9274f4a drm/nouveau/core: pull in most of the new core infrastructure by Ben Skeggs · 12 years ago
- aa4cc5d2 drm/nouveau/agp: move all agp stuff into its own source file by Ben Skeggs · 12 years ago
- 02a841d drm/nouveau: restructure source tree, split core from drm implementation by Ben Skeggs · 12 years ago
- 3a92d37 drm/nouveau/gem: use bo.offset rather than mm_node.start by Ben Skeggs · 12 years ago
- d6ba6d2 drm/nvc0/fence: restore pre-suspend fence buffer context on resume by Ben Skeggs · 12 years ago
- 6a3e3db Merge tag 'iommu-fixes-v3.6-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 12 years ago
- 21e9893 Merge git://git.infradead.org/users/willy/linux-nvme by Linus Torvalds · 12 years ago
- 9c603e5 mtdchar: fix offset overflow detection by Linus Torvalds · 12 years ago
- 6672d90 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 12 years ago
- c3a086e Merge tag 'dm-3.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-dm by Linus Torvalds · 12 years ago
- 0774e39 iommu/amd: Fix wrong assumption in iommu-group specific code by Joerg Roedel · 12 years ago
- df555b6 netdev: octeon: fix return value check in octeon_mgmt_init_phy() by Wei Yongjun · 12 years ago
- 6399413 Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 12 years ago
- a31fb69 Merge tag 'usb-3.6-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 12 years ago
- 68b3f28 qlcnic: Fix scheduling while atomic bug by Narendra K · 12 years ago
- 64f605c bnx2: Clean up remaining iounmap by Neil Horman · 12 years ago
- 3961843 Merge tag 'gpio-fixes-v3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio by Linus Torvalds · 12 years ago
- d1d4bb9 Merge tag 'md-3.6-fixes' of git://neil.brown.name/md by Linus Torvalds · 12 years ago