aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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-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-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-03stallion: final cleanupPaul Bolle1-12/+0
2013-06-03Finally eradicate CONFIG_HOTPLUGStephen Rothwell1-1/+1
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-23Merge tag 'char-misc-3.10-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds2-1/+4
2013-05-21tpm: move TPM_DIGEST_SIZE defintionMimi Zohar1-1/+0
2013-05-21tpm_tis: missing platform_driver_unregister() on error in init_tis()Wei Yongjun1-5/+12
2013-05-21ttyprintk: Fix NULL pointer deref by setting tty_port ops after initializing portDarrick J. Wong1-1/+1
2013-05-21char: Use vma_pages() to replace (vm_end - vm_start) >> PAGE_SHIFTLibin1-1/+1
2013-05-18Merge branch 'devm_no_resource_check' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds2-11/+0
2013-05-16Char: lp, protect LPGETSTATUS with port_mutexsalina@us.ibm.com1-0/+3
2013-05-16ipmi: ipmi_devintf: compat_ioctl method fails to take ipmi_mutexBenjamin LaHaise1-1/+13
2013-05-16ipmi: Improve error messages on failed irq enableCorey Minyard1-6/+10
2013-05-16drivers/char/ipmi: memcpy, need additional 2 bytes to avoid memory overflowChen Gang1-2/+2
2013-05-16drivers: char: ipmi: Replaced kmalloc and strcpy with kstrdupAlexandru Gheorghiu1-2/+1
2013-05-12drivers/char/hw_random: don't check resource with devm_ioremap_resourceWolfram Sang2-11/+0
2013-05-07aio: don't include aio.h in sched.hKent Overstreet1-0/+1
2013-05-07char: add aio_{read,write} to /dev/{null,zero}Zach Brown1-0/+35
2013-05-05rtc: single_open() leaksAl Viro2-2/+2
2013-05-05ds1620: single_open() leakAl Viro1-1/+1
2013-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds6-72/+268
2013-05-02Merge tag 'virtio-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linuxLinus Torvalds2-8/+8
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds5-90/+89
2013-05-01proc: Supply a function to remove a proc entry by PDEDavid Howells1-1/+1
2013-04-30Merge branch 'akpm' (incoming from Andrew)Linus Torvalds1-0/+1
2013-04-30lib/string_helpers: introduce generic string_unescapeAndy Shevchenko1-0/+1
2013-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds5-87/+205
2013-04-29ds1620: Don't use create_proc_read_entry()David Howells1-14/+19