summaryrefslogtreecommitdiffstats
path: root/sys (follow)
Commit message (Expand)AuthorAgeFilesLines
* Parse a bootduid= argument passed on the command line and use it to set thekettenis2020-07-101-1/+33
* Clear FPU state if we try to restore the state when the process didn't usekettenis2020-07-101-2/+6
* Add check for userland VSID overflow.kettenis2020-07-101-1/+2
* Use OPAL_REINIT_CPUS calls during early boot to set endianness and tokettenis2020-07-101-1/+11
* Change users of IFQ_SET_MAXLEN() and IFQ_IS_EMPTY() to use the "new" API.patrick2020-07-10117-315/+308
* Change users of IFQ_PURGE() to use the "new" API.patrick2020-07-108-24/+19
* Change users of IFQ_DEQUEUE(), IFQ_ENQUEUE() and IFQ_LEN() to use thepatrick2020-07-1072-158/+147
* Add OPAL_REINIT_CPUS.kettenis2020-07-102-2/+12
* Even though the PowerISA indicates that hardware should update referencekettenis2020-07-101-121/+55
* Kill `pppx_devs_lk' rwlock. It used only to prevent races caused bymvs2020-07-101-42/+12
* Set missing `IFXF_CLONED' flag to pppx(4) related `ifnet'. That shouldmvs2020-07-101-1/+2
* add back orientation quirk for Kogan Atlas 2-in-1 D300jsg2020-07-101-0/+6
* Add "Spleen 6x12" to wsfont, a font targetted at OLED displays.fcambus2020-07-102-5/+1307
* Move sc->sc_link initialization closer to config_found() invocationkrw2020-07-091-10/+10
* Move sc->sc_link initialization closer to config_found() invocationkrw2020-07-091-11/+12
* On some laptops that have a Windows Precision Touchpad (imt) andjcs2020-07-093-13/+26
* Some touchpads don't have the "maximum number of contacts" orjcs2020-07-091-19/+17
* Fix a warning false positive from clang 10.millert2020-07-091-2/+2
* another excess filederaadt2020-07-091-23/+0
* drm/amdgpu/atomfirmware: fix vram_info fetching for renoirjsg2020-07-091-0/+1
* drm/amdgpu: use %u rather than %d for sclk/mclkjsg2020-07-091-2/+2
* drm/amd/display: Only revalidate bandwidth on medium and fast updatesjsg2020-07-091-4/+6
* drm/amd/powerplay: Fix NULL dereference in lock_bus() on Vega20 w/o RASjsg2020-07-091-4/+7
* drm/i915: Include asm sources for {ivb, hsw}_clear_kernel.cjsg2020-07-093-0/+282
* drm/amdgpu: fix kernel page fault issue by ras recovery on sGPUjsg2020-07-091-2/+3
* drm/amdgpu: fix non-pointer dereference for non-RAS supportedjsg2020-07-091-2/+2
* drm/amdgpu: disable ras query and iject during gpu resetjsg2020-07-093-3/+28
* drm/i915/gt: Mark timeline->cacheline as destroyed after rcu grace periodjsg2020-07-091-2/+10
* drm/amd/display: Fix ineffective setting of max bpc propertyjsg2020-07-091-1/+2
* drm/amd/display: Fix incorrectly pruned modes with deep colorjsg2020-07-091-38/+64
* Enable spleen16x32 and spleen32x64 on armv7 for GENERIC kernels.fcambus2020-07-091-2/+2
* adjfreq(2): limit adjustment to [-500000, +500000] ppmcheloha2020-07-091-1/+6
* do not need this one eitherderaadt2020-07-091-23/+0
* a couple of small tweaks that shrink the kstat code.dlg2020-07-091-9/+10
* Info leaks in semctl SEM_GET, the pads (unknown old contents) and base (aderaadt2020-07-081-3/+5
* Handle a few more Hypervisor traps.kettenis2020-07-081-2/+7
* Make membar_consumer() a plain compiler barrier in kernel on octeon.visa2020-07-081-1/+2
* do not need these versions of timetc.hderaadt2020-07-083-69/+0
* Use CPU_IS_PRIMARY macro in identifycpu() on amd64.fcambus2020-07-081-6/+6
* Userland timecounter implementation for sparc64.kettenis2020-07-082-7/+9
* Clean up the amd64 userland timecounter implementation a bit:kettenis2020-07-081-3/+2
* Add opalsens(4), a driver for sensors provided by the OPAL firmware.kettenis2020-07-076-5/+170
* fix a copy pasto.dlg2020-07-071-2/+2
* Switch iwx(4) from -46 to -48 firmware.stsp2020-07-071-2/+2
* apparently vmx(4) needs a power of 2 number of interrupts.dlg2020-07-071-2/+2
* add kstat support for some of the counters the chip maintains.dlg2020-07-071-85/+479
* drm: use hi-res time to implement ktime_get(), ktime_get_real()cheloha2020-07-072-4/+4
* don't try and be too clever in the kstat update timeout.dlg2020-07-071-3/+2
* remove some old code from a previous version of the kstat diff.dlg2020-07-071-21/+1
* add kstat support for reading hardware counters.dlg2020-07-071-1/+319