summaryrefslogtreecommitdiffstats
path: root/drivers/char
AgeCommit message (Expand)AuthorLines
2021-05-21char: pcmcia: cm4000_cs: Remove unused variable 'tmp'Lee Jones-2/+1
2021-05-20Merge tag 'char-misc-5.13-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-0/+2
2021-05-14hwrng: exynos - Fix runtime PM imbalance on errorŁukasz Stelmach-2/+2
2021-05-14hwrng: amd - remove redundant initialization of variable errColin Ian King-1/+1
2021-05-13ttyprintk: Removed unnecessary TTY ioctl callbackSamo Pogačnik-23/+0
2021-05-13ttyprintk: Add TTY port shutdown callbackSamo Pogačnik-13/+18
2021-05-13tty: make tty_operations::chars_in_buffer return uintJiri Slaby-3/+3
2021-05-13ipmi/watchdog: Stop watchdog timer when the current action is 'none'Petr Pavlu-10/+12
2021-05-13char: hpet: add checks after calling ioremapTom Seewald-0/+4
2021-05-13Revert "char: hpet: fix a missing check of ioremap"Greg Kroah-Hartman-2/+0
2021-05-13tty: make tty_operations::write_room return uintJiri Slaby-2/+2
2021-05-13tty: cumulate and document tty_struct::flow* membersJiri Slaby-4/+4
2021-05-13tty: remove broken r3964 line disciplineJiri Slaby-13/+0
2021-05-12tpm: fix error return code in tpm2_get_cc_attrs_tbl()Zhen Lei-0/+1
2021-05-12tpm, tpm_tis: Reserve locality in tpm_tis_resume()Jarkko Sakkinen-2/+10
2021-05-12tpm, tpm_tis: Extend locality handling to TPM2 in tpm_tis_gen_interrupt()Jarkko Sakkinen-6/+4
2021-05-07drivers/char: remove /dev/kmem for goodDavid Hildenbrand-241/+0
2021-04-28Merge tag 'for-linus-5.13-1' of git://github.com/cminyard/linux-ipmiLinus Torvalds-266/+137
2021-04-26Merge tag 'arm-drivers-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-11/+16
2021-04-26Merge tag 'tty-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-2/+11
2021-04-26Merge tag 'char-misc-5.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-23/+14
2021-04-26Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-73/+36
2021-04-22ttyprintk: Add TTY hangup callback.Tetsuo Handa-0/+11
2021-04-14char: tpm: fix error return code in tpm_cr50_i2c_tis_recv()Zhihao Cheng-0/+1
2021-04-14tpm: vtpm_proxy: Avoid reading host log when using a virtual deviceStefan Berger-0/+3
2021-04-14tpm: acpi: Check eventlog signature before using itStefan Berger-1/+32
2021-04-14tpm: efi: Use local variable for calculating final log sizeStefan Berger-8/+21
2021-04-09ipmi: kcs: aspeed: Adapt to new LPC DTS layoutChia-Wei, Wang-11/+16
2021-04-07pcmcia: synclink_cs: drop redundant tty-port initialisationJohan Hovold-2/+0
2021-04-06parisc: parisc-agp requires SBA IOMMU driverHelge Deller-1/+1
2021-04-05Merge 5.12-rc6 into char-misc-nextGreg Kroah-Hartman-4/+0
2021-04-02ipmi_si: Join string literals backAndy Shevchenko-66/+38
2021-04-02ipmi_si: Drop redundant check before calling put_device()Andy Shevchenko-2/+1
2021-04-02ipmi_si: Use strstrip() to remove surrounding spacesAndy Shevchenko-12/+4
2021-04-02ipmi_si: Get rid of ->addr_source_cleanup()Andy Shevchenko-22/+2
2021-04-02ipmi_si: Reuse si_to_str[] array in ipmi_hardcode_init_one()Andy Shevchenko-16/+16
2021-04-02ipmi_si: Introduce ipmi_panic_event_str[] arrayAndy Shevchenko-32/+19
2021-04-02ipmi_si: Use proper ACPI macros to check error code for failuresAndy Shevchenko-6/+6
2021-04-02ipmi_si: Utilize temporary variable to hold device pointerAndy Shevchenko-8/+7
2021-04-02ipmi_si: Remove bogus err_free labelAndy Shevchenko-12/+5
2021-04-02ipmi_si: Switch to use platform_get_mem_or_io()Andy Shevchenko-20/+14
2021-04-02hwrng: omap - Use of_device_get_match_data() helperTian Tao-7/+4
2021-04-02random: remove dead code left over from blocking poolEric Biggers-14/+3
2021-04-02random: initialize ChaCha20 constants with correct endiannessEric Biggers-2/+2
2021-03-28applicom: fix some err codes returned by ac_ioctlXu Jia-1/+1
2021-03-26hwrng: core - convert sysfs sprintf/snprintf family to sysfs_emitZihao Tang-1/+1
2021-03-26hwrng: intel - Fix included header from 'asmTian Tao-1/+1
2021-03-24char: lp: remove redundant space around (inside) parenthesized expressionsQiang Ma-2/+2
2021-03-24char/mwave: turn tp3780I_Cleanup() into void functionYang Li-6/+2
2021-03-19hwrng: cctrng - delete redundant printing of return valueWang Qing-3/+1