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
2020-09-06
amd64: add tsc_delay(), a delay(9) implementation based on the TSC
cheloha
2020-09-05
Implement spilling of kernel SLB entries. Mostly from FreeBSD.
Mark Kettenis
2020-09-05
Whitespace.
Mark Kettenis
2020-09-05
allow compile of kernels with DDB, in more cases.
Theo de Raadt
2020-09-05
Add mpii(4).
Mark Kettenis
2020-09-05
Replace '32' with SID_SCSI2_ALEN (a.k.a. 31) when building emulated INQUIRY
Kenneth R Westerback
2020-09-04
Restrict the size of the page table to 2G such that it never occupies more
Mark Kettenis
2020-09-04
Make the kernel address space a bit bigger.
Mark Kettenis
2020-09-04
Restrict the size of the page table to 2G such that it never occupies more
Mark Kettenis
2020-09-04
Add kstat to cnmac(4)
Visa Hankala
2020-09-03
amd64: lapic: refactor timer programming
cheloha
2020-09-03
Sprinkle some more eieio(); seems to avoid triggering the KASSERT(new > old).
Mark Kettenis
2020-09-03
Replace '.response_format = 2' with '.response_format = SID_SCSI2_RESPONSE'.
Kenneth R Westerback
2020-09-02
When building emulated INQUIRY results use the SCSI_REV_* #define's to
Kenneth R Westerback
2020-09-02
vfs_shutdown() is neccessary to ensure buffer cache drain before reexec()
Theo de Raadt
2020-09-01
Fix signotify() for powerpc64 bsd.mp
gkoehler
2020-09-01
Implement address translation for bus_space_mmap(9).
Mark Kettenis
2020-09-01
Store the device tree node in the pcitag_t.
Mark Kettenis
2020-09-01
Add PMAP_NOCACHE flag to the address returned by the generic
Mark Kettenis
2020-09-01
Fix write un-protecting of kernel memory. p was used uninitialized
Patrick Wildt
2020-09-01
Rename [READ|WRITE]_BIG to [READ|WRITE]_10. Rename struct scsi_rw_big to
Kenneth R Westerback
2020-09-01
Use sysctl_bounded_args for simple cases in cpu_sysctl on loongson
gnezdo
2020-08-31
crank to 6.8-beta
Theo de Raadt
2020-08-30
Reorganize the interrupt handler code to avoid a potential bogus KASSERT,
Mark Kettenis
2020-08-30
Lock all kernel PTE entries into the page tables, even "managed" ones
Mark Kettenis
2020-08-29
Only fall back on using the first potential root disk as the boot disk if
Mark Kettenis
2020-08-29
Mark certain sections with debug information as "allocated" such that they
Mark Kettenis
2020-08-28
Make fdt root node's model property readable through sysctl hw.product
Visa Hankala
2020-08-27
Improve write un-protecting of kernel memory. For the Computrace module
Patrick Wildt
2020-08-26
Improve detection of the proper boot device by picking the disk that
Mark Kettenis
2020-08-26
Declare hw_{prod,serial,uuid,vendor,ver} in <sys/systm.h>.
Visa Hankala
2020-08-25
Clear user SLB upon context switch.
Mark Kettenis
2020-08-24
Enable xicp(4) here as well.
Mark Kettenis
2020-08-24
Add some USB HID devices.
Mark Kettenis
2020-08-23
Enable xicp(4).
Mark Kettenis
2020-08-23
amd64: TSC timecounter: prefix RDTSC with LFENCE
cheloha
2020-08-23
Add xicp(4), a driver for the interrupt control presenter hardware found
Mark Kettenis
2020-08-23
Add support for "normal" external interrupts. Needed for running on POWER8
Mark Kettenis
2020-08-23
Add OPAL_SET_XIVE and OPAL_GET_XIVE.
Mark Kettenis
2020-08-23
Add missing conversion from IPL to CPU priority.
Mark Kettenis
2020-08-23
Attempt to support IODA2 bridges such as the one found on POWER8 chips.
Mark Kettenis
2020-08-23
Add support for POWER8 (and maybe earlier) CPUs. Not sure if this works on
Mark Kettenis
2020-08-23
Use sysctl_bounded_args for simple cases in cpu_sysctl on i386
gnezdo
2020-08-21
Use u_long for generation of VSIDs.
Mark Kettenis
2020-08-20
Fix build without NPCKBC and NUKBD
kn
2020-08-19
Use sysctl_bounded_args for simple cases in cpu_sysctl on amd64
gnezdo
2020-08-19
Push KERNEL_LOCK/UNLOCK() dance inside trapsignal().
Martin Pieuchot
2020-08-17
base clang is now i586. SMALL_KERNEL images have historically forced
Theo de Raadt
2020-08-17
Switch to a per-proc SLB cache. Seems to make GENERIC.MP kernels
Mark Kettenis
2020-08-17
Enable PAN (Privileged Access Never) on CPUs that support it. This means
Mark Kettenis
[next]