aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char (follow)
AgeCommit message (Expand)AuthorFilesLines
2007-11-07[TTY]: Fix network driver interactions with TCGET/SET calls.Alan Cox1-66/+104
2007-11-06drm: DRM: fix memset size errorLi Zefan1-1/+1
2007-11-06drm: remove remnants of DRM_COPY_FROM/TO_USER_IOCTLDave Airlie2-11/+0
2007-11-06drm: remove second forward decleration of drm device struct.Dave Airlie1-2/+0
2007-11-05virtio/virtcons: fix section mismatch warningRandy Dunlap1-1/+1
2007-11-05drm/sis: missing mutex unlock in error path.Roel Kluin1-0/+1
2007-11-05radeon: set the address to access the GART table on the CPU side correctlyDave Airlie2-2/+4
2007-10-30x86 gart: rename CONFIG_IOMMU to CONFIG_GART_IOMMUJoerg Roedel2-3/+3
2007-10-29x86 merge fallout: umlAl Viro1-2/+2
2007-10-23drivers/char/riscom8: clean up irq handlingJeff Garzik1-11/+5
2007-10-23char/pcmcia/synclink_cs: trim trailing whitespaceJeff Garzik1-353/+353
2007-10-23drivers/char/ip2: separate polling and irq-driven work entry pointsJeff Garzik1-7/+20
2007-10-23drivers/char/ip2: split out irq core logic into separate functionJeff Garzik1-18/+26
2007-10-23Eliminate pointless casts from void* in a few driver irq handlers.Jeff Garzik1-2/+2
2007-10-23[PARPORT] Remove unused 'irq' argument from parport irq functionsJeff Garzik1-2/+2
2007-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-lguestLinus Torvalds4-178/+230
2007-10-23Char: cyclades, fix potential NULL dereferenceJiri Slaby1-1/+1
2007-10-23Remove old lguest bus and drivers.Rusty Russell2-178/+0
2007-10-23Virtio console driverRusty Russell3-0/+230
2007-10-20Documentation: Remove references to dead "cyclades=" boot optionRobert P. J. Day1-2/+0
2007-10-19Convert files to UTF-8 and some cleanupsJan Engelhardt18-25/+25
2007-10-19Fix misspellings of "system", "controller", "interrupt" and "necessary".Robert P. J. Day4-8/+8
2007-10-19Use helpers to obtain task pid in printksPavel Emelyanov9-15/+16
2007-10-19get rid of input BIT* duplicate definesJiri Slaby2-7/+7
2007-10-19remove asm/bitops.h includesJiri Slaby3-3/+3
2007-10-19pid namespaces: changes to show virtual ids to userPavel Emelyanov1-3/+4
2007-10-19pid namespaces: define is_global_init() and is_container_init()Serge E. Hallyn1-1/+1
2007-10-19pid namespaces: round up the APIPavel Emelianov1-2/+2
2007-10-19Console events and accessibilitySamuel Thibault1-1/+44
2007-10-19Console keyboard events and accessibilitySamuel Thibault1-6/+36
2007-10-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdogLinus Torvalds63-25350/+0
2007-10-18IPMI: add 0.9 supportCorey Minyard1-13/+2
2007-10-18IPMI: fix hotmod remove lockCorey Minyard1-9/+7
2007-10-18IPMI: new NMI handlingCorey Minyard1-41/+105
2007-10-18IPMI: add polled interfaceCorey Minyard3-47/+73
2007-10-18IPMI: remove bogus semaphore from watchdogCorey Minyard1-14/+3
2007-10-18IPMI: don't init irq until readyCorey Minyard1-4/+4
2007-10-18sparse pointer use of zero as nullStephen Hemminger1-1/+1
2007-10-18Add missing newlines to some uses of dev_<level> messagesJoe Perches1-3/+7
2007-10-18Char: rocket, fix signed/unsigned warningJiri Slaby1-2/+2
2007-10-18Char: rocket, remove potential leak in module_initJiri Slaby1-14/+20
2007-10-18Char: rocket, remove pci_read_config_dword(CLASS_REVISION)Jiri Slaby1-11/+4
2007-10-18Char: rocket, don't re-set statics to 0Jiri Slaby1-12/+0
2007-10-18Char: rocket, fix dynamic_dev ttyJiri Slaby1-5/+9
2007-10-18Char: rocket, switch sleep_on to completionJiri Slaby2-10/+9
2007-10-18Char: moxa, remove sleep_onJiri Slaby1-4/+5
2007-10-18Char: moxa, function names cleanupJiri Slaby1-31/+31
2007-10-18Char: moxa, cleanup printsJiri Slaby1-42/+31
2007-10-18Cyclades: Avoid label defined but not used warningJesper Juhl1-4/+4
2007-10-18Char: cyclades, fix some -W warningsJiri Slaby1-49/+39