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
/
arm64
Age
Commit message (
Expand
)
Author
2021-10-13
The kernel crypto framework sometimes returned an error, sometimes
Alexander Bluhm
2021-10-10
Don't advertise MSI support if we don't have an MSI interrupt controller.
Mark Kettenis
2021-10-10
Only check whether we have an MSI interrupt controller when we try to
Mark Kettenis
2021-10-07
Use correct index variable.
Mark Kettenis
2021-10-06
Change sendsig() interface so that the MD code does not need to access
Claudio Jeker
2021-09-25
Add gpiocharger(4) for arm64
Klemens Nanni
2021-09-25
Add gpioleds(4) for arm64
Klemens Nanni
2021-09-14
Cleanup some style issues.
Mark Kettenis
2021-09-09
Adjust for DT binding changes. Add some temporary backwards compatibility
Mark Kettenis
2021-09-06
Accompany some functions wich are marked inline with the static keyword
Patrick Wildt
2021-09-03
It's time to enable smmu(4).
Patrick Wildt
2021-09-02
Fix comment spelling.
Patrick Wildt
2021-09-02
Fix the TCR_TG0_xxx definitions and add TCR_TG0_4K to the initial setting
Mark Kettenis
2021-08-31
Do pinctrl stuff.
Mark Kettenis
2021-08-31
Add aplpinctrl(4), a driver for the Apple GPIO controller found on M1 SoCs.
Mark Kettenis
2021-08-30
Remove typedef of db_addr_t; mpi converted the users of it to vaddr_t already
Jasper Lievisse Adriaanse
2021-08-29
Reduce the number of openings for aplns(4) to 1. This isn't correct but
Mark Kettenis
2021-08-20
Add ucc(4), a driver for USB HID Consumer Control keyboards. Such
anton
2021-07-26
Adjust driver for device tree binding changes.
Mark Kettenis
2021-07-09
use vaddr_t as type for frames as is commonly used elsewhere too
Jasper Lievisse Adriaanse
2021-07-09
Parse /soc/dma-ranges to populate the openbsd,dma-constraint property.
Patrick Wildt
2021-07-08
The properties of the crypto algorithms never change. Declare them
Alexander Bluhm
2021-07-07
update drm to linux 5.10.47
Jonathan Gray
2021-07-06
Introduce CPU_IS_RUNNING() and us it in scheduler-related code to prevent
Mark Kettenis
2021-07-03
Avoid spinning with interrupts disabled.
Mark Kettenis
2021-07-02
Avoid local variable definitions in the middle of code.
Mark Kettenis
2021-07-02
Avoid spinning with interrupts disabled in the rpi3.
Mark Kettenis
2021-06-29
whitespace
Mark Kettenis
2021-06-29
Enable rktcphy(4).
Patrick Wildt
2021-06-28
delete .align inside sigtramp stubs, as the stack alignment requirement
Theo de Raadt
2021-06-27
Make sure __bss_start is aligned on an 8-byte boundary. This makes sure
Mark Kettenis
2021-06-25
Move unused eficall.h files to the Attic.
Kenneth R Westerback
2021-06-25
Clean up and remove debug prints, and add a few more relevant prints for
Patrick Wildt
2021-06-25
While it seems like we can choose any I/O virtual address for peripheral
Patrick Wildt
2021-06-25
Save quite a bit of space by removing the existence of PTEDs. The
Patrick Wildt
2021-06-23
The first page of the I/O virtual address space is reserved so that
Patrick Wildt
2021-06-11
Store the device tree node in the pcitag_t like we do on powerpc64 andi
Mark Kettenis
2021-06-10
Add Spleen 12x24 and 16x32 on amd64's RAMDISK_CD and arm64 RAMDISK kernels.
Frederic Cambus
2021-06-10
recognise Cortex-A510, Cortex-A710 and Cortex-X2
Jonathan Gray
2021-06-07
"intrisic" -> "intrinsic" in a couple of comments.
Kenneth R Westerback
2021-06-06
Replace all uses of 'EFI_CALL(func, params)' with
Kenneth R Westerback
2021-06-04
yasuoka@ pointed out that amd64 clang now understands
Kenneth R Westerback
2021-06-02
Use the same logic in all copies of gpt_chk_mbr(), relaxing the
Kenneth R Westerback
2021-06-02
Add support for booting from disks with 4k sectors. Inspired by the
Mark Kettenis
2021-06-02
kernel: introduce per-CPU panic(9) message buffers
cheloha
2021-05-31
try to get rid of a weird comma on the alpns attach line.
David Gwynne
2021-05-30
Include <sys/mutex.h> to avoid a hidden header dependency.
Visa Hankala
2021-05-29
Enable aplns(4).
Mark Kettenis
2021-05-29
Remove support for the hibernate queue. Allocating this queue would
Mark Kettenis
2021-05-28
Enable imxdog(4)
Patrick Wildt
[next]