summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
* tpm: disable hwrng for fTPM on some AMD designsMario Limonciello2023-03-122-1/+132
* tpm/eventlog: Don't abort tpm_read_log on faulty ACPI addressMorten Linderud2023-03-121-1/+5
* cpumask: fix incorrect cpumask scanning result checksLinus Torvalds2023-03-061-1/+1
* Merge tag 'char-misc-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-02-244-17/+21
|\
| * virtio_console: Use strscpy() to instead of strncpy()Bo Liu2023-01-201-3/+2
| * applicom: Fix PCI device refcount leak in applicom_init()Xiongfeng Wang2023-01-201-1/+4
| * Revert "char: pcmcia: cm4000_cs: Replace mdelay with usleep_range in set_prot...Duoming Zhou2023-01-191-2/+4
| * pcmcia: synclink_cs: remove kernel-doc notationRandy Dunlap2023-01-191-11/+11
* | Merge tag 'tty-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2023-02-241-10/+8
|\ \
| * | tty: Call ->dtr_rts() parameter active consistentlyIlpo Järvinen2023-01-191-3/+3
| * | tty: Convert ->dtr_rts() to take bool argumentIlpo Järvinen2023-01-191-2/+2
| * | tty: Convert ->carrier_raised() and callchains to boolIlpo Järvinen2023-01-191-5/+3
| * | tty: Cleanup tty_port_set_initialized() bool parameterIlpo Järvinen2023-01-191-2/+2
| |/
* | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-232-2/+2
|\ \
| * | mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan2023-02-091-1/+1
| * | mm/nommu: factor out check for NOMMU shared mappings into is_nommu_shared_map...David Hildenbrand2023-01-181-1/+1
| |/
* | Merge tag 'for-linus-6.3-1' of https://github.com/cminyard/linux-ipmiLinus Torvalds2023-02-222-59/+56
|\ \
| * | ipmi: ipmb: Fix the MODULE_PARM_DESC associated to 'retry_time_ms'Christophe JAILLET2023-02-101-1/+1
| * | ipmi:ssif: Add a timer between request retriesCorey Minyard2023-02-101-7/+27
| * | ipmi:ssif: Remove rtc_us_timerCorey Minyard2023-02-101-9/+0
| * | ipmi_ssif: Rename idle state and checkCorey Minyard2023-02-101-23/+23
| * | ipmi:ssif: resend_msg() cannot failCorey Minyard2023-02-101-21/+7
* | | Merge tag 'v6.3-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2023-02-213-0/+404
|\ \ \
| * | | hwrng: starfive - Enable compile testingHerbert Xu2023-02-031-2/+1
| * | | hwrng: starfive - Add TRNG driver for StarFive SoCJia Jie Ho2023-01-273-0/+405
* | | | Merge tag 'asm-generic-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-02-201-0/+6
|\ \ \ \
| * | | | char/agp: consolidate {alloc,free}_gatt_pages()Mike Rapoport2023-02-131-0/+6
| |/ / /
* | | | tpm: add vendor flag to command code validationJulien Gomes2023-02-131-1/+3
* | | | tpm: Add reserved memory event logEddie James2023-02-131-1/+31
* | | | tpm: Use managed allocation for bios event logEddie James2023-02-134-10/+12
* | | | tpm: tis_i2c: Convert to i2c's .probe_new()Uwe Kleine-König2023-02-131-3/+2
* | | | tpm: tpm_i2c_nuvoton: Convert to i2c's .probe_new()Uwe Kleine-König2023-02-131-3/+3
* | | | tpm: tpm_i2c_infineon: Convert to i2c's .probe_new()Uwe Kleine-König2023-02-131-3/+2
* | | | tpm: tpm_i2c_atmel: Convert to i2c's .probe_new()Uwe Kleine-König2023-02-131-3/+2
* | | | tpm: st33zp24: Convert to i2c's .probe_new()Uwe Kleine-König2023-02-131-3/+2
* | | | tpm_crb: Add support for CRB devices based on PlutonMatthew Garrett2023-02-131-10/+90
| |_|/ |/| |
* | | Merge tag 'for-linus-6.2-rc4-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-01-121-2/+1
|\ \ \
| * | | xen: make remove callback of xen driver void returnedDawei Li2022-12-151-2/+1
* | | | tpm: Allow system suspend to continue when TPM suspend failsJason A. Donenfeld2023-01-061-1/+3
| |/ / |/| |
* | | random: do not include <asm/archrandom.h> from random.hJason A. Donenfeld2022-12-203-0/+3
* | | Merge tag 'driver-core-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-12-162-3/+3
|\ \ \
| * | | driver core: make struct class.devnode() take a const *Greg Kroah-Hartman2022-11-242-3/+3
* | | | Merge tag 'char-misc-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-164-34/+62
|\ \ \ \ | |_|_|/ |/| | |
| * | | char: misc: Increase the maximum number of dynamic misc devices to 1048448D Scott Phillips2022-11-231-13/+28
| * | | virtio_console: Introduce an ID allocator for virtual console numbersCédric Le Goater2022-11-231-15/+11
| * | | char: xillybus: Fix trivial bug with mutexEli Billauer2022-11-231-3/+4
| * | | char: xillybus: Prevent use-after-free due to race conditionEli Billauer2022-11-111-3/+19
| |/ /
* | | Merge tag 'v6.2-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds2022-12-1412-36/+62
|\ \ \
| * | | hwrng: geode - Fix PCI device refcount leakXiongfeng Wang2022-12-091-8/+28
| * | | hwrng: amd - Fix PCI device refcount leakXiongfeng Wang2022-12-091-5/+13