summaryrefslogtreecommitdiff
path: root/drivers/char/ipmi
AgeCommit message (Expand)Author
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-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner
2025-01-28treewide: const qualify ctl_tables where applicableJoel Granados
2025-01-22Merge tag 'for-linus-6.14-1' of https://github.com/cminyard/linux-ipmiLinus Torvalds
2025-01-07ipmi: ssif_bmc: Fix new request loss when bmc ready for a responseQuan Nguyen
2025-01-02ipmi: make ipmi_destroy_user() return voidVitaliy Shevtsov
2024-12-22char:ipmi: Fix a not-used variable on a non-ACPI systemCorey Minyard
2024-12-01Get rid of 'remove_new' relic from platform driver structLinus Torvalds
2024-11-06char:ipmi: Fix the wrong format specifierliujing
2024-09-27[tree-wide] finally take no_llseek outAl Viro
2024-09-26ipmi: ipmb: Add check devm_kasprintf() returned valueCharles Han
2024-09-19Merge tag 'for-linus-6.12-1' of https://github.com/cminyard/linux-ipmiLinus Torvalds
2024-09-08treewide: Fix wrong singular form of jiffies in commentsAnna-Maria Behnsen
2024-08-20ipmi:ssif: Improve detecting during probingCorey Minyard
2024-08-20ipmi: ipmi_ssif: fix module autoloadingYuntao Liu
2024-07-08ipmi: Drop explicit initialization of struct i2c_device_id::driver_data to 0Uwe Kleine-König
2024-06-14ipmi: ssif_bmc: prevent integer overflow on 32bit systemsDan Carpenter
2024-04-17ipmi: kcs_bmc_npcm7xx: Convert to platform remove callback returning voidUwe Kleine-König
2024-04-17ipmi: kcs_bmc_aspeed: Convert to platform remove callback returning voidUwe Kleine-König
2024-04-17ipmi: ipmi_ssif: Convert to platform remove callback returning voidUwe Kleine-König
2024-04-17ipmi: ipmi_si_platform: Convert to platform remove callback returning voidUwe Kleine-König
2024-04-17ipmi: ipmi_powernv: Convert to platform remove callback returning voidUwe Kleine-König
2024-04-17ipmi: bt-bmc: Convert to platform remove callback returning voidUwe Kleine-König
2024-04-17char: ipmi: handle HAS_IOPORT dependenciesNiklas Schnelle
2024-04-17ipmi: Convert from tasklet to BH workqueueAllen Pais
2023-12-19ipmi: Remove usage of the deprecated ida_simple_xx() APIChristophe JAILLET
2023-12-19ipmi: Use regspacings passed as a module parameterEmilio Perez
2023-12-19ipmi: si: Use device_get_match_data()Rob Herring