summaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)AuthorFilesLines
3 daysConvert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds3-6/+3
4 daysConvert 'alloc_flex' family to use the new default GFP_KERNEL argumentLinus Torvalds2-2/+2
4 daysConvert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds35-55/+55
4 daystreewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook38-73/+65
6 daysMerge tag 'mm-stable-2026-02-18-19-48' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-3/+3
8 daysMerge tag 'char-misc-7.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds15-2648/+20
12 daysMerge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds1-0/+3
13 daysmm: update all remaining mmap_prepare users to use vma_flags_tLorenzo Stoakes1-3/+3
13 daysMerge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds1-0/+1
2026-02-11Merge tag 'soc-drivers-7.0' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-32/+29
2026-02-11Merge tag 'irq-cleanups-2026-02-09' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-3/+2
2026-02-10Merge tag 'v7.0-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds3-67/+107
2026-02-10Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-5/+5
2026-02-06hwrng: core - use RCU and work_struct to fix race conditionLianjie Wang1-63/+105
2026-02-06hwrng: optee - simplify OP-TEE context matchRouven Czerwinski1-4/+1
2026-02-03tpm: st33zp24: Fix missing cleanup on get_burstcount() errorAlper Ak1-2/+4
2026-02-03tpm: tpm_i2c_infineon: Fix locality leak on get_burstcount() failureAlper Ak1-2/+4
2026-02-01char: tpm: cr50: Remove IRQF_ONESHOTSebastian Andrzej Siewior2-3/+2
2026-01-23hwrng: airoha - set rng quality to 900Aleksander Jan Bajkowski1-0/+1
2026-01-21kernel.h: drop hex.h and update all hex.h usersRandy Dunlap1-0/+1
2026-01-16xilinx_hwicap: fifo_icap.c: fix all kernel-doc warningsRandy Dunlap1-8/+19
2026-01-16lib/crypto: aescfb: Use new AES library APIEric Biggers1-5/+5
2026-01-15tpm/tpm_ftpm_tee: Fix kdoc after function renamesUwe Kleine-König1-2/+2
2026-01-08virtio-rng: fix DMA alignment for data bufferMichael S. Tsirkin1-0/+3
2026-01-07tpm/tpm_ftpm_tee: Make use of tee bus methodsUwe Kleine-König1-7/+19
2026-01-07tpm/tpm_ftpm_tee: Make use of tee specific driver registrationUwe Kleine-König1-3/+2
2026-01-07hwrng: optee - Make use of tee bus methodsUwe Kleine-König1-7/+5
2026-01-07hwrng: optee - Make use of module_tee_client_driver()Uwe Kleine-König1-13/+1
2025-12-29char: misc: Use IS_ERR() for filp_open() return valueAlper Ak1-1/+1
2025-12-29char/mwave: drop itJiri Slaby (SUSE)13-2639/+0
2025-12-07Merge tag 'char-misc-6.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds17-1019/+202
2025-12-06Merge tag 'for-linus-6.19-1' of https://github.com/cminyard/linux-ipmiLinus Torvalds1-7/+17
2025-12-06Merge tag 'tpmdd-sessions-next-6.19-rc1' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2-79/+162
2025-12-06Merge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-35/+51
2025-12-05tpm2-sessions: Open code tpm_buf_append_hmac_session()Jarkko Sakkinen1-3/+11
2025-12-05tpm2-sessions: Remove 'attributes' parameter from tpm_buf_append_authJarkko Sakkinen2-4/+3
2025-12-05tpm2-sessions: Fix tpm2_read_public range checksJarkko Sakkinen2-44/+53
2025-12-05tpm2-sessions: Fix out of range indexing in name_sizeJarkko Sakkinen2-44/+111
2025-12-05Merge tag 'tpmdd-next-6.19-rc1-v4' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds8-56/+25
2025-12-03tpm: Cap the number of PCR banksJarkko Sakkinen3-11/+3
2025-12-03tpm: Remove tpm_find_get_opsJonathan McDowell4-43/+17
2025-12-03tpm: add WQ_PERCPU to alloc_workqueue usersMarco Crivellari1-1/+2
2025-12-03tpm_crb: add missing loc parameter to kerneldocStuart Yoder1-0/+2
2025-12-03tpm_crb: Fix a spelling mistakeChu Guangqing1-1/+1
2025-12-03Merge tag 'printk-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-6/+3
2025-12-03Merge tag 'v6.19-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2-12/+10
2025-12-03Merge tag 'keys-trusted-next-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+13
2025-12-03Merge tag 'random-6.19-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-17/+21
2025-12-03Merge tag 'libcrypto-updates-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-3/+3
2025-11-29KEYS: trusted: Replace a redundant instance of tpm2_hash_mapJarkko Sakkinen1-1/+13