summaryrefslogtreecommitdiffstats
path: root/drivers/char/ipmi
AgeCommit message (Expand)Author
2020-07-21ipmi/watchdog: add missing newlines when printing parameters by sysfsXiongfeng Wang
2020-07-20ipmi: remve duplicate code in __ipmi_bmc_register()Jing Xiangfeng
2020-06-24ipmi: ssif: Remove finished TODO comment about SMBus alertMisono Tomohiro
2020-06-05Merge tag 'for-linus-5.8-1' of git://github.com/cminyard/linux-ipmiLinus Torvalds
2020-06-01Merge tag 'docs-5.8' of git://git.lwn.net/linuxLinus Torvalds
2020-05-27ipmi:ssif: Remove dynamic platform device handingCorey Minyard
2020-05-18Try to load acpi_ipmi when an SSIF ACPI IPMI interface is addedCorey Minyard
2020-05-18ipmi_si: Load acpi_ipmi when ACPI IPMI interface addedStuart Hayes
2020-05-18ipmi:bt-bmc: Fix error handling and status checkTang Bin
2020-05-18ipmi: Replace guid_copy() with import_guid() where it makes senseAndy Shevchenko
2020-05-18ipmi: use vzalloc instead of kmalloc for user creationFeng Tang
2020-05-18ipmi:bt-bmc: Fix some format issue of the codeTang Bin
2020-05-18ipmi:bt-bmc: Avoid unnecessary checkTang Bin
2020-05-15docs: fix references for ipmi.rst fileMauro Carvalho Chehab
2020-05-14char: ipmi: convert to use i2c_new_client_device()Wolfram Sang
2020-04-07ipmi: kcs: Fix aspeed_kcs_probe_of_v1()Dan Carpenter
2020-04-03ipmi: Add missing annotation for ipmi_ssif_lock_cond() and ipmi_ssif_unlock_c...Jules Irenge
2020-04-03ipmi: kcs: aspeed: Implement v2 bindingsAndrew Jeffery
2020-04-03ipmi: kcs: Finish configuring ASPEED KCS device before enableAndrew Jeffery
2020-04-03ipmi: fix hung processes in __get_guid()Wen Yang
2020-03-12drivers: char: ipmi: ipmi_msghandler: Pass lockdep expression to RCU listsAmol Grover
2020-03-11ipmi_si: Avoid spurious errors for optional IRQsTakashi Iwai
2020-01-20drivers: ipmi: fix off-by-one bounds check that leads to a out-of-bounds writeColin Ian King
2019-12-23ipmi:ssif: Handle a possible NULL pointer referenceCorey Minyard
2019-12-11drivers: ipmi: Modify max length of IPMB packetVijay Khemka
2019-12-11drivers: ipmi: Support raw i2c packet in IPMBVijay Khemka
2019-12-01Merge tag 'compat-ioctl-5.5' of git://git.kernel.org:/pub/scm/linux/kernel/gi...Linus Torvalds
2019-11-27Merge tag 'char-misc-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2019-11-22ipmi: fix ipmb_poll()'s return typeLuc Van Oostenryck
2019-11-21char: Fix Kconfig indentation, continuedKrzysztof Kozlowski
2019-11-20char: Fix Kconfig indentationKrzysztof Kozlowski
2019-11-08ipmi: kill off 'timespec' usage againArnd Bergmann
2019-11-07drivers: ipmi: Support for both IPMB Req and RespVijay Khemka
2019-10-23compat_ioctl: move WDIOC handling into wdt driversArnd Bergmann
2019-10-22ipmi: Fix memory leak in __ipmi_bmc_registerNavid Emamdoost
2019-10-22ipmi: bt-bmc: use devm_platform_ioremap_resource() to simplify codeYueHaibing
2019-10-22ipmi: use %*ph to print small bufferAndy Shevchenko
2019-10-22ipmi: Don't allow device module unload when in useCorey Minyard
2019-09-12ipmi_si_intf: Fix race in timer shutdown handlingJes Sorensen
2019-08-22ipmi: move message error checking to avoid deadlockTony Camuso
2019-08-22ipmi_ssif: avoid registering duplicate ssif interfaceKamlakant Patel
2019-08-16ipmi: Free receive messages when in an oopsCorey Minyard
2019-08-05ipmi_si: Only schedule continuously in the thread in maintenance modeCorey Minyard
2019-08-02ipmi_si: Remove ipmi_ from the device attr namesCorey Minyard
2019-08-02ipmi_si: Convert device attr permissions to octalCorey Minyard
2019-08-02ipmi_si: Rework some include filesCorey Minyard
2019-07-31ipmi_si: Convert timespec64 to timespecCorey Minyard
2019-07-24Fix uninitialized variable in ipmb_dev_int.cAsmaa Mnebhi
2019-07-13Merge tag 'for-linus-5.3' of git://github.com/cminyard/linux-ipmiLinus Torvalds
2019-06-24driver_find_device: Unify the match function with class_find_device()Suzuki K Poulose