aboutsummaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)Author
2017-01-19virtio_console: fix a crash in config_work_handlerG. Campana
2017-01-11ppdev: don't print a free'd stringColin Ian King
2017-01-11drivers: char: mem: Fix thinkos in kmem address checksRobin Murphy
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
2016-11-28tpm: fix the missing .owner in tpm_bios_measurements_opsNayna Jain
2016-11-28tpm: have event log use the tpm_chipNayna Jain
2016-11-28tpm: drop tpm1_chip_register(/unregister)Jarkko Sakkinen
2016-11-28tpm: replace dynamically allocated bios_dir with a static arrayJarkko Sakkinen
2016-11-28tpm: replace symbolic permission with octal for securityfs filesNayna Jain
2016-11-28char: tpm: fix kerneldoc tpm2_unseal_trusted name typoBaruch Siach
2016-11-28tpm_tis: Allow tpm_tis to be bound using DTJason Gunthorpe
2016-11-28tpm, tpm_vtpm_proxy: add kdoc comments for VTPM_PROXY_IOC_NEW_DEVJarkko Sakkinen
2016-11-28tpm: Only call pm_runtime_get_sync if device has a parentStefan Berger
2016-11-28tpm: define a generic open() method for ascii & bios measurementsNayna Jain
2016-11-28tpm: Get rid of TPM_CHIP_FLAG_REGISTEREDJason Gunthorpe
2016-11-28tpm xen: Remove bogus tpm_chip_unregisterJason Gunthorpe
2016-11-28tpm tis: Do not print timeout messages twiceJason Gunthorpe
2016-11-28tpm_tis: Check return values from get_burstcount.Josh Zimmerman
2016-11-28tpm: place kdoc just above tpm_pcr_extendWinkler, Tomas
2016-11-28tpm: sanitize constant expressionsJarkko Sakkinen
2016-11-28tpm: Clean up reading of timeout and duration capabilitiesEd Swierk
2016-11-28char/tpm: Check return code of wait_for_tpm_statPeter Huewe