aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char
AgeCommit message (Expand)Author
2019-05-22ipmi:ssif: compare block number correctly for multi-part return messagesKamlakant Patel
2019-05-16ipmi: ipmi_si_hardcode.c: init si_type array to fix a crashTony Camuso
2019-04-27tpm: fix an invalid condition in tpm_common_pollTadeusz Struk
2019-04-27tpm: Fix the type of the return value in calc_tpm2_event_size()Yue Haibing
2019-04-27tpm/tpm_i2c_atmel: Return -E2BIG when the transfer is incompleteJarkko Sakkinen
2019-04-27ipmi: fix sleep-in-atomic in free_user at cleanup SRCU user->release_barrierCorey Minyard
2019-04-17tty: mark Siemens R3964 line discipline as BROKENGreg Kroah-Hartman
2019-04-05hpet: Fix missing '=' character in the __setup() code of hpet_mmap_enableBuland Singh
2019-04-05hwrng: virtio - Avoid repeated init of completionDavid Tolnay
2019-03-23tpm: Unify the send callback behaviourJarkko Sakkinen
2019-03-23tpm/tpm_crb: Avoid unaligned reads in crb_recv()Jarkko Sakkinen
2019-03-23ipmi_si: fix use-after-free of resource->nameYang Yingliang
2019-03-23ipmi_si: Fix crash when using hard-coded deviceCorey Minyard
2019-03-10applicom: Fix potential Spectre v1 vulnerabilitiesGustavo A. R. Silva
2019-01-25Merge tag 'char-misc-5.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
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-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
2018-12-17tpm: add support for partial readsTadeusz Struk
2018-12-10rtc: Switch to use %ptRAndy Shevchenko
2018-12-06char: virtio: Change to use DEFINE_SHOW_ATTRIBUTE macroYangtao Li
2018-11-27drivers/ipmi: Replace synchronize_sched() with synchronize_rcu()Paul E. McKenney
2018-11-27char: lp: fix spacing style before open parenthesisSudip Mukherjee
2018-11-27char: lp: fix whitespace with pointersSudip Mukherjee
2018-11-27char: lp: use tabs instead of spacesSudip Mukherjee
2018-11-27char: lp: do not use return as a functionSudip Mukherjee
2018-11-27char: lp: move trailing statement to next lineSudip Mukherjee
2018-11-27char: lp: remove trailing whitespaceSudip Mukherjee
2018-11-20crypto: chacha20-generic - refactor to allow varying number of roundsEric Biggers
2018-11-16hwrng: bcm2835 - Switch to SPDX identifierStefan Wahren
2018-11-13tpm: tpm_ibmvtpm: fix kdoc warningsTomas Winkler
2018-11-13tpm: fix kdoc for tpm2_flush_context_cmd()Tomas Winkler
2018-11-13tpm: tpm_try_transmit() refactor error flow.Tomas Winkler
2018-11-13tpm: use u32 instead of int for PCR indexTomas Winkler