summary refs log tree commit diff
path: root/drivers/char/ipmi
AgeCommit message (Expand)Author
2021-11-25ipmi: fix IPMI_SMI_MSG_TYPE_IPMB_DIRECT response length checkingCorey Minyard
2021-11-25ipmi: fix oob access due to uninit smi_msg typeJakub Kicinski
2021-11-23ipmi: msghandler: Make symbol 'remove_work_wq' staticWei Yongjun
2021-11-15ipmi: Move remove_work to dedicated workqueueIoanna Alifieraki
2021-10-29ipmi: kcs_bmc: Fix a memory leak in the error handling path of 'kcs_bmc_serio...Christophe JAILLET
2021-10-21char: ipmi: replace snprintf in show functions with sysfs_emitYe Guojin
2021-10-14ipmi: ipmb: fix dependencies to eliminate build errorRandy Dunlap
2021-10-14ipmi:ipmb: Add OF supportCorey Minyard
2021-10-07ipmi: bt: Add ast2600 compatible stringJoel Stanley
2021-10-06ipmi: bt-bmc: Use registers directlyJoel Stanley
2021-10-05ipmi: ipmb: Fix off-by-one size check on rcvlenColin Ian King
2021-10-05ipmi:ssif: Use depends on, not select, for I2CCorey Minyard
2021-10-05ipmi:ipmb: Add initial support for IPMI over IPMBCorey Minyard
2021-10-05ipmi: Add support for IPMB direct messagesCorey Minyard
2021-10-05ipmi: Export ipmb_checksum()Corey Minyard
2021-10-05ipmi: Check error code before processing BMC responseCorey Minyard
2021-10-05ipmi:devintf: Return a proper error when recv buffer too smallCorey Minyard
2021-10-05ipmi: Disable some operations during a panicCorey Minyard
2021-10-05ipmi:watchdog: Set panic count to proper value on a panicCorey Minyard
2021-09-12Merge tag 'for-linus-5.15-1' of git://github.com/cminyard/linux-ipmiLinus Torvalds
2021-08-30parisc: Make struct parisc_driver::remove() return voidUwe Kleine-König
2021-08-12char: ipmi: use DEVICE_ATTR helper macroDwaipayan Ray
2021-08-12ipmi: rate limit ipmi smi_event failure messageWen Yang
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-07-01kernel.h: split out panic and oops helpersAndy Shevchenko
2021-06-21ipmi: kcs_bmc_aspeed: Fix less than zero comparison of a unsigned intColin Ian King
2021-06-21ipmi: kcs_bmc_aspeed: Optionally apply status addressAndrew Jeffery
2021-06-21ipmi: kcs_bmc_aspeed: Fix IBFIE typo from datasheetAndrew Jeffery
2021-06-21ipmi: kcs_bmc_aspeed: Implement KCS SerIRQ configurationAndrew Jeffery
2021-06-21ipmi: kcs_bmc: Add serio adaptorAndrew Jeffery
2021-06-21ipmi: kcs_bmc: Enable IBF on openAndrew Jeffery
2021-06-21ipmi: kcs_bmc: Allow clients to control KCS IRQ stateAndrew Jeffery
2021-06-21ipmi: kcs_bmc: Decouple the IPMI chardev from the coreAndrew Jeffery
2021-06-21ipmi: kcs_bmc: Strip private client data from struct kcs_bmcAndrew Jeffery
2021-06-21ipmi: kcs_bmc: Split headers into device and clientAndrew Jeffery
2021-06-21ipmi: kcs_bmc: Turn the driver data-structures inside-outAndrew Jeffery
2021-06-21ipmi: kcs_bmc: Split out kcs_bmc_cdev_ipmiAndrew Jeffery
2021-06-21ipmi: kcs_bmc: Rename {read,write}_{status,data}() functionsAndrew Jeffery
2021-06-21ipmi: kcs_bmc: Make status update atomicAndrew Jeffery
2021-06-21ipmi: kcs_bmc_aspeed: Use of match data to extract KCS propertiesAndrew Jeffery
2021-05-13ipmi/watchdog: Stop watchdog timer when the current action is 'none'Petr Pavlu
2021-04-28Merge tag 'for-linus-5.13-1' of git://github.com/cminyard/linux-ipmiLinus Torvalds
2021-04-09ipmi: kcs: aspeed: Adapt to new LPC DTS layoutChia-Wei, Wang
2021-04-02ipmi_si: Join string literals backAndy Shevchenko
2021-04-02ipmi_si: Drop redundant check before calling put_device()Andy Shevchenko
2021-04-02ipmi_si: Use strstrip() to remove surrounding spacesAndy Shevchenko
2021-04-02ipmi_si: Get rid of ->addr_source_cleanup()Andy Shevchenko
2021-04-02ipmi_si: Reuse si_to_str[] array in ipmi_hardcode_init_one()Andy Shevchenko
2021-04-02ipmi_si: Introduce ipmi_panic_event_str[] arrayAndy Shevchenko
2021-04-02ipmi_si: Use proper ACPI macros to check error code for failuresAndy Shevchenko