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
2023-12-14
NKMEMPAGES_MAX_DEFAULT is no longer used. Remove it from param.h.
Claudio Jeker
2023-12-13
Fix syscall number bounds check computations.
Miod Vallat
2023-12-12
two syscall(2) removal chunks got lost
Theo de Raadt
2023-12-12
remove support for syscall(2) -- the "indirection system call" because
Theo de Raadt
2023-12-12
The sigtramp was calling sigreturn(2), and upon failure exit(2), which
Theo de Raadt
2023-12-11
Implement per-CPU caching for the page table page (vp) pool and the PTE
Mark Kettenis
2023-12-11
Add ampchwm(4) a driver to access the Ampere Altra Fine-Grained Power Telemetry
Claudio Jeker
2023-12-10
Add a new label "sigcodecall" inside every sigtramp definition, directly
Theo de Raadt
2023-12-05
boot_file was removed in arm64 machdep.c rev 1.55
Jonathan Gray
2023-12-04
Remove unneeded symbols.
Miod Vallat
2023-12-04
Account for nkmempages as well in the pmap_growkernel() call during
Claudio Jeker
2023-11-29
Fix unwanted sign-extension of ID register masks. Sign-extension of the
Mark Kettenis
2023-11-25
Fix oslog support and be more forgiving when we see messages that we don't
Mark Kettenis
2023-11-23
A mountroot hook unsets ci->ci_opp_table in case clocks or regulators
Patrick Wildt
2023-11-23
provide operating performance point info about each cpu via kstats.
David Gwynne
2023-11-13
enable UDF on arm64 install media
Jonathan Gray
2023-11-11
Enable CD9660 in RAMDISK so we can mount CD-ROMs.
Patrick Wildt
2023-10-26
add cd9660
Jonathan Gray
2023-10-26
make efi_getdisklabel_cd9660() handle a block size of 512 and simplify
Jonathan Gray
2023-10-24
Normally context switches happen in mi_switch() but there are 3 cases
Claudio Jeker
2023-10-09
Recognize GICv4 in the MADT and configure it as arm,gic-v3.
Patrick Wildt
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-12
Add an "openbsd,gic-its-id" property to gic-its nodes containing the ITS ID.
Jonathan Matthew
2023-09-06
revert disabling warnings for zlib on clang >= 15
Jonathan Gray
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-12
Fix comments regarding pcb_onfault maintainence. No code change.
Miod Vallat
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
Take advantage of the fact that the WFI instruction does continue
Mark Kettenis
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-22
Add qcsdam(4), a driver for the PMIC Shared Direct Access Memory found on
Patrick Wildt
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
Use "early 2" to attach aplpngr(4) to make sure it attaches before other
Mark Kettenis
2023-07-19
Implement "early 2" locator for mainbus(4) and simplebus(4) to make
Mark Kettenis
2023-07-16
Remove debug printfs that print the number of wakeups seen by the
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
[next]