index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
Age
Commit message (
Expand
)
Author
2020-07-07
Add opalsens(4), a driver for sensors provided by the OPAL firmware.
Mark Kettenis
2020-07-07
fix a copy pasto.
David Gwynne
2020-07-07
Switch iwx(4) from -46 to -48 firmware.
Stefan Sperling
2020-07-07
apparently vmx(4) needs a power of 2 number of interrupts.
David Gwynne
2020-07-07
add kstat support for some of the counters the chip maintains.
David Gwynne
2020-07-07
drm: use hi-res time to implement ktime_get(), ktime_get_real()
cheloha
2020-07-07
don't try and be too clever in the kstat update timeout.
David Gwynne
2020-07-07
remove some old code from a previous version of the kstat diff.
David Gwynne
2020-07-07
add kstat support for reading hardware counters.
David Gwynne
2020-07-07
Get rid of some rasops callbacks in efifb that only call rasops
Joshua Stein
2020-07-07
small typo
Theo de Raadt
2020-07-07
add kstat support for reading the "hardware" counters for each ring.
David Gwynne
2020-07-07
add kstats for rx queues (ifiqs) and transmit queues (ifqs).
David Gwynne
2020-07-06
Wire down the timekeep page. If we don't do this, the pagedaemon may
Mark Kettenis
2020-07-06
Protect the whole pipex(4) layer by NET_LOCK(). pipex(4) was
mvs
2020-07-06
pipex_rele_session() frees memory pointed by `old_session_keys'. Use it in
mvs
2020-07-06
fix spelling
Theo de Raadt
2020-07-06
Save and restore FPU around signal handlers.
Mark Kettenis
2020-07-06
Hide most of the contents behind #ifdef _KERNEL. Reorganize the file a
Mark Kettenis
2020-07-06
IEEE1275 (Open Firmware) defines that parameter name strings can have a
Mark Kettenis
2020-07-06
defer access of fb_info pointer in drm_fb_helper_hotplug_event()
Jonathan Gray
2020-07-06
Add support for timeconting in userland.
Paul Irofti
2020-07-06
Repair athn(4) in client mode against WPA2 access points.
Stefan Sperling
2020-07-06
match on D-Link DWA-121 rev B1
Jonathan Gray
2020-07-06
regen
Jonathan Gray
2020-07-06
add D-Link DWA-121 rev B1
Jonathan Gray
2020-07-06
Fix pmap_pted_ro() such that it actually takes away PROT_EXEC when asked to
Mark Kettenis
2020-07-06
wire up kstat(4)
David Gwynne
2020-07-06
kstat does open, close, and ioctl.
David Gwynne
2020-07-06
tell the kernel how to build kstat
David Gwynne
2020-07-06
add kstat(4), a subsystem to let the kernel expose statistics to userland.
David Gwynne
2020-07-05
Double checking you committed the correct diff sometimes pays
Kenneth R Westerback
2020-07-05
use the intended operator in cpu_rnd_messybits(); ok kettenis@
Christian Weisgerber
2020-07-05
Nuke struct scsi_link's "scsibus" member. The two drivers using it
Kenneth R Westerback
2020-07-05
Use scsi_link's 'bus' field rather than slightly more obscure
Kenneth R Westerback
2020-07-05
Enable xhci(4) and a (deliberately) tiny set of USB devices.
Mark Kettenis
2020-07-05
We need to set the bypass bit for "raw" DMA memory as well.
Mark Kettenis
2020-07-05
Count traps and interrupts. And count system calls in the same place
Mark Kettenis
2020-07-05
Don't forget to schedule an AST in need_resched().
Mark Kettenis
2020-07-05
uvideo_querycap(): Set the 'device_caps' field of struct v4l2_capability like...
Landry Breuil
2020-07-05
Save FPU state to PCB before running a signal handler. This doesn't
Mark Kettenis
2020-07-05
Make sure we return ENAMETOOLONG when copying a string into a buffer of
Mark Kettenis
2020-07-05
We're self-hosted now.
Mark Kettenis
2020-07-05
Fix mbuf leak in urtwn(4) with frames that are CCMP-crypted in hardware.
Stefan Sperling
2020-07-05
match on "ti,am335-sdhci" used since linux 5.8-rc3
Jonathan Gray
2020-07-04
Bump the size of the ramdisk.
Mark Kettenis
2020-07-04
Use block device numbers instead of character device numbers.
Mark Kettenis
2020-07-04
Nestle all sc_link initialization near config_found() invocation.
Kenneth R Westerback
2020-07-04
Fill in nam2blk array.
Mark Kettenis
2020-07-04
Nestle all sc_c.sc_link initialization near config_found() invocation.
Kenneth R Westerback
[next]