summaryrefslogtreecommitdiffstats
path: root/drivers/char
AgeCommit message (Expand)AuthorLines
2013-07-13Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds-1/+1
2013-07-09Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds-8/+10
2013-07-09mwave: fix info leak in mwave_ioctl()Dan Carpenter-0/+1
2013-07-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds-17/+8
2013-07-03Merge branch 'akpm' (updates from Andrew Morton)Linus Torvalds-47/+0
2013-07-03Merge tag 'pci-v3.11-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds-2/+2
2013-07-03/dev/oldmem: Remove the interfaceZhang Yanfei-47/+0
2013-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds-11/+14
2013-07-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds-51/+5
2013-07-02Merge tag 'fixes-non-critical-for-linus' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-1/+1
2013-07-02Merge tag 'driver-core-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-1/+1
2013-07-02Merge tag 'char-misc-3.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-17/+23
2013-06-29tile-srom: switch to fixed_size_llseek()Al Viro-25/+3
2013-06-29ps3flash: switch to generic_file_llseek_size()Al Viro-26/+2
2013-06-28tpm/tpm_i2c_infineon: Remove unused header filePeter Huewe-1/+0
2013-06-28tpm: tpm_i2c_infinion: Don't modify i2c_client->driverLars-Peter Clausen-3/+0
2013-06-28char/agp: replace numeric with standard PM state macrosYijing Wang-5/+5
2013-06-27Merge tag 'v3.10-rc7' into drm-nextDave Airlie-23/+31
2013-06-26Revert "char: misc: assign file->private_data in all cases"Greg Kroah-Hartman-1/+1
2013-06-24char: misc: assign file->private_data in all casesThomas Petazzoni-1/+1
2013-06-21hwrng: bcm2835 - fix MODULE_LICENSE tagArnd Bergmann-1/+1
2013-06-19hwrng: bcm2835: fix MODULE_LICENSE tagArnd Bergmann-1/+1
2013-06-17char: Convert use of typedef ctl_table to struct ctl_tableJoe Perches-13/+13
2013-06-10MIPS: OCTEON: Rename Kconfig CAVIUM_OCTEON_REFERENCE_BOARD to CAVIUM_OCTEON_SOCDavid Daney-1/+1
2013-06-06drivers: char: mem: use IS_ERR_VALUE() in memory_lseek()Rasmus Villemoes-1/+1
2013-06-05PCI: Convert alloc_pci_dev(void) to pci_alloc_dev(bus)Gu Zheng-2/+2
2013-06-05hwrng: nomadik - use clk_prepare_enable()Linus Walleij-1/+1
2013-06-05hwrng: use platform_{get,set}_drvdata()Jingoo Han-9/+7
2013-06-03stallion: final cleanupPaul Bolle-12/+0
2013-06-03Finally eradicate CONFIG_HOTPLUGStephen Rothwell-1/+1
2013-05-31drm, agpgart: Use pgprot_writecombine for AGP maps and make the MTRR optionalAndy Lutomirski-3/+5
2013-05-30char: xilinx_hwicap: Fix typo in comment and extend itMichal Simek-1/+7
2013-05-30char: xilinx_hwicap: Checkpatch.pl cleanupMichal Simek-1/+1
2013-05-27tpm: fix regression caused by section type conflict of tpm_dev_release() in p...Peter Huewe-1/+2
2013-05-27Merge 3.10-rc3 into char-misc-nextGreg Kroah-Hartman-46/+61
2013-05-24random: fix accounting race condition with lockless irq entropy_count updateJiri Kosina-8/+16
2013-05-24drivers/char/random.c: fix priming of last_dataJarod Wilson-15/+15
2013-05-24hwrng: tx4939 - remove unnecessary platform_set_drvdata()Jingoo Han-1/+0
2013-05-24hwrng: timeriomem - remove unnecessary platform_set_drvdata()Jingoo Han-2/+0
2013-05-24hwrng: bcm63xx - remove unnecessary platform_set_drvdata()Jingoo Han-2/+0
2013-05-24hwrng: atmel - remove unnecessary platform_set_drvdata()Jingoo Han-2/+0
2013-05-23Merge tag 'char-misc-3.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-1/+4
2013-05-21tpm: move TPM_DIGEST_SIZE defintionMimi Zohar-1/+0
2013-05-21tpm_tis: missing platform_driver_unregister() on error in init_tis()Wei Yongjun-5/+12
2013-05-21ttyprintk: Fix NULL pointer deref by setting tty_port ops after initializing ...Darrick J. Wong-1/+1
2013-05-21char: Use vma_pages() to replace (vm_end - vm_start) >> PAGE_SHIFTLibin-1/+1
2013-05-18Merge branch 'devm_no_resource_check' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-11/+0
2013-05-16Char: lp, protect LPGETSTATUS with port_mutexsalina@us.ibm.com-0/+3
2013-05-16ipmi: ipmi_devintf: compat_ioctl method fails to take ipmi_mutexBenjamin LaHaise-1/+13
2013-05-16ipmi: Improve error messages on failed irq enableCorey Minyard-6/+10