Age | Commit message (Expand) | Author | Files | Lines |
2021-10-29 | ipmi: kcs_bmc: Fix a memory leak in the error handling path of 'kcs_bmc_serio... | Christophe JAILLET | 1 | -1/+3 |
2021-10-21 | char: ipmi: replace snprintf in show functions with sysfs_emit | Ye Guojin | 3 | -16/+16 |
2021-10-14 | ipmi: ipmb: fix dependencies to eliminate build error | Randy Dunlap | 1 | -1/+1 |
2021-10-14 | ipmi:ipmb: Add OF support | Corey Minyard | 1 | -5/+34 |
2021-10-07 | ipmi: bt: Add ast2600 compatible string | Joel Stanley | 1 | -0/+1 |
2021-10-06 | ipmi: bt-bmc: Use registers directly | Joel Stanley | 1 | -52/+16 |
2021-10-05 | ipmi: ipmb: Fix off-by-one size check on rcvlen | Colin Ian King | 1 | -1/+1 |
2021-10-05 | ipmi:ssif: Use depends on, not select, for I2C | Corey Minyard | 1 | -1/+1 |
2021-10-05 | ipmi:ipmb: Add initial support for IPMI over IPMB | Corey Minyard | 3 | -0/+520 |
2021-10-05 | ipmi: Add support for IPMB direct messages | Corey Minyard | 1 | -33/+255 |
2021-10-05 | ipmi: Export ipmb_checksum() | Corey Minyard | 1 | -1/+2 |
2021-10-05 | ipmi: Check error code before processing BMC response | Corey Minyard | 1 | -1/+8 |
2021-10-05 | ipmi:devintf: Return a proper error when recv buffer too small | Corey Minyard | 1 | -3/+5 |
2021-10-05 | ipmi: Disable some operations during a panic | Corey Minyard | 2 | -8/+19 |
2021-10-05 | ipmi:watchdog: Set panic count to proper value on a panic | Corey Minyard | 1 | -4/+4 |
2021-09-12 | Merge tag 'for-linus-5.15-1' of git://github.com/cminyard/linux-ipmi | Linus Torvalds | 1 | -12/+11 |
2021-08-30 | parisc: Make struct parisc_driver::remove() return void | Uwe Kleine-König | 4 | -9/+7 |
2021-08-12 | char: ipmi: use DEVICE_ATTR helper macro | Dwaipayan Ray | 1 | -5/+4 |
2021-08-12 | ipmi: rate limit ipmi smi_event failure message | Wen Yang | 1 | -7/+7 |
2021-07-02 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -0/+1 |
2021-07-01 | kernel.h: split out panic and oops helpers | Andy Shevchenko | 1 | -0/+1 |
2021-06-22 | ipmi: kcs_bmc_aspeed: Fix less than zero comparison of a unsigned int | Colin Ian King | 1 | -3/+5 |
2021-06-22 | ipmi: kcs_bmc_aspeed: Optionally apply status address | Andrew Jeffery | 1 | -33/+83 |
2021-06-22 | ipmi: kcs_bmc_aspeed: Fix IBFIE typo from datasheet | Andrew Jeffery | 1 | -12/+12 |
2021-06-22 | ipmi: kcs_bmc_aspeed: Implement KCS SerIRQ configuration | Andrew Jeffery | 1 | -2/+180 |
2021-06-22 | ipmi: kcs_bmc: Add serio adaptor | Andrew Jeffery | 3 | -0/+172 |
2021-06-22 | ipmi: kcs_bmc: Enable IBF on open | Andrew Jeffery | 3 | -19/+12 |
2021-06-22 | ipmi: kcs_bmc: Allow clients to control KCS IRQ state | Andrew Jeffery | 6 | -57/+131 |
2021-06-22 | ipmi: kcs_bmc: Decouple the IPMI chardev from the core | Andrew Jeffery | 5 | -13/+128 |
2021-06-22 | ipmi: kcs_bmc: Strip private client data from struct kcs_bmc | Andrew Jeffery | 7 | -294/+367 |
2021-06-22 | ipmi: kcs_bmc: Split headers into device and client | Andrew Jeffery | 7 | -52/+117 |
2021-06-22 | ipmi: kcs_bmc: Turn the driver data-structures inside-out | Andrew Jeffery | 5 | -67/+110 |
2021-06-22 | ipmi: kcs_bmc: Split out kcs_bmc_cdev_ipmi | Andrew Jeffery | 4 | -412/+451 |
2021-06-22 | ipmi: kcs_bmc: Rename {read,write}_{status,data}() functions | Andrew Jeffery | 1 | -27/+25 |
2021-06-22 | ipmi: kcs_bmc: Make status update atomic | Andrew Jeffery | 4 | -6/+21 |
2021-06-22 | ipmi: kcs_bmc_aspeed: Use of match data to extract KCS properties | Andrew Jeffery | 1 | -76/+76 |
2021-05-13 | ipmi/watchdog: Stop watchdog timer when the current action is 'none' | Petr Pavlu | 1 | -10/+12 |
2021-04-29 | Merge tag 'for-linus-5.13-1' of git://github.com/cminyard/linux-ipmi | Linus Torvalds | 9 | -266/+137 |
2021-04-09 | ipmi: kcs: aspeed: Adapt to new LPC DTS layout | Chia-Wei, Wang | 1 | -11/+16 |
2021-04-02 | ipmi_si: Join string literals back | Andy Shevchenko | 6 | -66/+38 |
2021-04-02 | ipmi_si: Drop redundant check before calling put_device() | Andy Shevchenko | 1 | -2/+1 |
2021-04-02 | ipmi_si: Use strstrip() to remove surrounding spaces | Andy Shevchenko | 1 | -12/+4 |
2021-04-02 | ipmi_si: Get rid of ->addr_source_cleanup() | Andy Shevchenko | 3 | -22/+2 |
2021-04-02 | ipmi_si: Reuse si_to_str[] array in ipmi_hardcode_init_one() | Andy Shevchenko | 3 | -16/+16 |
2021-04-02 | ipmi_si: Introduce ipmi_panic_event_str[] array | Andy Shevchenko | 1 | -32/+19 |
2021-04-02 | ipmi_si: Use proper ACPI macros to check error code for failures | Andy Shevchenko | 1 | -6/+6 |
2021-04-02 | ipmi_si: Utilize temporary variable to hold device pointer | Andy Shevchenko | 1 | -8/+7 |
2021-04-02 | ipmi_si: Remove bogus err_free label | Andy Shevchenko | 1 | -12/+5 |
2021-04-02 | ipmi_si: Switch to use platform_get_mem_or_io() | Andy Shevchenko | 1 | -20/+14 |
2021-03-11 | ipmi: Handle device properties with software node API | Heikki Krogerus | 1 | -1/+1 |