summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2024-11-30sys/dev/usb/usbdevs: add Jabra PanaCast 20, to be used in quirkskirill
2024-11-29Also call pmap_extract() before entering a page ahead for lower layer faults.Martin Pieuchot
2024-11-29When paging ahead, delay calling pmap_extract() after checking for a valid page.Martin Pieuchot
2024-11-28Move cpu_features to hwcap and cpu_features2 to hwcap2George Koehler
2024-11-28Replace magic numbers to macro defined values.Kenji Aoyama
2024-11-28avoid lock contention in __thrsleep and __thrwakeup syscallsDavid Gwynne
2024-11-27In powerpc64 pmap, when replacing a pte, put it in the correct ptegGeorge Koehler
2024-11-27Change getfp() to return an unBIASed stack pointer; this unbreaksMiod Vallat
2024-11-27defer creation of ice(4) ifp until device attachment has succeededStefan Sperling
2024-11-27Revert "vio: Unlock"Jan Klemkow
2024-11-27remove unneeded fpu.h include to unbreak the build on archs without itJonathan Gray
2024-11-27sys/uvideo: add missed abort of transfer pipe in uvideo_vs_closekirill
2024-11-27Neighbor (fault ahead) pages are never mapped with the wired attribute.Martin Pieuchot
2024-11-27Change pgo_get() interface in preparation for running PGO_LOCKED in parallel.Martin Pieuchot
2024-11-27remove #if 0'd entries for /dev/pcmcia functions removed in 1998Jonathan Gray
2024-11-27Use uvm_fault_wire() for consistency and to keep VM_FAULT_WIRE usage in uvm/.Martin Pieuchot
2024-11-27Add ptrace commands used to read/write the XSAVE area of a tracedAnton Lindqvist
2024-11-27Enable rx/tx checksum offloading on ivaf(4).YASUOKA Masahiko
2024-11-27continue enumerating devices if a device is not matchedJonathan Gray
2024-11-27zero attach args; return on missing properties will be removedJonathan Gray
2024-11-27rework rwlocks to reduce pressure on the scheduler and SCHED_LOCKDavid Gwynne
2024-11-26enable ice(4) in GENERIC and RAMDISK_CD kernels on amd64Stefan Sperling
2024-11-26repair build without ICE_DEBUG set and stop setting it by defaultStefan Sperling
2024-11-26ice(4) contains dlg@ code from ixl(4), add copyright header from thereStefan Sperling
2024-11-26implement ice_txeof(), based on ixl(4) codeStefan Sperling
2024-11-26Enable TSO in ice(4) Tx queue context. Else the device won't send packets.Stefan Sperling
2024-11-26implement ice_start(), based on code from ixl(4)Stefan Sperling
2024-11-26add an rwlock to protect the ice(4) ioctl handler; based on ixl(4)Stefan Sperling
2024-11-26let bpf pick the first attached dlt when attaching to an interface.David Gwynne
2024-11-26Generate a single event when timers advance for more than one tick.Martin Pieuchot
2024-11-26Make uvmfault_anonget() return errno values instead of converting them.Martin Pieuchot
2024-11-26Remove unused min values and document reserves for pagedaemon & kernel.Martin Pieuchot
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 unused `fault_type' argument.Martin Pieuchot
2024-11-25Push the KERNEL_LOCK() down in the aiodone_daemon().Martin Pieuchot
2024-11-25Account for in-flight pages being written to disk when computing page shortage.Martin Pieuchot
2024-11-25remove hw->debug_mask, we are using the ice_debug global variable insteadStefan Sperling
2024-11-25Do not retry with a single page if paging out a cluster didn't work.Martin Pieuchot
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-25remove EM_NUM, unused and not in SysV ABI documentsJonathan Gray
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