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