summaryrefslogtreecommitdiffstats
path: root/drivers/char (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | hwrng: stm32 - use sizeof(*priv) instead of sizeof(struct stm32_rng_private)Marek Vasut2024-06-071-1/+1
| * | | | | hwrng: stm32 - cache device pointer in struct stm32_rng_privateMarek Vasut2024-06-071-18/+13
| * | | | | hwrng: stm32 - use pm_runtime_resume_and_get()Marek Vasut2024-06-071-1/+3
| * | | | | hwrng: amd - Convert PCIBIOS_* return codes to errnosIlpo Järvinen2024-06-071-1/+3
* | | | | | Merge tag 'fbdev-for-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-07-188-0/+8
|\ \ \ \ \ \
| * | | | | | video: agp: add remaining missing MODULE_DESCRIPTION() macrosJeff Johnson2024-06-228-0/+8
| | |_|/ / / | |/| | | |
* | | | | | Merge tag 'drm-next-2024-07-18' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds2024-07-185-2/+7
|\ \ \ \ \ \
| * | | | | | agp: add missing MODULE_DESCRIPTION() macrosJeff Johnson2024-06-245-0/+5
| * | | | | | Merge drm/drm-next into drm-intel-nextJani Nikula2024-06-1936-185/+1739
| |\| | | | |
| * | | | | | drm: move intel-gtt.h under include/drm/intelJani Nikula2024-05-312-2/+2
* | | | | | | Merge tag 'for-linus-6.11-1' of https://github.com/cminyard/linux-ipmiLinus Torvalds2024-07-184-9/+11
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | ipmi: Drop explicit initialization of struct i2c_device_id::driver_data to 0Uwe Kleine-König2024-07-084-7/+7
| * | | | | | ipmi: ssif_bmc: prevent integer overflow on 32bit systemsDan Carpenter2024-06-141-2/+4
| | |/ / / / | |/| | | |
* | | | | | Merge tag 'tpmdd-next-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-07-162-0/+3
|\ \ \ \ \ \
| * | | | | | tpm_tis_spi: add missing attpm20p SPI device ID entryVitor Soares2024-07-011-0/+1
| * | | | | | char: tpm: Fix possible memory leak in tpm_bios_measurements_open()Joe Hattori2024-07-011-0/+2
| |/ / / / /
* | | | | | Merge tag 'char-misc-6.10-final' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2024-07-121-5/+29
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | hpet: Support 32-bit userspaceHe Zhe2024-07-031-5/+29
| |/ / / /
* | | | | tpm: Address !chip->auth in tpm_buf_append_hmac_session*()Jarkko Sakkinen2024-07-051-76/+110
* | | | | tpm: Address !chip->auth in tpm_buf_append_name()Jarkko Sakkinen2024-07-052-102/+119
* | | | | tpm: Address !chip->auth in tpm2_*_auth_session()Jarkko Sakkinen2024-07-051-2/+12
|/ / / /
* | | | tpm: Switch to new Intel CPU model definesTony Luck2024-06-052-2/+2
* | | | tpm_tis: Do *not* flush uninitialized workJan Beulich2024-06-051-1/+2
| |_|/ |/| |
* | | Merge tag 'v6.10-p3' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2024-05-291-43/+4
|\ \ \
| * | | hwrng: core - Remove add_early_randomnessHerbert Xu2024-05-261-43/+4
* | | | tpm: Enable TCG_TPM2_HMAC by default only for X86_64Jarkko Sakkinen2024-05-281-1/+1
* | | | tpm: Rename TPM2_OA_TMPL to TPM2_OA_NULL_KEY and make it localJarkko Sakkinen2024-05-281-2/+19
* | | | tpm: Open code tpm_buf_parameters()Jarkko Sakkinen2024-05-282-27/+9
* | | | tpm_tis_spi: Account for SPI header when allocating TPM SPI xfer bufferMatthew R. Ochs2024-05-281-1/+2
| |_|/ |/| |
* | | Merge tag 'for-linus-6.10-1' of https://github.com/cminyard/linux-ipmiLinus Torvalds2024-05-2510-45/+35
|\ \ \
| * | | ipmi: kcs_bmc_npcm7xx: Convert to platform remove callback returning voidUwe Kleine-König2024-04-171-4/+2
| * | | ipmi: kcs_bmc_aspeed: Convert to platform remove callback returning voidUwe Kleine-König2024-04-171-4/+2
| * | | ipmi: ipmi_ssif: Convert to platform remove callback returning voidUwe Kleine-König2024-04-171-3/+2
| * | | ipmi: ipmi_si_platform: Convert to platform remove callback returning voidUwe Kleine-König2024-04-171-4/+2
| * | | ipmi: ipmi_powernv: Convert to platform remove callback returning voidUwe Kleine-König2024-04-171-4/+2
| * | | ipmi: bt-bmc: Convert to platform remove callback returning voidUwe Kleine-König2024-04-171-3/+2
| * | | char: ipmi: handle HAS_IOPORT dependenciesNiklas Schnelle2024-04-173-8/+9
| * | | ipmi: Convert from tasklet to BH workqueueAllen Pais2024-04-171-15/+14
* | | | Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2024-05-232-3/+0
|\ \ \ \
| * | | | virtio_console: drop owner assignmentKrzysztof Kozlowski2024-05-221-2/+0
| * | | | hwrng: virtio: drop owner assignmentKrzysztof Kozlowski2024-05-221-1/+0
| | |_|/ | |/| |
* | | | Merge tag 'char-misc-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2024-05-224-12/+20
|\ \ \ \
| * | | | ppdev: Add an error check in register_deviceHuai-Yuan Liu2024-05-041-4/+11
| * | | | Merge 6.9-rc5 into char-misc-nextGreg Kroah-Hartman2024-04-231-5/+5
| |\| | |
| * | | | sonypi: Convert to platform remove callback returning voidUwe Kleine-König2024-04-111-4/+2
| * | | | powerpc/powernv: Convert to platform remove callback returning voidUwe Kleine-König2024-04-111-3/+2
| * | | | /dev/port: don't compile file operations without CONFIG_DEVPORTNiklas Schnelle2024-04-111-1/+5
| | |/ / | |/| |
* | | | Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-05-191-1/+1
|\ \ \ \
| * | | | mm: switch mm->get_unmapped_area() to a flagRick Edgecombe2024-04-261-1/+1
| |/ / /
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rmk/linuxLinus Torvalds2024-05-171-1/+0
|\ \ \ \