- d005f51 drm/nouveau: use vmalloc for pgt allocation by Marcin Slusarz · 11 years ago
- 5c5ae71 drm/nvc0-/gr: remove some more of the hardcoded register writes by Ben Skeggs · 11 years ago
- d196e16e drm/nvc0-/gr: factor out yet more unknown magic into versioned functions by Ben Skeggs · 11 years ago
- 0bfd6f7 drm/nvd7/devinit: use fermi class, not tesla by Ben Skeggs · 11 years ago
- 60a4acd drm/nvf0-/gr: ctxsw scratch reg count got bumped to 16 by Ben Skeggs · 11 years ago
- f8adeb8 drm/nvc0-/gr: remove hardcoding of UNK count/mask in GPCCS ucode by Ben Skeggs · 11 years ago
- 8f6fe26 drm/nvf0/gr: build cs ucode for GK110 by Ben Skeggs · 11 years ago
- 960b438 drm/nvc0-/gr: extend one of the magic calculations for >4 GPCs by Ben Skeggs · 11 years ago
- 0085a60 drm/nvf0/gr: fix ddx shaders locking up on me by Ben Skeggs · 11 years ago
- 18ac424 drm/nvc0/devinit: minor typo by Ben Skeggs · 11 years ago
- 9d1c4c5 drm/nvf0/gr: enable support, if external cs ucode is available by Ben Skeggs · 11 years ago
- b054aad drm/nvf0/gr: magic sequence that makes PGRAPH come out of hiding by Ben Skeggs · 11 years ago
- 9ec2dbb drm/nvf0/ce: enable support by Ben Skeggs · 12 years ago
- 56fbd2b drm/nvf0/fifo: enable support by Ben Skeggs · 12 years ago
- 26410c6 drm/nvd7/gr: initial support by Maarten Lankhorst · 11 years ago
- a32b2ff drm/nvc0-/gr: generate cs register lists from grctx data by Ben Skeggs · 11 years ago
- 70f824a drm/nvc0-/gr: tpc regs a subset of gpc, add separate list for gpc/unk regs by Ben Skeggs · 11 years ago
- 5ee86c41 drm/nve0-/gr: some new gpc registers can have multiple copies by Ben Skeggs · 11 years ago
- c03ff9e drm/nvc0-/gr: pull out a group of separately context-switched gpc regs by Ben Skeggs · 11 years ago
- 30f4e08 drm/nvc0-/gr: make register lists from initvals functions by Ben Skeggs · 11 years ago
- 791dc143 drm/nvd0-/disp: handle case where display engine is missing/disabled by Maarten Lankhorst · 11 years ago
- e99716f drm/gr/nvc0-: merge nvc0/nve0 ucode, and use cpp instead of m4 by Ben Skeggs · 12 years ago
- 05f9a5b drm/nouveau/bsp/nv84: initial vp2 engine implementation by Ilia Mirkin · 11 years ago
- a0376b1 drm/nouveau/vp/nv84: initial vp2 engine implementation by Ilia Mirkin · 11 years ago
- 44b1e3b drm/nouveau/core: xtensa engine base class implementation by Ilia Mirkin · 11 years ago
- 0d4a145 drm/nouveau/vdec: fork vp3 implementations from vp2 by Ilia Mirkin · 11 years ago
- a0fd4ec drm/nouveau/core: move falcon class to engine/ by Ben Skeggs · 11 years ago
- d289871 drm/nouveau/kms: don't fail if there's no dcb table entries by Ben Skeggs · 11 years ago
- 79442c3a drm/nouveau: remove limit on gart by Maarten Lankhorst · 11 years ago
- 36798b6 drm/nouveau/vm: perform a bar flush when flushing vm by Maarten Lankhorst · 11 years ago
- 57f0ec1 drm/nvc0/gr: cleanup register lists, and add nvce/nvcf to switches by Ben Skeggs · 12 years ago
- eb12f57 drm/nvc8/gr: update initial register/context values by Ben Skeggs · 12 years ago
- dba50728 drm/nvc4/gr: update initial register/context values by Ben Skeggs · 12 years ago
- 58ef230 drm/nvc1/gr: update initial register/context values by Ben Skeggs · 12 years ago
- 8b637ae drm/nvc3/gr: update initial register/context values by Ben Skeggs · 12 years ago
- d8b02db drm/nvc0/gr: update initial register/context values by Ben Skeggs · 12 years ago
- 37c3afd drm/nvd9/gr: update initial register/context values by Ben Skeggs · 12 years ago
- 1dd44ac drm/nve4/gr: update initial register/context values by Ben Skeggs · 12 years ago
- a8004a9 drm/nvc0-/gr: bump maximum gpc/tpc limits by Ben Skeggs · 12 years ago
- cb1e06e drm/nvf0/gr: initial register/context setup by Ben Skeggs · 12 years ago
- 507cd5b drm/nve7/gr: update initial register/context values by Ben Skeggs · 12 years ago
- 99bd553 drm/nve6/gr: update initial register/context values by Ben Skeggs · 12 years ago
- c4c7044 drm/nouveau: delay busy bo vma removal until fence signals by Ben Skeggs · 12 years ago
- 780194b drm/nouveau/vm: make each vma take a reference on its parent vm by Ben Skeggs · 12 years ago
- 51a506c drm/nouveau/core: remove nouveau_mm.mutex, no more users by Ben Skeggs · 12 years ago
- 4e67bee drm/nouveau/vm: take subdev mutex, not the mm, protects against race with vm/nvc0 by Ben Skeggs · 12 years ago
- 15cace5 drm/nvc0/vm: handle bar tlb flushes internally by Ben Skeggs · 12 years ago
- ca97a36 drm/nv50-/vm: take mutex rather than irqsave spinlock by Ben Skeggs · 12 years ago
- 464d636 drm/nv50/vm: remove explicit vm knowledge from engines by Ben Skeggs · 12 years ago
- c3032ad drm/nv50/vm: handle bar tlb flushes internally by Ben Skeggs · 12 years ago
- fec43a7 drm/nvc0/gr: port mp trap handling from calim's kepler code by Ben Skeggs · 12 years ago
- 16b133d drm/nve0/gr: attempt to resume after sm traps by Ben Skeggs · 12 years ago
- 3d8a6ed drm/nve0/gr: s/tp/tpc/ by Ben Skeggs · 12 years ago
- 8d6f585 drm/nve0/fifo: create our playlists up-front, at startup by Ben Skeggs · 12 years ago
- da746d4 drm/nva3/clk: minor improvements to fractional N calculation by Ben Skeggs · 12 years ago
- dceef5d drm/nouveau/fb: initialise vram controller as pfb sub-object by Ben Skeggs · 12 years ago
- 54ecff3 drm/nouveau/clk: change init ordering, no longer needed by devinit by Ben Skeggs · 12 years ago
- 88524bc drm/nouveau/devinit: move simple pll setting routines to devinit by Ben Skeggs · 12 years ago
- 7ada785 drm/nouveau: pass generic subdev to calculation routines by Ben Skeggs · 12 years ago
- aca78e9 drm/nve0/ce: stub interrupt handler by Ben Skeggs · 12 years ago
- 48506d1 drm/nve0/ce: link ce2 to its engine, rather than from graphics by Ben Skeggs · 12 years ago
- 01672ef drm/nve0/fifo: copy engine context stored in ramfc, not externally by Ben Skeggs · 12 years ago
- b0bc530 drm/nve0/ce: create engine object for ce2 by Ben Skeggs · 12 years ago
- d53635a drm/nouveau: pull in latest ucode builds from external tree by Ben Skeggs · 12 years ago
- f3c15b0 Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 11 years ago
- e10e577 Merge tag 'driver-core-3.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 11 years ago
- b71055b Merge tag 'usb-3.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 11 years ago
- dcfdc28 Merge tag 'tty-3.10-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 11 years ago
- 67e5b2f Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 11 years ago
- 70a3067 Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 11 years ago
- e61cd5e Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 11 years ago
- 64a2f30 Merge tag 'acpi-3.10-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
- 7ecba6f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client by Linus Torvalds · 11 years ago
- 58807a5 iscsi-target: Remove left over v3.10-rc debug printks by Nicholas Bellinger · 11 years ago
- 58bd0c6 target/iscsi: Fix op=disable + error handling cases in np_store_iser by Andy Grover · 12 years ago
- 9aa3687 Merge branch 'drm-fixes-3.10' of git://people.freedesktop.org/~agd5f/linux into drm-fixes by Dave Airlie · 11 years ago
- 8444d5c drm/radeon: update lockup tracking when scheduling in empty ring by Jerome Glisse · 11 years ago
- bb69ee2 [media] Fix build when drivers are builtin and frontend modules by Mauro Carvalho Chehab · 11 years ago
- 8b6fd65 irqchip: gic: call gic_cpu_init() as well in CPU_STARTING_FROZEN case by Shawn Guo · 11 years ago
- 5f63adb [media] s5p makefiles: don't override other selections on obj-[ym] by Mauro Carvalho Chehab · 11 years ago
- 35a2fbc USB: serial: ti_usb_3410_5052: new device id for Abbot strip port cable by Anders Hammarquist · 11 years ago
- b9e95fc ACPI / LPSS: Power up LPSS devices during enumeration by Rafael J. Wysocki · 11 years ago
- 6ee22e9d ACPI / PM: Fix error code path for power resources initialization by Rafael J. Wysocki · 11 years ago
- 8112006 ACPI / dock: Take ACPI scan lock in write_undock() by Rafael J. Wysocki · 11 years ago
- 204ebc0 ACPI / resources: call acpi_get_override_irq() only for legacy IRQ resources by Mika Westerberg · 12 years ago
- 722a860 [media] exynos4-is: Fix FIMC-IS clocks initialization by Sylwester Nawrocki · 11 years ago
- 784a4d5 Merge branch 'drm-fixes-3.10' of git://people.freedesktop.org/~agd5f/linux into drm-fixes by Dave Airlie · 11 years ago
- ebc0bad drm/prime: Honor requested file flags when exporting a buffer by Laurent Pinchart · 11 years ago
- 9a66d18 parisc: fix serial ports on C8000 workstation by Thomas Bogendoerfer · 11 years ago
- 8759793 firmware loader: fix use-after-free by double abort by Ming Lei · 11 years ago
- 035978b usb: phy: Improve Kconfig help for CONFIG_USB_PHY by George Spelvin · 11 years ago
- aad7601 Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mchehab/linux-media by Linus Torvalds · 11 years ago
- f93f0b9 Merge tag 'clk-fixes-for-linus' of git://git.linaro.org/people/mturquette/linux by Linus Torvalds · 11 years ago
- 7c61c3d tty: Fix transient pty write() EIO by Peter Hurley · 11 years ago
- ef223fb tty/vt: Return EBUSY if deallocating VT1 and it is busy by Ross Lagerwall · 11 years ago
- a908eb9 [media] rtl28xxu: fix buffer overflow when probing Rafael Micro r820t tuner by Gianluca Gennari · 12 years ago
- ff49fad ARM: tegra30: clocks: Fix pciex clock registration by Jay Agarwal · 11 years ago
- 8177a9d lseek(fd, n, SEEK_END) does *not* go to eof - n by Al Viro · 11 years ago
- 596fa9e Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net by Linus Torvalds · 11 years ago
- 9bb9285 Merge tag 'char-misc-3.10-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc by Linus Torvalds · 11 years ago