| Commit message (Expand) | Author | Age | Files | Lines |
* | fix typos concerning "management" | Uwe Kleine-König | 2010-06-16 | 2 | -2/+2 |
* | fix typos concerning "acquire" | Uwe Kleine-König | 2010-06-16 | 1 | -1/+1 |
* | fix comment typo in netdevice.h | Justin P. Mattock | 2010-06-04 | 1 | -1/+1 |
* | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow... | Linus Torvalds | 2010-05-21 | 1 | -26/+0 |
|\ |
|
| * | Merge commit 'origin/master' into next | Benjamin Herrenschmidt | 2010-05-07 | 46 | -121/+441 |
| |\ |
|
| * | | Remove unused HDPU driver | Benjamin Herrenschmidt | 2010-04-07 | 1 | -26/+0 |
* | | | Merge branch 'drm-for-2.6.35' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2010-05-21 | 11 | -81/+310 |
|\ \ \ |
|
| * \ \ | Merge remote branch 'anholt/drm-intel-next' into drm-next | Dave Airlie | 2010-05-19 | 19 | -20/+64 |
| |\ \ \ |
|
| | * \ \ | Merge remote branch 'origin/master' into drm-intel-next | Eric Anholt | 2010-05-10 | 19 | -20/+64 |
| | |\ \ \
| | | | |/
| | | |/| |
|
| * | | | | drm: move radeon_fixed.h to shared drm_fixed.h header | Ben Skeggs | 2010-05-18 | 1 | -0/+67 |
| * | | | | ttm: Provide an API for starting and stopping the delayed workqueue | Matthew Garrett | 2010-05-18 | 1 | -0/+17 |
| * | | | | drm/fbdev: fix cloning on fbcon | Dave Airlie | 2010-05-18 | 1 | -0/+2 |
| * | | | | drm/fbdev: rework output polling to be back in the core. (v4) | Dave Airlie | 2010-05-18 | 3 | -11/+22 |
| * | | | | vga16fb, drm: vga16fb->drm handoff | Marcin Slusarz | 2010-05-18 | 1 | -1/+2 |
| * | | | | fbmem, drm/nouveau: kick firmware framebuffers as soon as possible | Marcin Slusarz | 2010-05-18 | 1 | -0/+1 |
| * | | | | fbdev: allow passing more than one aperture for handoff | Marcin Slusarz | 2010-05-18 | 1 | -2/+15 |
| * | | | | drm/radeon/kms: add query for crtc hw id from crtc id to get info V2 | Jerome Glisse | 2010-05-18 | 1 | -0/+1 |
| * | | | | drm_edid: There should be 6 Standard Timings | Dan Carpenter | 2010-05-18 | 1 | -1/+1 |
| |/ / / |
|
| * | | | Merge branch 'drm-ttm-unmappable' into drm-core-next | Dave Airlie | 2010-04-20 | 2 | -26/+60 |
| |\ \ \ |
|
| | * | | | drm/ttm: remove io_ field from TTM V6 | Jerome Glisse | 2010-04-20 | 1 | -12/+0 |
| | * | | | drm/ttm: ttm_fault callback to allow driver to handle bo placement V6 | Jerome Glisse | 2010-04-20 | 2 | -1/+38 |
| | * | | | drm/ttm: split no_wait argument in 2 GPU or reserve wait | Jerome Glisse | 2010-04-08 | 2 | -13/+22 |
| * | | | | drm: free core gem object from driver callbacks | Daniel Vetter | 2010-04-20 | 1 | -0/+1 |
| * | | | | drm: extract drm_gem_object_init | Daniel Vetter | 2010-04-20 | 1 | -0/+2 |
| * | | | | Merge branch 'drm-fbdev-cleanup' into drm-core-next | Dave Airlie | 2010-04-20 | 3 | -47/+53 |
| |\ \ \ \ |
|
| | * | | | | drm/kms/fb: use slow work mechanism for normal hotplug also. | Dave Airlie | 2010-04-07 | 1 | -21/+26 |
| | * | | | | drm/kms/fb: add polling support for when nothing is connected. | Dave Airlie | 2010-04-07 | 1 | -2/+10 |
| | * | | | | drm/kms/fb: separate fbdev connector list from core drm connectors | Dave Airlie | 2010-04-07 | 3 | -7/+5 |
| | * | | | | drm/kms/fb: move to using fb helper crtc grouping instead of core crtc list | Dave Airlie | 2010-04-07 | 2 | -13/+13 |
| | * | | | | drm/fb: fix fbdev object model + cleanup properly. | Dave Airlie | 2010-04-07 | 3 | -21/+16 |
| | |/ / / |
|
| * | | | | Merge branch 'drm-edid-fixes' into drm-core-next | Dave Airlie | 2010-04-20 | 2 | -5/+4 |
| |\ \ \ \ |
|
| | * | | | | drm/edid: Add secondary GTF curve support | Adam Jackson | 2010-04-06 | 1 | -0/+4 |
| | * | | | | drm/edid: Remove arbitrary EDID extension limit | Adam Jackson | 2010-04-06 | 1 | -3/+0 |
| | * | | | | drm/edid: Fix secondary block fetch. | Adam Jackson | 2010-04-06 | 1 | -2/+0 |
| | |/ / / |
|
| * | | | | Merge branch 'drm-ttm-pool' into drm-core-next | Dave Airlie | 2010-04-20 | 1 | -0/+74 |
| |\ \ \ \ |
|
| | * | | | | drm/ttm: Add sysfs interface to control pool allocator. | Pauli Nieminen | 2010-04-06 | 1 | -1/+1 |
| | * | | | | drm/ttm: Add debugfs output entry to pool allocator. | Pauli Nieminen | 2010-04-06 | 1 | -0/+4 |
| | * | | | | drm/ttm: add pool wc/uc page allocator V3 | Pauli Nieminen | 2010-04-06 | 1 | -0/+70 |
| | |/ / / |
|
* | | | | | Merge branch 'dbg-early-merge' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2010-05-21 | 1 | -0/+14 |
|\ \ \ \ \ |
|
| * | | | | | x86, kgdb, init: Add early and late debug states | Jason Wessel | 2010-05-20 | 1 | -0/+14 |
* | | | | | | Merge branch 'kdb-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/jwe... | Linus Torvalds | 2010-05-21 | 4 | -17/+145 |
|\| | | | | |
|
| * | | | | | printk,kdb: capture printk() when in kdb shell | Jason Wessel | 2010-05-20 | 1 | -0/+3 |
| * | | | | | kgdboc,kdb: Allow kdb to work on a non open console port | Jason Wessel | 2010-05-20 | 1 | -0/+3 |
| * | | | | | kgdb: Add the ability to schedule a breakpoint via a tasklet | Jason Wessel | 2010-05-20 | 1 | -0/+1 |
| * | | | | | x86,kgdb: Add low level debug hook | Jason Wessel | 2010-05-20 | 1 | -0/+1 |
| * | | | | | kgdb: remove post_primary_code references | Jason Wessel | 2010-05-20 | 1 | -14/+0 |
| * | | | | | kgdb,docs: Update the kgdb docs to include kdb | Jason Wessel | 2010-05-20 | 1 | -1/+11 |
| * | | | | | kgdb,8250,pl011: Return immediately from console poll | Jason Wessel | 2010-05-20 | 2 | -0/+2 |
| * | | | | | kgdb: core changes to support kdb | Jason Wessel | 2010-05-20 | 1 | -2/+9 |
| * | | | | | kdb: core for kgdb back end (2 of 2) | Jason Wessel | 2010-05-20 | 1 | -1/+2 |