summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'tty-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds2012-10-013-99/+81
|\
| * serial: add a new helper functionHuang Shijie2012-09-051-1/+1
| * Merge 3.6-rc3 into tty-nextGreg Kroah-Hartman2012-08-274-14/+137
| |\
| * | TTY: tty_alloc_driver() returns error pointersDan Carpenter2012-08-162-4/+4
| * | TTY: synclink_cs, fix buildJiri Slaby2012-08-141-1/+1
| * | TTY: synclink_cs, final cleanup in synclink_cs_initJiri Slaby2012-08-131-33/+32
| * | TTY: synclink_cs, use dynamic tty devicesJiri Slaby2012-08-131-12/+15
| * | TTY: synclink_cs, sanitize fail pathsJiri Slaby2012-08-131-27/+14
| * | TTY: use tty_port_link_deviceJiri Slaby2012-08-131-0/+1
| * | TTY: add support for unnumbered device nodesJiri Slaby2012-08-131-13/+4
| * | TTY: ttyprintk, initialize tty_port earlierJiri Slaby2012-08-101-4/+4
| * | TTY: ttyprintk, don't touch behind tty->write_bufJiri Slaby2012-08-101-1/+1
| * | TTY: ttyprintk, unregister tty driver on failureJiri Slaby2012-08-101-0/+1
| * | Merge tty-next into 3.6-rc1Greg Kroah-Hartman2012-08-0623-269/+793
| |\ \
| * | | pcmcia,synclink_cs: fix termios port I missedAlan Cox2012-07-191-12/+12
| * | | 8250: three way resolve of the 8250 diffsAlan Cox2012-07-171-8/+8
* | | | Merge tag 'char-misc-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gr...Linus Torvalds2012-10-018-18/+36
|\ \ \ \
| * | | | pcmcia: synclink_cs: fix potential tty NULL dereferenceAlexey Khoroshilov2012-09-261-7/+13
| * | | | drivers/char/mmtimer.c: Remove useless kfreePeter Senna Tschudin2012-09-261-2/+1
| * | | | drivers/char: removes unnecessary semicolonPeter Senna Tschudin2012-09-262-3/+3
| * | | | char/misc: remove CONFIG_EXPERIMENTAL dependenciesGreg Kroah-Hartman2012-09-181-3/+3
| * | | | virtio: console: fix error handling in init() functionAlexey Khoroshilov2012-09-051-1/+11
| * | | | ppdev: ppdev_init: do not return zero in case of failureAlexey Khoroshilov2012-09-051-1/+2
| * | | | Merge v3.6-rc3 into 'char-misc-next'Greg Kroah-Hartman2012-08-271-1/+3
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | drivers/char/tlclk.c: fix error return codeJulia Lawall2012-08-161-1/+3
| | | |/ | | |/|
* | | | Merge commit 'v3.6-rc5' into nextBjorn Helgaas2012-09-134-14/+137
|\ \ \ \ | |/ / /
| * | | drm/i915: fix hsw uncached pteDaniel Vetter2012-08-172-36/+70
| * | | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-08-142-6/+93
| |\ \ \
| | * \ \ Merge branch 'drm-intel-fixes' of git://people.freedesktop.org/~danvet/drm-in...Dave Airlie2012-08-092-6/+93
| | |\ \ \ | | | |/ / | | |/| |
| | | * | drm/i915: add more Haswell PCI IDsPaulo Zanoni2012-08-072-6/+93
| * | | | Merge tag 'pm-for-3.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2012-08-121-0/+2
| |\ \ \ \
| | * | | | tpm_tis / PM: Fix unused function warning for CONFIG_PM_SLEEPRafael J. Wysocki2012-08-101-0/+2
| | |/ / /
| * | | | omap-rng: fix use of SIMPLE_DEV_PM_OPSArnd Bergmann2012-08-101-1/+1
| |/ / /
* | | | sgi-agp: Use list_for_each_entry() for bus->devices traversalBjorn Helgaas2012-08-221-3/+2
|/ / /
* | | Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-07-311-125/+230
|\ \ \
| * | | random: mix in architectural randomness in extract_buf()H. Peter Anvin2012-07-271-24/+32
| * | | random: Add comment to random_initialize()Tony Luck2012-07-241-0/+10
| * | | random: remove rand_initialize_irq()Theodore Ts'o2012-07-191-55/+0
| * | | random: add tracepoints for easier debugging and verificationTheodore Ts'o2012-07-141-4/+22
| * | | random: add new get_random_bytes_arch() functionTheodore Ts'o2012-07-141-5/+24
| * | | random: use the arch-specific rng in xfer_secondary_poolTheodore Ts'o2012-07-141-9/+16
| * | | random: create add_device_randomness() interfaceLinus Torvalds2012-07-141-0/+28
| * | | random: use lockless techniques in the interrupt pathTheodore Ts'o2012-07-141-39/+39
| * | | random: make 'add_interrupt_randomness()' do something saneTheodore Ts'o2012-07-141-17/+86
| * | | random: fix up sparse warningsTheodore Ts'o2012-07-061-1/+2
| | |/ | |/|
* | | Merge tag 'virtio-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2012-07-301-3/+34
|\ \ \
| * | | virtio: rng: s3/s4 supportAmit Shah2012-07-301-0/+17
| * | | virtio: rng: split out common code in probe / remove for s3/s4 opsAmit Shah2012-07-301-2/+12
| * | | virtio: rng: don't wait on host when module is going awayAmit Shah2012-07-301-0/+1
| * | | virtio: rng: allow tasks to be killed that are waiting for rng inputAmit Shah2012-07-301-1/+4
OpenPOWER on IntegriCloud