summaryrefslogtreecommitdiff
path: root/drivers/char
AgeCommit message (Expand)Author
2025-05-29Merge tag 'for-linus-6.16-1' of https://github.com/cminyard/linux-ipmiLinus Torvalds
2025-05-28Merge tag 'drm-next-2025-05-28' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2025-05-27Merge tag 'ratelimit.2025.05.25a' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-05-27Merge tag 'x86_sev_for_v6.16_rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-05-27Merge tag 'timers-cleanups-2025-05-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-05-26Merge tag 'x86-core-2025-05-25' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-05-26Merge tag 'tpmdd-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-05-26Merge tag 'v6.16-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2025-05-23tpm_crb: ffa_tpm: fix/update comments describing the CRB over FFA ABIStuart Yoder
2025-05-23tpm_crb_ffa: use dev_xx() macro to print logYeoreum Yun
2025-05-23tpm_ffa_crb: access tpm service over FF-A direct message request v2Yeoreum Yun
2025-05-23tpm: remove kmalloc failure error messageColin Ian King
2025-05-21Merge tag 'v6.15-rc7' into x86/core, to pick up fixesIngo Molnar
2025-05-15tpm: tis: Double the timeout B to 4sMichal Suchanek
2025-05-15char: tpm: tpm-buf: Add sanity check fallback in read helpersPurva Yeshi
2025-05-15tpm: Mask TPM RC in tpm2_start_auth_session()Jarkko Sakkinen
2025-05-13Merge branch 'x86/msr' into x86/core, to resolve conflictsIngo Molnar
2025-05-13Merge branch 'x86/mm' into x86/core, to resolve conflictsIngo Molnar
2025-05-12crypto: lib/chacha - add strongly-typed state zeroizationEric Biggers
2025-05-12crypto: lib/chacha - strongly type the ChaCha stateEric Biggers
2025-05-08random: Avoid open-coded use of ratelimit_state structure's ->missed fieldPaul E. McKenney
2025-05-08treewide, timers: Rename destroy_timer_on_stack() as timer_destroy_on_stack()Ingo Molnar
2025-05-08treewide, timers: Rename try_to_del_timer_sync() as timer_delete_sync_try()Ingo Molnar
2025-05-07ipmi:msghandler: Fix potential memory corruption in ipmi_create_user()Dan Carpenter
2025-05-07ipmi:watchdog: Use the new interface for panic messagesCorey Minyard
2025-05-07ipmi:msghandler: Export and fix panic messaging capabilityCorey Minyard
2025-05-07ipmi:ssif: Fix a shutdown raceCorey Minyard
2025-05-07ipmi:msghandler: Don't deliver messages to deleted usersCorey Minyard
2025-05-07ipmi:si: Rework startup of IPMI devicesCorey Minyard
2025-05-07ipmi:msghandler: Add a error return from unhandle LAN cmdsCorey Minyard
2025-05-07ipmi:msghandler: Shut down lower layer first at unregisterCorey Minyard
2025-05-07ipmi:msghandler: Remove proc_fs.hCorey Minyard
2025-05-07ipmi:msghandler: Don't check for shutdown when returning responsesCorey Minyard
2025-05-07ipmi:msghandler: Don't acquire a user refcount for queued messagesCorey Minyard
2025-05-07ipmi:msghandler: Fix locking around users and interfacesCorey Minyard
2025-05-07ipmi:msghandler: Remove some user level processing in panic modeCorey Minyard
2025-05-07ipmi:watchdog: Change lock to mutexCorey Minyard
2025-05-07ipmi:msghandler: Remove srcu for the ipmi_interfaces listCorey Minyard
2025-05-07ipmi:msghandler: Remove srcu from the ipmi user structureCorey Minyard
2025-05-07ipmi:msghandler: Use the system_wq, not system_bh_wqCorey Minyard
2025-05-07ipmi_msghandler: Change the events lock to a mutexCorey Minyard
2025-05-07ipmi:msghandler: Deliver user messages in a work queueCorey Minyard
2025-05-07ipmi:msghandler: Move timer handling into a work queueCorey Minyard
2025-05-07ipmi:msghandler: Rename recv_work to smi_workCorey Minyard
2025-05-07ipmi:msghandler: Use READ_ONCE on run_to_completionCorey Minyard
2025-05-07ipmi:si: Move SI type information into an info structureCorey Minyard
2025-05-06Merge tag 'v6.15-rc5' into x86/cpu, to resolve conflictsIngo Molnar
2025-05-06BackMerge tag 'v6.15-rc5' into drm-nextDave Airlie
2025-05-05hwrng: rockchip - add support for RK3576's RNGNicolas Frattaroli
2025-05-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux v6.15-rc5Herbert Xu