summaryrefslogtreecommitdiffstats
path: root/drivers/char
AgeCommit message (Expand)AuthorFilesLines
2008-02-06ip27-rtc: convert ioctl to unlocked_ioctlCyrill Gorcunov1-5/+4
2008-02-06tpm: infineon section mismatchRandy Dunlap1-3/+3
2008-02-06Fix IXANY and restart after signal (e.g. ctrl-C) in n_tty line disciplineJoe Peterson1-6/+5
2008-02-06ik8: add Dell UK 6400 Inspiron model (MM061)Nick Warne1-0/+7
2008-02-06Amiga serial driver: port_write_mutex fixupDaniel Walker1-1/+1
2008-02-06drivers/char/ipmi/ipmi_msghandler.c: use LIST_HEAD instead of LIST_HEAD_INITDenis Cheng1-1/+1
2008-02-06tty: enable the echoing of ^C in the N_TTY disciplineJoe Peterson1-1/+15
2008-02-06drivers/char: use LIST_HEAD instead of LIST_HEAD_INITDenis Cheng3-4/+4
2008-02-06unix98 allocated_ptys_lock semaphore to mutexDaniel Walker1-10/+10
2008-02-06drivers/char/tty_io.c: remove pty_semDaniel Walker1-1/+0
2008-02-06char: use SGI_HAS_DS1286 for SGI_DS1286 dependsThomas Bogendoerfer1-1/+1
2008-02-06drivers/char/random.c:write_pool() cond_resched() neededMatt Mackall1-0/+1
2008-02-06synclink_gt fix missed serial input signal changesPaul Fulghum1-31/+37
2008-02-06synclink: standardize format of linux header file include's with "<>"Robert P. J. Day4-8/+4
2008-02-06via-rng: enable secondary noise source on CPUs where it is presentDave Jones1-0/+14
2008-02-06vt: bitlock fixNick Piggin1-3/+5
2008-02-06tpm.c: fix crash during device removalRichard MUSIL2-17/+29
2008-02-06proper prototype for vty_init()Adrian Bunk1-4/+0
2008-02-06Parallel port: convert port_mutex to the mutex APIMatthias Kaehlcke1-5/+5
2008-02-06Remove inclusions of <linux/autoconf.h>Ralf Baechle2-2/+0
2008-02-06riscom8: fix SMP brokennessJeff Garzik2-55/+94
2008-02-05Merge branch 'agp-patches' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds8-70/+273
2008-02-05HWRNG: add possibility to remove hwrng devices during suspend/resumeRafael J. Wysocki1-5/+5
2008-02-05Misc: Add possibility to remove misc devices during suspend/resumeRafael J. Wysocki1-4/+9
2008-02-05agp: alpha nopageNick Piggin1-9/+8
2008-02-05pcmcia: convert some internal-only ioaddr_t to unsigned intOlof Johansson1-8/+9
2008-02-05agp: remove flush_agp_mappings calls from new flush handling codeDave Airlie1-2/+0
2008-02-05intel-agp: introduce IS_I915 and do some cleanups..Dave Airlie1-61/+57
2008-02-05[intel_agp] fix name for G35 chipsetZhenyu Wang1-5/+5
2008-02-05intel-agp: fixup resource handling in flush code.Dave Airlie1-10/+23
2008-02-05intel-agp: add new chipset IDZhenyu Wang2-5/+29
2008-02-05agp: remove unnecessary pci_dev_putJulia Lawall1-4/+0
2008-02-05agp: remove uid comparison as security checkserue@us.ibm.com1-1/+1
2008-02-05fix AGP warningAndrew Morton1-1/+2
2008-02-05agp/intel: Add chipset flushing support for i8xx chipsets.Dave Airlie1-30/+78
2008-02-05intel-agp: add chipset flushing supportDave Airlie1-0/+102
2008-02-05agp: add chipset flushing support to AGP interfaceDave Airlie6-2/+27
2008-02-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds1-2/+2
2008-02-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivialLinus Torvalds10-11/+11
2008-02-04vm audit: add VM_DONTEXPAND to mmap for drivers that need itNick Piggin2-1/+3
2008-02-04virtio: simplify config mechanism.Rusty Russell1-2/+2
2008-02-03drivers/char/: Spelling fixesJoe Perches10-11/+11
2008-02-02nozomi: finish constificationFrank Seidel1-7/+7
2008-02-02nozomi: constify driverJan Engelhardt1-20/+18
2008-02-02nozomi driver updateFrank Seidel1-86/+36
2008-02-01[AUDIT] add session id to audit messagesEric Paris1-5/+13
2008-02-01[PATCH] switch audit_get_loginuid() to task_struct *Al Viro1-2/+1
2008-02-01unexport add_disk_randomnessAdrian Bunk1-2/+0
2008-01-31Merge branch 'linux-2.6'Paul Mackerras20-350/+2335
2008-01-30x86: remove flush_agp_mappings()Ingo Molnar2-6/+0