summaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)Author
2013-08-09virtio: console: prevent use-after-free of port name in port unplugAmit Shah
2013-08-09Merge branch 'master' into virtio-nextRusty Russell
2013-08-08Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2013-08-01hwrng: mxc-rnga - Check the return value from clk_prepare_enable()Fabio Estevam
2013-07-31parisc: agp/parisc-agp: allow binding of user memory to the AGP GARTAlex Ivanov
2013-07-30virtio: console: cleanup an error messageDan Carpenter
2013-07-29virtio: console: fix locking around send_sigio_to_port()Amit Shah
2013-07-29virtio: console: add locking in port unplug pathAmit Shah
2013-07-29virtio: console: add locks around buffer removal in port unplug pathAmit Shah
2013-07-29virtio: console: return -ENODEV on all read operations after unplugAmit Shah
2013-07-29virtio: console: fix raising SIGIO after port unplugAmit Shah
2013-07-29virtio: console: clean up port data immediately at time of unplugAmit Shah
2013-07-29virtio: console: fix race in port_fops_open() and port unplugAmit Shah
2013-07-29virtio: console: fix race with port unplug and open/closeAmit Shah
2013-07-27pcmcia: synclink_cs: replace sum of bitmasks with OR operation.Alexandru Juncu
2013-07-25char: tile-srom: fix build errorGreg Kroah-Hartman
2013-07-24tile: srom: convert srom_class to use dev_groupsGreg Kroah-Hartman
2013-07-24bsr: convert bsr_class to use dev_groupsGreg Kroah-Hartman
2013-07-23virtio/console: Add pipe_lock/unlock for splice_writeYoshihiro YUNOMAE
2013-07-23virtio/console: Quit from splice_write if pipe->nrbufs is 0Yoshihiro YUNOMAE
2013-07-15ACPI: Remove the old /proc/acpi/event interfaceThomas Renninger
2013-07-15PTR_RET is now PTR_ERR_OR_ZERO(): Replace most.Rusty Russell
2013-07-13Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds
2013-07-09Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds
2013-07-09mwave: fix info leak in mwave_ioctl()Dan Carpenter
2013-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds
2013-07-04Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds
2013-07-03Merge tag 'pci-v3.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2013-07-03/dev/oldmem: Remove the interfaceZhang Yanfei
2013-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds
2013-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2013-07-02Merge tag 'fixes-non-critical-for-linus' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2013-07-02Merge tag 'driver-core-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2013-07-02Merge tag 'char-misc-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2013-06-29tile-srom: switch to fixed_size_llseek()Al Viro
2013-06-29ps3flash: switch to generic_file_llseek_size()Al Viro
2013-06-27tpm/tpm_i2c_infineon: Remove unused header filePeter Huewe
2013-06-27tpm: tpm_i2c_infinion: Don't modify i2c_client->driverLars-Peter Clausen
2013-06-27char/agp: replace numeric with standard PM state macrosYijing Wang
2013-06-27Merge tag 'v3.10-rc7' into drm-nextDave Airlie
2013-06-26Revert "char: misc: assign file->private_data in all cases"Greg Kroah-Hartman
2013-06-24char: misc: assign file->private_data in all casesThomas Petazzoni
2013-06-21hwrng: bcm2835 - fix MODULE_LICENSE tagArnd Bergmann
2013-06-19hwrng: bcm2835: fix MODULE_LICENSE tagArnd Bergmann
2013-06-17char: Convert use of typedef ctl_table to struct ctl_tableJoe Perches
2013-06-10MIPS: OCTEON: Rename Kconfig CAVIUM_OCTEON_REFERENCE_BOARD to CAVIUM_OCTEON_SOCDavid Daney
2013-06-06drivers: char: mem: use IS_ERR_VALUE() in memory_lseek()Rasmus Villemoes
2013-06-05PCI: Convert alloc_pci_dev(void) to pci_alloc_dev(bus)Gu Zheng
2013-06-05hwrng: nomadik - use clk_prepare_enable()Linus Walleij
2013-06-05hwrng: use platform_{get,set}_drvdata()Jingoo Han