summaryrefslogtreecommitdiff
path: root/sys/dev/ipmi
AgeCommit message (Expand)Author
2025-10-20ipmi: Migrate to use macro LINUX_IOCTL_SET to register linux ioctl handlerZhenlei Huang
2025-06-21newbus: replace leftover device unit wildcardsAhmad Khalifa
2025-05-01efi: Use EDK2 EFI_GUID instead of sturct uuidWarner Losh
2025-03-27ipmi: fix runtime on powerpc64lePiotr Kubaj
2024-10-18ipmi: fix powerpc buildGleb Smirnoff
2024-10-18ipmi: remove timeout from the ipmi_driver_request methodGleb Smirnoff
2024-07-24smbios: Add length sanity checkingWarner Losh
2024-07-24ipmi_smbios: Only search for the BIOS signature on x86Warner Losh
2024-07-24newbus: replace -1 in BUS_ADD_CHILD(...-1) with DEVICE_UNIT_ANYWarner Losh
2024-01-28change ipmi watchdog to awlays stop when system is haltedAndriy Gapon
2024-01-28fix signature of ipmi_shutdown_eventAndriy Gapon
2023-11-29pci_cfgreg: Add a PCI domain argument to the low-level register APIJohn Baldwin
2023-11-26sys: Automated cleanup of cdefs and other formattingWarner Losh
2023-11-13ipmi_ssif: Fix typo in debug printAndrew Gallatin
2023-08-16sys: Remove $FreeBSD$: one-line .c patternWarner Losh
2023-08-16sys: Remove $FreeBSD$: two-line .h patternWarner Losh
2023-06-07ipmi: add Block Transfer interface supportAndrey V. Elsukov
2023-05-12spdx: The BSD-2-Clause-FreeBSD identifier is obsolete, drop -FreeBSDWarner Losh
2023-04-10ipmi: Remove some dead code for unsupported BMCs.John Baldwin
2022-11-01ipmi: use a queue for kcs driver requests when possibleChuck Silvers
2022-09-22pmap_unmapdev/bios: Accept a pointer instead of a vm_offset_t.John Baldwin
2022-09-03impi(4): Fix two typos in source code commentsGordon Bergling
2022-07-20ipmi(4): spelling fix cyle_wait -> cycle_waitEugene Grosbein
2022-07-08ipmi: fix a use-after-free bug in error handlingPhilip Paeps
2022-07-04ipmi: do not omit lun in BMC addressesYuri
2022-07-04ipmi: correctly handle ipmb requestsYuri
2022-05-09ipmi: Remove unused devclass arguments to DRIVER_MODULE.John Baldwin
2022-05-05ipmi: Use devclass_find to lookup ipmi devclass in ipmi_unload.John Baldwin
2022-04-05ipmi: Remove write only variables used to read form hardwareWarner Losh
2022-03-17ipmi: Make all sysctls also tunables.Alexander Motin
2021-09-14ipmi(4): Limit maximum watchdog pre-timeout interval.Alexander Motin
2021-08-18ipmi: fix negative logic in watchdog control flagWojciech Macek
2021-08-17ipmi: New tunable to deactivate IPMI watchdogWojciech Macek
2021-07-29ipmi(4): Add more watchdog error checks.Alexander Motin
2021-04-29ipmi: support getting address from EFIYinlong Lu
2021-04-07ipmi,smbios: move smbios_walk_table to smbios.hGreg V
2021-02-23Revert "ipmi_smbios: Deduplicate smbios entry point discovery logic"Allan Jude
2021-02-23Revert "ipmi_smbios: remove unused smbios_cksum function"Allan Jude
2021-02-23ipmi_smbios: remove unused smbios_cksum functionAllan Jude
2021-02-23ipmi_smbios: Deduplicate smbios entry point discovery logicAllan Jude
2021-02-23smbios: Move smbios driver out from x86 machdep codeAllan Jude
2021-02-18ipmi_ssif: Fix inverted for the end of multi-part readsAllan Jude
2021-01-12Convert remaining cap_rights_init users to cap_rights_init_oneMateusz Guzik
2020-04-14Centralize compatability translation macros.Brooks Davis
2020-03-26[PowerPC64] Fix OPAL IPMI driverLeandro Lupori
2020-02-26Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki
2019-06-12The current IPMI KCS code is waiting 100us for all transitions (roughlyJonathan T. Looney
2019-05-20Extract eventfilter declarations to sys/_eventfilter.hConrad Meyer
2019-04-02ipmi: Fixes for ipmi_opal(powernv)Justin Hibbits
2018-12-15efirt: When present, attempt to use EFI runtime services to shutdownConrad Meyer