summaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)AuthorFilesLines
2018-08-16Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-14/+49
2018-08-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linuxHerbert Xu7-45/+49
2018-08-03random: Make crng state queryableJason A. Donenfeld1-0/+15
2018-07-29Merge tag 'random_for_linus_stable' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+9
2018-07-27hwrng: msm - remove msm hw_random driverVinod Koul3-197/+0
2018-07-27mm: fix vma_is_anonymous() false-positivesKirill A. Shutemov1-0/+1
2018-07-24random: remove preempt disabled regionIngo Molnar1-4/+0
2018-07-24random: add a config option to trust the CPU's hwrngTheodore Ts'o2-1/+24
2018-07-18random: Return nbytes filled from hw RNGTobin C. Harding1-7/+9
2018-07-18random: Fix whitespace pre random-bytes workTobin C. Harding1-2/+1
2018-07-18random: mix rdrand with entropy sent in from userspaceTheodore Ts'o1-1/+9
2018-07-10char: amd64-agp: Use 64-bit arithmetic instead of 32-bitGustavo A. R. Silva1-2/+2
2018-07-10char: agp: Change return type to vm_fault_tSouptick Joarder1-1/+1
2018-07-08Merge tag 'for-linus-4.18-2' of git://github.com/cminyard/linux-ipmiLinus Torvalds2-23/+14
2018-06-28Revert changes to convert to ->poll_mask() and aio IOCB_CMD_POLLLinus Torvalds1-16/+13
2018-06-25ipmi: kcs_bmc: fix IRQ exception if the channel is not openHaiyue Wang1-21/+10
2018-06-25ipmi: Cleanup oops on initialization failureCorey Minyard1-2/+4
2018-06-24Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-2/+9
2018-06-16docs: Fix some broken referencesMauro Carvalho Chehab1-1/+1
2018-06-15hwrng: core - Always drop the RNG in hwrng_unregister()Michael Büsch1-2/+9
2018-06-13treewide: Use array_size() in vzalloc()Kees Cook1-1/+2
2018-06-13treewide: devm_kzalloc() -> devm_kcalloc()Kees Cook1-1/+1
2018-06-13treewide: kzalloc() -> kcalloc()Kees Cook4-4/+7
2018-06-13treewide: kmalloc() -> kmalloc_array()Kees Cook5-14/+22
2018-06-13Convert 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-08Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor...Linus Torvalds17-269/+350
2018-06-07Merge tag 'for-linus-4.18' of git://github.com/cminyard/linux-ipmiLinus Torvalds10-1765/+1547
2018-06-06Merge tag 'char-misc-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-9/+2
2018-06-06Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus 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/vi...Linus 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-18hwrng: 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