Age | Commit message (Expand) | Author |
2020-03-11 | ipmi_si: Avoid spurious errors for optional IRQs | Takashi Iwai |
2020-02-17 | tpm: Initialize crypto_id of allocated_banks to HASH_ALGO__LAST | Roberto Sassu |
2020-02-17 | tpm: Revert tpm_tis_spi_mod.ko to tpm_tis_spi.ko. | Jarkko Sakkinen |
2020-02-16 | Merge tag 'for-linus-5.6-1' of https://github.com/cminyard/linux-ipmi | Linus Torvalds |
2020-02-04 | treewide: remove redundant IS_ERR() before error code check | Masahiro Yamada |
2020-02-03 | Merge tag 'char-misc-5.6-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2020-02-01 | Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2020-01-30 | char: hpet: Fix out-of-bounds read bug | Gustavo A. R. Silva |
2020-01-29 | Merge tag 'char-misc-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2020-01-29 | Merge tag 'tty-5.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds |
2020-01-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next | Linus Torvalds |
2020-01-28 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds |
2020-01-27 | Merge tag 'ioremap-5.6' of git://git.infradead.org/users/hch/ioremap | Linus Torvalds |
2020-01-23 | char: hpet: Use flexible-array member | Gustavo A. R. Silva |
2020-01-22 | tpm: Add tpm_version_major sysfs file | Jerry Snitselaar |
2020-01-20 | drivers: ipmi: fix off-by-one bounds check that leads to a out-of-bounds write | Colin Ian King |
2020-01-14 | ttyprintk: fix a potential deadlock in interrupt context issue | Zhenzhong Duan |
2020-01-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2020-01-08 | tpm: Handle negative priv->response_len in tpm_common_read() | Tadeusz Struk |
2020-01-07 | random: remove some dead code of poolinfo | Yangtao Li |
2020-01-07 | random: fix typo in add_timer_randomness() | Yangtao Li |
2020-01-07 | random: Add and use pr_fmt() | Yangtao Li |
2020-01-07 | random: convert to ENTROPY_BITS for better code readability | Yangtao Li |
2020-01-07 | random: remove unnecessary unlikely() | Yangtao Li |
2020-01-07 | random: remove kernel.random.read_wakeup_threshold | Andy Lutomirski |
2020-01-07 | random: delete code to pull data into pools | Andy Lutomirski |
2020-01-07 | random: remove the blocking pool | Andy Lutomirski |
2020-01-07 | random: make /dev/random be almost like /dev/urandom | Andy Lutomirski |
2020-01-07 | random: ignore GRND_RANDOM in getentropy(2) | Andy Lutomirski |
2020-01-07 | random: add GRND_INSECURE to return best-effort non-cryptographic bytes | Andy Lutomirski |
2020-01-07 | random: Add a urandom_read_nowait() for random APIs that don't warn | Andy Lutomirski |
2020-01-07 | random: Don't wake crng_init_wait when crng_init == 1 | Andy Lutomirski |
2020-01-07 | char/random: silence a lockdep splat with printk() | Sergey Senozhatsky |
2020-01-06 | tpm: Revert "tpm_tis_core: Turn on the TPM before probing IRQ's" | Stefan Berger |
2020-01-06 | tpm: Revert "tpm_tis_core: Set TPM_CHIP_FLAG_IRQ before probing for interrupts" | Stefan Berger |
2020-01-06 | tpm: Revert "tpm_tis: reserve chip for duration of tpm_tis_core_init" | Jarkko Sakkinen |
2020-01-06 | remove ioremap_nocache and devm_ioremap_nocache | Christoph Hellwig |
2020-01-03 | agp: remove unused variable arqsz in agp_3_5_enable() | Yunfeng Ye |
2020-01-03 | agp: remove unused variable mcapndx | Yunfeng Ye |
2019-12-23 | ipmi:ssif: Handle a possible NULL pointer reference | Corey Minyard |
2019-12-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller |
2019-12-20 | Merge tag 'char-misc-5.5-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2019-12-19 | tpm/tpm_ftpm_tee: add shutdown call back | Pavel Tatashin |
2019-12-17 | random: don't forget compat_ioctl on urandom | Jason A. Donenfeld |
2019-12-17 | tpm: fix invalid locking in NONBLOCKING mode | Tadeusz Struk |
2019-12-17 | security: keys: trusted: fix lost handle flush | James Bottomley |
2019-12-17 | tpm_tis: reserve chip for duration of tpm_tis_core_init | Jerry Snitselaar |
2019-12-12 | netdev: pass the stuck queue to the timeout handler | Michael S. Tsirkin |
2019-12-11 | drivers: ipmi: Modify max length of IPMB packet | Vijay Khemka |
2019-12-11 | drivers: ipmi: Support raw i2c packet in IPMB | Vijay Khemka |