Age | Commit message (Expand) | Author | Files | Lines |
2012-10-03 | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux | Linus Torvalds | 552 | -42692/+68605 |
2012-10-03 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi... | Linus Torvalds | 1 | -2/+2 |
2012-10-03 | firmware: teach the kernel to load firmware files directly from the filesystem | Linus Torvalds | 1 | -1/+77 |
2012-10-03 | Merge tag 'firewire-updates' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 3 | -15/+49 |
2012-10-03 | Merge tag 'uapi-prep-20121002' of git://git.infradead.org/users/dhowells/linu... | Linus Torvalds | 377 | -867/+731 |
2012-10-03 | userns: Fix build of drivers/staging/dgrp | Eric W. Biederman | 1 | -2/+2 |
2012-10-03 | Merge tag 'dt-for-3.7' of git://sources.calxeda.com/kernel/linux | Linus Torvalds | 6 | -10/+75 |
2012-10-02 | Merge tag 'stable/for-linus-3.7-x86-tag' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds | 17 | -154/+435 |
2012-10-02 | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/... | Linus Torvalds | 16 | -160/+2440 |
2012-10-02 | Merge tag 'upstream-3.7-rc1' of git://git.infradead.org/linux-ubi | Linus Torvalds | 14 | -322/+394 |
2012-10-03 | Merge branch 'drm-nouveau-next' of git://anongit.freedesktop.org/git/nouveau/... | Dave Airlie | 417 | -37849/+53956 |
2012-10-02 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 11 | -176/+67 |
2012-10-03 | drm/nv98/crypt: fix fuc build with latest envyas | Ben Skeggs | 1 | -1/+1 |
2012-10-03 | drm/nouveau/devinit: fixup various issues with subdev ctor/init ordering | Ben Skeggs | 2 | -16/+38 |
2012-10-03 | drm/nv41/vm: fix and enable use of "real" pciegart | Ben Skeggs | 2 | -7/+14 |
2012-10-03 | drm/nv44/vm: fix and enable use of "real" pciegart | Ben Skeggs | 4 | -41/+29 |
2012-10-03 | drm/nv04/dmaobj: fixup vm target handling in preparation for nv4x pcie | Ben Skeggs | 1 | -7/+10 |
2012-10-03 | drm/nouveau: store supported dma mask in vmmgr | Ben Skeggs | 7 | -7/+9 |
2012-10-03 | drm/nvc0/ibus: initial implementation of subdev | Ben Skeggs | 4 | -0/+134 |
2012-10-03 | drm/nouveau/therm: add support for fan-control modes | Martin Peres | 6 | -5/+105 |
2012-10-03 | drm/nouveau/hwmon: rename pwm0* to pmw1* to follow hwmon's rules | Martin Peres | 1 | -18/+18 |
2012-10-03 | drm/nouveau/therm: calculate the pwm divisor on nv50+ | Martin Peres | 3 | -4/+37 |
2012-10-03 | drm/nouveau/fan: rewrite the fan tachometer driver to get more precision, faster | Martin Peres | 1 | -9/+16 |
2012-10-03 | drm/nouveau/therm: move thermal-related functions to the therm subdev | Martin Peres | 22 | -542/+1048 |
2012-10-03 | drm/nouveau/bios: parse the pwm divisor from the perf table | Martin Peres | 3 | -0/+90 |
2012-10-03 | drm/nouveau/therm: use the EXTDEV table to detect i2c monitoring devices | Martin Peres | 4 | -0/+174 |
2012-10-03 | drm/nouveau/therm: rework thermal table parsing | Martin Peres | 6 | -205/+282 |
2012-10-03 | drm/nouveau/gpio: expose the PWM/TOGGLE parameter found in the gpio vbios table | Martin Peres | 2 | -0/+10 |
2012-10-03 | drm/nouveau: fix pm initialization order | Dmitry Eremin-Solenikov | 1 | -1/+2 |
2012-10-03 | drm/nouveau/bios: check that fixed tvdac gpio data is valid before using it | Ben Skeggs | 1 | -7/+11 |
2012-10-03 | drm/nouveau: log channel debug/error messages from client object rather than ... | Ben Skeggs | 1 | -5/+5 |
2012-10-03 | drm/nouveau: have drm debugging macros build on top of core macros | Ben Skeggs | 1 | -13/+6 |
2012-10-03 | drm/nouveau/core: have client-id be a string, rather than an integer | Ben Skeggs | 4 | -10/+14 |
2012-10-03 | drm/nvc0/fifo: re-bash PBUS regs after vm-fault to BARs/PEEPHOLE | Ben Skeggs | 1 | -4/+18 |
2012-10-03 | drm/nvc0/gr: implement initial trap handler | Ben Skeggs | 1 | -4/+188 |
2012-10-03 | drm/nvc0/gr: rebuild fuc with latest envyas | Ben Skeggs | 4 | -12/+167 |
2012-10-03 | drm/nvc0/ltcg: read LTS count at startup | Ben Skeggs | 1 | -1/+3 |
2012-10-03 | drm/nve0/gr: enable use of our fuc by default | Ben Skeggs | 1 | -1/+1 |
2012-10-03 | drm/nve0/gr: remove 0x404160 bashing from hub fuc | Ben Skeggs | 2 | -282/+189 |
2012-10-03 | drm/nve0/gr: initial fuc implementation, based on fermi's code | Ben Skeggs | 6 | -69/+3235 |
2012-10-03 | drm/nve0/ibus: handle PIBUS interrupts to prevent storm | Ben Skeggs | 6 | -0/+162 |
2012-10-03 | drm/nouveau/sw: trap and clear PMC_INTR_0_SOFTWARE | Ben Skeggs | 5 | -0/+12 |
2012-10-03 | drm/nouveau: quiet some static-related sparse noise | Marcin Slusarz | 25 | -47/+51 |
2012-10-03 | drm/nouveau: constify instances of nouveau_bitfield and nouveau_enum structs | Marcin Slusarz | 12 | -39/+39 |
2012-10-03 | drm/nouveau/fifo: use defines instead of hardcoded class ids | Ben Skeggs | 9 | -12/+20 |
2012-10-03 | drm/nouveau/dmaobj: reject unsupported parent types instead of half-succeeding | Ben Skeggs | 2 | -10/+16 |
2012-10-03 | drm/nouveau: add defines for internal class names | Ben Skeggs | 1 | -14/+35 |
2012-10-03 | drm/nv50/fifo: add support for dma channel class | Ben Skeggs | 3 | -7/+72 |
2012-10-03 | drm/nv84/fifo: add support for dma channel class | Ben Skeggs | 3 | -7/+81 |
2012-10-03 | drm/nouveau/fifo: version the dma channel class struct | Ben Skeggs | 6 | -6/+6 |