aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-01-13hwrng: n2 - support new hardware register layoutShannon Nelson2-46/+134
2017-01-13hwrng: n2 - add device data descriptionsShannon Nelson2-8/+54
2017-01-13hwrng: n2 - limit error spewage when self-test failsShannon Nelson1-1/+4
2017-01-11ppdev: don't print a free'd stringColin Ian King1-5/+8
2017-01-11char: lack of bool string made CONFIG_DEVPORT always onMax Bires1-1/+4
2017-01-11drivers: char: mem: Fix thinkos in kmem address checksRobin Murphy1-6/+4
2017-01-10apm-emulation: move APM_MINOR_DEV to include/linux/miscdevice.hCorentin Labbe1-7/+0
2017-01-10ds1302: remove unneeded linux/miscdevice.h includeCorentin Labbe1-1/+0
2017-01-10mmtimer: add member name to the miscdevice declarationCorentin Labbe1-3/+3
2017-01-06drm/i915: Use fixed-sized types for stolenChris Wilson1-2/+4
2017-01-05ipmi: make ipmi_usr_hndl constCorey Minyard3-4/+4
2016-12-27hwrng: core - remove unused PFX macroCorentin LABBE1-1/+0
2016-12-27hwrng: core - Move hwrng miscdev minor number to include/linux/miscdevice.hCorentin LABBE1-2/+1
2016-12-27hwrng: core - Replace asm/uaccess.h by linux/uaccess.hCorentin LABBE1-7/+7
2016-12-27hwrng: core - Rewrite the headerCorentin LABBE1-29/+9
2016-12-27hwrng: core - rewrite better comparison to NULLCorentin LABBE1-2/+1
2016-12-27hwrng: core - do not use multiple blank linesCorentin LABBE1-5/+0
2016-12-25clocksource: Use a plain u64 instead of cycle_tThomas Gleixner1-2/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds28-28/+28
2016-12-15Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-7/+7
2016-12-15virtio_console: drop unused config fieldsMichael S. Tsirkin1-7/+7
2016-12-14Merge tag 'for-linus-4.10' of git://git.code.sf.net/p/openipmi/linux-ipmiLinus Torvalds4-105/+133
2016-12-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds3-5/+4
2016-12-14tpm: use idr_find(), not idr_find_slowpath()Matthew Wilcox1-2/+2
2016-12-14mm: use vmf->address instead of of vmf->virtual_addressJan Kara2-3/+2
2016-12-14Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds16-375/+519
2016-12-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds8-56/+151
2016-12-13Merge tag 'for-linus-4.10-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-6/+2
2016-12-13Merge tag 'char-misc-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds7-13/+416
2016-12-12Merge tag 'docs-4.10' of git://git.lwn.net/linuxLinus Torvalds1-2/+2
2016-12-12Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2016-12-12Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-6/+2
2016-12-12ipmi: create hardware-independent softdep for ipmi_devintfMartin Wilck2-1/+1
2016-11-29char/pcmcia: add some error checking in scr24x_read()Dan Carpenter1-1/+1
2016-11-29snsc: restore IRQs on error path in scdrv_write()Dan Carpenter1-1/+1
2016-11-29ppdev: check before attaching portSudip Mukherjee1-2/+21
2016-11-29ppdev: use pr_* macrosSudip Mukherjee1-6/+5
2016-11-29ppdev: fix memory leakSudip Mukherjee1-1/+1
2016-11-28tpm: adjust return value of tpm_read_logJason Gunthorpe1-2/+4
2016-11-28tpm: vtpm_proxy: conditionally call tpm_chip_unregisterJason Gunthorpe1-7/+6
2016-11-28tpm: Fix handling of missing event logJason Gunthorpe4-21/+26
2016-11-28tpm: Check the bios_dir entry for NULL before accessing itStefan Berger1-5/+7
2016-11-28tpm: return -ENODEV if np is not setColin Ian King1-1/+1
2016-11-28tpm: cleanup of printk error messagesNayna Jain2-32/+13
2016-11-28tpm: replace of_find_node_by_name() with dev of_node propertyNayna Jain1-4/+2
2016-11-28tpm: redefine read_log() to handle ACPI/OF at runtimeNayna Jain5-33/+42
2016-11-28tpm: fix the missing .owner in tpm_bios_measurements_opsNayna Jain1-0/+1
2016-11-28tpm: have event log use the tpm_chipNayna Jain6-37/+84
2016-11-28tpm: drop tpm1_chip_register(/unregister)Jarkko Sakkinen3-26/+11
2016-11-28tpm: replace dynamically allocated bios_dir with a static arrayJarkko Sakkinen4-54/+43