summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] getting rid of all casts of k[cmz]alloc() callsRobert P. J. Day2006-12-139-11/+11
* [PATCH] n_r3964: Use struct pid to track user space clientsEric W. Biederman2006-12-131-20/+17
* [PATCH] tty_io.c balance tty_ldisc_ref()Dan Carpenter2006-12-131-6/+1
* [PATCH] RTC driver init adjustmentJan Beulich2006-12-131-15/+17
* [PATCH] rtc: fx error caseJan Beulich2006-12-131-0/+8
* [PATCH] CONFIG_COMPUTONE should depend on ISA|EISA|PCIAl Viro2006-12-131-1/+1
* [PATCH] tty: remove useless memory barrierRalf Baechle2006-12-131-1/+0
* [PATCH] debug: add sysrq_always_enabled boot optionIngo Molnar2006-12-132-12/+35
* [PATCH] sx: fix non-PCI buildJiri Slaby2006-12-132-1/+9
* [PATCH] mxser_new: fix non-PCI buildJiri Slaby2006-12-132-1/+9
* [PATCH] isicom: fix build with PCI disabledRandy Dunlap2006-12-131-1/+1
* [PATCH] vt: fix comments to not refer to kill_procEric W. Biederman2006-12-131-3/+3
* [PATCH] tty: export get_current_ttyHeiko Carstens2006-12-131-0/+1
* Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/agpgartLinus Torvalds2006-12-122-2/+27
|\
| * Merge ../linusDave Jones2006-12-12299-33064/+22054
| |\
| * | [AGPGART] VIA and SiS AGP chipsets are x86-onlyMatthew Wilcox2006-12-121-2/+2
| * | [AGPGART] agp-amd64: section mismatches with HOTPLUG=nRandy Dunlap2006-12-121-1/+1
| * | [AGPGART] Fix up misprogrammed bridges with incorrect AGPv2 rates.Dave Jones2006-11-031-0/+25
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds2006-12-121-1/+1
|\ \ \
| * | | kconfig: Standardize "depends" -> "depends on" in Kconfig filesRobert P. J. Day2006-12-121-1/+1
| | |/ | |/|
* | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/wim/linu...Wim Van Sebroeck2006-12-124-27/+27
|\ \ \
| * | | [WATCHDOG] watchdog miscdevice patchAndrew Victor2006-12-073-5/+5
| * | | [WATCHDOG] rm9k_wdt: fix interrupt handler argumentsThomas Koeller2006-12-071-2/+2
| * | | [WATCHDOG] rm9k_wdt: fix compilationThomas Koeller2006-12-071-20/+20
* | | | [WATCHDOG] pcwd_usb.c generic HID include fileWim Van Sebroeck2006-12-121-4/+1
| |/ / |/| |
* | | [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
OpenPOWER on IntegriCloud