summaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)AuthorFilesLines
6 daysMerge tag 'for-linus-7.2-1' of https://github.com/cminyard/linux-ipmiLinus Torvalds7-24/+27
8 daysMerge tag 'platform-drivers-x86-v7.2-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-2/+3
8 daysMerge tag 'for-next-tpm-7.2-rc1-fixed' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds8-60/+98
9 daysMerge tag 'char-misc-7.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds9-1649/+17
10 daystpm: fix event_size output in tpm1_binary_bios_measurements_showThorsten Blum1-2/+2
10 daystpm: tpm_crb_ffa: revert defered_probed when tpm_crb_ffa is built-inYeoreum Yun1-15/+3
10 daystpm: tpm2-sessions: wait for async KPP completion in tpm_buf_append_saltMichael Bommarito1-11/+34
10 daystpm: tpm_tis: Add settle time for some TPMsJim Broadus2-0/+7
10 daystpm: tpm_tis: store entire did_vidJim Broadus2-9/+15
10 daystpm_crb: Check ACPI_COMPANION() against NULL during probeRafael J. Wysocki1-1/+5
10 daystpm: tpm_tis_spi: Use wait_woken() in wait_for_tmp_stat()Jarkko Sakkinen1-14/+21
10 daystpm: Initialize name_size_alg for non-NULL name in tpm_buf_append_name()Gunnar Kudrjavets1-4/+7
10 daystpm: restore timeout for key creation commandsBaoli Zhang1-3/+3
10 daystpm: svsm: constify tpm_chip_opsDavid Windsor1-1/+1
12 daysMerge tag 'mm-stable-2026-06-18-09-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-19/+6
14 daysMerge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds2-23/+52
2026-06-17Merge tag 'drm-next-2026-06-17' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-1/+1
2026-06-16ipmi: Drop unused assignment of platform_device_id driver dataUwe Kleine-König (The Capable Hub)1-3/+3
2026-06-16Merge tag 'v7.2-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds10-52/+594
2026-06-16Merge tag 's390-7.2-1' of gitolite.kernel.org:pub/scm/linux/kernel/git/s390/l...Linus Torvalds1-2/+3
2026-06-15Merge tag 'x86-cpu-2026-06-14' of gitolite.kernel.org:pub/scm/linux/kernel/gi...Linus Torvalds1-0/+1
2026-06-12hwrng: jh7110 - fix refcount leak in starfive_trng_read()Wentao Liang1-5/+8
2026-06-12hwrng: xilinx - Move xilinx-rng into drivers/char/hw_random/Eric Biggers3-0/+353
2026-06-11hwrng: hisi-trng - Move hisi-trng into drivers/char/hw_random/Eric Biggers3-0/+109
2026-06-10virtio_console: read size from config space during device initFilip Hejsek1-21/+31
2026-06-08agp/amd64: Fix broken error propagation in agp_amd64_probe()Mingyu Wang1-1/+1
2026-06-05mm/vma: eliminate mmap_action->error_hook, introduce error_overrideLorenzo Stoakes1-7/+1
2026-06-05drivers/char/mem: eliminate unnecessary use of success_hookLorenzo Stoakes1-12/+5
2026-06-04ipmi: si: Use platform_get_irq_optional() to retrieve interruptRosen Penev1-1/+4
2026-06-04hwrng: virtio: clamp device-reported used.len at copy_data()Michael Bommarito1-2/+21
2026-06-03s390/trng: Replace __get_free_page() with kmalloc()Mike Rapoport (Microsoft)1-2/+3
2026-06-03ipmi: fix refcount leak in i_ipmi_request()Wentao Liang1-0/+8
2026-05-29ipmi:ssif: Drop unused assignment of platform_device_id driver dataUwe Kleine-König (The Capable Hub)1-1/+1
2026-05-23char: applicom: remove low-quality, unused driverEthan Nelson-Moore4-959/+0
2026-05-23char: dtlk: remove driver for ISA speech synthesizer cardEthan Nelson-Moore3-675/+0
2026-05-23char/nvram: Remove redundant nvram_mutexVenkat Rao Bagalkote1-13/+3
2026-05-23sonypi: Check ACPI_COMPANION() against NULL at probe timeRafael J. Wysocki1-1/+5
2026-05-23hpet: Check ACPI_COMPANION() against NULL at probe timeRafael J. Wysocki1-1/+5
2026-05-23char: tlclk: fix use-after-free in tlclk_cleanup()James Kim1-0/+4
2026-05-21ipmi: Fix user refcount underflow in event deliveryMatt Fleming1-2/+0
2026-05-19ipmi: Use named initializers for struct i2c_device_idUwe Kleine-König (The Capable Hub)4-6/+6
2026-05-19ipmi: Use LIST_HEAD() to initialize on stack list headJisheng Zhang1-10/+4
2026-05-19ipmi:kcs: Reduce the number of retriesCorey Minyard1-1/+1
2026-05-15hwrng: core - use sysfs_emit_at in rng_available_showThorsten Blum1-10/+7
2026-05-15hwrng: core - use MAX to simplify RNG_BUFFER_SIZEThorsten Blum1-1/+1
2026-05-15hwrng: core - use bool for wait parameter in rng_get_dataThorsten Blum1-4/+3
2026-05-15hwrng: core - drop unnecessary forward declarationsThorsten Blum1-4/+0
2026-05-15hwrng: drivers - Drop unused assignment to pci driver_dataUwe Kleine-König (The Capable Hub)3-7/+7
2026-05-07hwrng: mtk - add support for hw access via SMCCDaniel Golle1-21/+106
2026-05-06treewide: Explicitly include the x86 CPUID headersAhmed S. Darwish1-0/+1