summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* drm/radeon/kms: add support for DP modesettingAlex Deucher2009-12-081-15/+42
* drm/radeon/kms: DP fixes and cleanup from the ddxAlex Deucher2009-12-081-1/+3
* drm/radeon/kms: initial radeon displayport portingDave Airlie2009-12-081-0/+2
* Merge remote branch 'origin/drm-core-next' into testDave Airlie2009-12-0815-57/+1000
|\
| * drm/intel: refactor DP i2c support and DP common header to drm helperDave Airlie2009-12-081-0/+149
| * drm/ttm: Export symbols needed for the vmwgfx driver.Thomas Hellstrom2009-12-071-0/+9
| * drm/ttm: Add TTM execbuf utilities.Thomas Hellstrom2009-12-071-0/+107
| * drm/ttm: Add ttm lock functionality.Thomas Hellstrom2009-12-071-0/+247
| * drm/ttm: Add user-space objects.Thomas Hellstrom2009-12-071-0/+267
| * drm: Add dirty ioctl and propertyJakob Bornecrantz2009-12-043-0/+64
| * drm/ttm: Fix build failure due to missing struct pageMartin Michlmayr2009-12-041-0/+1
| * drm: Add compatibility #ifdefs for *BSDKristian Høgsberg2009-12-047-18/+27
| * drm: Add support for drm master_[set|drop] callbacks.Thomas Hellstrom2009-12-041-0/+9
| * drm/edid: Decode 3-byte CVT codes from EDID 1.4Adam Jackson2009-12-041-0/+5
| * drm/edid: Add new detailed block types from EDID 1.4Adam Jackson2009-12-041-0/+3
| * drm/modes: Add drm_mode_hsync()Adam Jackson2009-12-041-3/+4
| * drm: set the type of the drm_framebuffer::fbdev fieldClemens Ladisch2009-11-191-1/+1
| * drm/kms: add page flipping ioctlKristian Høgsberg2009-11-183-0/+50
| * drm: kill more unused DRM macrosAndres Salomon2009-11-181-23/+0
| * drm: kill some unused DRM_PROC macros from drmP.hAndres Salomon2009-11-181-10/+0
| * drm: Add async event synchronization for drmWaitVblankKristian Høgsberg2009-11-182-2/+57
* | SLOW_WORK: Move slow_work's proc file to debugfsDavid Howells2009-12-011-4/+4
* | Merge branch 'security' of git://git.kernel.org/pub/scm/linux/kernel/git/linv...Linus Torvalds2009-11-301-0/+6
|\ \
| * | mac80211: fix spurious delBA handlingJohannes Berg2009-11-301-0/+6
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds2009-11-301-0/+1
|\ \ \
| * | | [SCSI] fix async scan add/remove race resulting in an oopsJames Bottomley2009-11-261-0/+1
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-11-301-1/+0
|\ \ \ \
| * | | | sctp: on T3_RTX retransmit all the in-flight chunksAndrei Pelinescu-Onciul2009-11-291-1/+0
| | |/ / | |/| |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-2.6-fscacheLinus Torvalds2009-11-303-4/+135
|\ \ \ \ | |_|/ / |/| | |
| * | | CacheFiles: Catch an overly long wait for an old active objectDavid Howells2009-11-191-2/+4
| * | | CacheFiles: Don't write a full page if there's only a partial page to cacheDavid Howells2009-11-191-0/+3
| * | | FS-Cache: Start processing an object's operations on that object's deathDavid Howells2009-11-191-0/+4
| * | | FS-Cache: Handle pages pending storage that get evicted under OOM conditionsDavid Howells2009-11-192-0/+28
| * | | FS-Cache: Fix lock misorder in fscache_write_op()David Howells2009-11-191-0/+1
| * | | FS-Cache: Allow the current state of all objects to be dumpedDavid Howells2009-11-191-0/+13
| * | | FS-Cache: Annotate slow-work runqueue proc lines for FS-Cache work itemsDavid Howells2009-11-191-0/+12
| * | | SLOW_WORK: Allow a requeueable work item to sleep till the thread is neededDavid Howells2009-11-191-0/+3
| * | | SLOW_WORK: Allow the owner of a work item to determine if it is queued or notDavid Howells2009-11-191-0/+19
| * | | SLOW_WORK: Allow the work items to be viewed through a /proc fileDavid Howells2009-11-191-0/+11
| * | | SLOW_WORK: Add delayed_slow_work supportJens Axboe2009-11-191-0/+29
| * | | SLOW_WORK: Add support for cancellation of slow workJens Axboe2009-11-191-0/+2
| * | | SLOW_WORK: Wait for outstanding work items belonging to a module to clearDavid Howells2009-11-191-2/+6
| |/ /
* | | i2c: i2c-pnx: Made buf type unsigned to prevent sign extensionKevin Wells2009-11-201-1/+1
* | | vt: Fix use of "new" in a struct fieldAlan Cox2009-11-191-2/+2
|/ /
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-11-182-2/+2
|\ \
| * | Revert "isdn: isdn_ppp: Use SKB list facilities instead of home-grown impleme...David S. Miller2009-11-151-1/+1
| * | sctp: Set source addresses on the association before adding transportsVlad Yasevich2009-11-131-1/+1
* | | fcntl: rename F_OWNER_GID to F_OWNER_PGRPPeter Zijlstra2009-11-171-1/+1
* | | mm: allow memory hotplug and hibernation in the same kernelAndi Kleen2009-11-171-2/+19
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6Linus Torvalds2009-11-171-18/+11
|\ \ \
OpenPOWER on IntegriCloud