aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ipmi
Commit message (Expand)AuthorAgeFilesLines
* 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
* Check for ipmi_attached in ipmi_isa_probe as a suggested alternative toSean Bruno2013-07-301-8/+8
* empirical testing showed that 3 seconds is just too slow for GET_DEVICE_IDSean Bruno2013-07-301-1/+1
* After discussions, revert svn r253708.Sean Bruno2013-07-302-10/+11
* At some point after stable/7 the ACPI and ISA interfaces to the IPMI controllerSean Bruno2013-07-272-11/+10
* Unlock IPMI sc while performing requests via KCS and SMIC interfaces.Alexander V. Chernikov2013-03-252-0/+4
* - Re-shuffle the <machine/pc/bios.h> headers to move all kernel-specificJohn Baldwin2012-09-281-39/+10
* Don't try to stop the IPMI watchdog timer if it is not running.John Baldwin2012-08-072-3/+5
* Mark all SYSCTL_NODEs static that have no corresponding SYSCTL_DECLs.Ed Schouten2011-11-071-1/+2
* Mark MALLOC_DEFINEs static that have no corresponding MALLOC_DECLAREs.Ed Schouten2011-11-071-1/+1
* Second-to-last commit implementing Capsicum capabilities in the FreeBSDRobert Watson2011-08-111-1/+2
* Fixed firmware revision decoding:Ruslan Ermilov2011-04-141-2/+2