aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-15docs: Fix some broken referencesMauro Carvalho Chehab1-1/+1
2018-06-12treewide: Use array_size() in vzalloc()Kees Cook1-1/+2
2018-06-12treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook1-1/+1
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook4-4/+7
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook5-14/+22
2018-06-12Convert virtio_console to struct_sizeMatthew Wilcox1-2/+1
2018-06-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparcLinus Torvalds3-0/+252
2018-06-07Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds17-269/+350
2018-06-06Merge tag 'for-linus-4.18' of git://github.com/cminyard/linux-ipmiLinus Torvalds10-1765/+1547
2018-06-05Merge tag 'char-misc-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-9/+2
2018-06-05Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds4-4/+10
2018-06-05char: sparc64: Add privileged ADI driverTom Hromatka3-0/+252
2018-06-04Merge branch 'work.aio-1' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-13/+16
2018-05-30tpm: fix race condition in tpm_common_write()Tadeusz Struk2-23/+19
2018-05-26random: convert to ->poll_maskChristoph Hellwig1-13/+16
2018-05-24ipmi: Properly release srcu locks on error conditionsCorey Minyard1-18/+25
2018-05-23ipmi: NPCM7xx KCS BMC: enable interrupt to the hostAvi Fishman1-3/+14
2018-05-22ipmi:bt: Set the timeout before doing a capabilities checkCorey Minyard1-1/+2
2018-05-19hwrng: n2 - fix spelling mistake: "restesting" -> "retesting"Colin Ian King1-1/+1
2018-05-18tpm: reduce polling time to usecs for even finer granularityNayna Jain2-3/+6
2018-05-16tty: replace ->proc_fops with ->proc_showChristoph Hellwig1-14/+1
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig6-86/+7
2018-05-16proc: introduce proc_create_seq{,_data}Christoph Hellwig1-14/+1
2018-05-14tpm: replace kmalloc() + memcpy() with kmemdup()Ji-Hun Kim1-2/+1
2018-05-14tpm: replace kmalloc() + memcpy() with kmemdup()Ji-Hun Kim1-3/+1
2018-05-14tpm: fix use after free in tpm2_load_context()Tadeusz Struk1-1/+2
2018-05-14tpm: reduce poll sleep time in tpm_transmit()Nayna Jain3-10/+5
2018-05-14tpm_tis: verify locality released before returning from release_localityJerry Snitselaar1-1/+46
2018-05-10agp: uninorth: make two functions staticMathieu Malaterre1-2/+2
2018-05-10tpm: tpm_crb: relinquish locality on error path.Winkler, Tomas1-3/+7
2018-05-09ipmi: Remove the proc interfaceCorey Minyard4-486/+0
2018-05-09tpm/st33zp24: Fix spelling mistake in macro ST33ZP24_TISREGISTER_UKNOWNColin Ian King1-2/+2
2018-05-09tpm: Move eventlog declarations to its own headerThiebaud Weksteen8-30/+41
2018-05-09tpm: Move shared eventlog functions to common.cThiebaud Weksteen4-184/+214
2018-05-09tpm: Move eventlog files to a subdirectoryThiebaud Weksteen6-9/+9
2018-05-09tpm: Add explicit endianness castThiebaud Weksteen1-2/+2
2018-05-09tpm: st33zp24: remove redundant null check on chipColin Ian King1-2/+0
2018-05-09tpm: move the delay_msec increment after sleep in tpm_transmit()Nayna Jain1-1/+2
2018-05-05hwrng: stm32 - fix pm_suspend issuelionel.debieve@st.com1-2/+7
2018-05-05hwrng: stm32 - define default state for rng driverlionel.debieve@st.com1-0/+1
2018-04-30Merge 4.17-rc3 into char-misc-nextGreg Kroah-Hartman2-92/+113
2018-04-26Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-86/+71
2018-04-26Merge tag 'random_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/randomLinus Torvalds1-6/+42
2018-04-25virtio_console: reset on out of memoryMichael S. Tsirkin1-7/+10
2018-04-25virtio_console: move removal codeMichael S. Tsirkin1-36/+36
2018-04-25virtio_console: drop custom control queue cleanupMichael S. Tsirkin1-17/+0
2018-04-25virtio_console: free buffers after resetMichael S. Tsirkin1-25/+24
2018-04-25virtio_console: don't tie bufs to a vqMichael S. Tsirkin1-7/+7
2018-04-25random: rate limit unseeded randomness warningsTheodore Ts'o1-5/+34
2018-04-24random: fix possible sleeping allocation from irq contextTheodore Ts'o1-1/+8