summaryrefslogtreecommitdiff
path: root/sys
AgeCommit message (Expand)Author
2020-07-09do not need this one eitherTheo de Raadt
2020-07-09a couple of small tweaks that shrink the kstat code.David Gwynne
2020-07-08Info leaks in semctl SEM_GET, the pads (unknown old contents) and base (aTheo de Raadt
2020-07-08Handle a few more Hypervisor traps.Mark Kettenis
2020-07-08Make membar_consumer() a plain compiler barrier in kernel on octeon.Visa Hankala
2020-07-08do not need these versions of timetc.hTheo de Raadt
2020-07-08Use CPU_IS_PRIMARY macro in identifycpu() on amd64.Frederic Cambus
2020-07-08Userland timecounter implementation for sparc64.Mark Kettenis
2020-07-08Clean up the amd64 userland timecounter implementation a bit:Mark Kettenis
2020-07-07Add opalsens(4), a driver for sensors provided by the OPAL firmware.Mark Kettenis
2020-07-07fix a copy pasto.David Gwynne
2020-07-07Switch iwx(4) from -46 to -48 firmware.Stefan Sperling
2020-07-07apparently vmx(4) needs a power of 2 number of interrupts.David Gwynne
2020-07-07add kstat support for some of the counters the chip maintains.David Gwynne
2020-07-07drm: use hi-res time to implement ktime_get(), ktime_get_real()cheloha
2020-07-07don't try and be too clever in the kstat update timeout.David Gwynne
2020-07-07remove some old code from a previous version of the kstat diff.David Gwynne
2020-07-07add kstat support for reading hardware counters.David Gwynne
2020-07-07Get rid of some rasops callbacks in efifb that only call rasopsJoshua Stein
2020-07-07small typoTheo de Raadt
2020-07-07add kstat support for reading the "hardware" counters for each ring.David Gwynne
2020-07-07add kstats for rx queues (ifiqs) and transmit queues (ifqs).David Gwynne
2020-07-06Wire down the timekeep page. If we don't do this, the pagedaemon mayMark Kettenis
2020-07-06Protect the whole pipex(4) layer by NET_LOCK(). pipex(4) wasmvs
2020-07-06pipex_rele_session() frees memory pointed by `old_session_keys'. Use it inmvs
2020-07-06fix spellingTheo de Raadt
2020-07-06Save and restore FPU around signal handlers.Mark Kettenis
2020-07-06Hide most of the contents behind #ifdef _KERNEL. Reorganize the file aMark Kettenis
2020-07-06IEEE1275 (Open Firmware) defines that parameter name strings can have aMark Kettenis
2020-07-06defer access of fb_info pointer in drm_fb_helper_hotplug_event()Jonathan Gray
2020-07-06Add support for timeconting in userland.Paul Irofti
2020-07-06Repair athn(4) in client mode against WPA2 access points.Stefan Sperling
2020-07-06match on D-Link DWA-121 rev B1Jonathan Gray
2020-07-06regenJonathan Gray
2020-07-06add D-Link DWA-121 rev B1Jonathan Gray
2020-07-06Fix pmap_pted_ro() such that it actually takes away PROT_EXEC when asked toMark Kettenis
2020-07-06wire up kstat(4)David Gwynne
2020-07-06kstat does open, close, and ioctl.David Gwynne
2020-07-06tell the kernel how to build kstatDavid Gwynne
2020-07-06add kstat(4), a subsystem to let the kernel expose statistics to userland.David Gwynne
2020-07-05Double checking you committed the correct diff sometimes paysKenneth R Westerback
2020-07-05use the intended operator in cpu_rnd_messybits(); ok kettenis@Christian Weisgerber
2020-07-05Nuke struct scsi_link's "scsibus" member. The two drivers using itKenneth R Westerback
2020-07-05Use scsi_link's 'bus' field rather than slightly more obscureKenneth R Westerback
2020-07-05Enable xhci(4) and a (deliberately) tiny set of USB devices.Mark Kettenis
2020-07-05We need to set the bypass bit for "raw" DMA memory as well.Mark Kettenis
2020-07-05Count traps and interrupts. And count system calls in the same placeMark Kettenis
2020-07-05Don't forget to schedule an AST in need_resched().Mark Kettenis
2020-07-05uvideo_querycap(): Set the 'device_caps' field of struct v4l2_capability like...Landry Breuil
2020-07-05Save FPU state to PCB before running a signal handler. This doesn'tMark Kettenis