summaryrefslogtreecommitdiffstats
path: root/drivers/char
Commit message (Expand)AuthorAgeFilesLines
...
| * | | nvram: Replace nvram_* function exports with static functionsFinn Thain2019-01-221-22/+5
| * | | char/nvram: Re-order functions to remove forward declarations and #ifdefsFinn Thain2019-01-221-95/+72
| * | | m68k/atari: Move Atari-specific code out of drivers/char/nvram.cFinn Thain2019-01-221-245/+35
| * | | scsi/atari_scsi: Don't select CONFIG_NVRAMFinn Thain2019-01-221-4/+1
| | |/ | |/|
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2019-03-061-2/+0
|\ \ \
| * | | agp: efficeon: no need to set PG_reserved on GATT tablesDavid Hildenbrand2019-03-051-2/+0
* | | | Merge tag 'armsoc-drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Linus Torvalds2019-03-063-0/+322
|\ \ \ \ | |/ / / |/| | |
| * | | hwrng: make symbol 'optee_rng_id_table' staticWei Yongjun2019-02-201-1/+1
| * | | hwrng: Fix unsigned comparison with less than zeroYueHaibing2019-02-201-2/+2
| * | | hwrng: optee: Initialize some structs using memset instead of bracesNathan Chancellor2019-02-201-5/+13
| * | | Merge tag 'tee-bus-for-5.1' of https://git.linaro.org/people/jens.wiklander/l...Arnd Bergmann2019-02-153-0/+314
| |\ \ \ | | |_|/ | |/| |
| | * | hwrng: add OP-TEE based rng driverSumit Garg2019-02-013-0/+314
| | |/
* | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2019-03-052-9/+11
|\ \ \ | |/ / |/| |
| * | hwrng: bcm2835 - fix probe as platform deviceJonas Gorski2019-02-281-8/+10
| * | hwrng: virtio - Avoid repeated init of completionDavid Tolnay2019-01-251-1/+1
| |/
* | Merge tag 'char-misc-5.0-rc4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2019-01-251-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-034-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/+2
| * tpm: fix kdoc for tpm2_flush_context_cmd()Tomas Winkler2018-11-131-4/+3
| * 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/+14
| * tpm1: reimplement tpm1_continue_selftest() using tpm_bufTomas Winkler2018-11-132-20/+10
| * 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/+23
| * 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/+0
| * 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/+150
| * 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/+71
| * tpm: move tpm1_pcr_extend to tpm1-cmd.cTomas Winkler2018-11-133-28/+23
| * tpm: factor out tpm_get_timeouts()Tomas Winkler2018-11-134-123/+135
| * tpm: add tpm_calc_ordinal_duration() wrapperTomas Winkler2018-11-138-17/+25
| * tpm: factor out tpm 1.x duration calculation to tpm1-cmd.cTomas Winkler2018-11-138-288/+320
| * tpm: sort objects in the MakefileTomas Winkler2018-11-131-3/+12
| * tpm2: add new tpm2 commands according to TCG 1.36Tomas Winkler2018-11-132-164/+118
| * tpm: tpm_i2c_nuvoton: use correct command duration for TPM 2.xTomas Winkler2018-11-131-4/+7
* | Merge tag 'rtc-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/abellon...Linus Torvalds2019-01-011-4/+3
|\ \
OpenPOWER on IntegriCloud