aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ipmi
Commit message (Expand)AuthorAgeFilesLines
* ipmi: use a queue for kcs driver requests when possibleChuck Silvers2022-11-013-4/+59
* pmap_unmapdev/bios: Accept a pointer instead of a vm_offset_t.John Baldwin2022-09-221-4/+4
* impi(4): Fix two typos in source code commentsGordon Bergling2022-09-031-2/+2
* ipmi(4): spelling fix cyle_wait -> cycle_waitEugene Grosbein2022-07-201-2/+2
* ipmi: fix a use-after-free bug in error handlingPhilip Paeps2022-07-081-1/+2
* ipmi: do not omit lun in BMC addressesYuri2022-07-041-2/+5
* ipmi: correctly handle ipmb requestsYuri2022-07-042-116/+82
* ipmi: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin2022-05-097-9/+6
* ipmi: Use devclass_find to lookup ipmi devclass in ipmi_unload.John Baldwin2022-05-051-3/+1
* ipmi: Remove write only variables used to read form hardwareWarner Losh2022-04-061-8/+6
* ipmi: Make all sysctls also tunables.Alexander Motin2022-03-171-4/+3
* ipmi(4): Limit maximum watchdog pre-timeout interval.Alexander Motin2021-09-151-1/+2
* ipmi: fix negative logic in watchdog control flagWojciech Macek2021-08-181-4/+4
* ipmi: New tunable to deactivate IPMI watchdogWojciech Macek2021-08-171-1/+4
* ipmi(4): Add more watchdog error checks.Alexander Motin2021-07-301-6/+18
* ipmi: support getting address from EFIYinlong Lu2021-04-294-3/+28
* ipmi,smbios: move smbios_walk_table to smbios.hGreg V2021-04-071-29/+0
* Revert "ipmi_smbios: Deduplicate smbios entry point discovery logic"Allan Jude2021-02-234-19/+30
* Revert "ipmi_smbios: remove unused smbios_cksum function"Allan Jude2021-02-231-0/+17
* ipmi_smbios: remove unused smbios_cksum functionAllan Jude2021-02-231-17/+0
* ipmi_smbios: Deduplicate smbios entry point discovery logicAllan Jude2021-02-234-30/+19
* smbios: Move smbios driver out from x86 machdep codeAllan Jude2021-02-231-0/+3
* ipmi_ssif: Fix inverted for the end of multi-part readsAllan Jude2021-02-181-1/+1
* Convert remaining cap_rights_init users to cap_rights_init_oneMateusz Guzik2021-01-121-1/+2
* Centralize compatability translation macros.Brooks Davis2020-04-141-5/+4
* [PowerPC64] Fix OPAL IPMI driverLeandro Lupori2020-03-261-40/+115
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-261-1/+1
* The current IPMI KCS code is waiting 100us for all transitions (roughlyJonathan T. Looney2019-06-121-34/+25
* Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer2019-05-202-1/+5
* ipmi: Fixes for ipmi_opal(powernv)Justin Hibbits2019-04-021-1/+12
* efirt: When present, attempt to use EFI runtime services to shutdownConrad Meyer2018-12-151-2/+2
* Distinguish _CID match and _HID match and make lower priority probeTakanori Watanabe2018-10-261-5/+6
* Fix a module Makefile error on amd64 so the IPMI HW interfaces are built.Doug Ambrisko2018-08-161-0/+2
* ipmi/opal: Enable polled mode and proper callbackJustin Hibbits2018-08-121-0/+2
* Support building IPMI as a module on powerpc64Justin Hibbits2018-07-251-0/+241
* In cases where an application issues certain IPMI commands at a highJonathan T. Looney2018-04-061-3/+5
* sys/dev: further adoption of SPDX licensing ID tags.Pedro F. Giffuni2017-11-2711-0/+22
* As a follow-on to r325378, make the shutdown timer default to 0 as well.Peter Wemm2017-11-051-1/+1
* Make the startup timeout 0 seconds by default rathern than 420s. ThisWarner Losh2017-11-041-1/+1
* Make time we wait for a power cycle tunable.Warner Losh2017-10-261-2/+6
* Various IPMI watchdog timer improvementsWarner Losh2017-10-262-6/+108
* Implement IPMI support for RB_POWRECYCLEWarner Losh2017-10-252-4/+63
* Optimize IPMI watchdog patting.Alexander Motin2016-03-221-21/+32
* Remove support for FreeBSD < 602110.Xin LI2015-08-302-12/+0
* Watchdog drivers need to support rearming the watchdog in contexts whichJohn Baldwin2015-04-244-9/+17
* Use direct hardware access for internal requests for KCS and SMIC. InJohn Baldwin2015-02-065-58/+122
* Explicitly treat timeouts when waiting for IBF or OBF to change state as anJohn Baldwin2014-12-221-0/+13
* Update kernel inclusions of capability.h to use capsicum.h instead; someRobert Watson2014-03-161-1/+1
* Provide a crutch that prevents watchdog to interrupt dumpingGleb Smirnoff2013-10-311-0/+3
* Change the cap_rights_t type from uint64_t to a structure that we can extendPawel Jakub Dawidek2013-09-051-1/+3