aboutsummaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)AuthorFilesLines
2014-12-11ipmi: Move the address source to string to ipmi-generic codeCorey Minyard2-7/+15
2014-12-11ipmi: Ignore SSIF in the PNP handlingCorey Minyard1-0/+5
2014-12-11Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-17/+22
2014-12-10Merge tag 'pm+acpi-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-1/+1
2014-12-09Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-5/+8
2014-12-09virtio_console: fix sparse warningsMichael S. Tsirkin1-4/+5
2014-12-09virtio: drop VIRTIO_F_VERSION_1 from driversMichael S. Tsirkin1-1/+0
2014-12-09virtio_console: virtio 1.0 supportMichael S. Tsirkin1-12/+17
2014-12-09virtio: use u32, not bitmap for featuresMichael S. Tsirkin1-1/+1
2014-12-04hwrandom / exynos / PM: Use CONFIG_PM in #ifdefRafael J. Wysocki1-1/+1
2014-12-02Merge tag 'v3.18-rc7' into drm-nextDave Airlie2-6/+9
2014-11-26i8k: Fix temperature bug handling in i8k_get_temp()Pali Rohár1-6/+10
2014-11-20hwrng: atmel - add DT supportBoris Brezillon2-1/+8
2014-11-20hwrng: atmel - use clk_prepapre_enable/_disable_unprepareBoris Brezillon1-4/+4
2014-11-14Revert "misc: always assign miscdevice to file->private_data in open()"Greg Kroah-Hartman1-1/+1
2014-11-14Revert "char: misc: document behaviour of open()"Greg Kroah-Hartman1-3/+1
2014-11-13Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-2/+2
2014-11-13virtio_console: move early VQ enablementCornelia Huck1-2/+2
2014-11-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-4/+7
2014-11-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxHerbert Xu2-5/+5
2014-11-12Merge tag 'v3.18-rc4' into drm-nextDave Airlie1-1/+1
2014-11-10/dev/mem: Use more consistent data typesThierry Reding1-5/+8
2014-11-07hangcheck-timer: cleanup casting in hangcheck_init()Dan Carpenter1-2/+2
2014-11-07char: misc: document behaviour of open()Martin Kepplinger1-1/+3
2014-11-07misc: always assign miscdevice to file->private_data in open()Martin Kepplinger1-1/+1
2014-11-07i8k: Add MODULE_DEVICE_TABLE macroPali Rohár1-0/+2
2014-11-07i8k: Add support for Dell Latitude E6440Pali Rohár1-0/+8
2014-11-06hwrng: pseries - port to new read API and fix stack corruptionGreg Kurz1-4/+7
2014-11-03Merge branch 'platform/remove_owner' of git://git.kernel.org/pub/scm/linux/ke...Greg Kroah-Hartman21-21/+0
2014-10-31Return short read or 0 at end of a raw device, not EIODavid Jeffery1-1/+1
2014-10-28Merge tag 'drm-intel-next-2014-10-03-no-ppgtt' of git://anongit.freedesktop.o...Dave Airlie1-4/+0
2014-10-24Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-4/+4
2014-10-24hwrng: core - Changed from using strncat to strlcatRickard Strandqvist1-8/+4
2014-10-20char: xillybus: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-10-20char: tpm: drop owner assignment from platform_driversWolfram Sang3-3/+0
2014-10-20char: ipmi: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-10-20char: hw_random: drop owner assignment from platform_driversWolfram Sang14-14/+0
2014-10-20char: drop owner assignment from platform_driversWolfram Sang2-2/+0
2014-10-18Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-6/+13
2014-10-17random: add and use memzero_explicit() for clearing dataDaniel Borkmann1-4/+4
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2014-10-15virtio-rng: refactor probe error handlingMichael S. Tsirkin1-6/+9
2014-10-15virtio_console: enable VQs early on restoreMichael S. Tsirkin1-0/+2
2014-10-15virtio_console: enable VQs earlyMichael S. Tsirkin1-0/+2
2014-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds1-43/+13
2014-10-11Merge tag 'stable/for-linus-3.18-rc0-tag' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-6/+7
2014-10-09switch /dev/zero and /dev/full to ->read_iter()Al Viro1-43/+13
2014-10-08Merge tag 'char-misc-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-1/+13
2014-10-08Merge tag 'staging-3.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds8-0/+2721
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds9-17/+453