Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | nouveau: fix warning on 32-bit build. | Dave Airlie | 2012-10-16 | 1 | -1/+1 | |
| * | | | | | | | Merge branch 'drm-nouveau-fixes' of git://anongit.freedesktop.org/git/nouveau... | Dave Airlie | 2012-10-16 | 4 | -6/+5 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | drm/nouveau/bios: fix typo in error message | Ben Skeggs | 2012-10-16 | 1 | -1/+1 | |
| | * | | | | | | | drm/nouveau: only call ttm_agp_tt_create when __OS_HAS_AGP | Max Filippov | 2012-10-16 | 1 | -0/+2 | |
| | * | | | | | | | drm/nv50/fb: fix double free of vram mm | Marcin Slusarz | 2012-10-16 | 1 | -1/+0 | |
| | * | | | | | | | drm/nouveau/pm: do not stop reclocking if failing to set the fan speed | Martin Peres | 2012-10-16 | 1 | -1/+0 | |
| | * | | | | | | | drm/nouveau/pm: fix a typo related to the move to the therm subdev | Martin Peres | 2012-10-16 | 1 | -1/+1 | |
| | * | | | | | | | drm/nouveau/hwmon: fix the initialization condition | Martin Peres | 2012-10-16 | 1 | -2/+1 | |
| * | | | | | | | | drm: fix warning on 32-bit. | Dave Airlie | 2012-10-16 | 1 | -1/+1 | |
| * | | | | | | | | drm: radeon: fix printk format warning | Randy Dunlap | 2012-10-16 | 1 | -1/+1 | |
| * | | | | | | | | Merge branch 'drm-fixes-3.7' of git://people.freedesktop.org/~agd5f/linux int... | Dave Airlie | 2012-10-16 | 13 | -152/+359 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | drm/radeon: fix spelling typos in debugging output | Thomas Friebel | 2012-10-15 | 1 | -1/+1 | |
| | * | | | | | | | | drm/radeon: Don't destroy I2C Bus Rec in radeon_ext_tmds_enc_destroy(). | Egbert Eich | 2012-10-15 | 1 | -5/+1 | |
| | * | | | | | | | | drm/radeon: check if pcie gen 2 is already enabled (v2) | Alex Deucher | 2012-10-15 | 2 | -1/+12 | |
| | * | | | | | | | | drm/radeon/cayman: set VM max pfn at MC init | Alex Deucher | 2012-10-15 | 1 | -7/+1 | |
| | * | | | | | | | | drm/radeon: separate pt alloc from lru add | Christian König | 2012-10-15 | 3 | -4/+18 | |
| | * | | | | | | | | drm/radeon: don't add the IB pool to all VMs v2 | Christian König | 2012-10-15 | 3 | -33/+25 | |
| | * | | | | | | | | drm/radeon: allocate page tables on demand v4 | Christian König | 2012-10-15 | 3 | -73/+262 | |
| | * | | | | | | | | drm/radeon: update comments to clarify VM setup (v2) | Alex Deucher | 2012-10-15 | 3 | -3/+12 | |
| | * | | | | | | | | drm/radeon: allocate PPLLs from low to high | Alex Deucher | 2012-10-15 | 1 | -4/+4 | |
| | * | | | | | | | | drm/radeon: fix compilation with backlight disabled | Alex Deucher | 2012-10-15 | 2 | -21/+23 | |
| | * | | | | | | | | drm/radeon: use %zu for formatting size_t | Luca Tettamanti | 2012-10-15 | 1 | -2/+2 | |
| * | | | | | | | | | Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in... | Dave Airlie | 2012-10-16 | 9 | -88/+76 | |
| |\ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / | |/| | | | | | | | | ||||||
| | * | | | | | | | | drm/i915: fix non-DP-D eDP backlight cleanup and module reload | Jani Nikula | 2012-10-12 | 1 | -1/+2 | |
| | * | | | | | | | | drm/i915: HSW CRW stability magic | Rodrigo Vivi | 2012-10-12 | 1 | -0/+3 | |
| | * | | | | | | | | drm/i915/dvo-ch7xxx: fix get_hw_state | Daniel Vetter | 2012-10-12 | 1 | -3/+3 | |
| | * | | | | | | | | drm/i915: fixup the plane->pipe fixup code | Daniel Vetter | 2012-10-12 | 1 | -11/+23 | |
| | * | | | | | | | | drm/i915: rip out the pipe A quirk for i855gm | Daniel Vetter | 2012-10-12 | 1 | -2/+1 | |
| | * | | | | | | | | drm/i915: disable wc gtt pte mappings on gen2 | Daniel Vetter | 2012-10-12 | 1 | -1/+1 | |
| | * | | | | | | | | drm/i915: fixup i915_gem_object_get_page inline helper | Chris Wilson | 2012-10-12 | 1 | -1/+6 | |
| | * | | | | | | | | drm/i915: Disallow preallocation of requests | Chris Wilson | 2012-10-12 | 3 | -65/+24 | |
| | * | | | | | | | | drm/i915: Set guardband clipping workaround bit in the right register. | Kenneth Graunke | 2012-10-12 | 2 | -3/+3 | |
| | * | | | | | | | | drm/i915: paper over a pipe-enable vs pageflip race | Daniel Vetter | 2012-10-08 | 1 | -0/+10 | |
| | * | | | | | | | | drm/i915: remove useless BUG_ON which caused a regression in 3.5. | Willy Tarreau | 2012-10-07 | 1 | -1/+0 | |
* | | | | | | | | | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 2012-10-16 | 5 | -23/+46 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | quota: Silence warning about PRJQUOTA not being handled in need_print_warning() | Jan Kara | 2012-10-09 | 1 | -0/+2 | |
| * | | | | | | | | | | ext3: fix return values on parse_options() failure | Zhao Hongjiang | 2012-10-09 | 1 | -2/+2 | |
| * | | | | | | | | | | ext2: fix return values on parse_options() failure | Zhao Hongjiang | 2012-10-09 | 1 | -2/+2 | |
| * | | | | | | | | | | ext3: ext3_bread usage audit | Carlos Maiolino | 2012-10-09 | 2 | -18/+39 | |
| * | | | | | | | | | | ext3: fix possible non-initialized variable on htree_dirblock_to_tree() | Carlos Maiolino | 2012-10-09 | 1 | -1/+1 | |
| | |_|_|_|/ / / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2012-10-16 | 4 | -145/+136 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | bury SEL_{IN,OUT,EX} | Al Viro | 2012-10-16 | 1 | -4/+0 | |
| * | | | | | | | | | | Unexport some bits of linux/fs.h | David Howells | 2012-10-16 | 2 | -132/+130 | |
| * | | | | | | | | | | fix a leak in replace_fd() users | Al Viro | 2012-10-16 | 2 | -13/+10 | |
* | | | | | | | | | | | Merge tag 'pinctrl-fixes-v3.7-rc2' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2012-10-16 | 6 | -68/+23 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | pinctrl/nomadik: always use the simple irqdomain | Linus Walleij | 2012-10-15 | 1 | -10/+3 | |
| * | | | | | | | | | | | pinctrl/nomadik: provide stubs for legacy Nomadik | Linus Walleij | 2012-10-15 | 1 | -0/+13 | |
| * | | | | | | | | | | | pinctrl: remove duplicated include from pinctrl-xway.c | Wei Yongjun | 2012-10-15 | 1 | -2/+0 | |
| * | | | | | | | | | | | pinctrl: sirf: remove sirfsoc_gpio_set_pull function | Arnd Bergmann | 2012-10-15 | 2 | -48/+0 | |
| * | | | | | | | | | | | pinctrl: fix return value in bcm2835_pinctrl_probe() | Wei Yongjun | 2012-10-15 | 1 | -1/+1 |