| Commit message (Expand) | Author | Age | Files | Lines |
* | tpm: fix race condition in tpm_common_write() | Tadeusz Struk | 2018-08-15 | 1 | -23/+20 |
* | random: mix rdrand with entropy sent in from userspace | Theodore Ts'o | 2018-08-06 | 1 | -1/+9 |
* | ipmi:bt: Set the timeout before doing a capabilities check | Corey Minyard | 2018-07-03 | 1 | -1/+2 |
* | x86/cpufeature: Remove unused and seldomly used cpu_has_xx macros | Borislav Petkov | 2018-06-16 | 1 | -2/+3 |
* | tpm: self test failure should not cause suspend to fail | Chris Chiu | 2018-06-13 | 1 | -0/+4 |
* | tpm: do not suspend/resume if power stays on | Enric Balletbo i Serra | 2018-06-13 | 3 | -0/+17 |
* | hwrng: stm32 - add reset during probe | lionel.debieve@st.com | 2018-05-30 | 1 | -0/+9 |
* | ipmi_ssif: Fix kernel panic at msg_done_handler | Kamlakant Patel | 2018-05-30 | 1 | -2/+2 |
* | ipmi/powernv: Fix error return code in ipmi_powernv_probe() | Wei Yongjun | 2018-05-30 | 1 | -2/+3 |
* | virtio_console: free buffers after reset | Michael S. Tsirkin | 2018-05-02 | 1 | -25/+24 |
* | random: use a tighter cap in credit_entropy_bits_safe() | Theodore Ts'o | 2018-04-24 | 1 | -1/+1 |
* | random: use lockless method of accessing and updating f->reg_idx | Theodore Ts'o | 2018-04-13 | 1 | -6/+6 |
* | fix race in drivers/char/random.c:get_reg() | Michael Schmitz | 2018-04-13 | 1 | -1/+5 |
* | ipmi_ssif: unlock on allocation failure | Dan Carpenter | 2018-04-13 | 1 | -0/+2 |
* | ipmi/watchdog: fix wdog hang on panic waiting for ipmi response | Robert Lippert | 2018-03-24 | 1 | -4/+4 |
* | tpm_tis: fix potential buffer overruns caused by bit glitches on the bus | Jeremy Boone | 2018-03-24 | 1 | -2/+3 |
* | tpm: fix potential buffer overruns caused by bit glitches on the bus | Jeremy Boone | 2018-03-24 | 2 | -0/+11 |
* | agp/intel: Flush all chipset writes after updating the GGTT | Chris Wilson | 2018-03-22 | 1 | -0/+2 |
* | tpm_i2c_nuvoton: fix potential buffer overruns caused by bit glitches on the bus | Jeremy Boone | 2018-03-11 | 1 | -2/+6 |
* | tpm_i2c_infineon: fix potential buffer overruns caused by bit glitches on the... | Jeremy Boone | 2018-03-11 | 1 | -2/+3 |
* | tpm: st33zp24: fix potential buffer overruns caused by bit glitches on the bus | Jeremy Boone | 2018-03-11 | 1 | -2/+2 |
* | hwrng: exynos - use __maybe_unused to hide pm functions | Arnd Bergmann | 2018-02-25 | 1 | -6/+4 |
* | hwrng: core - sleep interruptible in read | Jiri Slaby | 2018-01-17 | 1 | -1/+5 |
* | x86/mm/pat, /dev/mem: Remove superfluous error message | Jiri Kosina | 2018-01-17 | 1 | -5/+1 |
* | ipmi: Stop timers before cleaning up the module | Masamitsu Yamazaki | 2017-12-16 | 1 | -21/+23 |
* | ipmi: fix unsigned long underflow | Corey Minyard | 2017-11-24 | 1 | -4/+6 |
* | tpm: Replace device number bitmap with IDR | Stefan Berger | 2017-08-06 | 3 | -42/+49 |
* | tpm: fix a kernel memory leak in tpm-sysfs.c | Jarkko Sakkinen | 2017-08-06 | 1 | -0/+2 |
* | ipmi/watchdog: fix watchdog timeout set on reboot | Valentin Vidic | 2017-08-06 | 1 | -3/+4 |
* | ipmi:ssif: Add missing unlock in error branch | Corey Minyard | 2017-07-27 | 1 | -0/+5 |
* | ipmi: use rcu lock around call to intf->handlers->sender() | Tony Camuso | 2017-07-27 | 1 | -0/+5 |
* | tpm: Issue a TPM2_Shutdown for TPM2 devices. | Josh Zimmerman | 2017-07-21 | 2 | -0/+43 |
* | tpm: Provide strong locking for device removal | Jason Gunthorpe | 2017-07-21 | 5 | -21/+100 |
* | tpm: Get rid of chip->pdev | Jason Gunthorpe | 2017-07-21 | 13 | -93/+89 |
* | virtio_console: fix a crash in config_work_handler | G. Campana | 2017-07-05 | 1 | -1/+1 |
* | drivers: char: mem: Fix wraparound check to allow mappings up to the end | Julius Werner | 2017-06-14 | 1 | -1/+1 |
* | random: properly align get_random_int_hash | Eric Biggers | 2017-06-14 | 1 | -1/+3 |
* | drivers: char: random: add get_random_long() | Daniel Cashman | 2017-06-14 | 1 | -0/+22 |
* | pcmcia: remove left-over %Z format | Nicolas Iooss | 2017-06-07 | 1 | -3/+3 |
* | drivers: char: mem: Check for address space wraparound with mmap() | Julius Werner | 2017-05-25 | 1 | -0/+5 |
* | tpm_crb: check for bad response size | Jerry Snitselaar | 2017-05-25 | 1 | -2/+1 |
* | char: lp: fix possible integer overflow in lp_setup() | Willy Tarreau | 2017-05-25 | 1 | -1/+5 |
* | ipmi: Fix kernel panic at ipmi_ssif_thread() | Joeseph Chang | 2017-05-20 | 1 | -1/+3 |
* | virtio-console: avoid DMA from stack | Omar Sandoval | 2017-04-21 | 1 | -2/+10 |
* | mm: Tighten x86 /dev/mem with zeroing reads | Kees Cook | 2017-04-21 | 1 | -30/+52 |
* | char: lack of bool string made CONFIG_DEVPORT always on | Max Bires | 2017-04-21 | 1 | -1/+4 |
* | char: Drop bogus dependency of DEVPORT on !M68K | Geert Uytterhoeven | 2017-04-21 | 1 | -1/+0 |
* | tpm_tis: Use devm_free_irq not free_irq | Jason Gunthorpe | 2017-03-26 | 1 | -1/+1 |
* | tpm xen: Remove bogus tpm_chip_unregister | Jason Gunthorpe | 2017-01-06 | 1 | -1/+0 |
* | hwrng: core - Don't use a stack buffer in add_early_randomness() | Andrew Lutomirski | 2016-11-18 | 1 | -3/+3 |