Age | Commit message (Expand) | Author |
2022-01-16 | Merge tag 'pci-v5.17-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2022-01-14 | Merge tag 'char-misc-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2022-01-14 | Merge tag 'mips_5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/l... | Linus Torvalds |
2022-01-11 | Merge tag 'tpmdd-next-v5.17-fixed' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds |
2022-01-11 | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds |
2022-01-10 | Merge tag 'drm-next-2022-01-07' of git://anongit.freedesktop.org/drm/drm | Linus Torvalds |
2022-01-09 | tpm: fix NPE on probe for missing device | Patrick Williams |
2022-01-09 | tpm: fix potential NULL pointer access in tpm_del_char_device | Lino Sanfilippo |
2022-01-09 | tpm: Add Upgrade/Reduced mode support for TPM2 modules | axelj |
2022-01-09 | char: tpm: cr50: Set TPM_FIRMWARE_POWER_MANAGED based on device property | Rob Barnes |
2022-01-09 | tpm_tis: Fix an error handling path in 'tpm_tis_core_init()' | Christophe Jaillet |
2022-01-09 | tpm: tpm_tis_spi_cr50: Add default RNG quality | AngeloGioacchino Del Regno |
2022-01-09 | tpm/st33zp24: drop unneeded over-commenting | Sohaib Mohamed |
2022-01-09 | tpm: add request_locality before write TPM_INT_ENABLE | Chen Jun |
2022-01-07 | random: don't reset crng_init_cnt on urandom_read() | Jann Horn |
2022-01-07 | random: avoid superfluous call to RDRAND in CRNG extraction | Jason A. Donenfeld |
2022-01-07 | random: early initialization of ChaCha constants | Dominik Brodowski |
2022-01-07 | random: use IS_ENABLED(CONFIG_NUMA) instead of ifdefs | Jason A. Donenfeld |
2022-01-07 | random: harmonize "crng init done" messages | Dominik Brodowski |
2022-01-07 | random: mix bootloader randomness into pool | Jason A. Donenfeld |
2022-01-07 | random: do not throw away excess input to crng_fast_load | Jason A. Donenfeld |
2022-01-07 | random: do not re-init if crng_reseed completes before primary init | Jason A. Donenfeld |
2022-01-07 | random: fix crash on multiple early calls to add_bootloader_randomness() | Dominik Brodowski |
2022-01-07 | random: do not sign extend bytes for rotation when mixing | Jason A. Donenfeld |
2022-01-07 | random: use BLAKE2s instead of SHA1 in extraction | Jason A. Donenfeld |
2022-01-07 | random: fix data race on crng init time | Eric Biggers |
2022-01-07 | random: fix data race on crng_node_pool | Eric Biggers |
2022-01-07 | random: remove unused irq_flags argument from add_interrupt_randomness() | Sebastian Andrzej Siewior |
2022-01-07 | random: document add_hwgenerator_randomness() with other input functions | Mark Brown |
2022-01-03 | Merge 5.16-rc8 into char-misc-next | Greg Kroah-Hartman |
2022-01-02 | MIPS: TXX9: Remove TX4939 SoC support | Thomas Bogendoerfer |
2021-12-24 | hwrng: cn10k - Add random number generator support | Sunil Goutham |
2021-12-22 | Merge tag 'for-linus-5.16-3' of git://github.com/cminyard/linux-ipmi | Linus Torvalds |
2021-12-21 | ipmi: Fix UAF when uninstall ipmi_si and ipmi_msghandler module | Wu Bo |
2021-12-21 | applicom: unneed to initialise statics to 0 | Jason Wang |
2021-12-17 | ipmi: fix initialization when workqueue allocation fails | Thadeu Lima de Souza Cascardo |
2021-12-17 | ipmi: bail out if init_srcu_struct fails | Thadeu Lima de Souza Cascardo |
2021-12-14 | via-agp: convert to generic power management | Vaibhav Gupta |
2021-12-14 | sis-agp: convert to generic power management | Vaibhav Gupta |
2021-12-14 | amd64-agp: convert to generic power management | Vaibhav Gupta |
2021-12-14 | Merge v5.16-rc5 into drm-next | Daniel Vetter |
2021-12-13 | Merge v5.15-rc5 into char-misc-next | Greg Kroah-Hartman |
2021-12-08 | ipmi: ssif: initialize ssif_info->client early | Mian Yousaf Kaukab |
2021-12-05 | Merge tag 'for-5.16/parisc-6' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2021-12-03 | char/mwave: Adjust io port register size | Kees Cook |
2021-11-30 | parisc/agp: Annotate parisc agp init functions with __init | Helge Deller |
2021-11-25 | ipmi:ipmb: Fix unknown command response | Corey Minyard |
2021-11-25 | ipmi: fix IPMI_SMI_MSG_TYPE_IPMB_DIRECT response length checking | Corey Minyard |
2021-11-25 | ipmi: fix oob access due to uninit smi_msg type | Jakub Kicinski |
2021-11-23 | ipmi: msghandler: Make symbol 'remove_work_wq' static | Wei Yongjun |