aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ipmi
Commit message (Expand)AuthorAgeFilesLines
* newbus: replace leftover device unit wildcardsAhmad Khalifa2025-06-212-2/+2
* efi: Use EDK2 EFI_GUID instead of sturct uuidWarner Losh2025-05-011-2/+1
* ipmi: fix runtime on powerpc64lePiotr Kubaj2025-03-271-0/+1
* ipmi: fix powerpc buildGleb Smirnoff2024-10-181-3/+4
* ipmi: remove timeout from the ipmi_driver_request methodGleb Smirnoff2024-10-187-31/+26
* smbios: Add length sanity checkingWarner Losh2024-07-251-2/+2
* ipmi_smbios: Only search for the BIOS signature on x86Warner Losh2024-07-251-0/+2
* newbus: replace -1 in BUS_ADD_CHILD(...-1) with DEVICE_UNIT_ANYWarner Losh2024-07-252-2/+2
* change ipmi watchdog to awlays stop when system is haltedAndriy Gapon2024-01-281-1/+5
* fix signature of ipmi_shutdown_eventAndriy Gapon2024-01-281-1/+1
* pci_cfgreg: Add a PCI domain argument to the low-level register APIJohn Baldwin2023-11-291-1/+1
* sys: Automated cleanup of cdefs and other formattingWarner Losh2023-11-2711-11/+0
* ipmi_ssif: Fix typo in debug printAndrew Gallatin2023-11-141-1/+1
* sys: Remove $FreeBSD$: one-line .c patternWarner Losh2023-08-1612-24/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* ipmi: add Block Transfer interface supportAndrey V. Elsukov2023-06-076-32/+350
* spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh2023-05-1211-11/+11
* ipmi: Remove some dead code for unsupported BMCs.John Baldwin2023-04-101-5/+1
* 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