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
/
arch
Age
Commit message (
Expand
)
Author
2021-01-15
Split the IORT struct into two, as the current version not only contained
Patrick Wildt
2021-01-15
Move IO Remapping Table (IORT) struct defines to the common ACPI header
Patrick Wildt
2021-01-13
kernel, sysctl(8): remove dead variable: tickadj
cheloha
2021-01-11
Clear CR 26 before returning to userland to avoid potentioal info leak.
Mark Kettenis
2021-01-09
Fold fitting sysctl_rdint into sysctl_bounded_arr in i386 cpu_sysctl
gnezdo
2021-01-09
"encoding of diag instructions is hard, let's go shopping"
Mark Kettenis
2021-01-09
Enable support for floating-point exceptions. We always run in "precise"
Mark Kettenis
2021-01-09
Now we do not call ttyopen() in sioopen(), we do not need the variable
Kenji Aoyama
2021-01-07
Fix typo in comment.
Mark Kettenis
2021-01-06
Allocate pages for the F00F bug fix using km_alloc(9) instead of
Jonathan Matthew
2021-01-03
Allocate address space for reposting vga devices using km_alloc(9) rather
Jonathan Matthew
2021-01-02
Use native display resolution 1368x768 with Lynloong all-in-one computers.
Visa Hankala
2021-01-02
Make kernel recognize Lynloong LM9002/9003 and LM9013.
Visa Hankala
2021-01-02
Allocate address space for struct cpu_info using km_alloc(9) instead of
Jonathan Matthew
2021-01-01
Add kstat to ogx(4).
Visa Hankala
2021-01-01
Remove useless redundant call of ttyopen().
jan
2020-12-31
Enable IPv4 and TCP/UDP checksum offload on transmission.
Visa Hankala
2020-12-31
remove pv includes which were missed in rev 1.70
Jonathan Gray
2020-12-30
Enter power-saving mode on POWER9 (ISA v3)
gkoehler
2020-12-28
Sync with i386 by asserting that IPL values should be at least IPL_NONE.
Martin Pieuchot
2020-12-28
Initialize pmap_kernel()'s mutexes.
Martin Pieuchot
2020-12-27
Enable acpihpet on install media, because otherwise clock initialization
Theo de Raadt
2020-12-25
Refactor klist insertion and removal
Visa Hankala
2020-12-24
Initialize mips64 pmap pool using IPL_VM.
Visa Hankala
2020-12-24
handle reported core clock frequency of 0 on newer Intel Comet Lake
Jonathan Gray
2020-12-23
Use IPL_VM for the pmap pool like we do on amd64.
Mark Kettenis
2020-12-23
Handle a few more userland traps that would lead to a kernel panic.
Mark Kettenis
2020-12-22
Use SIGILL for the Facility Unavailable Interrupt in usermode.
gkoehler
2020-12-22
Clear FSCR register. This gives us a sane default state where all facilities
Mark Kettenis
2020-12-22
Make clang the default compiler on loongson.
Visa Hankala
2020-12-22
stop showing amd l3 cache information
Jonathan Gray
2020-12-20
Fix typo.
Mark Kettenis
2020-12-20
The TCE table needs to be aligned on a boundary that is a multiple of its
Mark Kettenis
2020-12-20
Convert uvm_km_valloc(9) calls to km_alloc(9). Tested in qemu with
Jonathan Matthew
2020-12-19
Apply r1.86 of amd64 acpi_machdep.c to arm64 and i386, converting a few
Jonathan Matthew
2020-12-18
Add glue for the USB3 controller on the i.MX8MP SoC. NXP had this glue for
Patrick Wildt
2020-12-16
Do not clear useful bits in panic messages, always print full opte
Alexander Bluhm
2020-12-15
Use km_alloc(9)/km_free(9) instead of uvm_km_valloc(9)/uvm_km_free(9).
Mark Kettenis
2020-12-13
Geode CPU does not support SSE, so MXCSR does not exists there. As
Alexander Bluhm
2020-12-13
Turn simple sysctl_rdint into cpuctl_vars entries
gnezdo
2020-12-12
Rename the macro MCLGETI to MCLGETL and removes the dead parameter ifp.
jan
2020-12-09
fxp does not currently fit
Theo de Raadt
2020-12-09
Use daddr_t and not daddr32_t in boot media.
Kenneth R Westerback
2020-12-09
Remove redundant TLB flush. All callers of pmap_pte_remove() were already
Mark Kettenis
2020-12-06
Implement acpi_intr_disestablish() for amd64.
Mark Kettenis
2020-12-06
Implement pci_intr_disestablish(9) for acpicpi(4) on arm64.
Mark Kettenis
2020-12-06
Implement acpi_intr_disestablish() for arm64.
Mark Kettenis
2020-12-06
Add dwgpio(4) a driver for the Synopsys DesignWare GPIO controller.
Mark Kettenis
2020-12-06
Add missing byteswaps.
Mark Kettenis
2020-12-06
Introduce constants to access the setjmp(3) jmp_buf fields from
Alexander Bluhm
[next]