summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2024-07-06sound: Add missing CHN_[UN]LOCKs in sndstatChristos Margiolis
2024-07-06sound: Add min_rate and min_channels safety check in SNDCTL_AUDIOINFOChristos Margiolis
2024-07-06sound: Refactor sndstat_get_caps()Christos Margiolis
2024-07-06sound: Fix min/max rate for SNDCTL_AUDIOINFO and SNDCTL_ENGINEINFOChristos Margiolis
2024-07-06sound: Handle midistat_lock through function interfaceChristos Margiolis
2024-07-06sound: Remove dead code in pcm_register()Christos Margiolis
2024-07-06sound: Make DSP_FIXUP_ERROR() regular codeChristos Margiolis
2024-07-06sound: Improve simplex handling in dsp_open()Christos Margiolis
2024-07-06sound: Simplify getchns()Christos Margiolis
2024-07-06sound: Remove *MINOR from midi/Christos Margiolis
2024-07-06sound: Remove MIDI_TYPEChristos Margiolis
2024-07-06snd_uaudio: Remove unused sc_sndstat sbufChristos Margiolis
2024-07-06sound: Fix lock order reversals in mseq_open()Christos Margiolis
2024-07-06sound: Get rid of snd_sb16 workaround in vchan_create()Christos Margiolis
2024-07-06sound: SNDCTL_AUDIOINFO: Do not skip physical channels if VCHANs are disabledChristos Margiolis
2024-07-06mps(4): Correct a typo in a source code commentGordon Bergling
2024-07-04vtblk: Invoke busdma completion callbacks when pollingMark Johnston
2024-07-03cxgbe: Add a 'show t4 memdump' DDB commandJohn Baldwin
2024-07-03cxgbe: Remove most uses of sysctl_wire_old_bufferJohn Baldwin
2024-07-03ums(4): fix incorrect mouse button reporting via evdevNiko Sonack
2024-06-28net: Remove unneeded NULL check for the allocated ifnetZhenlei Huang
2024-06-27Fix SATA NCQ error recovery after 25375b1415Alexander Motin
2024-06-27rk_i2c: use the register read mode even if the read ends with IIC_M_NOSTOPAndriy Gapon
2024-06-27rk_i2c: emulate repeated startAndriy Gapon
2024-06-26nvme: avoid gcc -Werror=int-to-pointer-cast on 32-bit archRyan Libby
2024-06-26ofw: convert boolean_t to boolMitchell Horne
2024-06-26cxgbe: replace a loop with rounddown_pow_of_twoDoug Moore
2024-06-25isp: fix ISPCTL_ABORT_CMD switch caseMariusz Zaborski
2024-06-25hwpmc/arm64: Support the kernel booting to VHEAndrew Turner
2024-06-25hwpmc/arm64: fix the type for pm_arm64_evselAndrew Turner
2024-06-24tpm: Fix acpi attachmentWarner Losh
2024-06-24p9fs: use M_WAITOK where appropriateEd Maste
2024-06-24Add an isp(4) tunable to default to ispfw(4) firmware.Kenneth D. Merry
2024-06-24Fix the isp(4) driver with 9.x firmware.Kenneth D. Merry
2024-06-24p9fs: move NULL check immediately after allocationEd Maste
2024-06-24mlx5: use roundup_pow_of_twoDoug Moore
2024-06-24irdma: Use round{up,down}_pow_of_twoDoug Moore
2024-06-24cxgbe: use order_base_2Doug Moore
2024-06-24cxgb: use rounddown_pow_of_twoDoug Moore
2024-06-24aic7xxx: use rounddown_pow_of_twoDoug Moore
2024-06-24log2: move log2 functions from linuxkpi to libkernDoug Moore
2024-06-24dev/mana: replace power2 functionDoug Moore
2024-06-21acpi_timer: remove leftovers from Garbage-collect ACPI-safe timer and friendsBaptiste Daroussin
2024-06-21acpi_timer: remove unused variableBaptiste Daroussin
2024-06-21Garbage-collect ACPI-safe timer and friendsColin Percival
2024-06-19Add an implementation of the 9P filesystemDoug Rabson
2024-06-18sound: Remove outdated comment in dsp_oss_engineinfo()Christos Margiolis
2024-06-18sound: Fix oss_audioinfo's card_number, port_number and legacy_deviceChristos Margiolis
2024-06-18sound: Support oss_audioinfo->cmdChristos Margiolis
2024-06-17gve: Make gve_free_qpls idempotentShailend Chand