summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
* Update Yoichi Yuasa's e-mail addressYoichi Yuasa2009-07-031-2/+2
* MIPS: Update VR41xx GPIO driver to use gpiolibYoichi Yuasa2009-07-033-685/+0
* tty: Fix the leak in tty_ldisc_releaseAlan Cox2009-06-291-4/+11
* powerpc/BSR: Fix BSR to allow mmap of small BSR on 64k kernelSonny Rao2009-06-261-6/+19
* powerpc/BSR: add 4096 byte BSR sizeSonny Rao2009-06-261-7/+10
* Remove low_latency flag setting from nozomi and mxser driversChuck Ebbert2009-06-242-4/+0
* tty: fix tty_port_block_til_ready waitingJiri Slaby2009-06-241-1/+1
* synclink_gt: fix transmit race and timeoutPaul Fulghum2009-06-241-42/+30
* tty: n_hdlc add buffer flushingPaul Fulghum2009-06-221-9/+37
* vt_ioctl: fix lock imbalanceJiri Slaby2009-06-221-1/+2
* pcmcia/cm4000: fix lock imbalanceJiri Slaby2009-06-221-1/+2
* n_r3964: fix lock imbalanceJiri Slaby2009-06-221-12/+14
* bfin_jtag_comm: clean up printk usageMike Frysinger2009-06-221-15/+15
* Revert "char: moxa, prevent opening unavailable ports"Linus Torvalds2009-06-221-6/+1
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2009-06-201-2/+0
|\
| * Merge commit 'v2.6.30' into nextDmitry Torokhov2009-06-116-11/+16
| |\
| * \ Merge commit 'v2.6.30-rc5' into nextDmitry Torokhov2009-05-0848-978/+1754
| |\ \
| * | | Input: keyboard - remove warning about raw mode not supportedDmitry Torokhov2009-04-201-2/+0
* | | | Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2009-06-2016-143/+174
|\ \ \ \
| * | | | agp/intel: Make intel_i965_mask_memory use dma_addr_t for physical addressesPierre Willenbrock2009-06-201-1/+1
| * | | | agp: add user mapping support to ATI AGP bridge.Dave Airlie2009-06-191-4/+14
| * | | | agp: switch AGP to use page array instead of unsigned long arrayDave Airlie2009-06-1916-136/+143
| * | | | agpgart: detected ALi M???? chipset with M1621Ondrej Zary2009-06-191-1/+1
| * | | | agp/uninorth: Handle user memory types.Michel Dänzer2009-06-191-2/+16
* | | | | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po...Linus Torvalds2009-06-193-3/+3
|\ \ \ \ \
| * \ \ \ \ Merge commit 'origin/master' into nextBenjamin Herrenschmidt2009-06-189-14/+229
| |\ \ \ \ \ | | |/ / / /
| * | | | | Merge commit 'origin/master' into nextBenjamin Herrenschmidt2009-06-175-60/+213
| |\ \ \ \ \
| * | | | | | drivers/hvc: Add missing __devexit_p()Mike Frysinger2009-06-163-3/+3
* | | | | | | char: moxa, prevent opening unavailable portsDirk Eibach2009-06-191-1/+6
* | | | | | | istallion: add missing __devexit markingMike Frysinger2009-06-191-1/+1
* | | | | | | dtlk: off by one in {read,write}_tts()Roel Kluin2009-06-191-3/+3
* | | | | | | kexec: sysrq: simplify sysrq-c handlerNeil Horman2009-06-181-9/+6
* | | | | | | ppdev: reduce kernel log spamMichael Buesch2009-06-181-18/+11
* | | | | | | Char: isicom: fix build warningJiri Slaby2009-06-181-1/+1
* | | | | | | drivers/char/mem.c: memory_open() cleanup: lookup minor device number from de...Adriano dos Santos Fernandes2009-06-181-70/+45
* | | | | | | drivers/char/rtc: disable legacy RTC driver on Blackfin systemsMike Frysinger2009-06-181-1/+1
* | | | | | | Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/...Linus Torvalds2009-06-171-2/+3
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | Pull for-2.6.31 into releaseTony Luck2009-06-171-2/+3
| |\ \ \ \ \ \
| | * | | | | | [IA64] Convert ia64 to use int-ll64.hMatthew Wilcox2009-06-171-2/+3
* | | | | | | | MIPS: hwrng: Add TX4939 RNG driverAtsushi Nemoto2009-06-173-0/+198
|/ / / / / / /
* | | | | | | Merge branch 'akpm'Linus Torvalds2009-06-161-6/+7
|\ \ \ \ \ \ \
| * | | | | | | console: make blank timeout value a boot optionDaniel Mack2009-06-161-6/+7
| |/ / / / / /
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6Linus Torvalds2009-06-165-8/+24
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | |
| * | | | | | ipmi: remove driver_data direct access of struct deviceGreg Kroah-Hartman2009-06-151-2/+2
| * | | | | | hvcs: remove driver_data direct access of struct deviceGreg Kroah-Hartman2009-06-151-3/+3
| * | | | | | Driver Core: raw: add nodename for raw devicesKay Sievers2009-06-151-0/+6
| * | | | | | Driver Core: misc: add nodename support for misc devices.Kay Sievers2009-06-152-3/+13
| |/ / / / /
* | | | | | Merge branch 'serial'Linus Torvalds2009-06-164-17/+50
|\ \ \ \ \ \
| * | | | | | tty: fix sanity checkAlan Cox2009-06-161-0/+2
| * | | | | | pty: Narrow the race on ldisc lockingAlan Cox2009-06-161-13/+40
OpenPOWER on IntegriCloud