summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2025-03-07wsp: Rename max_finger_area sysctl to max_finger_diameterJoshua Rogers
2025-03-07wsp: Handle horizontal scrolling and create tunable for swipe/scroll.Joshua Rogers
2025-03-07sysmouse(4): Add wsp(4)-style T-Axis reporting.Joshua Rogers
2025-03-07wsp: Fix typo in function name.Joshua Rogers
2025-03-07wsp: Add hw.usb.wsp.max_scroll_finger_distance for two-finger scrollingJoshua Rogers
2025-03-07wsp: Raise the default scr_hor_threshold sysctl.Joshua Rogers
2025-03-07smbios: style(9): smbios_cksum()Olivier Certner
2025-03-07smbios: Harden decoding of the BCD revisionOlivier Certner
2025-03-07smbios: Carefully print wrong entry point signature on identifyOlivier Certner
2025-03-07smbios: Print an error on unexpected entry point length on identifyOlivier Certner
2025-03-07smbios: Apply the v2.1's length fixup only on a 32-bit entry pointOlivier Certner
2025-03-07smbios: Print an error on memory map failure on identifyOlivier Certner
2025-03-07smbios: Unmap memory on error on identifyOlivier Certner
2025-03-07smbios: On attach, print the entry point version and revisionOlivier Certner
2025-03-07smbios: Search for v3 (64-bit) entry point first on BIOS bootOlivier Certner
2025-03-07smbios: style(9): sizeof(): No space before the parenthesisOlivier Certner
2025-03-07gpioaei: Add support for ACPI _EVT methodVladimir Kondratyev
2025-03-07acpi_gpiobus: assume GPIO_PIN_INPUT for interrupt pinsAhmad Khalifa
2025-03-07iichid(4): Wait for RESET command response while attachingVladimir Kondratyev
2025-03-07iichid(4): Read wMaxInputLength bytes over I2C even if we discards dataVladimir Kondratyev
2025-03-07ig4_iic: Allow sleeping if called from iichid interrupt handler.Vladimir Kondratyev
2025-03-05acpi_pci: Add quirk for PSTAT_PME-before-detachColin Percival
2025-03-04vm_lowmem: Fix signature mismatches in vm_lowmem callbacksSHENGYI HONG
2025-03-04usb: Kill left-over cdefs.h includesWarner Losh
2025-03-04kern: wg: remove overly-restrictive address family checkKyle Evans
2025-03-04mlx5en: Fix domain set usage in TLS tag import functionsSlava Shwartsman
2025-03-03enic: fix potential panic due to not understanding what iflib had allocatedDoug Ambrisko
2025-03-03riscv: enable EFI framebufferMitchell Horne
2025-03-01ath_rate_sample: fix setting HT ratesAdrian Chadd
2025-03-01ath: fix 20MHz HT short-gi logic.Adrian Chadd
2025-02-26igc(4): Fix attach for I226-K and LMVP devicesEric Joyner
2025-02-28ixgbe: Fix a logic error in ixgbe_read_mailbox_vf()Kevin Lo
2025-02-27mana: refill the rx mbuf in batchWei Hu
2025-02-26rtwn: move to using ieee80211_node_get_txrate()Adrian Chadd
2025-02-26net80211: change ieee80211_ratectl_rate() to not return a rixAdrian Chadd
2025-02-26sys: convert ni->ni_txrate references use to the new net80211 APIAdrian Chadd
2025-02-25cxgbe(4): Block most access to the hardware as soon as the adapter stops.Navdeep Parhar
2025-02-25nvme: Fix hotplug on one of the amazon platformsWarner Losh
2025-02-25sound: Call chn_kill() in chn_init() failureChristos Margiolis
2025-02-25sound: Update comment and channel insertion in vchan_create()Christos Margiolis
2025-02-25sound: Simplify locking during device creationChristos Margiolis
2025-02-25snd_uaudio: Remove undefined functionsChristos Margiolis
2025-02-25sound: Return if the new speed/format is the same as the current oneChristos Margiolis
2025-02-25sound: Get rid of redundant variables in chn_setspeed() and chn_setformat()Christos Margiolis
2025-02-25sound: Remove SNDBUF_LOCKASSERT()Christos Margiolis
2025-02-25sound: Handle multiple primary channel cases in vchan sysctlsChristos Margiolis
2025-02-25sound: Cache vchanmodeChristos Margiolis
2025-02-25sound: Allocate vchans on-demandChristos Margiolis
2025-02-25sound: Report actual vchanrate and vchanformat in sysctlChristos Margiolis
2025-02-25sound: Initialize channels with sane default rate and formatChristos Margiolis