Age | Commit message (Expand) | Author |
2024-11-30 | sys/dev/usb/usbdevs: add Jabra PanaCast 20, to be used in quirks | kirill |
2024-11-29 | Also call pmap_extract() before entering a page ahead for lower layer faults. | Martin Pieuchot |
2024-11-29 | When paging ahead, delay calling pmap_extract() after checking for a valid page. | Martin Pieuchot |
2024-11-28 | Move cpu_features to hwcap and cpu_features2 to hwcap2 | George Koehler |
2024-11-28 | Replace magic numbers to macro defined values. | Kenji Aoyama |
2024-11-28 | avoid lock contention in __thrsleep and __thrwakeup syscalls | David Gwynne |
2024-11-27 | In powerpc64 pmap, when replacing a pte, put it in the correct pteg | George Koehler |
2024-11-27 | Change getfp() to return an unBIASed stack pointer; this unbreaks | Miod Vallat |
2024-11-27 | defer creation of ice(4) ifp until device attachment has succeeded | Stefan Sperling |
2024-11-27 | Revert "vio: Unlock" | Jan Klemkow |
2024-11-27 | remove unneeded fpu.h include to unbreak the build on archs without it | Jonathan Gray |
2024-11-27 | sys/uvideo: add missed abort of transfer pipe in uvideo_vs_close | kirill |
2024-11-27 | Neighbor (fault ahead) pages are never mapped with the wired attribute. | Martin Pieuchot |
2024-11-27 | Change pgo_get() interface in preparation for running PGO_LOCKED in parallel. | Martin Pieuchot |
2024-11-27 | remove #if 0'd entries for /dev/pcmcia functions removed in 1998 | Jonathan Gray |
2024-11-27 | Use uvm_fault_wire() for consistency and to keep VM_FAULT_WIRE usage in uvm/. | Martin Pieuchot |
2024-11-27 | Add ptrace commands used to read/write the XSAVE area of a traced | Anton Lindqvist |
2024-11-27 | Enable rx/tx checksum offloading on ivaf(4). | YASUOKA Masahiko |
2024-11-27 | continue enumerating devices if a device is not matched | Jonathan Gray |
2024-11-27 | zero attach args; return on missing properties will be removed | Jonathan Gray |
2024-11-27 | rework rwlocks to reduce pressure on the scheduler and SCHED_LOCK | David Gwynne |
2024-11-26 | enable ice(4) in GENERIC and RAMDISK_CD kernels on amd64 | Stefan Sperling |
2024-11-26 | repair build without ICE_DEBUG set and stop setting it by default | Stefan Sperling |
2024-11-26 | ice(4) contains dlg@ code from ixl(4), add copyright header from there | Stefan Sperling |
2024-11-26 | implement ice_txeof(), based on ixl(4) code | Stefan Sperling |
2024-11-26 | Enable TSO in ice(4) Tx queue context. Else the device won't send packets. | Stefan Sperling |
2024-11-26 | implement ice_start(), based on code from ixl(4) | Stefan Sperling |
2024-11-26 | add an rwlock to protect the ice(4) ioctl handler; based on ixl(4) | Stefan Sperling |
2024-11-26 | let bpf pick the first attached dlt when attaching to an interface. | David Gwynne |
2024-11-26 | Generate a single event when timers advance for more than one tick. | Martin Pieuchot |
2024-11-26 | Make uvmfault_anonget() return errno values instead of converting them. | Martin Pieuchot |
2024-11-26 | Remove unused min values and document reserves for pagedaemon & kernel. | Martin Pieuchot |
2024-11-25 | Add scmi mailbox transport and perf protocol for cpu frequency management | Tobias Heider |
2024-11-25 | vio: Unlock, switch to qstart function | Stefan Fritsch |
2024-11-25 | stop trying to load ice(4) firmware from disk, for now | Stefan Sperling |
2024-11-25 | Remove unused `fault_type' argument. | Martin Pieuchot |
2024-11-25 | Push the KERNEL_LOCK() down in the aiodone_daemon(). | Martin Pieuchot |
2024-11-25 | Account for in-flight pages being written to disk when computing page shortage. | Martin Pieuchot |
2024-11-25 | remove hw->debug_mask, we are using the ice_debug global variable instead | Stefan Sperling |
2024-11-25 | Do not retry with a single page if paging out a cluster didn't work. | Martin Pieuchot |
2024-11-25 | implement ice_config_rss() and its many friends | Stefan Sperling |
2024-11-25 | ice(4) rx dma maps don't need to be larger than one mbuf | Stefan Sperling |
2024-11-25 | disable interrupts when taking an ice(4) interface down | Stefan Sperling |
2024-11-25 | don't reset the rx queue tail pointer in ice_setup_rx_ctx() | Stefan Sperling |
2024-11-25 | remove EM_NUM, unused and not in SysV ABI documents | Jonathan Gray |
2024-11-25 | drm/amd/pm: Vangogh: Fix kernel memory out of bounds write | Jonathan Gray |
2024-11-25 | drm/amd/display: Adjust VSDB parser for replay feature | Jonathan Gray |
2024-11-25 | drm/amd: Fix initialization mistake for NBIO 7.7.0 | Jonathan Gray |
2024-11-24 | Add support for the "post-power-on-delay-ms" in the MMC power sequencing. | Mark Kettenis |
2024-11-24 | Add RK3399 support. | Mark Kettenis |