summaryrefslogtreecommitdiffstats
path: root/sys (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Get rid of some rasops callbacks in efifb that only call rasopsjcs2020-07-071-94/+23
* small typoderaadt2020-07-071-2/+2
* add kstat support for reading the "hardware" counters for each ring.dlg2020-07-072-45/+179
* add kstats for rx queues (ifiqs) and transmit queues (ifqs).dlg2020-07-072-2/+129
* Wire down the timekeep page. If we don't do this, the pagedaemon maykettenis2020-07-061-3/+11
* Protect the whole pipex(4) layer by NET_LOCK(). pipex(4) wasmvs2020-07-064-39/+47
* pipex_rele_session() frees memory pointed by `old_session_keys'. Use it inmvs2020-07-061-2/+2
* fix spellingderaadt2020-07-061-2/+2
* Save and restore FPU around signal handlers.kettenis2020-07-062-4/+24
* Hide most of the contents behind #ifdef _KERNEL. Reorganize the file akettenis2020-07-061-11/+18
* IEEE1275 (Open Firmware) defines that parameter name strings can have akettenis2020-07-066-219/+50
* defer access of fb_info pointer in drm_fb_helper_hotplug_event()jsg2020-07-061-1/+2
* Add support for timeconting in userland.pirofti2020-07-0654-68/+657
* Repair athn(4) in client mode against WPA2 access points.stsp2020-07-062-13/+30
* match on D-Link DWA-121 rev B1jsg2020-07-061-1/+2
* regenjsg2020-07-062-4/+9
* add D-Link DWA-121 rev B1jsg2020-07-061-1/+2
* Fix pmap_pted_ro() such that it actually takes away PROT_EXEC when asked tokettenis2020-07-061-3/+2
* wire up kstat(4)dlg2020-07-0614-28/+42
* kstat does open, close, and ioctl.dlg2020-07-061-1/+9
* tell the kernel how to build kstatdlg2020-07-061-1/+4
* add kstat(4), a subsystem to let the kernel expose statistics to userland.dlg2020-07-062-0/+882
* Double checking you committed the correct diff sometimes payskrw2020-07-056-23/+23
* use the intended operator in cpu_rnd_messybits(); ok kettenis@naddy2020-07-051-2/+2
* Nuke struct scsi_link's "scsibus" member. The two drivers using itkrw2020-07-056-16/+14
* Use scsi_link's 'bus' field rather than slightly more obscurekrw2020-07-051-4/+2
* Enable xhci(4) and a (deliberately) tiny set of USB devices.kettenis2020-07-052-3/+14
* We need to set the bypass bit for "raw" DMA memory as well.kettenis2020-07-051-1/+23
* Count traps and interrupts. And count system calls in the same placekettenis2020-07-052-4/+10
* Don't forget to schedule an AST in need_resched().kettenis2020-07-051-1/+7
* uvideo_querycap(): Set the 'device_caps' field of struct v4l2_capability like done in utvfu(4)landry2020-07-051-2/+3
* Save FPU state to PCB before running a signal handler. This doesn'tkettenis2020-07-051-1/+9
* Make sure we return ENAMETOOLONG when copying a string into a buffer ofkettenis2020-07-052-2/+12
* We're self-hosted now.kettenis2020-07-051-5/+1
* Fix mbuf leak in urtwn(4) with frames that are CCMP-crypted in hardware.stsp2020-07-051-1/+2
* match on "ti,am335-sdhci" used since linux 5.8-rc3jsg2020-07-051-3/+5
* Bump the size of the ramdisk.kettenis2020-07-041-2/+2
* Use block device numbers instead of character device numbers.kettenis2020-07-041-4/+4
* Nestle all sc_link initialization near config_found() invocation.krw2020-07-041-4/+4
* Fill in nam2blk array.kettenis2020-07-041-1/+5
* Nestle all sc_c.sc_link initialization near config_found() invocation.krw2020-07-042-9/+10