summaryrefslogtreecommitdiffstats
path: root/drivers/char
AgeCommit message (Expand)Author
2017-01-23tpm: add kdoc for tpm_transmit and tpm_transmit_cmdWinkler, Tomas
2017-01-19virtio_console: fix a crash in config_work_handlerG. Campana
2017-01-16Merge 4.10-rc4 into char-misc-nextGreg Kroah-Hartman
2017-01-13hwrng: n2 - update version infoShannon Nelson
2017-01-13hwrng: n2 - support new hardware register layoutShannon Nelson
2017-01-13hwrng: n2 - add device data descriptionsShannon Nelson
2017-01-13hwrng: n2 - limit error spewage when self-test failsShannon Nelson
2017-01-11ppdev: don't print a free'd stringColin Ian King
2017-01-11char: lack of bool string made CONFIG_DEVPORT always onMax Bires
2017-01-11drivers: char: mem: Fix thinkos in kmem address checksRobin Murphy
2017-01-10apm-emulation: move APM_MINOR_DEV to include/linux/miscdevice.hCorentin Labbe
2017-01-10ds1302: remove unneeded linux/miscdevice.h includeCorentin Labbe
2017-01-10mmtimer: add member name to the miscdevice declarationCorentin Labbe
2017-01-06drm/i915: Use fixed-sized types for stolenChris Wilson
2017-01-05ipmi: make ipmi_usr_hndl constCorey Minyard
2016-12-27hwrng: core - remove unused PFX macroCorentin LABBE
2016-12-27hwrng: core - Move hwrng miscdev minor number to include/linux/miscdevice.hCorentin LABBE
2016-12-27hwrng: core - Replace asm/uaccess.h by linux/uaccess.hCorentin LABBE
2016-12-27hwrng: core - Rewrite the headerCorentin LABBE
2016-12-27hwrng: core - rewrite better comparison to NULLCorentin LABBE
2016-12-27hwrng: core - do not use multiple blank linesCorentin LABBE
2016-12-25clocksource: Use a plain u64 instead of cycle_tThomas Gleixner
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-12-15Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2016-12-15virtio_console: drop unused config fieldsMichael S. Tsirkin
2016-12-14Merge tag 'for-linus-4.10' of git://git.code.sf.net/p/openipmi/linux-ipmiLinus Torvalds
2016-12-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2016-12-14tpm: use idr_find(), not idr_find_slowpath()Matthew Wilcox
2016-12-14mm: use vmf->address instead of of vmf->virtual_addressJan Kara
2016-12-14Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2016-12-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2016-12-13Merge tag 'for-linus-4.10-rc0-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2016-12-13Merge tag 'char-misc-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2016-12-12Merge tag 'docs-4.10' of git://git.lwn.net/linuxLinus Torvalds
2016-12-12Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2016-12-12Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2016-12-12ipmi: create hardware-independent softdep for ipmi_devintfMartin Wilck
2016-11-29char/pcmcia: add some error checking in scr24x_read()Dan Carpenter
2016-11-29snsc: restore IRQs on error path in scdrv_write()Dan Carpenter
2016-11-29ppdev: check before attaching portSudip Mukherjee
2016-11-29ppdev: use pr_* macrosSudip Mukherjee
2016-11-29ppdev: fix memory leakSudip Mukherjee
2016-11-28tpm: adjust return value of tpm_read_logJason Gunthorpe
2016-11-28tpm: vtpm_proxy: conditionally call tpm_chip_unregisterJason Gunthorpe
2016-11-28tpm: Fix handling of missing event logJason Gunthorpe
2016-11-28tpm: Check the bios_dir entry for NULL before accessing itStefan Berger
2016-11-28tpm: return -ENODEV if np is not setColin Ian King
2016-11-28tpm: cleanup of printk error messagesNayna Jain
2016-11-28tpm: replace of_find_node_by_name() with dev of_node propertyNayna Jain
2016-11-28tpm: redefine read_log() to handle ACPI/OF at runtimeNayna Jain