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
/
dev
Age
Commit message (
Expand
)
Author
2024-09-29
correct a prototype
Jonathan Gray
2024-08-18
don't need to put config_activate_children inside cfattach, because
Theo de Raadt
2024-07-06
remove ampintc_intr_string(), unused on arm64
Jonathan Gray
2024-07-05
When trying to enable multiple MSI vectors, check the flag first whether
Patrick Wildt
2024-07-03
Right now MSIs don't work on the Qualcomm Snapdragon X Elite (X1E80100).
Patrick Wildt
2024-07-03
Map BUS_SPACE_MAP_PREFETCHABLE to Normal-NC. There are other memory
Mark Kettenis
2024-07-02
Give the Qualcomm Snapdragon X Elite (X1E80100) the same treatment as its
Patrick Wildt
2024-06-23
While Qualcomm Snapdragon X Elite (X1E80100) claims to support 32 device-id
Patrick Wildt
2024-06-19
The GICv3 redistributor spacing on the X1E80100 (Snapdragon X Elite)
Patrick Wildt
2024-06-19
The X1E80100 (Snapdragon X Elite) joins the group of chips that require
Patrick Wildt
2024-05-28
Garbage collect sleep_abort(); it doesn't do anything useful anymore.
Mark Kettenis
2024-05-13
remove prototypes with no matching function
Jonathan Gray
2024-03-25
Add rpigpio(4), a driver for the RP1 GPIO controller on the Raspberry Pi 5.
Patrick Wildt
2024-02-03
Implement Multiple Message MSI support on arm64. As on amd64 this is
Mark Kettenis
2024-01-29
Because of the way the Linux code behind apldrm(4) is structured it may
Mark Kettenis
2024-01-20
There are several DART variants; print some more details such that we can
Mark Kettenis
2024-01-20
Fetch touchpad dimensions from firmware here as well.
Mark Kettenis
2024-01-15
Add support for bringing up RTKit while !cold.
Mark Kettenis
2024-01-15
Fetch touchpad dimensions from firmware instead of hardcoding the values
Mark Kettenis
2023-12-30
Improve the RTKit code. This update brings us crashlog and syslog parsing
Mark Kettenis
2023-12-28
Add stream ID mapping support for PCIe controller found on M2 Pro/Max SoCs.
Mark Kettenis
2023-12-23
Add support for "locked" DARTs. These have the page table registers
Mark Kettenis
2023-12-11
Add ampchwm(4) a driver to access the Ampere Altra Fine-Grained Power Telemetry
Claudio Jeker
2023-11-25
Fix oslog support and be more forgiving when we see messages that we don't
Mark Kettenis
2023-09-25
Implement support for stream IDs.
Mark Kettenis
2023-09-22
move simplebusvar.h so it can be used without ifdef
Jonathan Gray
2023-09-21
Properly set up the IOMMU stream ID mapping. Needed for upcoming changes
Mark Kettenis
2023-09-17
clockintr: remove clockintr_init(), clockintr_flags
Scott Soule Cheloha
2023-09-16
Skip non-MSI interrupt controllers when looking for one matching the ITS id
Jonathan Matthew
2023-09-14
clockintr: replace CL_RNDSTAT with global variable statclock_is_randomized
Scott Soule Cheloha
2023-09-12
Use IORT ITS nodes to find the right ITS instance to use when establishing
Jonathan Matthew
2023-09-12
Store ITS ID in struct interrupt_controller so it can be used to look up
Jonathan Matthew
2023-09-05
Fix touchpad on newer device trees. The *gpio fields moved up one layer.
Tobias Heider
2023-08-23
all platforms: separate cpu_initclocks() from cpu_startclock()
Scott Soule Cheloha
2023-08-11
agtimer(4/arm64): call CPU_BUSY_CYCLE() during spin-loop
Scott Soule Cheloha
2023-08-10
agtimer(4/arm64): agtimer_delay: compute cycle count with 64-bit arithmetic
Scott Soule Cheloha
2023-08-10
The Lenovo X13s has broken firmware that makes it impossible to use PAC.
Mark Kettenis
2023-07-26
Shutd down the power domains suring suspend.
Mark Kettenis
2023-07-25
statclock: move profil(2), GPROF code to profclock(), gmonclock()
Scott Soule Cheloha
2023-07-23
Implement suspend/resume support. This will turn off the power domain
Mark Kettenis
2023-07-23
Enable power domain.
Mark Kettenis
2023-07-20
Remove unused function prototype.
Mark Kettenis
2023-07-19
Reset sc->sc_early to 0 to make sure the framebuffer attaches.
Mark Kettenis
2023-07-19
Implement "early 2" locator for mainbus(4) and simplebus(4) to make
Mark Kettenis
2023-07-16
Read out the system power consumption immediately after wakeup and print
Mark Kettenis
2023-07-15
Remove stray argument name in function prototype.
Mark Kettenis
2023-07-13
Use the deep idle state available on Apple M1/M2 cores in the idle loop and
Mark Kettenis
2023-07-08
Adds request_sleep(), a MI way of sending the machine to sleep in
Tobias Heider
2023-07-07
Keep more information about the established LPI around, so that we can use
Patrick Wildt
2023-07-06
Use correct variable to check for successful allocation.
Patrick Wildt
[next]