aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-08-08Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds1-22/+48
2013-07-31parisc: agp/parisc-agp: allow binding of user memory to the AGP GARTAlex Ivanov1-2/+4
2013-07-29virtio: console: return -ENODEV on all read operations after unplugAmit Shah1-1/+5
2013-07-29virtio: console: fix raising SIGIO after port unplugAmit Shah1-3/+5
2013-07-29virtio: console: clean up port data immediately at time of unplugAmit Shah1-8/+8
2013-07-29virtio: console: fix race in port_fops_open() and port unplugAmit Shah1-0/+4
2013-07-29virtio: console: fix race with port unplug and open/closeAmit Shah1-7/+6
2013-07-23virtio/console: Add pipe_lock/unlock for splice_writeYoshihiro YUNOMAE1-5/+15
2013-07-23virtio/console: Quit from splice_write if pipe->nrbufs is 0Yoshihiro YUNOMAE1-0/+7
2013-07-13Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds1-1/+1
2013-07-09Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds3-8/+10
2013-07-09mwave: fix info leak in mwave_ioctl()Dan Carpenter1-0/+1
2013-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds8-17/+8
2013-07-03Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds1-47/+0
2013-07-03Merge tag 'pci-v3.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds2-2/+2
2013-07-03/dev/oldmem: Remove the interfaceZhang Yanfei1-47/+0
2013-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds4-11/+14
2013-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2-51/+5
2013-07-02Merge tag 'fixes-non-critical-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+1
2013-07-02Merge tag 'driver-core-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+1
2013-07-02Merge tag 'char-misc-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds7-17/+23
2013-06-29tile-srom: switch to fixed_size_llseek()Al Viro1-25/+3
2013-06-29ps3flash: switch to generic_file_llseek_size()Al Viro1-26/+2
2013-06-28tpm/tpm_i2c_infineon: Remove unused header filePeter Huewe1-1/+0
2013-06-28tpm: tpm_i2c_infinion: Don't modify i2c_client->driverLars-Peter Clausen1-3/+0
2013-06-28char/agp: replace numeric with standard PM state macrosYijing Wang2-5/+5
2013-06-27Merge tag 'v3.10-rc7' into drm-nextDave Airlie1-23/+31
2013-06-26Revert "char: misc: assign file->private_data in all cases"Greg Kroah-Hartman1-1/+1
2013-06-24char: misc: assign file->private_data in all casesThomas Petazzoni1-1/+1
2013-06-21hwrng: bcm2835 - fix MODULE_LICENSE tagArnd Bergmann1-1/+1
2013-06-19hwrng: bcm2835: fix MODULE_LICENSE tagArnd Bergmann1-1/+1
2013-06-17char: Convert use of typedef ctl_table to struct ctl_tableJoe Perches4-13/+13
2013-06-10MIPS: OCTEON: Rename Kconfig CAVIUM_OCTEON_REFERENCE_BOARD to CAVIUM_OCTEON_SOCDavid Daney1-1/+1
2013-06-06drivers: char: mem: use IS_ERR_VALUE() in memory_lseek()Rasmus Villemoes1-1/+1
2013-06-05PCI: Convert alloc_pci_dev(void) to pci_alloc_dev(bus)Gu Zheng2-2/+2
2013-06-05hwrng: nomadik - use clk_prepare_enable()Linus Walleij1-1/+1
2013-06-05hwrng: use platform_{get,set}_drvdata()Jingoo Han3-9/+7
2013-06-03stallion: final cleanupPaul Bolle1-12/+0
2013-06-03Finally eradicate CONFIG_HOTPLUGStephen Rothwell1-1/+1
2013-05-31drm, agpgart: Use pgprot_writecombine for AGP maps and make the MTRR optionalAndy Lutomirski1-3/+5
2013-05-30char: xilinx_hwicap: Fix typo in comment and extend itMichal Simek1-1/+7
2013-05-30char: xilinx_hwicap: Checkpatch.pl cleanupMichal Simek1-1/+1
2013-05-27tpm: fix regression caused by section type conflict of tpm_dev_release() in ppc buildsPeter Huewe2-1/+2
2013-05-27Merge 3.10-rc3 into char-misc-nextGreg Kroah-Hartman9-46/+61
2013-05-24random: fix accounting race condition with lockless irq entropy_count updateJiri Kosina1-8/+16
2013-05-24drivers/char/random.c: fix priming of last_dataJarod Wilson1-15/+15
2013-05-24hwrng: tx4939 - remove unnecessary platform_set_drvdata()Jingoo Han1-1/+0
2013-05-24hwrng: timeriomem - remove unnecessary platform_set_drvdata()Jingoo Han1-2/+0
2013-05-24hwrng: bcm63xx - remove unnecessary platform_set_drvdata()Jingoo Han1-2/+0
2013-05-24hwrng: atmel - remove unnecessary platform_set_drvdata()Jingoo Han1-2/+0