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-12-06
Implement DMA address translation for "raw" loads as well.
Mark Kettenis
2021-12-06
zero correct var in cpu_dump()
Jonathan Gray
2021-12-03
- support I2C connected PMIC, add "early 1" to sxitwi.
SASANO Takayoshi
2021-11-27
stop building kernels with -Wno-uninitialized on clang archs
Jonathan Gray
2021-11-26
The IORT table usually only contains single mappings. While on the LX2K there
Patrick Wildt
2021-11-26
avoid clang -Wsometimes-uninitialized warning when MULTIPROCESSOR is not
Jonathan Gray
2021-11-23
limit a variable to the scope inside #ifdef where it is used
Theo de Raadt
2021-11-22
Enable iicmux(4) and pcyrtc(4).
Mark Kettenis
2021-11-22
Hack alert! Apple M1 systems still don't work with an MP kernel.
Mark Kettenis
2021-11-14
Make sure efiboot is built with RELA/REL relocations and not RELR,
Philip Guenther
2021-11-13
Catch up with (proposed) Linux device tree bindings.
Mark Kettenis
2021-11-12
Add support for controlling keyboard LEDs.
Mark Kettenis
2021-11-12
Use a mutex to lock the bus such that we can safely access the bus from
Mark Kettenis
2021-11-11
The Apple DART has a nifty feature that allows us protection of subranges
Mark Kettenis
2021-11-11
Retire switch(4) it never really was production ready and the OpenFlow
Claudio Jeker
2021-11-09
Add gpiokeys(4) for arm64
Klemens Nanni
2021-11-09
Sort gpio{leds,charger}
Klemens Nanni
2021-11-01
Remove backwards compat code.
Mark Kettenis
2021-11-01
Catch up with the Linux device tree bindings. Put the USB DARTs into bypass
Mark Kettenis
2021-11-01
Add support for the keyboard/touchpad on Apple M1 laptops.
Mark Kettenis
2021-10-31
Add aplspi(4), a driver for the SPI controller found on the Apple M1 SoC.
Mark Kettenis
2021-10-30
Add GPIO functionality (including support for using GPIOs as interrupt pins).
Mark Kettenis
2021-10-26
Enable vmx(4) on arm64. Tested using VMware Fusion on the Apple M1.
Patrick Wildt
2021-10-26
Only flush freshly mapped uncached/device mappings if we have a vm_page for it,
Patrick Wildt
2021-10-26
Allocate fresh memory to put our device tree into, to make sure we have least
Patrick Wildt
2021-10-26
Remove more occurences of O_RDONLY in our bootloaders.
Patrick Wildt
2021-10-24
Constify struct cfattach.
Martin Pieuchot
2021-10-24
Now that ampintcmsi(4)'s establish function returns a pointer to the
Patrick Wildt
2021-10-24
Stop setting etype in the MD crypto code. So far we have set the etype
Patrick Wildt
2021-10-23
Retire asynchronous crypto API as it is no longer required by any driver and
Tobias Heider
2021-10-21
Initialize interrupts to G1NS by configuring IGROUPR and IGRPMODR. This
Patrick Wildt
2021-10-21
Have ampintcmsi(4) go through the list of interrupt controllers to find the
Patrick Wildt
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
[next]