aboutsummaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)AuthorFilesLines
2017-01-19virtio_console: fix a crash in config_work_handlerGravatar G. Campana 1-1/+1
2017-01-11ppdev: don't print a free'd stringGravatar Colin Ian King 1-5/+8
2017-01-11drivers: char: mem: Fix thinkos in kmem address checksGravatar Robin Murphy 1-6/+4
2016-12-25clocksource: Use a plain u64 instead of cycle_tGravatar Thomas Gleixner 1-2/+2
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 28-28/+28
2016-12-15Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 1-7/+7
2016-12-15virtio_console: drop unused config fieldsGravatar Michael S. Tsirkin 1-7/+7
2016-12-14Merge tag 'for-linus-4.10' of git://git.code.sf.net/p/openipmi/linux-ipmiGravatar Linus Torvalds 4-105/+133
2016-12-14Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 3-5/+4
2016-12-14tpm: use idr_find(), not idr_find_slowpath()Gravatar Matthew Wilcox 1-2/+2
2016-12-14mm: use vmf->address instead of of vmf->virtual_addressGravatar Jan Kara 2-3/+2
2016-12-14Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Gravatar Linus Torvalds 16-375/+519
2016-12-14Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 8-56/+151
2016-12-13Merge tag 'for-linus-4.10-rc0-tag' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-6/+2
2016-12-13Merge tag 'char-misc-4.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 7-13/+416
2016-12-12Merge tag 'docs-4.10' of git://git.lwn.net/linuxGravatar Linus Torvalds 1-2/+2
2016-12-12Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-0/+1
2016-12-12Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-6/+2
2016-12-12ipmi: create hardware-independent softdep for ipmi_devintfGravatar Martin Wilck 2-1/+1
2016-11-29char/pcmcia: add some error checking in scr24x_read()Gravatar Dan Carpenter 1-1/+1
2016-11-29snsc: restore IRQs on error path in scdrv_write()Gravatar Dan Carpenter 1-1/+1
2016-11-29ppdev: check before attaching portGravatar Sudip Mukherjee 1-2/+21
2016-11-29ppdev: use pr_* macrosGravatar Sudip Mukherjee 1-6/+5
2016-11-29ppdev: fix memory leakGravatar Sudip Mukherjee 1-1/+1
2016-11-28tpm: adjust return value of tpm_read_logGravatar Jason Gunthorpe 1-2/+4
2016-11-28tpm: vtpm_proxy: conditionally call tpm_chip_unregisterGravatar Jason Gunthorpe 1-7/+6
2016-11-28tpm: Fix handling of missing event logGravatar Jason Gunthorpe 4-21/+26
2016-11-28tpm: Check the bios_dir entry for NULL before accessing itGravatar Stefan Berger 1-5/+7
2016-11-28tpm: return -ENODEV if np is not setGravatar Colin Ian King 1-1/+1
2016-11-28tpm: cleanup of printk error messagesGravatar Nayna Jain 2-32/+13
2016-11-28tpm: replace of_find_node_by_name() with dev of_node propertyGravatar Nayna Jain 1-4/+2
2016-11-28tpm: redefine read_log() to handle ACPI/OF at runtimeGravatar Nayna Jain 5-33/+42
2016-11-28tpm: fix the missing .owner in tpm_bios_measurements_opsGravatar Nayna Jain 1-0/+1
2016-11-28tpm: have event log use the tpm_chipGravatar Nayna Jain 6-37/+84
2016-11-28tpm: drop tpm1_chip_register(/unregister)Gravatar Jarkko Sakkinen 3-26/+11
2016-11-28tpm: replace dynamically allocated bios_dir with a static arrayGravatar Jarkko Sakkinen 4-54/+43
2016-11-28tpm: replace symbolic permission with octal for securityfs filesGravatar Nayna Jain 1-2/+2
2016-11-28char: tpm: fix kerneldoc tpm2_unseal_trusted name typoGravatar Baruch Siach 1-1/+1
2016-11-28tpm_tis: Allow tpm_tis to be bound using DTGravatar Jason Gunthorpe 2-1/+12
2016-11-28tpm, tpm_vtpm_proxy: add kdoc comments for VTPM_PROXY_IOC_NEW_DEVGravatar Jarkko Sakkinen 1-25/+47
2016-11-28tpm: Only call pm_runtime_get_sync if device has a parentGravatar Stefan Berger 1-2/+4
2016-11-28tpm: define a generic open() method for ascii & bios measurementsGravatar Nayna Jain 1-48/+15
2016-11-28tpm: Get rid of TPM_CHIP_FLAG_REGISTEREDGravatar Jason Gunthorpe 2-6/+0
2016-11-28tpm xen: Remove bogus tpm_chip_unregisterGravatar Jason Gunthorpe 1-1/+0
2016-11-28tpm tis: Do not print timeout messages twiceGravatar Jason Gunthorpe 3-10/+18
2016-11-28tpm_tis: Check return values from get_burstcount.Gravatar Josh Zimmerman 1-2/+13
2016-11-28tpm: place kdoc just above tpm_pcr_extendGravatar Winkler, Tomas 1-8/+8
2016-11-28tpm: sanitize constant expressionsGravatar Jarkko Sakkinen 3-21/+23
2016-11-28tpm: Clean up reading of timeout and duration capabilitiesGravatar Ed Swierk 1-48/+17
2016-11-28char/tpm: Check return code of wait_for_tpm_statGravatar Peter Huewe 1-9/+20