summaryrefslogtreecommitdiffstats
path: root/drivers/char/ipmi
AgeCommit message (Expand)Author
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
2019-06-24bus_find_device: Unify the match callback with class_find_deviceSuzuki K Poulose
2019-06-23fix platform_no_drv_owner.cocci warningskbuild test robot
2019-06-19ipmi: ipmb: don't allocate i2c_client on stackArnd Bergmann
2019-06-12ipmi: ipmb: Fix build error while CONFIG_I2C is set to mYueHaibing
2019-06-10Add support for IPMB driverAsmaa Mnebhi
2019-06-03drivers: ipmi: Drop device referenceSuzuki K Poulose
2019-05-24ipmi_ssif: fix unexpected driver unregister warningKefeng Wang
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-20ipmi_si: use bool type for initialized variableKefeng Wang
2019-05-20ipmi_si: fix unexpected driver unregister warningKefeng Wang
2019-05-08Merge tag 'for-linus-5.2' of git://github.com/cminyard/linux-ipmiLinus Torvalds
2019-05-06*: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov
2019-04-24ipmi: Remove warning if no slave address is presentCorey Minyard
2019-04-24ipmi:ssif: Only unregister the platform driver if it was registeredCorey Minyard
2019-04-24ipmi:ssif: compare block number correctly for multi-part return messagesKamlakant Patel
2019-04-24ipmi: Add the i2c-addr property for SSIF interfacesCorey Minyard
2019-04-17ipmi: avoid atomic_inc in exit functionArnd Bergmann
2019-04-17ipmi: Remove file from ipmi_file_privateCorey Minyard
2019-04-17ipmi_si: remove an unused variable in try_smi_init()Dan Carpenter
2019-04-17ipmi: Make ipmi_interfaces_srcu variable staticYueHaibing
2019-04-17ipmi: fix sleep-in-atomic in free_user at cleanup SRCU user->release_barrierCorey Minyard