Age | Commit message (Expand) | Author |
2024-08-27 | tpm: ibmvtpm: Call tpm2_sessions_init() to initialize session support | Stefan Berger |
2024-08-16 | char: xillybus: Check USB endpoints when probing device | Eli Billauer |
2024-08-16 | char: xillybus: Refine workqueue handling | Eli Billauer |
2024-08-13 | char: xillybus: Don't destroy workqueue from work item running on it | Eli Billauer |
2024-07-31 | char: add missing NetWinder MODULE_DESCRIPTION() macros | Jeff Johnson |
2024-07-24 | sysctl: treewide: constify the ctl_table argument of proc_handlers | Joel Granados |
2024-07-24 | Merge tag 'random-6.11-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds |
2024-07-19 | Merge tag 'char-misc-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2024-07-19 | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | Linus Torvalds |
2024-07-19 | random: introduce generic vDSO getrandom() implementation | Jason A. Donenfeld |
2024-07-19 | Merge tag 'tpmdd-next-6.11-rc1-roundtwo' of git://git.kernel.org/pub/scm/linu... | Linus Torvalds |
2024-07-19 | Merge tag 'v6.11-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds |
2024-07-18 | Merge tag 'fbdev-for-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds |
2024-07-18 | Merge tag 'drm-next-2024-07-18' of https://gitlab.freedesktop.org/drm/kernel | Linus Torvalds |
2024-07-17 | Merge tag 'for-linus-6.11-1' of https://github.com/cminyard/linux-ipmi | Linus Torvalds |
2024-07-17 | virtio: rename virtio_find_vqs_info() to virtio_find_vqs() | Jiri Pirko |
2024-07-17 | virtio_console: convert to use virtio_find_vqs_info() | Jiri Pirko |
2024-07-16 | tpm: Use auth only after NULL check in tpm_buf_check_hmac_response() | Hao Ge |
2024-07-15 | Merge tag 'tpmdd-next-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2024-07-13 | hwrng: core - remove (un)register_miscdev() | Masahiro Yamada |
2024-07-13 | hwrng: Kconfig - Do not enable by default CN10K driver | Francesco Dolcini |
2024-07-12 | Merge tag 'char-misc-6.10-final' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2024-07-12 | agp: uninorth: add missing MODULE_DESCRIPTION() macro | Jeff Johnson |
2024-07-08 | ipmi: Drop explicit initialization of struct i2c_device_id::driver_data to 0 | Uwe Kleine-König |
2024-07-05 | tpm: Address !chip->auth in tpm_buf_append_hmac_session*() | Jarkko Sakkinen |
2024-07-05 | tpm: Address !chip->auth in tpm_buf_append_name() | Jarkko Sakkinen |
2024-07-05 | tpm: Address !chip->auth in tpm2_*_auth_session() | Jarkko Sakkinen |
2024-07-03 | parport: Remove parport_driver.devmodel | Dr. David Alan Gilbert |
2024-07-03 | bsr: add missing MODULE_DESCRIPTION() macro | Jeff Johnson |
2024-07-03 | dsp56k: add missing MODULE_DESCRIPTION() macro | Jeff Johnson |
2024-07-03 | dtlk: add missing MODULE_DESCRIPTION() macro | Jeff Johnson |
2024-07-03 | hpet: Support 32-bit userspace | He Zhe |
2024-07-01 | tpm_tis_spi: add missing attpm20p SPI device ID entry | Vitor Soares |
2024-07-01 | char: tpm: Fix possible memory leak in tpm_bios_measurements_open() | Joe Hattori |
2024-06-28 | hwrng: core - Fix wrong quality calculation at hw rng registration | Harald Freudenberger |
2024-06-28 | hwrng: exynos - Enable Exynos850 support | Sam Protsenko |
2024-06-28 | hwrng: exynos - Add SMC based TRNG operation | Sam Protsenko |
2024-06-28 | hwrng: exynos - Implement bus clock control | Sam Protsenko |
2024-06-28 | hwrng: exynos - Use devm_clk_get_enabled() to get the clock | Sam Protsenko |
2024-06-28 | hwrng: exynos - Improve coding style | Sam Protsenko |
2024-06-24 | agp: add missing MODULE_DESCRIPTION() macros | Jeff Johnson |
2024-06-22 | video: agp: add remaining missing MODULE_DESCRIPTION() macros | Jeff Johnson |
2024-06-21 | hwrng: drivers - add missing Arm & Cavium MODULE_DESCRIPTION() macros | Jeff Johnson |
2024-06-19 | Merge drm/drm-next into drm-intel-next | Jani Nikula |
2024-06-17 | Merge tag 'v6.10-rc4' into char-misc-next | Greg Kroah-Hartman |
2024-06-14 | ipmi: ssif_bmc: prevent integer overflow on 32bit systems | Dan Carpenter |
2024-06-07 | hwrng: omap - add missing MODULE_DESCRIPTION() macro | Jeff Johnson |
2024-06-07 | hwrng: stm32 - use sizeof(*priv) instead of sizeof(struct stm32_rng_private) | Marek Vasut |
2024-06-07 | hwrng: stm32 - cache device pointer in struct stm32_rng_private | Marek Vasut |
2024-06-07 | hwrng: stm32 - use pm_runtime_resume_and_get() | Marek Vasut |