aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-10-17drivers/char/ip2: fix used-uninit'd bugJeff Garzik1-5/+1
2007-10-17lp_console: cleanupsPavel Machek1-9/+8
2007-10-17HVC console is also used by iSeries, so add that to HVC_DRIVER help.Rusty Russell1-1/+1
2007-10-17Delay creation of khcvd threadRusty Russell2-18/+42
2007-10-17tty: expose new methods needed for drivers to get termios rightAlan Cox1-10/+72
2007-10-17add CONFIG_VT_UNICODEBill Nottingham5-5/+26
2007-10-17n_hdlc.c: fix check-after-useAdrian Bunk1-1/+1
2007-10-17mxser: Remove use of dead TTY_FLIPBUF_SIZE definitionAlan Cox1-2/+1
2007-10-17unicode diacritics supportSamuel Thibault4-19/+86
2007-10-17Tweak /proc/ipmi removalAlexey Dobriyan1-1/+1
2007-10-17tpm: pay attention to IRQ info from PNPBjorn Helgaas1-9/+13
2007-10-17drivers/char/ip2/ip2main.c: kmalloc + memset conversion to kzallocMariusz Kozlowski1-3/+2
2007-10-17drivers/char/consolemap.c: kmalloc + memset conversion to kzallocMariusz Kozlowski1-2/+1
2007-10-17epca.c: reformat comments and coding style improvementsAlexey Dobriyan1-1409/+1202
2007-10-17convert ill defined log2() to ilog2()Fengguang Wu3-14/+7
2007-10-17Clean up duplicate includes in drivers/char/Jesper Juhl3-6/+0
2007-10-17oom: move prototypes to appropriate header fileDavid Rientjes1-0/+1
2007-10-17mm: bdi init hooksPeter Zijlstra1-0/+5
2007-10-16video gfx: merge kconfig menusRandy Dunlap3-6/+2
2007-10-16vt/vgacon: Check if screen resize request comes from userspaceAntonino A. Daplas2-6/+22
2007-10-16radeon_driver_vblank_do_wait() staticAdrian Bunk1-2/+2
2007-10-16Memoryless nodes: Uncached allocator updatesChristoph Lameter1-1/+1
2007-10-16remove ZERO_PAGENick Piggin1-108/+17
2007-10-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dtor/inputLinus Torvalds1-457/+0
2007-10-15Merge branch 'agp-patches' of master.kernel.org:/pub/scm/linux/kernel/git/airlied/agp-2.6Linus Torvalds7-34/+50
2007-10-15via invalid device ids removalXavier Bachelot1-2/+0
2007-10-15radeon: Commit the ring after each partial texture upload blit.chaohong guo1-1/+3
2007-10-15i915: fix vbl swap allocation size.Dave Airlie1-1/+1
2007-10-15drm: Replace DRM_IOCTL_ARGS with (dev, data, file_priv) and remove DRM_DEVICE.Eric Anholt45-2146/+1489
2007-10-15drm: remove XFREE86_VERSION macros.Dave Airlie3-42/+1
2007-10-15drm: Replace filp in ioctl arguments with drm_file *file_priv.Eric Anholt43-661/+603
2007-10-15drm: Remove DRM_ERR OS macro.Eric Anholt31-475/+474
2007-10-15fix use after free in amd create gatt pagesJesper Juhl1-7/+2
2007-10-15AGP fix race condition between unmapping and freeing pagesDave Airlie6-27/+48
2007-10-14signedness: module_param_array nump argumentAl Viro1-9/+9
2007-10-14long vs. unsigned long - low-hanging fruits in driversAl Viro4-5/+5
2007-10-14synclink_gt endianness annotationsAl Viro1-4/+4
2007-10-14mpc5200_wdt: __user annotationsAl Viro1-1/+1
2007-10-12Merge master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6Dmitry Torokhov104-711/+2997
2007-10-12PTY: add kernel parameter to overwrite legacy pty countKay Sievers1-2/+7
2007-10-12Convert from class_device to device in drivers/chartonyj@suse.de11-39/+32
2007-10-12cdev: remove unneeded setting of cdev namesGreg Kroah-Hartman1-4/+1
2007-10-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus/powerpcLinus Torvalds3-112/+23
2007-10-11[POWERPC] iSeries: Move detection of virtual tapesStephen Rothwell1-106/+18
2007-10-11[POWERPC] Remove iSeries_vio_devStephen Rothwell1-4/+3
2007-10-09drivers/firmware: const-ify DMI API and internalsJeff Garzik2-6/+7
2007-10-08Correct Makefile rule for generating custom keymapMaarten Bressers1-1/+1
2007-10-07VT_WAITACTIVE: Avoid returning EINTR when not necessaryLinus Torvalds1-2/+2
2007-10-06Revert "intel_agp: fix stolen mem range on G33"Kyle McMartin1-5/+0
2007-10-03Merge branch 'linux-2.6' into for-2.6.24Paul Mackerras6-30/+48