summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2010-07-0126-121/+257
|\
| * drm/radeon/kms: remove rv100 bios connector quirkAlex Deucher2010-07-011-9/+0
| * drm/radeon/kms/pm: fix power state indexing on igp chips in dynpm modeAlex Deucher2010-07-011-3/+8
| * DRM / radeon / KMS: Fix hibernation regression related to radeon PM (was: Re:...Rafael J. Wysocki2010-07-012-8/+36
| * drm/radeon/kms/igp: fix possible divide by 0 in bandwidth code (v2)Alex Deucher2010-07-013-17/+23
| * drm/radeon: add quirk to make HP nx6125 laptop resume.Dave Airlie2010-07-011-0/+8
| * drm/radeon/kms: add some missing regs to evergreen gpu initAlex Deucher2010-07-012-0/+26
| * drm/radeon/kms: fix typos in evergreen command checkerAlex Deucher2010-07-012-7/+7
| * drm/radeon/kms: avoid oops on mac r4xx cardsAlex Deucher2010-07-011-0/+7
| * fb: fix colliding defines for fb flags.Dave Airlie2010-07-011-2/+2
| * drm/radeon/kms: Force HDP_NONSURF to maximum sizeJerome Glisse2010-07-013-3/+3
| * drm/radeon/kms: disable frac fb dividers for rs6xxAlex Deucher2010-07-011-1/+1
| * drm/radeon/kms: don't read attempt to read bios from VRAM on unposted GPU.Dave Airlie2010-07-011-0/+4
| * drm/radeon/kms: fix typo in evergreen_gpu_initAlex Deucher2010-07-011-5/+5
| * drm/radeon/kms: return ret in cursor_set failure pathMatt Turner2010-07-011-1/+1
| * drm/ttm: non pooled page allocation should have GFP_USER setJerome Glisse2010-07-011-1/+1
| * drm/radeon/r100/r200: fix calculation of compressed cube mapsRoland Scheidegger2010-07-011-27/+31
| * drm/radeon/r200: handle more hw tex coord typesRoland Scheidegger2010-07-011-0/+2
| * drm/radeon/kms: CS checker texture fixes for r1xx/r2xx/r3xxRoland Scheidegger2010-07-013-0/+11
| * drm/radeon: add fake RN50 table for powerpcDave Airlie2010-07-012-0/+33
| * drm/fb: Fix video= mode computationAdam Jackson2010-07-011-6/+13
| * drm/radeon/kms: fix DP after DPMS cycleAlex Deucher2010-07-011-2/+2
| * drm/radeon/kms: fix dpms state on resumeCedric Godin2010-07-011-0/+7
| * drm/radeon/kms: fix bandwidth calculation when sideport is presentAlex Deucher2010-07-011-5/+1
| * agp: add no warn since we have a fallback to vmalloc pathsDave Airlie2010-06-151-1/+1
| * agp: drop vmalloc flag.Dave Airlie2010-06-152-4/+1
| * radeon/kms: fix powerpc/rn50 untiled behaviour.Dave Airlie2010-06-151-6/+14
| * drm/radeon: fix dual-head on rv250Dave Airlie2010-06-151-13/+9
* | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2010-07-011-1/+1
|\ \
| * | [IA64] Fix spinaphore down_spin()Tony Luck2010-06-301-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6Linus Torvalds2010-06-3016-68/+145
|\ \ \
| * | | Staging: rtl8192u_usb: Add LG device ID 043e:7a01Ben Hutchings2010-06-301-0/+2
| * | | Staging: rtl8192s_usb: Remove duplicate device IDBen Hutchings2010-06-301-1/+0
| * | | Staging: rt2870: add device id for Zyxel NWD-270NOzan Çağlayan2010-06-301-0/+1
| * | | Staging: comedi: fix read past end of array in cb_pcidda_attach()Dan Carpenter2010-06-301-2/+1
| * | | Staging: rtl8192su: add device idsFlorian Schilhabel2010-06-301-7/+23
| * | | Staging: rtl8192su: remove device idsFlorian Schilhabel2010-06-301-14/+0
| * | | Staging: rtl8187se: Fix compile warnings in 2.6.35-rc2Larry Finger2010-06-301-2/+0
| * | | Staging: wlags49_h2: Fix build error when CONFIG_SYSFS is not setJavier Martinez Canillas2010-06-301-2/+2
| * | | Staging: wlags49_h2: add missing <linux/string.h> for strlenJeff Mahoney2010-06-301-0/+1
| * | | Staging: hv: fix hv_utils module to properly autoloadHaiyang Zhang2010-06-301-0/+28
| * | | staging: hv: Fix race condition on vmbus channel initializationHaiyang Zhang2010-06-303-11/+35
| * | | Staging: comedi: drivers: adl_pci9111: Fix AI commands in TRIG_FOLLOW caseIan Abbott2010-06-301-3/+6
| * | | Staging: mrst-touchscreen: fix dereferencing free memoryDan Carpenter2010-06-301-1/+1
| * | | Staging: batman-adv: fix function prototypeJavier Martinez Canillas2010-06-301-12/+12
| * | | Staging: batman-adv: return -EFAULT on copy_to_user errorsDan Carpenter2010-06-301-1/+1
| * | | staging: usbip: usbip_common: kill rx thread on tx thread creation error.Himanshu Chauhan2010-06-301-13/+33
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6Linus Torvalds2010-06-3019-225/+209
|\ \ \ \
| * | | | USB: gadget: f_mass_storage: stale common->fsg value bug fixMichal Nazarewicz2010-06-301-99/+61
| * | | | USB: gadget: f_mass_storage: fixed fs descriptors not being updatedMichal Nazarewicz2010-06-301-22/+12
OpenPOWER on IntegriCloud