aboutsummaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)Author
2007-10-17drivers/char/ip2: fix used-uninit'd bugJeff Garzik
2007-10-17lp_console: cleanupsPavel Machek
2007-10-17HVC console is also used by iSeries, so add that to HVC_DRIVER help.Rusty Russell
2007-10-17Delay creation of khcvd threadRusty Russell
2007-10-17tty: expose new methods needed for drivers to get termios rightAlan Cox
2007-10-17add CONFIG_VT_UNICODEBill Nottingham
2007-10-17n_hdlc.c: fix check-after-useAdrian Bunk
2007-10-17mxser: Remove use of dead TTY_FLIPBUF_SIZE definitionAlan Cox
2007-10-17unicode diacritics supportSamuel Thibault
2007-10-17Tweak /proc/ipmi removalAlexey Dobriyan
2007-10-17tpm: pay attention to IRQ info from PNPBjorn Helgaas
2007-10-17drivers/char/ip2/ip2main.c: kmalloc + memset conversion to kzallocMariusz Kozlowski
2007-10-17drivers/char/consolemap.c: kmalloc + memset conversion to kzallocMariusz Kozlowski
2007-10-17epca.c: reformat comments and coding style improvementsAlexey Dobriyan
2007-10-17convert ill defined log2() to ilog2()Fengguang Wu
2007-10-17Clean up duplicate includes in drivers/char/Jesper Juhl
2007-10-17oom: move prototypes to appropriate header fileDavid Rientjes
2007-10-17mm: bdi init hooksPeter Zijlstra
2007-10-16video gfx: merge kconfig menusRandy Dunlap
2007-10-16vt/vgacon: Check if screen resize request comes from userspaceAntonino A. Daplas
2007-10-16radeon_driver_vblank_do_wait() staticAdrian Bunk
2007-10-16Memoryless nodes: Uncached allocator updatesChristoph Lameter
2007-10-16remove ZERO_PAGENick Piggin
2007-10-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds
2007-10-15Merge branch 'agp-patches' of master.kernel.org:/pub/scm/linux/kernel/git/air...Linus Torvalds
2007-10-15via invalid device ids removalXavier Bachelot
2007-10-15radeon: Commit the ring after each partial texture upload blit.chaohong guo
2007-10-15i915: fix vbl swap allocation size.Dave Airlie
2007-10-15drm: Replace DRM_IOCTL_ARGS with (dev, data, file_priv) and remove DRM_DEVICE.Eric Anholt
2007-10-15drm: remove XFREE86_VERSION macros.Dave Airlie
2007-10-15drm: Replace filp in ioctl arguments with drm_file *file_priv.Eric Anholt
2007-10-15drm: Remove DRM_ERR OS macro.Eric Anholt
2007-10-15fix use after free in amd create gatt pagesJesper Juhl
2007-10-15AGP fix race condition between unmapping and freeing pagesDave Airlie
2007-10-14signedness: module_param_array nump argumentAl Viro
2007-10-14long vs. unsigned long - low-hanging fruits in driversAl Viro
2007-10-14synclink_gt endianness annotationsAl Viro
2007-10-14mpc5200_wdt: __user annotationsAl Viro
2007-10-12Merge master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6Dmitry Torokhov
2007-10-12PTY: add kernel parameter to overwrite legacy pty countKay Sievers
2007-10-12Convert from class_device to device in drivers/chartonyj@suse.de
2007-10-12cdev: remove unneeded setting of cdev namesGreg Kroah-Hartman
2007-10-11Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/paulus...Linus Torvalds
2007-10-11[POWERPC] iSeries: Move detection of virtual tapesStephen Rothwell
2007-10-11[POWERPC] Remove iSeries_vio_devStephen Rothwell
2007-10-09drivers/firmware: const-ify DMI API and internalsJeff Garzik
2007-10-08Correct Makefile rule for generating custom keymapMaarten Bressers
2007-10-07VT_WAITACTIVE: Avoid returning EINTR when not necessaryLinus Torvalds
2007-10-06Revert "intel_agp: fix stolen mem range on G33"Kyle McMartin
2007-10-03Merge branch 'linux-2.6' into for-2.6.24Paul Mackerras