aboutsummaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)AuthorFilesLines
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLGravatar Linus Torvalds 1-16/+13
2018-06-24Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-2/+9
2018-06-15docs: Fix some broken referencesGravatar Mauro Carvalho Chehab 1-1/+1
2018-06-15hwrng: core - Always drop the RNG in hwrng_unregister()Gravatar Michael Büsch 1-2/+9
2018-06-12treewide: Use array_size() in vzalloc()Gravatar Kees Cook 1-1/+2
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Gravatar Kees Cook 1-1/+1
2018-06-12treewide: kzalloc() -> kcalloc()Gravatar Kees Cook 4-4/+7
2018-06-12treewide: kmalloc() -> kmalloc_array()Gravatar Kees Cook 5-14/+22
2018-06-12Convert virtio_console to struct_sizeGravatar Matthew Wilcox 1-2/+1
2018-06-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcGravatar Linus Torvalds 3-0/+252
2018-06-07Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor...Gravatar Linus Torvalds 17-269/+350
2018-06-06Merge tag 'for-linus-4.18' of git://github.com/cminyard/linux-ipmiGravatar Linus Torvalds 10-1765/+1547
2018-06-05Merge tag 'char-misc-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-9/+2
2018-06-05Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 4-4/+10
2018-06-05char: sparc64: Add privileged ADI driverGravatar Tom Hromatka 3-0/+252
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-13/+16
2018-05-30tpm: fix race condition in tpm_common_write()Gravatar Tadeusz Struk 2-23/+19
2018-05-26random: convert to ->poll_maskGravatar Christoph Hellwig 1-13/+16
2018-05-24ipmi: Properly release srcu locks on error conditionsGravatar Corey Minyard 1-18/+25
2018-05-23ipmi: NPCM7xx KCS BMC: enable interrupt to the hostGravatar Avi Fishman 1-3/+14
2018-05-22ipmi:bt: Set the timeout before doing a capabilities checkGravatar Corey Minyard 1-1/+2
2018-05-19hwrng: n2 - fix spelling mistake: "restesting" -> "retesting"Gravatar Colin Ian King 1-1/+1
2018-05-18tpm: reduce polling time to usecs for even finer granularityGravatar Nayna Jain 2-3/+6
2018-05-16tty: replace ->proc_fops with ->proc_showGravatar Christoph Hellwig 1-14/+1
2018-05-16proc: introduce proc_create_single{,_data}Gravatar Christoph Hellwig 6-86/+7
2018-05-16proc: introduce proc_create_seq{,_data}Gravatar Christoph Hellwig 1-14/+1
2018-05-14tpm: replace kmalloc() + memcpy() with kmemdup()Gravatar Ji-Hun Kim 1-2/+1
2018-05-14tpm: replace kmalloc() + memcpy() with kmemdup()Gravatar Ji-Hun Kim 1-3/+1
2018-05-14tpm: fix use after free in tpm2_load_context()Gravatar Tadeusz Struk 1-1/+2
2018-05-14tpm: reduce poll sleep time in tpm_transmit()Gravatar Nayna Jain 3-10/+5
2018-05-14tpm_tis: verify locality released before returning from release_localityGravatar Jerry Snitselaar 1-1/+46
2018-05-10agp: uninorth: make two functions staticGravatar Mathieu Malaterre 1-2/+2
2018-05-10tpm: tpm_crb: relinquish locality on error path.Gravatar Winkler, Tomas 1-3/+7
2018-05-09ipmi: Remove the proc interfaceGravatar Corey Minyard 4-486/+0
2018-05-09tpm/st33zp24: Fix spelling mistake in macro ST33ZP24_TISREGISTER_UKNOWNGravatar Colin Ian King 1-2/+2
2018-05-09tpm: Move eventlog declarations to its own headerGravatar Thiebaud Weksteen 8-30/+41
2018-05-09tpm: Move shared eventlog functions to common.cGravatar Thiebaud Weksteen 4-184/+214
2018-05-09tpm: Move eventlog files to a subdirectoryGravatar Thiebaud Weksteen 6-9/+9
2018-05-09tpm: Add explicit endianness castGravatar Thiebaud Weksteen 1-2/+2
2018-05-09tpm: st33zp24: remove redundant null check on chipGravatar Colin Ian King 1-2/+0
2018-05-09tpm: move the delay_msec increment after sleep in tpm_transmit()Gravatar Nayna Jain 1-1/+2
2018-05-05hwrng: stm32 - fix pm_suspend issueGravatar lionel.debieve@st.com 1-2/+7
2018-05-05hwrng: stm32 - define default state for rng driverGravatar lionel.debieve@st.com 1-0/+1
2018-04-30Merge 4.17-rc3 into char-misc-nextGravatar Greg Kroah-Hartman 2-92/+113
2018-04-26Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostGravatar Linus Torvalds 1-86/+71
2018-04-26Merge tag 'random_for_linus_stable' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-6/+42
2018-04-25virtio_console: reset on out of memoryGravatar Michael S. Tsirkin 1-7/+10
2018-04-25virtio_console: move removal codeGravatar Michael S. Tsirkin 1-36/+36
2018-04-25virtio_console: drop custom control queue cleanupGravatar Michael S. Tsirkin 1-17/+0
2018-04-25virtio_console: free buffers after resetGravatar Michael S. Tsirkin 1-25/+24