summaryrefslogtreecommitdiffstats
path: root/sys
AgeCommit message (Expand)AuthorFilesLines
2020-07-10Change users of IFQ_PURGE() to use the "new" API.patrick8-24/+19
2020-07-10Change users of IFQ_DEQUEUE(), IFQ_ENQUEUE() and IFQ_LEN() to use thepatrick72-158/+147
2020-07-10Add OPAL_REINIT_CPUS.kettenis2-2/+12
2020-07-10Even though the PowerISA indicates that hardware should update referencekettenis1-121/+55
2020-07-10Kill `pppx_devs_lk' rwlock. It used only to prevent races caused bymvs1-42/+12
2020-07-10Set missing `IFXF_CLONED' flag to pppx(4) related `ifnet'. That shouldmvs1-1/+2
2020-07-10add back orientation quirk for Kogan Atlas 2-in-1 D300jsg1-0/+6
2020-07-10Add "Spleen 6x12" to wsfont, a font targetted at OLED displays.fcambus2-5/+1307
2020-07-09Move sc->sc_link initialization closer to config_found() invocationkrw1-10/+10
2020-07-09Move sc->sc_link initialization closer to config_found() invocationkrw1-11/+12
2020-07-09On some laptops that have a Windows Precision Touchpad (imt) andjcs3-13/+26
2020-07-09Some touchpads don't have the "maximum number of contacts" orjcs1-19/+17
2020-07-09Fix a warning false positive from clang 10.millert1-2/+2
2020-07-09another excess filederaadt1-23/+0
2020-07-09drm/amdgpu/atomfirmware: fix vram_info fetching for renoirjsg1-0/+1
2020-07-09drm/amdgpu: use %u rather than %d for sclk/mclkjsg1-2/+2
2020-07-09drm/amd/display: Only revalidate bandwidth on medium and fast updatesjsg1-4/+6
2020-07-09drm/amd/powerplay: Fix NULL dereference in lock_bus() on Vega20 w/o RASjsg1-4/+7
2020-07-09drm/i915: Include asm sources for {ivb, hsw}_clear_kernel.cjsg3-0/+282
2020-07-09drm/amdgpu: fix kernel page fault issue by ras recovery on sGPUjsg1-2/+3
2020-07-09drm/amdgpu: fix non-pointer dereference for non-RAS supportedjsg1-2/+2
2020-07-09drm/amdgpu: disable ras query and iject during gpu resetjsg3-3/+28
2020-07-09drm/i915/gt: Mark timeline->cacheline as destroyed after rcu grace periodjsg1-2/+10
2020-07-09drm/amd/display: Fix ineffective setting of max bpc propertyjsg1-1/+2
2020-07-09drm/amd/display: Fix incorrectly pruned modes with deep colorjsg1-38/+64
2020-07-09Enable spleen16x32 and spleen32x64 on armv7 for GENERIC kernels.fcambus1-2/+2
2020-07-09adjfreq(2): limit adjustment to [-500000, +500000] ppmcheloha1-1/+6
2020-07-09do not need this one eitherderaadt1-23/+0
2020-07-09a couple of small tweaks that shrink the kstat code.dlg1-9/+10
2020-07-08Info leaks in semctl SEM_GET, the pads (unknown old contents) and base (aderaadt1-3/+5
2020-07-08Handle a few more Hypervisor traps.kettenis1-2/+7
2020-07-08Make membar_consumer() a plain compiler barrier in kernel on octeon.visa1-1/+2
2020-07-08do not need these versions of timetc.hderaadt3-69/+0
2020-07-08Use CPU_IS_PRIMARY macro in identifycpu() on amd64.fcambus1-6/+6
2020-07-08Userland timecounter implementation for sparc64.kettenis2-7/+9
2020-07-08Clean up the amd64 userland timecounter implementation a bit:kettenis1-3/+2
2020-07-07Add opalsens(4), a driver for sensors provided by the OPAL firmware.kettenis6-5/+170
2020-07-07fix a copy pasto.dlg1-2/+2
2020-07-07Switch iwx(4) from -46 to -48 firmware.stsp1-2/+2
2020-07-07apparently vmx(4) needs a power of 2 number of interrupts.dlg1-2/+2
2020-07-07add kstat support for some of the counters the chip maintains.dlg1-83/+477
2020-07-07drm: use hi-res time to implement ktime_get(), ktime_get_real()cheloha2-4/+4
2020-07-07don't try and be too clever in the kstat update timeout.dlg1-3/+2
2020-07-07remove some old code from a previous version of the kstat diff.dlg1-21/+1
2020-07-07add kstat support for reading hardware counters.dlg1-1/+319
2020-07-07Get rid of some rasops callbacks in efifb that only call rasopsjcs1-94/+23
2020-07-07small typoderaadt1-2/+2
2020-07-07add kstat support for reading the "hardware" counters for each ring.dlg2-45/+179
2020-07-07add kstats for rx queues (ifiqs) and transmit queues (ifqs).dlg2-2/+129
2020-07-06Wire down the timekeep page. If we don't do this, the pagedaemon maykettenis1-3/+11