summaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)Author
20 hoursMerge branch 'headers' of git://git.infradead.org/users/willy/pagecache.gitMark Brown
20 hoursMerge branch 'linux-next' of https://git.kernel.org/pub/scm/linux/kernel/git/...Mark Brown
20 hoursMerge branch 'for-next-tpm' of https://git.kernel.org/pub/scm/linux/kernel/gi...Mark Brown
21 hoursMerge branch 'master' of https://git.kernel.org/pub/scm/linux/kernel/git/herb...Mark Brown
26 hoursMerge https://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm.git mm-unstable...David Hildenbrand (Arm)
2 daysmm: move drivers/char/mem.c to mm/char-mem.cLorenzo Stoakes (ARM)
3 daysvirtio_console: allocate the port_buffer with the caller's gfpBreno Leitao
4 daysvirtio_console: fix race between hvc put_chars and virtqueue teardown on freezeSungho Bae
4 daysvirtio_console: fix control queue race during restoreSungho Bae
4 daysvirtio_console: fix hot-unplug races in TX pathsSungho Bae
4 daysvirtio_console: refactor __send_to_port() buffer ownershipSungho Bae
4 daysvirtio_console: do not free control-out buffers on removeJia Jia
4 daysvirtio_console: Fix alloc_buf(.gfp) usagePeter Zijlstra
4 dayshwrng: cctrng - Fix runtime PM usage counter leakRuoyu Wang
6 daystpm: Call cmd_ready/go_idle for each command transmissionMario Limonciello
7 daystpm: Fix heap buffer overflow in tpm_transmit_cmd()Jiangshan Yi
10 daysMerge tag 'for-linus-7.3-1' of https://github.com/cminyard/linux-ipmiLinus Torvalds
11 daysMerge tag 'for-next-tpm-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
13 daysipmi: Fix use-after-free of cmd_rcvr in _ipmi_destroy_user()Yifei Gao
14 daysagp: Remove pagemap includesMatthew Wilcox (Oracle)
14 daysMerge tag 'char-misc-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
14 daystpm-buf: Add TPM buffer support header for standalone reuseRoss Philipson
14 daystpm-buf: Memory-safe allocationsJarkko Sakkinen
14 daystpm-buf: Remove chip parameter from tpm_buf_append_handle()Jarkko Sakkinen
14 daystpm-buf: Merge TPM_BUF_BOUNDARY_ERROR and TPM_BUF_OVERFLOWJarkko Sakkinen
14 daystpm: Move platform specific definitions to the new PTP headerRoss Philipson
14 daystpm: Move TPM common base definitions to the command headerRoss Philipson
14 daystpm: Move TPM2 specific definitions to the command headerRoss Philipson
14 daystpm: Move TPM1 specific definitions to the command headerRoss Philipson
14 daystpm: Initial step to reorganize TPM public headersRoss Philipson
14 daystpm: st33zp24: Validate locality read resultRuoyu Wang
14 daystpm: st33zp24: Return zero on status read failureRuoyu Wang
14 daystpm: tpm_tis_spi: fix nodef CR50 tpm_tis_spi_resume is nullLi Jun
14 daystpm: atmel: depend on X86Karl Mehltretter
14 daystpm: Remove redundant dev_err()Pan Chuang
14 daystpm: tpm_i2c_nuvoton: disable IRQ on wait timeoutMyeonghun Pak
2026-08-24Merge tag 'platform-drivers-x86-v7.3-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2026-08-23Merge tag 'pci-v7.3-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-08-19Merge tag 'v7.3-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds
2026-08-19ipmi:msghandler: Cancel work cleanly on an errorCorey Minyard
2026-08-18ipmi:si: Add async init to ipmi_siMichal Clapinski
2026-08-17Merge tag 'vfs-7.3-rc1.kthread' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2026-08-15hwrng: drivers - use named initializers for acpi_device_idPawel Zalewski (The Capable Hub)
2026-08-15hwrng: core - Stop/start hwrng_fillfn() kthread before/after suspend-resumeThomas Richard (TI)
2026-08-12char: ipmi: use named initializers for acpi_device_idPawel Zalewski (The Capable Hub)
2026-08-12ipmi: Fix leak in __ipmi_bmc_registerMichail Tatas
2026-08-12ipmi: Remove all sysfs files on registration failureYuho Choi
2026-08-10hwrng: imx-rngc - Disable clock on registration failureYuho Choi
2026-07-31virtio_console: fix race between hvc put_chars and virtqueue teardown on freezeSungho Bae
2026-07-31virtio_console: fix control queue race during restoreSungho Bae