summaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)Author
2019-02-12MLK-13783 char: otp: no need to check bank0/bank1 when progPeng Fan
2019-02-12MLK-13538-2 char: otp: support i.MX7ULP1Peng Fan
2019-02-12MLK-13482 drivers: char: otp: support i.MX6SLLPeng Fan
2019-02-12MLK-12879 char: otp: support i.MX6ULLPeng Fan
2019-02-12MLK-12343 MX6SL-EVK missing hardware random number generator.Dan Douglass
2019-02-12MLK-11894 imx: sema4: fix the out of bounds writeRichard Zhu
2019-02-12MLK-11371-1 char: add fsl_otp device driverPeng Fan
2019-02-12MLK-11488-1 driver: char: sema4: add sema4 supportAnson Huang
2019-01-31char/mwave: fix potential Spectre v1 vulnerabilityGustavo A. R. Silva
2019-01-26ipmi:ssif: Fix handling of multi-part return messagesCorey Minyard
2019-01-26ipmi:pci: Blacklist a Realtek "IPMI" deviceCorey Minyard
2019-01-09tpm: tpm_i2c_nuvoton: use correct command duration for TPM 2.xTomas Winkler
2019-01-09tpm: tpm_try_transmit() refactor error flow.Tomas Winkler
2018-11-13tpm: Restore functionality to xen vtpm driver.Dr. Greg Wettstein
2018-11-13tpm: suppress transmit cmd error logs when TPM 1.2 is disabled/deactivatedJavier Martinez Canillas
2018-11-13ipmi: Fix timer race with module unloadJan Glauber
2018-11-04tpm: tpm_crb: relinquish locality on error path.Winkler, Tomas
2018-11-04tpm: move the delay_msec increment after sleep in tpm_transmit()Nayna Jain
2018-09-26ipmi: Fix I2C client removal in the SSIF driverCorey Minyard
2018-09-19tpm/tpm_i2c_infineon: switch to i2c_lock_bus(..., I2C_LOCK_SEGMENT)Peter Rosin
2018-09-19tpm_tis_spi: Pass the SPI IRQ down to the driverLinus Walleij
2018-09-19tpm: separate cmd_ready/go_idle from runtime_pmTomas Winkler
2018-09-05tpm: Return the actual size when receiving an unsupported commandRicardo Schwarzmeier
2018-08-03random: mix rdrand with entropy sent in from userspaceTheodore Ts'o
2018-07-03tpm: fix race condition in tpm_common_write()Tadeusz Struk
2018-07-03tpm: fix use after free in tpm2_load_context()Tadeusz Struk
2018-07-03ipmi:bt: Set the timeout before doing a capabilities checkCorey Minyard
2018-06-21agp: uninorth: make two functions staticMathieu Malaterre
2018-05-30hwrng: stm32 - add reset during probelionel.debieve@st.com
2018-05-30ipmi_ssif: Fix kernel panic at msg_done_handlerKamlakant Patel
2018-05-01virtio_console: reset on out of memoryMichael S. Tsirkin
2018-05-01virtio_console: move removal codeMichael S. Tsirkin
2018-05-01virtio_console: drop custom control queue cleanupMichael S. Tsirkin
2018-05-01virtio_console: free buffers after resetMichael S. Tsirkin
2018-05-01virtio_console: don't tie bufs to a vqMichael S. Tsirkin
2018-05-01random: rate limit unseeded randomness warningsTheodore Ts'o
2018-05-01random: fix possible sleeping allocation from irq contextTheodore Ts'o
2018-05-01random: set up the NUMA crng instances after the CRNG is fully initializedTheodore Ts'o
2018-04-29tpm: add retry logicJames Bottomley
2018-04-29tpm: tpm-interface: fix tpm_transmit/_cmd kdocWinkler, Tomas
2018-04-29tpm: cmd_ready command can be issued only after granting localityTomas Winkler
2018-04-26ipmi/powernv: Fix error return code in ipmi_powernv_probe()Wei Yongjun
2018-04-24random: add new ioctl RNDRESEEDCRNGTheodore Ts'o
2018-04-24random: crng_reseed() should lock the crng instance that it is modifyingTheodore Ts'o
2018-04-24random: use a different mixing algorithm for add_device_randomness()Theodore Ts'o
2018-04-24random: fix crng_ready() testTheodore Ts'o
2018-04-24tpm: self test failure should not cause suspend to failChris Chiu
2018-04-24random: use a tighter cap in credit_entropy_bits_safe()Theodore Ts'o
2018-04-12tpm: return a TPM_RC_COMMAND_CODE response if command is not implementedJavier Martinez Canillas
2018-04-08/dev/mem: Avoid overwriting "err" in read_mem()Kees Cook