summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] sysctl: remove unused "context" paramAlexey Dobriyan2006-12-101-1/+1
* [PATCH] IPMI: misc fixesCorey Minyard2006-12-102-58/+68
* [PATCH] IPMI: remove zero initsRandy Dunlap2006-12-106-23/+25
* [PATCH] read_zero_pagealigned() locking fixHugh Dickins2006-12-101-4/+8
* Merge branch 'drm-patches' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2006-12-0915-57/+821
|\
| * Fix http://bugzilla.kernel.org/show_bug.cgi?id=7606Andrew Morton2006-12-071-0/+1
| * drm: add flag for mapping PCI DMA buffers read-only.George Sapountzis2006-12-074-5/+27
| * drm: fix up irqflags in drm_lock.cDave Airlie2006-12-071-1/+1
| * drm: i915 updates=?utf-8?q?Michel_D=C3=A4nzer?=2006-12-072-19/+21
| * drm: i915: fix up irqflags arg=?utf-8?q?Michel_D=C3=A4nzer?=2006-12-071-2/+3
| * drm: i915: Only return EBUSY after we've established we need to schedule a ne...=?utf-8?q?Michel_D=C3=A4nzer?=2006-12-071-5/+5
| * drm: i915: Fix 'sequence has passed' condition in i915_vblank_swap().=?utf-8?q?Michel_D=C3=A4nzer?=2006-12-071-1/+1
| * drm: i915: Add SAREA fileds for determining which pipe to sync window buffer ...=?utf-8?q?Michel_D=C3=A4nzer?=2006-12-071-0/+9
| * drm: Make handling of dev_priv->vblank_pipe more robust.=?utf-8?q?Michel_D=C3=A4nzer?=2006-12-071-8/+14
| * drm: DRM_I915_VBLANK_SWAP ioctl: Take drm_vblank_seq_type_t instead=?utf-8?q?Michel_D=C3=A4nzer?=2006-12-072-6/+40
| * drm: i915: Add ioctl for scheduling buffer swaps at vertical blanks.=?utf-8?q?Michel_D=C3=A4nzer?=2006-12-074-0/+211
| * drm: Core vsync: Don't clobber target sequence number when scheduling signal.=?utf-8?q?Michel_D=C3=A4nzer?=2006-12-071-2/+3
| * drm: Core vsync: Add flag DRM_VBLANK_NEXTONMISS.=?utf-8?q?Michel_D=C3=A4nzer?=2006-12-072-7/+13
| * drm: Make locked tasklet handling more robust.=?utf-8?q?Michel_D=C3=A4nzer?=2006-12-072-2/+3
| * drm: drm_rmdraw: Declare id and idx as signed so testing for < 0 works as int...=?utf-8?q?Felix_K=C3=BChling?=2006-12-071-1/+2
| * drm: Change first valid DRM drawable ID to be 1 instead of 0.=?utf-8?q?Michel_D=C3=A4nzer?=2006-12-072-12/+35
| * drm: drawable locking + memory management fixes + copyright=?utf-8?q?Michel_D=C3=A4nzer?=2006-12-071-107/+155
| * drm: Add support for interrupt triggered driver callback with lock held to DR...=?utf-8?q?Michel_D=C3=A4nzer?=2006-12-073-0/+90
| * drm: Add support for tracking drawable information to core=?utf-8?q?Michel_D=C3=A4nzer?=2006-12-075-8/+262
| * drm: add support for secondary vertical blank interrupt to i915=?utf-8?q?Michel_D=C3=A4nzer?=2006-12-073-4/+27
| * drm: add support for secondary vertical blank interrupt to DRM core=?utf-8?q?Michel_D=C3=A4nzer?=2006-12-074-28/+60
* | [PATCH] Char: cyclades, fix warningsJiri Slaby2006-12-081-2/+3
* | [PATCH] Char: cyclades, cleanupJiri Slaby2006-12-081-83/+50
* | [PATCH] Char: cyclades, Lindent the codeJiri Slaby2006-12-081-3808/+3942
* | [PATCH] Char: cyclades, save indent levelsJiri Slaby2006-12-081-335/+340
* | [PATCH] Char: istallion, use mod_timerJiri Slaby2006-12-081-4/+2
* | [PATCH] Char: istallion, dynamic tty deviceJiri Slaby2006-12-081-1/+14
* | [PATCH] Char: istallion, change init sequenceJiri Slaby2006-12-081-55/+75
* | [PATCH] Char: istallion, move init and exit codeJiri Slaby2006-12-081-61/+52
* | [PATCH] Char: istallion, fix enablingJiri Slaby2006-12-081-7/+11
* | [PATCH] Char: istallion, correct fail pathsJiri Slaby2006-12-081-61/+81
* | [PATCH] Char: istallion, free only isaJiri Slaby2006-12-081-1/+3
* | [PATCH] Char: istallion, brdnr lockingJiri Slaby2006-12-081-4/+11
* | [PATCH] Char: istallion, ifdef eisa codeJiri Slaby2006-12-081-2/+11
* | [PATCH] Char: istallion, variables cleanupJiri Slaby2006-12-081-45/+55
* | [PATCH] Char: istallion, eliminate typedefsJiri Slaby2006-12-081-208/+206
* | [PATCH] Char: istallion, remove the messJiri Slaby2006-12-081-170/+36
* | [PATCH] Char: istallion, convert to pci probingJiri Slaby2006-12-081-49/+67
* | [PATCH] Char: stallion, use dynamic devJiri Slaby2006-12-081-6/+27
* | [PATCH] Char: stallion, variables cleanupJiri Slaby2006-12-081-36/+31
* | [PATCH] Char: stallion, remove syntactic sugarJiri Slaby2006-12-081-97/+81
* | [PATCH] Char: stallion, brd struct lockingJiri Slaby2006-12-081-5/+13
* | [PATCH] Char: stallion, fix fail pathsJiri Slaby2006-12-081-29/+52
* | [PATCH] Char: stallion, functions cleanupJiri Slaby2006-12-081-167/+40
* | [PATCH] Char: stallion, correct __init macrosJiri Slaby2006-12-081-5/+5