summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2020-07-11Cache a pointer to the scsibus_softc rather than hoping the copy inKenneth R Westerback
2020-07-11Oops. One too many lines deleted, leaving 'buswidth' uninitialized butKenneth R Westerback
2020-07-11Shuffle sc_link.openings initialization down to its friends and justKenneth R Westerback
2020-07-11Some whitespace fixes for the inline assembly.Mark Kettenis
2020-07-11Synchronize each core's CP0 cycle counter using the IO clock counter.Visa Hankala
2020-07-11Optimize rasops_vcons_copyrows() so write-only framebuffer consolesFrederic Cambus
2020-07-11Build 'flags' in intermediate variable and shuffle sc_linkKenneth R Westerback
2020-07-11Expunge some Captain Obvious comments to make upcoming diff(s) smallerKenneth R Westerback
2020-07-11Expunge some Captain Obvious comments, tweak whitespace a bit, move a debugKenneth R Westerback
2020-07-11Don't reload the FPU registers when they're already loaded.Mark Kettenis
2020-07-11Implement a machdep.altivec sysctl that always returns 1. This makesMark Kettenis
2020-07-11Change locks which don't use spin_lock_irq() or spin_lock_irqsave()Jonathan Gray
2020-07-11test for gem_size > 0 on pool_destroy() matching pool_init() callJonathan Gray
2020-07-11don't complain if the API is too low to support "query phy types".David Gwynne
2020-07-10Add hw.cpuspeed and hw.setperfgkoehler
2020-07-10Shuffle a bit of code to stop using sc->sc_link to hold values forKenneth R Westerback
2020-07-10Oops, I didn't intend to commit these bits.Mark Kettenis
2020-07-10Implement process_read_regs() such that core dumps become usable.Mark Kettenis
2020-07-10Parse a bootduid= argument passed on the command line and use it to set theMark Kettenis
2020-07-10Clear FPU state if we try to restore the state when the process didn't useMark Kettenis
2020-07-10Add check for userland VSID overflow.Mark Kettenis
2020-07-10Use OPAL_REINIT_CPUS calls during early boot to set endianness and toMark Kettenis
2020-07-10Change users of IFQ_SET_MAXLEN() and IFQ_IS_EMPTY() to use the "new" API.Patrick Wildt
2020-07-10Change users of IFQ_PURGE() to use the "new" API.Patrick Wildt
2020-07-10Change users of IFQ_DEQUEUE(), IFQ_ENQUEUE() and IFQ_LEN() to use thePatrick Wildt
2020-07-10Add OPAL_REINIT_CPUS.Mark Kettenis
2020-07-10Even though the PowerISA indicates that hardware should update referenceMark Kettenis
2020-07-10Kill `pppx_devs_lk' rwlock. It used only to prevent races caused bymvs
2020-07-10Set missing `IFXF_CLONED' flag to pppx(4) related `ifnet'. That shouldmvs
2020-07-10add back orientation quirk for Kogan Atlas 2-in-1 D300Jonathan Gray
2020-07-10Add "Spleen 6x12" to wsfont, a font targetted at OLED displays.Frederic Cambus
2020-07-09Move sc->sc_link initialization closer to config_found() invocationKenneth R Westerback
2020-07-09Move sc->sc_link initialization closer to config_found() invocationKenneth R Westerback
2020-07-09On some laptops that have a Windows Precision Touchpad (imt) andJoshua Stein
2020-07-09Some touchpads don't have the "maximum number of contacts" orJoshua Stein
2020-07-09Fix a warning false positive from clang 10.Todd C. Miller
2020-07-09another excess fileTheo de Raadt
2020-07-09drm/amdgpu/atomfirmware: fix vram_info fetching for renoirJonathan Gray
2020-07-09drm/amdgpu: use %u rather than %d for sclk/mclkJonathan Gray
2020-07-09drm/amd/display: Only revalidate bandwidth on medium and fast updatesJonathan Gray
2020-07-09drm/amd/powerplay: Fix NULL dereference in lock_bus() on Vega20 w/o RASJonathan Gray
2020-07-09drm/i915: Include asm sources for {ivb, hsw}_clear_kernel.cJonathan Gray
2020-07-09drm/amdgpu: fix kernel page fault issue by ras recovery on sGPUJonathan Gray
2020-07-09drm/amdgpu: fix non-pointer dereference for non-RAS supportedJonathan Gray
2020-07-09drm/amdgpu: disable ras query and iject during gpu resetJonathan Gray
2020-07-09drm/i915/gt: Mark timeline->cacheline as destroyed after rcu grace periodJonathan Gray
2020-07-09drm/amd/display: Fix ineffective setting of max bpc propertyJonathan Gray
2020-07-09drm/amd/display: Fix incorrectly pruned modes with deep colorJonathan Gray
2020-07-09Enable spleen16x32 and spleen32x64 on armv7 for GENERIC kernels.Frederic Cambus
2020-07-09adjfreq(2): limit adjustment to [-500000, +500000] ppmcheloha