aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char (follow)
AgeCommit message (Expand)AuthorFilesLines
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-08random: 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-07ipmi:msghandler: Fix potential memory corruption in ipmi_create_user()Dan Carpenter1-2/+3
2025-05-07ipmi:watchdog: Use the new interface for panic messagesCorey Minyard1-55/+17
2025-05-07ipmi:msghandler: Export and fix panic messaging capabilityCorey Minyard1-19/+31
2025-05-07ipmi:ssif: Fix a shutdown raceCorey Minyard1-5/+1
2025-05-07ipmi:msghandler: Don't deliver messages to deleted usersCorey Minyard1-2/+26
2025-05-07ipmi:si: Rework startup of IPMI devicesCorey Minyard1-20/+62
2025-05-07ipmi:msghandler: Add a error return from unhandle LAN cmdsCorey Minyard1-4/+23
2025-05-07ipmi:msghandler: Shut down lower layer first at unregisterCorey Minyard1-4/+7
2025-05-07ipmi:msghandler: Remove proc_fs.hCorey Minyard1-1/+0
2025-05-07ipmi:msghandler: Don't check for shutdown when returning responsesCorey Minyard1-22/+12
2025-05-07ipmi:msghandler: Don't acquire a user refcount for queued messagesCorey Minyard1-15/+17
2025-05-07ipmi:msghandler: Fix locking around users and interfacesCorey Minyard1-26/+25
2025-05-07ipmi:msghandler: Remove some user level processing in panic modeCorey Minyard1-0/+4
2025-05-07ipmi:watchdog: Change lock to mutexCorey Minyard1-11/+9
2025-05-07ipmi:msghandler: Remove srcu for the ipmi_interfaces listCorey Minyard1-92/+102
2025-05-07ipmi:msghandler: Remove srcu from the ipmi user structureCorey Minyard1-177/+133
2025-05-07ipmi:msghandler: Use the system_wq, not system_bh_wqCorey Minyard1-5/+5
2025-05-07ipmi_msghandler: Change the events lock to a mutexCorey Minyard1-8/+6
2025-05-07ipmi:msghandler: Deliver user messages in a work queueCorey Minyard1-16/+25
2025-05-07ipmi:msghandler: Move timer handling into a work queueCorey Minyard1-1/+15
2025-05-07ipmi:msghandler: Rename recv_work to smi_workCorey Minyard1-10/+10
2025-05-07ipmi:msghandler: Use READ_ONCE on run_to_completionCorey Minyard1-9/+8
2025-05-07ipmi:si: Move SI type information into an info structureCorey Minyard5-55/+70
2025-05-06Merge tag 'v6.15-rc5' into x86/cpu, to resolve conflictsIngo Molnar2-4/+5
2025-05-06BackMerge tag 'v6.15-rc5' into drm-nextDave Airlie2-4/+5
2025-05-05hwrng: rockchip - add support for RK3576's RNGNicolas Frattaroli1-0/+73
2025-05-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux v6.15-rc5Herbert Xu2-4/+5
2025-05-02x86/msr: Add explicit includes of <asm/msr.h>Xin Li (Intel)1-0/+1
2025-05-01x86/devmem: Remove duplicate range_is_allowed() definitionDan Williams1-18/+0
2025-04-28Merge 6.15-rc4 into char-misc-nextGreg Kroah-Hartman2-4/+5
2025-04-25Merge tag 'char-misc-6.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-miscLinus Torvalds1-1/+1
2025-04-25char: misc: restrict the dynamic range to exclude reserved minorsThadeu Lima de Souza Cascardo1-23/+5
2025-04-18virtio_console: fix order of fields cols and rowsMaximilian Immanuel Brandtner1-1/+1
2025-04-18virtio_console: fix missing byte order handling for cols and rowsHalil Pasic1-3/+4
2025-04-17apm-emulation: hide an unused variableArnd Bergmann1-3/+2
2025-04-17char: xillybus: Use to_delayed_work()Chen Ni1-2/+1