summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2020-07-17use the system stoeplitz key instead of a random one.David Gwynne
2020-07-17enable multiq support for ix.David Gwynne
2020-07-17Virtual functions are effectively identical to full physical functions,Jonathan Matthew
2020-07-17name the rx rings so systat mb shows them.David Gwynne
2020-07-17Consistently use the port type and speed register (PTYS) to determine ifJonathan Matthew
2020-07-17add kstats to myx.David Gwynne
2020-07-17Read ogen from the other timehands; fixes tk_generationgkoehler
2020-07-17Always a joker hiding somewhere.Kenneth R Westerback
2020-07-16adjtime(2): distribute skew along arbitrary period on runtime clockcheloha
2020-07-16Pass the interrupt handler cookie instead of the pointer to itPatrick Wildt
2020-07-16Access adapter softc via link->bus->sb_adapter_softc.Kenneth R Westerback
2020-07-16First stab at a bootloader for OpenBSD/powerpc64.Mark Kettenis
2020-07-16Add BOOT kernel config.Mark Kettenis
2020-07-16Add a pseudo-driver to "kexec" an OpenBSD/powerpc64 kernel. HeavilyMark Kettenis
2020-07-16Reset firmware state upon reboot.Mark Kettenis
2020-07-16Access scsibus_softc info (luns, adapter, adapter_target,Kenneth R Westerback
2020-07-16Store struct cpu_info * in arm64's interrupt wrap. intr_barrier() canPatrick Wildt
2020-07-16To be able to have intr_barrier() on arm64, we need to be able toPatrick Wildt
2020-07-16Beef up struct scsibus_softc to hold the information needed toKenneth R Westerback
2020-07-16drm/i915: Also drop vm.ref along error paths for vma constructionJonathan Gray
2020-07-16drm/i915: Drop vm.ref for duplicate vma on constructionJonathan Gray
2020-07-16drm/amdgpu: asd function needs to be unloaded in suspend phaseJonathan Gray
2020-07-16drm/amdgpu: add TMR destory function for pspJonathan Gray
2020-07-16drm/amdgpu: don't do soft recovery if gpu_recovery=0Jonathan Gray
2020-07-16drm/i915: Skip stale object handle for debugfs per-file-statsJonathan Gray
2020-07-16drm/i915/gt: Pin the rings before marking activeJonathan Gray
2020-07-16drm/radeon: fix double freeJonathan Gray
2020-07-16drm: panel-orientation-quirks: Use generic orientation-data for Acer S1003Jonathan Gray
2020-07-16drm: panel-orientation-quirks: Add quirk for Asus T101HA panelJonathan Gray
2020-07-16drm/ttm: Fix dma_fence refcnt leak when adding move fenceJonathan Gray
2020-07-16drm/ttm: Fix dma_fence refcnt leak in ttm_bo_vm_fault_reservedJonathan Gray
2020-07-16Since the page tables could be larger than 256MB allow for multipleMark Kettenis
2020-07-16Remove the refill timeout and wait for interrupts to finish whenJonathan Matthew
2020-07-16use a mutex to serialise the test and set of ifp->if_link_state.David Gwynne
2020-07-16sc_atq_mtx is unused, so get rid of itDavid Gwynne
2020-07-16Initialize sis_ring_init() 'sis_rx_prod' and 'sis_rx_cons' to 0.Kevin Lo
2020-07-15Userland timecounter implementation for arm64.Mark Kettenis
2020-07-15ieee80211: track micfail timeout with getuptime(9) instead of tickscheloha
2020-07-15powerpc64 has the sysctl's for power control, so it can use theTheo de Raadt
2020-07-15settimeofday(2): securelevel 2: prevent root from freezing the UTC clockcheloha
2020-07-15Fix races in pppacopen() caused by malloc(9).mvs
2020-07-15Fix agintc(4) for non-MULTIPROCESSOR kernels. Due to the recent changesPatrick Wildt
2020-07-15Add sizes to free(9) callskn
2020-07-15Run the sxitemp(4) at IPL_SOFTCLOCK instead of IPL_VM. Prevents "panic:Darren Tucker
2020-07-15Add a forward declaration of struct cpu_info.Mark Kettenis
2020-07-15Optimize character rendering in 32bpp mode, with unrolled rows andFrederic Cambus
2020-07-15Use CPU_IS_PRIMARY macro on alpha and mips64.Frederic Cambus
2020-07-15tmpfs_reclaim() has to make sure the VFS cache has no more locks heldGerhard Roth
2020-07-15Use SENSOR_ENERGY as the type of energy sensors.Mark Kettenis
2020-07-15POWE9 CPUs provide an energy sensor that accumulates the emount of energyMark Kettenis