summaryrefslogtreecommitdiff
path: root/sys/dev
AgeCommit message (Expand)Author
2024-11-25Add scmi mailbox transport and perf protocol for cpu frequency managementTobias Heider
2024-11-25vio: Unlock, switch to qstart functionStefan Fritsch
2024-11-25stop trying to load ice(4) firmware from disk, for nowStefan Sperling
2024-11-25remove hw->debug_mask, we are using the ice_debug global variable insteadStefan Sperling
2024-11-25implement ice_config_rss() and its many friendsStefan Sperling
2024-11-25ice(4) rx dma maps don't need to be larger than one mbufStefan Sperling
2024-11-25disable interrupts when taking an ice(4) interface downStefan Sperling
2024-11-25don't reset the rx queue tail pointer in ice_setup_rx_ctx()Stefan Sperling
2024-11-25drm/amd/pm: Vangogh: Fix kernel memory out of bounds writeJonathan Gray
2024-11-25drm/amd/display: Adjust VSDB parser for replay featureJonathan Gray
2024-11-25drm/amd: Fix initialization mistake for NBIO 7.7.0Jonathan Gray
2024-11-24Add support for the "post-power-on-delay-ms" in the MMC power sequencing.Mark Kettenis
2024-11-24Add RK3399 support.Mark Kettenis
2024-11-24Fix RK3399 USB clock gates.Mark Kettenis
2024-11-23Implement power down if the PMIC is marked as the system power controllerMark Kettenis
2024-11-22Flush the interrupt status register in ahci(4) attachJan Klemkow
2024-11-20Improve error handling of psp(4) driver.Alexander Bluhm
2024-11-20use ifq_deq_set_oactive if we're in an if_deq_begin "transaction"David Gwynne
2024-11-19gather ice(4) hardware counters for debuggingStefan Sperling
2024-11-19implement ice_add_rx_lldp_filter()Stefan Sperling
2024-11-19kill our kids before we die, or there will be panicJoshua Stein
2024-11-18drm/amdkfd: Accounting pdd vram_usage for svmJonathan Gray
2024-11-16Add qccpucp(4), a driver for the CPUSS Control Processor (CPUCP) mailboxTobias Heider
2024-11-15wait for ice(4) software interrupt to occur when flushing queue interruptsStefan Sperling
2024-11-15fix build without ICE_DEBUGStefan Sperling
2024-11-15implement the ice(4) Rx interrupt handlerStefan Sperling
2024-11-15in ice(4), ensure that vsi->max_frame_size gets setStefan Sperling
2024-11-15add placeholder for GC 11.5.2 APUJonathan Gray
2024-11-15drm/amdgpu: prevent NULL pointer dereference if ATIF is not supportedJonathan Gray
2024-11-15drm/amdgpu: Fix DPX valid mode check on GC 9.4.3Jonathan Gray
2024-11-15drm/amdgpu: Adjust debugfs register access permissionsJonathan Gray
2024-11-15drm/amdgpu: add missing size check in amdgpu_debugfs_gprwave_read()Jonathan Gray
2024-11-15drm/amdgpu: Adjust debugfs eviction and IB access permissionsJonathan Gray
2024-11-14use down->up hammer to handle ENETRESET in ice_ioctl; can be refined laterStefan Sperling
2024-11-14avoid sending needless MAC address updates to ice(4) hardwareStefan Sperling
2024-11-14for clarity, look at 'perm_addr' for obtaining the MAC when ice(4) attachesStefan Sperling
2024-11-13implement ice_down(); ifconfig ice0 down/up is working nowStefan Sperling
2024-11-12Fix simplefb colours for BPP16 and BPP24 by specifiying colourTobias Heider
2024-11-10drm/amd/display: Add null checks for 'stream' and 'plane' before dereferencingJonathan Gray
2024-11-10all archs now have ci_idepth, remove ifdefsJonathan Gray
2024-11-10replace uvm.h includes with uvm_extern.h where possibleJonathan Gray
2024-11-09remove unused functions; ok mglocker@Jonathan Gray
2024-11-09Simplify uvm wire and unwire in psp(4) for lauch update data.Alexander Bluhm
2024-11-09RegenMiod Vallat
2024-11-09Add support for Exar XR17V352, submitted by Sean on tech@Miod Vallat
2024-11-09RegenMiod Vallat
2024-11-09More uftdi(4) devices; from Cameron Willams on tech@Miod Vallat
2024-11-09RegenMiod Vallat
2024-11-09More udl(4) devices, from NetBSD.Miod Vallat
2024-11-08qcpas: send APM_POWER_CHANGE events upon ac / battery life changesLandry Breuil