summaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)Author
2019-02-09ipmi: kcs_bmc: handle devm_kasprintf() failure caseNicholas Mc Guire
2019-02-09ipmi: Fix return value when a message is truncatedCorey Minyard
2019-02-09ipmi: clean an indentation issue, remove extraneous spaceColin Ian King
2019-02-09ipmi: Make the smi watcher be disabled immediately when not neededCorey Minyard
2019-02-09ipmi: Fix how the lower layers are told to watch for messagesCorey Minyard
2019-02-09ipmi: Fix SSIF flag requestsCorey Minyard
2019-02-09ipmi_si: fix use-after-free of resource->nameYang Yingliang
2019-02-08tpm: Fix some name collisions with drivers/char/tpm.hJarkko Sakkinen
2019-02-08tpm/tpm_crb: Avoid unaligned reads in crb_recv()Jarkko Sakkinen
2019-02-01hwrng: add OP-TEE based rng driverSumit Garg
2019-01-28Merge 5.0-rc4 into char-misc-nextGreg Kroah-Hartman
2019-01-25Merge tag 'char-misc-5.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-01-25hwrng: virtio - Avoid repeated init of completionDavid Tolnay
2019-01-23ipmi: Don't initialize anything in the core until something uses itCorey Minyard
2019-01-23ipmi: fix use-after-free of user->release_barrier.rdaYang Yingliang
2019-01-23ipmi: Prevent use-after-free in deliver_responseFred Klassen
2019-01-23ipmi: msghandler: Fix potential Spectre v1 vulnerabilitiesGustavo A. R. Silva
2019-01-23ipmi:ssif: Fix handling of multi-part return messagesCorey Minyard
2019-01-22mbcs: add .owner to mbcs struct file_operationsNaveen Kumar Parna
2019-01-22applicom: Fix potential Spectre v1 vulnerabilitiesGustavo A. R. Silva
2019-01-22hpet: Fix missing '=' character in the __setup() code of hpet_mmap_enableBuland Singh
2019-01-22efirtc: remove unnecessary code efi_rtc_open & efi_rtc_closeNaveen Kumar Parna
2019-01-22powerpc: Adopt nvram module for PPC64Finn Thain
2019-01-22char/generic_nvram: Remove as unusedFinn Thain
2019-01-22powerpc: Enable HAVE_ARCH_NVRAM_OPS and disable GENERIC_NVRAMFinn Thain
2019-01-22powerpc: Implement nvram ioctlsFinn Thain
2019-01-22char/nvram: Add "devname:nvram" module aliasFinn Thain
2019-01-22m68k/atari: Implement arch_nvram_ops methods and enable CONFIG_HAVE_ARCH_NVRA...Finn Thain
2019-01-22char/nvram: Implement NVRAM read/write methodsFinn Thain
2019-01-22char/nvram: Allow the set_checksum and initialize ioctls to be omittedFinn Thain
2019-01-22char/nvram: Adopt arch_nvram_opsFinn Thain
2019-01-22powerpc: Replace nvram_* extern declarations with standard headerFinn Thain
2019-01-22nvram: Replace nvram_* function exports with static functionsFinn Thain
2019-01-22char/nvram: Re-order functions to remove forward declarations and #ifdefsFinn Thain
2019-01-22m68k/atari: Move Atari-specific code out of drivers/char/nvram.cFinn Thain
2019-01-22scsi/atari_scsi: Don't select CONFIG_NVRAMFinn Thain
2019-01-18char/mwave: fix potential Spectre v1 vulnerabilityGustavo A. R. Silva
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds
2019-01-02Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor...Linus Torvalds
2019-01-01Merge tag 'rtc-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds
2018-12-28Merge tag 'char-misc-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-12-28Merge tag 'tty-4.21-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2018-12-28mm: convert totalram_pages and totalhigh_pages variables to atomicArun KS
2018-12-27Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2018-12-19char: lp: use new parport device modelSudip Mukherjee
2018-12-19char: lp: properly count the lp devicesSudip Mukherjee
2018-12-19char: lp: use first unused lp number while registeringSudip Mukherjee
2018-12-19char: lp: detach the device when parallel port is removedSudip Mukherjee
2018-12-19char: lp: introduce list to save port numberSudip Mukherjee
2018-12-19char/rtc: Use of_node_name_eq for node name comparisonsRob Herring