summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
* drivers/char/misc.c:misc_register(): do not loop on misc_list unconditionallyDae S. Kim2013-02-281-7/+9
* ipmi: add options to disable openfirmware and PCI scanningCorey Minyard2013-02-281-10/+28
* ipmi: add new kernel options to prevent automatic ipmi initCorey Minyard2013-02-281-4/+24
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-02-2711-23/+23
|\
| * new helper: file_inode(file)Al Viro2013-02-2311-23/+23
* | Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2013-02-262-26/+5Star
|\ \
| * | virtio_console: Initialize guest_connected=true for rproc_serialSjur Brændeland2013-02-131-5/+2Star
| * | virtio: use module_virtio_driver.Rusty Russell2013-02-131-12/+1Star
| * | virtio_console: Use virtio device index to generate port nameSjur Brændeland2013-02-121-13/+3Star
| * | virtio_console: Let unconnected rproc device receive data.Sjur Brændeland2013-01-221-1/+4
| |/
* | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2013-02-261-55/+73
|\ \
| * | drm/i915: Disable WC PTE updates to w/a buggy IOMMU on ILKChris Wilson2013-02-201-2/+35
| * | drm/i915: Fix gen2 mappable calculationsBen Widawsky2013-02-151-1/+4
| * | drm/i915: remove intel_gtt structureBen Widawsky2013-01-311-15/+21
| * | agp/intel: Add gma_bus_addrBen Widawsky2013-01-201-2/+3
| * | drm/i915: Needs_dmar, notBen Widawsky2013-01-201-4/+6
| * | drm/i915: Remove scratch page from sharedBen Widawsky2013-01-201-4/+5
| * | drm/i915: Cut out the infamous ILK w/a from AGP layerBen Widawsky2013-01-201-27/+0Star
| * | Merge tag 'drm-intel-next-2012-12-21' of git://people.freedesktop.org/~danvet...Dave Airlie2013-01-171-1/+0Star
| |\ \ | | |/ | |/|
| | * drm/i915: Move GSM mapping into dev_privBen Widawsky2012-12-201-1/+0Star
* | | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-02-231-3/+3
|\ \ \
| * | | locking: Various static lock initializer fixesThomas Gleixner2013-02-191-3/+3
* | | | Merge tag 'char-misc-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-02-213-311/+346
|\ \ \ \
| * | | | pcmcia: synclink_cs: cleanup checkpatch warningsAlexey Khoroshilov2013-02-081-306/+310
| * | | | pcmcia: synclink_cs: fix error handling in mgslpc_probe()Alexey Khoroshilov2013-02-081-10/+41
| * | | | drivers/char/mem.c: fix small coding style issuesHans Grob2013-02-061-5/+5
| * | | | Drivers: char: exynos_rng_pm_ops can be staticFengguang Wu2013-01-211-1/+1
| | |/ / | |/| |
* | | | Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2013-02-213-36/+37
|\ \ \ \
| * | | | TTY: synclink: Convert + to | for bit operationsJoe Perches2013-01-301-13/+13
| * | | | tty: Added a CONFIG_TTY option to allow removal of TTYJoe Millenbach2013-01-192-5/+6
| * | | | TTY: synclink, remove unneeded testsJiri Slaby2013-01-161-3/+0Star
| * | | | TTY: switch tty_flip_buffer_pushJiri Slaby2013-01-161-11/+3Star
| * | | | TTY: move low_latency to tty_portJiri Slaby2013-01-161-1/+1
| * | | | TTY: switch tty_insert_flip_charJiri Slaby2013-01-161-1/+1
| * | | | TTY: switch tty_buffer_request_room to tty_portJiri Slaby2013-01-161-1/+2
| * | | | synclink fix ldisc buffer argumentPaul Fulghum2013-01-161-1/+11
| |/ / /
* | | | Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-02-213-10/+12
|\ \ \ \
| * | | | char: Convert to devm_ioremap_resource()Thierry Reding2013-01-223-10/+12
| |/ / /
* | | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2013-02-2112-80/+1155
|\ \ \ \
| * | | | tpm/ibmvtpm: build only when IBM pseries is configuredKent Yoder2013-02-141-1/+1
| * | | | tpm_tis: check pnp_acpi_device return codeKent Yoder2013-02-051-0/+3
| * | | | char/tpm/tpm_i2c_stm_st33: drop temporary variable for return valuePeter Huewe2013-02-051-3/+1Star
| * | | | char/tpm/tpm_i2c_stm_st33: remove dead assignment in tpm_st33_i2c_probePeter Huewe2013-02-051-2/+0Star
| * | | | char/tpm/tpm_i2c_stm_st33: Remove __devexit attributePeter Huewe2013-02-051-1/+1
| * | | | char/tpm/tpm_i2c_stm_st33: Don't use memcpy for one byte assignmentPeter Huewe2013-02-051-4/+2Star
| * | | | tpm_i2c_stm_st33: removed unused variables/codeKent Yoder2013-02-051-17/+1Star
| * | | | TPM: Wait for TPM_ACCESS tpmRegValidSts to go high at startupJason Gunthorpe2013-02-051-0/+21
| * | | | tpm: Fix cancellation of TPM commands (interrupt mode)Stefan Berger2013-02-053-12/+31
| * | | | tpm: Fix cancellation of TPM commands (polling mode)Stefan Berger2013-02-058-8/+48
| * | | | tpm: Store TPM vendor IDStefan Berger2013-02-052-0/+3