- ffb76a8 ipmi: Fix UAF when uninstall ipmi_si and ipmi_msghandler module by Wu Bo · 3 years ago
- 75d70d7 ipmi: fix initialization when workqueue allocation fails by Thadeu Lima de Souza Cascardo · 3 years ago
- 2b5160b ipmi: bail out if init_srcu_struct fails by Thadeu Lima de Souza Cascardo · 3 years ago
- 34f35f8 ipmi: ssif: initialize ssif_info->client early by Mian Yousaf Kaukab · 3 years, 1 month ago
- c03a487 ipmi:ipmb: Fix unknown command response by Corey Minyard · 3 years, 1 month ago
- d2c12f5 ipmi: fix IPMI_SMI_MSG_TYPE_IPMB_DIRECT response length checking by Corey Minyard · 3 years, 1 month ago
- c33fdfb ipmi: fix oob access due to uninit smi_msg type by Jakub Kicinski · 3 years, 1 month ago
- 5a3ba99 ipmi: msghandler: Make symbol 'remove_work_wq' static by Wei Yongjun · 3 years, 1 month ago
- 1d49eb9 ipmi: Move remove_work to dedicated workqueue by Ioanna Alifieraki · 3 years, 1 month ago
- f281d01 ipmi: kcs_bmc: Fix a memory leak in the error handling path of 'kcs_bmc_serio_add_device()' by Christophe JAILLET · 3 years, 4 months ago
- fc4e784 char: ipmi: replace snprintf in show functions with sysfs_emit by Ye Guojin · 3 years, 2 months ago
- ed83855 ipmi: ipmb: fix dependencies to eliminate build error by Randy Dunlap · 3 years, 3 months ago
- 3a076b3 ipmi:ipmb: Add OF support by Corey Minyard · 3 years, 3 months ago
- cd921b9 ipmi: bt: Add ast2600 compatible string by Joel Stanley · 3 years, 4 months ago
- 396c84b ipmi: bt-bmc: Use registers directly by Joel Stanley · 3 years, 4 months ago
- 39ce735 ipmi: ipmb: Fix off-by-one size check on rcvlen by Colin Ian King · 3 years, 3 months ago
- 8332cd4 ipmi:ssif: Use depends on, not select, for I2C by Corey Minyard · 3 years, 3 months ago
- 63c4eb3 ipmi:ipmb: Add initial support for IPMI over IPMB by Corey Minyard · 3 years, 3 months ago
- 059747c ipmi: Add support for IPMB direct messages by Corey Minyard · 3 years, 3 months ago
- 1e4071f ipmi: Export ipmb_checksum() by Corey Minyard · 3 years, 3 months ago
- fac56b7 ipmi: Check error code before processing BMC response by Corey Minyard · 3 years, 3 months ago
- 17a4262 ipmi:devintf: Return a proper error when recv buffer too small by Corey Minyard · 3 years, 3 months ago
- b36eb5e ipmi: Disable some operations during a panic by Corey Minyard · 3 years, 3 months ago
- db05ddf ipmi:watchdog: Set panic count to proper value on a panic by Corey Minyard · 3 years, 3 months ago
- 1791596 Merge tag 'for-linus-5.15-1' of git://github.com/cminyard/linux-ipmi by Linus Torvalds · 3 years, 4 months ago
- 87875c1 parisc: Make struct parisc_driver::remove() return void by Uwe Kleine-König · 3 years, 5 months ago
- bf064c7 char: ipmi: use DEVICE_ATTR helper macro by Dwaipayan Ray · 3 years, 5 months ago
- ca8c1c5 ipmi: rate limit ipmi smi_event failure message by Wen Yang · 3 years, 5 months ago
- 71bd934 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 6 months ago
- f39650d kernel.h: split out panic and oops helpers by Andy Shevchenko · 3 years, 6 months ago
- 5b32dd2 ipmi: kcs_bmc_aspeed: Fix less than zero comparison of a unsigned int by Colin Ian King · 3 years, 6 months ago
- d0ec795 ipmi: kcs_bmc_aspeed: Optionally apply status address by Andrew Jeffery · 3 years, 7 months ago
- 78ff5a1 ipmi: kcs_bmc_aspeed: Fix IBFIE typo from datasheet by Andrew Jeffery · 3 years, 7 months ago
- a5e4236 ipmi: kcs_bmc_aspeed: Implement KCS SerIRQ configuration by Andrew Jeffery · 3 years, 7 months ago
- 3a3d2f6 ipmi: kcs_bmc: Add serio adaptor by Andrew Jeffery · 3 years, 7 months ago
- fb6379f ipmi: kcs_bmc: Enable IBF on open by Andrew Jeffery · 3 years, 7 months ago
- 28651e6 ipmi: kcs_bmc: Allow clients to control KCS IRQ state by Andrew Jeffery · 3 years, 7 months ago
- 7cafff9 ipmi: kcs_bmc: Decouple the IPMI chardev from the core by Andrew Jeffery · 3 years, 7 months ago
- d4e7ac6 ipmi: kcs_bmc: Strip private client data from struct kcs_bmc by Andrew Jeffery · 3 years, 7 months ago
- faae6e3 ipmi: kcs_bmc: Split headers into device and client by Andrew Jeffery · 3 years, 7 months ago
- d709697 ipmi: kcs_bmc: Turn the driver data-structures inside-out by Andrew Jeffery · 3 years, 7 months ago
- 55ab48b ipmi: kcs_bmc: Split out kcs_bmc_cdev_ipmi by Andrew Jeffery · 3 years, 7 months ago
- 961f7a3 ipmi: kcs_bmc: Rename {read,write}_{status,data}() functions by Andrew Jeffery · 3 years, 7 months ago
- ec6f0cf ipmi: kcs_bmc: Make status update atomic by Andrew Jeffery · 3 years, 7 months ago
- 78ca0c0 ipmi: kcs_bmc_aspeed: Use of match data to extract KCS properties by Andrew Jeffery · 3 years, 7 months ago
- 2253042 ipmi/watchdog: Stop watchdog timer when the current action is 'none' by Petr Pavlu · 3 years, 8 months ago
- 6fa09d3 Merge tag 'for-linus-5.13-1' of git://github.com/cminyard/linux-ipmi by Linus Torvalds · 3 years, 8 months ago
- 8f88156 ipmi: kcs: aspeed: Adapt to new LPC DTS layout by Chia-Wei, Wang · 3 years, 9 months ago
- 07cbd87 ipmi_si: Join string literals back by Andy Shevchenko · 3 years, 9 months ago
- 25f314d ipmi_si: Drop redundant check before calling put_device() by Andy Shevchenko · 3 years, 9 months ago
- d14ce8c ipmi_si: Use strstrip() to remove surrounding spaces by Andy Shevchenko · 3 years, 9 months ago
- 2dafddb ipmi_si: Get rid of ->addr_source_cleanup() by Andy Shevchenko · 3 years, 9 months ago
- 59cdb2e7 ipmi_si: Reuse si_to_str[] array in ipmi_hardcode_init_one() by Andy Shevchenko · 3 years, 9 months ago
- 649a7d4 ipmi_si: Introduce ipmi_panic_event_str[] array by Andy Shevchenko · 3 years, 9 months ago
- bd7a33b ipmi_si: Use proper ACPI macros to check error code for failures by Andy Shevchenko · 3 years, 9 months ago
- 96c4d0d ipmi_si: Utilize temporary variable to hold device pointer by Andy Shevchenko · 3 years, 9 months ago
- ea63a26 ipmi_si: Remove bogus err_free label by Andy Shevchenko · 3 years, 9 months ago
- 079dea0 ipmi_si: Switch to use platform_get_mem_or_io() by Andy Shevchenko · 3 years, 9 months ago
- c053c4e ipmi: Handle device properties with software node API by Heikki Krogerus · 3 years, 10 months ago
- dcd1052 ipmi:ssif: make ssif_i2c_send() void by Liguang Zhang · 3 years, 10 months ago
- c6ddd5f ipmi: Refine retry conditions for getting device id by Terry Duncan · 3 years, 10 months ago
- fc26067 ipmi: remove open coded version of SMBus block write by Wolfram Sang · 4 years ago
- fad0319 char: ipmi: convert comma to semicolon by Zheng Yongjun · 4 years ago
- 368ffd9 ipmi: msghandler: Suppress suspicious RCU usage warning by Qinglang Miao · 4 years, 1 month ago
- a01a89b ipmi/watchdog: replace atomic_add() and atomic_sub() by Yejune Deng · 4 years, 1 month ago
- 0df7b98 char: ipmi: remove unneeded break by Tom Rix · 4 years, 2 months ago
- 6e4dc3d Merge tag 'for-linus-5.10-1' of git://github.com/cminyard/linux-ipmi by Linus Torvalds · 4 years, 2 months ago
- 8fe7990 ipmi_si: Fix wrong return value in try_smi_init() by Tianjia Zhang · 4 years, 3 months ago
- c011410 ipmi: msghandler: Fix a signedness bug by Dan Carpenter · 4 years, 3 months ago
- 42d8a34 ipmi: add retry in try_get_dev_id() by Xianting Tian · 4 years, 3 months ago
- a190db9 ipmi: Clean up some printks by Corey Minyard · 4 years, 3 months ago
- f8910ff ipmi:msghandler: retry to get device id on an error by Xianting Tian · 4 years, 3 months ago
- c2b1e76 ipmi:sm: Print current state when the state is invalid by Xianting Tian · 4 years, 3 months ago
- 81e7571 ipmi: Reset response handler when failing to send the command by Markus Boehme · 4 years, 4 months ago
- 8a00e56 ipmi: add a newline when printing parameter 'panic_op' by sysfs by Xiongfeng Wang · 4 years, 4 months ago
- df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
- 83dea12 char: ipmi: convert tasklets to use new tasklet_setup() API by Allen Pais · 4 years, 4 months ago
- 634b06d ipmi/watchdog: add missing newlines when printing parameters by sysfs by Xiongfeng Wang · 4 years, 5 months ago
- a7f0f92 ipmi: remve duplicate code in __ipmi_bmc_register() by Jing Xiangfeng · 4 years, 5 months ago
- 29a5491 ipmi: ssif: Remove finished TODO comment about SMBus alert by Misono Tomohiro · 4 years, 6 months ago
- 1f2dc7f Merge tag 'for-linus-5.8-1' of git://github.com/cminyard/linux-ipmi by Linus Torvalds · 4 years, 7 months ago
- b23c477 Merge tag 'docs-5.8' of git://git.lwn.net/linux by Linus Torvalds · 4 years, 7 months ago
- 2a556ce ipmi:ssif: Remove dynamic platform device handing by Corey Minyard · 4 years, 7 months ago
- e641abd Try to load acpi_ipmi when an SSIF ACPI IPMI interface is added by Corey Minyard · 4 years, 8 months ago
- 429b00f ipmi_si: Load acpi_ipmi when ACPI IPMI interface added by Stuart Hayes · 4 years, 10 months ago
- 4982693 ipmi:bt-bmc: Fix error handling and status check by Tang Bin · 4 years, 8 months ago
- 878caa9 ipmi: Replace guid_copy() with import_guid() where it makes sense by Andy Shevchenko · 4 years, 8 months ago
- 7c47a21 ipmi: use vzalloc instead of kmalloc for user creation by Feng Tang · 4 years, 9 months ago
- 8ed678d ipmi:bt-bmc: Fix some format issue of the code by Tang Bin · 4 years, 9 months ago
- 0b671ee ipmi:bt-bmc: Avoid unnecessary check by Tang Bin · 4 years, 9 months ago
- 283b69b docs: fix references for ipmi.rst file by Mauro Carvalho Chehab · 4 years, 8 months ago
- 653d374 char: ipmi: convert to use i2c_new_client_device() by Wolfram Sang · 4 years, 9 months ago
- e963876 ipmi: kcs: Fix aspeed_kcs_probe_of_v1() by Dan Carpenter · 4 years, 9 months ago
- 562bf77 ipmi: Add missing annotation for ipmi_ssif_lock_cond() and ipmi_ssif_unlock_cond() by Jules Irenge · 4 years, 9 months ago
- 09f5f68 ipmi: kcs: aspeed: Implement v2 bindings by Andrew Jeffery · 5 years ago
- af6432c ipmi: kcs: Finish configuring ASPEED KCS device before enable by Andrew Jeffery · 5 years ago
- 32830a0 ipmi: fix hung processes in __get_guid() by Wen Yang · 4 years, 9 months ago
- 4f1885a drivers: char: ipmi: ipmi_msghandler: Pass lockdep expression to RCU lists by Amol Grover · 5 years ago
- 443d372 ipmi_si: Avoid spurious errors for optional IRQs by Takashi Iwai · 5 years ago
- e0354d1 drivers: ipmi: fix off-by-one bounds check that leads to a out-of-bounds write by Colin Ian King · 5 years ago