summaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)AuthorFilesLines
2025-07-05hwrng: Add StarFive JH7100 Random Number Generator driverHuan Feng4-0/+435
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar6-7/+11
2025-06-06Merge tag 'char-misc-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds5-31/+10
2025-05-30Merge tag 'for-linus-6.16-1' of https://github.com/cminyard/linux-ipmiLinus Torvalds8-507/+559
2025-05-28Merge tag 'drm-next-2025-05-28' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds1-0/+55
2025-05-27Merge tag 'ratelimit.2025.05.25a' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-4/+5
2025-05-27Merge tag 'x86_sev_for_v6.16_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-0/+136
2025-05-27Merge tag 'timers-cleanups-2025-05-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-3/+3
2025-05-27Merge tag 'x86-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-19/+2
2025-05-27Merge tag 'tpmdd-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-28/+53
2025-05-26Merge tag 'v6.16-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds5-33/+110
2025-05-23tpm_crb: ffa_tpm: fix/update comments describing the CRB over FFA ABIStuart Yoder1-4/+7
2025-05-23tpm_crb_ffa: use dev_xx() macro to print logYeoreum Yun1-4/+4
2025-05-23tpm_ffa_crb: access tpm service over FF-A direct message request v2Yeoreum Yun1-15/+40
2025-05-23tpm: remove kmalloc failure error messageColin Ian King1-5/+2
2025-05-21hpet: Remove unnecessary NULL check before unregister_sysctl_table()Chen Ni1-2/+1
2025-05-21char: tlclk: Fix correct sysfs directory path for tlclkRoxana Nicolescu1-1/+1
2025-05-21Merge tag 'v6.15-rc7' into x86/core, to pick up fixesIngo Molnar3-18/+10
2025-05-15tpm: tis: Double the timeout B to 4sMichal Suchanek1-1/+1
2025-05-15char: tpm: tpm-buf: Add sanity check fallback in read helpersPurva Yeshi1-3/+3
2025-05-15tpm: Mask TPM RC in tpm2_start_auth_session()Jarkko Sakkinen1-14/+6
2025-05-13Merge branch 'x86/msr' into x86/core, to resolve conflictsIngo Molnar1-0/+1
2025-05-13Merge branch 'x86/mm' into x86/core, to resolve conflictsIngo Molnar1-18/+0
2025-05-12crypto: lib/chacha - add strongly-typed state zeroizationEric Biggers1-2/+2
2025-05-12crypto: lib/chacha - strongly type the ChaCha stateEric Biggers1-20/+21
2025-05-09random: Avoid open-coded use of ratelimit_state structure's ->missed fieldPaul E. McKenney1-4/+5
2025-05-08treewide, timers: Rename destroy_timer_on_stack() as timer_destroy_on_stack()Ingo Molnar1-1/+1
2025-05-08treewide, timers: Rename try_to_del_timer_sync() as timer_delete_sync_try()Ingo Molnar1-2/+2
2025-05-08ipmi:msghandler: Fix potential memory corruption in ipmi_create_user()Dan Carpenter1-2/+3
2025-05-08ipmi:watchdog: Use the new interface for panic messagesCorey Minyard1-55/+17
2025-05-08ipmi:msghandler: Export and fix panic messaging capabilityCorey Minyard1-19/+31
2025-05-08ipmi:ssif: Fix a shutdown raceCorey Minyard1-5/+1
2025-05-08ipmi:msghandler: Don't deliver messages to deleted usersCorey Minyard1-2/+26
2025-05-08ipmi:si: Rework startup of IPMI devicesCorey Minyard1-20/+62
2025-05-08ipmi:msghandler: Add a error return from unhandle LAN cmdsCorey Minyard1-4/+23
2025-05-08ipmi:msghandler: Shut down lower layer first at unregisterCorey Minyard1-4/+7
2025-05-08ipmi:msghandler: Remove proc_fs.hCorey Minyard1-1/+0
2025-05-08ipmi:msghandler: Don't check for shutdown when returning responsesCorey Minyard1-22/+12
2025-05-08ipmi:msghandler: Don't acquire a user refcount for queued messagesCorey Minyard1-15/+17
2025-05-08ipmi:msghandler: Fix locking around users and interfacesCorey Minyard1-26/+25
2025-05-08ipmi:msghandler: Remove some user level processing in panic modeCorey Minyard1-0/+4
2025-05-08ipmi:watchdog: Change lock to mutexCorey Minyard1-11/+9
2025-05-08ipmi:msghandler: Remove srcu for the ipmi_interfaces listCorey Minyard1-92/+102
2025-05-08ipmi:msghandler: Remove srcu from the ipmi user structureCorey Minyard1-177/+133
2025-05-08ipmi:msghandler: Use the system_wq, not system_bh_wqCorey Minyard1-5/+5
2025-05-08ipmi_msghandler: Change the events lock to a mutexCorey Minyard1-8/+6
2025-05-08ipmi:msghandler: Deliver user messages in a work queueCorey Minyard1-16/+25
2025-05-08ipmi:msghandler: Move timer handling into a work queueCorey Minyard1-1/+15
2025-05-08ipmi:msghandler: Rename recv_work to smi_workCorey Minyard1-10/+10
2025-05-08ipmi:msghandler: Use READ_ONCE on run_to_completionCorey Minyard1-9/+8