aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2008-02-07drm: cleanup DRM_DEBUG() parametersMárton Németh
2008-02-07drm/i915: add support for E7221 chipsetCarlos Martín
2008-02-07drm: don't cast a pointer to pointer of list_headLi Zefan
2008-02-07mga_dma: return 'err' not just zero from mga_do_cleanup_dma()Jesper Juhl
2008-02-07drm: add _DRM_DRIVER flag, and re-order unload.Dave Airlie
2008-02-07drm: enable udev node creationDave Airlie
2008-02-07drm: Make DRM_IOCTL_GET_CLIENT return EINVAL when it can't find client #idx.Eric Anholt
2008-02-07drm: move drm_mem_init to proper place in startup sequenceDave Airlie
2008-02-07drm: call driver load function after initialising AGPDave Airlie
2008-02-07drm: Fix ioc32 compat layerIan Romanick
2008-02-07drm: fd.o bug #11895: Only add the AGP base to map offset if the caller didn't.Eric Anholt
2008-02-07i915: add suspend/resume supportJesse Barnes
2008-02-07drm: update DRM sysfs supportJesse Barnes
2008-02-07drm: Initialize the AGP structure's base address at init rather than enable.Eric Anholt
2008-02-07drm: move two function extern into the correct blockDave Airlie
2008-02-07drm: run cleanfile across drm treeDave Airlie
2008-02-07drm: some minor cleanups and changes to make memory manager merging easier.Dave Airlie
2008-02-06Merge branch 'async-tx-for-linus' of git://lost.foo-projects.org/~dwillia2/gi...Linus Torvalds
2008-02-06scsi: megaraid: trivial drop duplicate mutex.h includeDaniel Walker
2008-02-06Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2008-02-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds
2008-02-06fb: fix warning: no return statement in function returning non-voidAnton Vorontsov
2008-02-06virtio: add missing #include <linux/delay.h>Johann Felix Soden
2008-02-06PNP: disable Supermicro H8DCE motherboard resources that overlap SATA BARsBjorn Helgaas
2008-02-06PNP: do not test PNP_DRIVER_RES_DO_NOT_CHANGE on suspend/resumeRene Herman
2008-02-06isapnp driver semaphore to mutexDaniel Walker
2008-02-06pnp: declare PNP option parsing functions as __initThomas Renninger
2008-02-06simplify pnp_activate_dev() and pnp_disable_dev() return valuesBjorn Helgaas
2008-02-06md: fix an occasional deadlock in raid5NeilBrown
2008-02-06md: change ITERATE_RDEV_GENERIC to rdev_for_each_list, and remove ITERATE_RDE...NeilBrown
2008-02-06md: change ITERATE_RDEV to rdev_for_eachNeilBrown
2008-02-06md: change INTERATE_MDDEV to for_each_mddevNeilBrown
2008-02-06md: change a few 'int' to 'size_t' in mdNeilBrown
2008-02-06md: fix use-after-free bug when dropping an rdev from an md arrayNeilBrown
2008-02-06md: allow an md array to appear with 0 drives if it has external metadataNeilBrown
2008-02-06md: lock address when changing attributes of component devicesNeilBrown
2008-02-06md: allow devices to be shared between md arraysNeilBrown
2008-02-06md: set and test the ->persistent flag for md devices more consistentlyNeilBrown
2008-02-06md: allow a maximum extent to be set for resyncingNeilBrown
2008-02-06md: give userspace control over removing failed devices when external metdata...NeilBrown
2008-02-06md: support 'external' metadata for md arraysNeilBrown
2008-02-06md: Update md bitmap during resync.NeilBrown
2008-02-06md: raid6: clean up the style of raid6test/test.cH. Peter Anvin
2008-02-06md: raid6: Fix mktable.cH. Peter Anvin
2008-02-06coding style cleanups for drivers/md/mktables.cOliver Pinter
2008-02-06fbcon: fix color generation for monochrome framebufferThomas Pfaff
2008-02-06FB/S3C2410: check default_display parameter passed in platform dataBen Dooks
2008-02-06FB/S3C2410: ensure S3C2410 framebuffer clears initial memory to blackBen Dooks
2008-02-06FB/S3C2410: update debugging in S3C2410 framebuffer driverBen Dooks
2008-02-06FB/S3C2412: add S3C2412 support to S3C2410 fb driverBen Dooks