summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
* ipmi_si: Potential array underflow in hotmod_handler()Dan Carpenter2019-02-221-1/+2
* ipmi_si: Remove hacks for adding a dummy platform devicesCorey Minyard2019-02-221-42/+3Star
* ipmi_si: Consolidate scanning the platform busCorey Minyard2019-02-224-30/+23Star
* ipmi_si: Remove hotmod devices on removal and exitCorey Minyard2019-02-223-6/+43
* ipmi_si: Remove hardcode IPMI devices by scanning the platform busCorey Minyard2019-02-221-7/+15
* ipmi_si: Switch hotmod to use a platform deviceCorey Minyard2019-02-223-113/+98Star
* ipmi: Consolidate the adding of platform devicesCorey Minyard2019-02-229-214/+205Star
* ipmi_si: Rename addr_type to addr_space to match what it doesCorey Minyard2019-02-228-27/+29
* ipmi_si: Convert some types into unsignedCorey Minyard2019-02-221-4/+4
* ipmi_si: Fix crash when using hard-coded deviceCorey Minyard2019-02-224-76/+216
* ipmi: Use dedicated API for copying a UUIDAndy Shevchenko2019-02-101-1/+1
* ipmi: Use defined constant for UUID representationAndy Shevchenko2019-02-101-4/+4
* ipmi:ssif: Change some pr_xxx to dev_xxx callsCorey Minyard2019-02-101-42/+74
* ipmi: kcs_bmc: handle devm_kasprintf() failure caseNicholas Mc Guire2019-02-101-2/+3
* ipmi: Fix return value when a message is truncatedCorey Minyard2019-02-101-3/+3
* ipmi: clean an indentation issue, remove extraneous spaceColin Ian King2019-02-101-1/+1
* ipmi: Make the smi watcher be disabled immediately when not neededCorey Minyard2019-02-103-76/+92
* ipmi: Fix how the lower layers are told to watch for messagesCorey Minyard2019-02-103-45/+105
* ipmi: Fix SSIF flag requestsCorey Minyard2019-02-101-12/+52
* ipmi_si: fix use-after-free of resource->nameYang Yingliang2019-02-103-4/+11
* Merge tag 'char-misc-5.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-01-261-0/+7
|\
| * char/mwave: fix potential Spectre v1 vulnerabilityGustavo A. R. Silva2019-01-181-0/+7
* | ipmi: Don't initialize anything in the core until something uses itCorey Minyard2019-01-231-63/+80
* | ipmi: fix use-after-free of user->release_barrier.rdaYang Yingliang2019-01-231-1/+1
* | ipmi: Prevent use-after-free in deliver_responseFred Klassen2019-01-231-1/+1
* | ipmi: msghandler: Fix potential Spectre v1 vulnerabilitiesGustavo A. R. Silva2019-01-231-8/+18
* | ipmi:ssif: Fix handling of multi-part return messagesCorey Minyard2019-01-231-8/+17
|/
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-044-7/+7
* Merge branch 'next-tpm' of git://git.kernel.org/pub/scm/linux/kernel/git/jmor...Linus Torvalds2019-01-0214-1062/+1123
|\
| * tpm: add support for partial readsTadeusz Struk2018-12-172-19/+38
| * tpm: tpm_ibmvtpm: fix kdoc warningsTomas Winkler2018-11-131-4/+2Star
| * tpm: fix kdoc for tpm2_flush_context_cmd()Tomas Winkler2018-11-131-4/+3Star
| * tpm: tpm_try_transmit() refactor error flow.Tomas Winkler2018-11-131-7/+8
| * tpm: use u32 instead of int for PCR indexTomas Winkler2018-11-135-15/+14Star
| * tpm1: reimplement tpm1_continue_selftest() using tpm_bufTomas Winkler2018-11-132-20/+10Star
| * tpm1: reimplement SAVESTATE using tpm_bufTomas Winkler2018-11-131-10/+12
| * tpm1: rename tpm1_pcr_read_dev to tpm1_pcr_read()Tomas Winkler2018-11-134-5/+5
| * tpm1: implement tpm1_pcr_read_dev() using tpm_buf structureTomas Winkler2018-11-132-33/+23Star
| * tpm: tpm1: rewrite tpm1_get_random() using tpm_buf structureTomas Winkler2018-11-133-48/+49
| * tpm: tpm-space.c remove unneeded semicolonTomas Winkler2018-11-131-1/+1
| * tpm: tpm-interface.c drop unused macrosTomas Winkler2018-11-131-4/+0Star
| * tpm: add tpm_auto_startup() into tpm-interface.cTomas Winkler2018-11-133-8/+19
| * tpm: factor out tpm_startup functionTomas Winkler2018-11-134-45/+68
| * tpm: factor out tpm 1.x pm suspend flow into tpm1-cmd.cTomas Winkler2018-11-133-50/+68
| * tpm: move tpm 1.x selftest code from tpm-interface.c tpm1-cmd.cTomas Winkler2018-11-136-151/+150Star
| * tpm: factor out tpm1_get_random into tpm1-cmd.cTomas Winkler2018-11-133-51/+63
| * tpm: move tpm_getcap to tpm1-cmd.cTomas Winkler2018-11-135-81/+71Star
| * tpm: move tpm1_pcr_extend to tpm1-cmd.cTomas Winkler2018-11-133-28/+23Star
| * tpm: factor out tpm_get_timeouts()Tomas Winkler2018-11-134-123/+135
| * tpm: add tpm_calc_ordinal_duration() wrapperTomas Winkler2018-11-138-17/+25