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
/
include
Age
Commit message (
Expand
)
Author
2023-07-02
all platforms, kernel: remove __HAVE_CLOCKINTR symbol
Scott Soule Cheloha
2023-06-10
Implement support for pointer authentication (PAC) in userland. With PAC
Mark Kettenis
2023-04-28
bump MAXDSIZ to 128G on amd64 and 64G on arm64
Robert Nagy
2023-04-16
Make enabling the BTI feature a per-pmap thing by storing the ATTR_GP bit
Mark Kettenis
2023-04-16
Clear BTYPE bits when setting up a signal handler and when handling a
Mark Kettenis
2023-04-11
fix double words in comments
Jonathan Gray
2023-03-27
Implement branch target protection using the branch target identification
Mark Kettenis
2023-03-19
Aggressively randomize the location of the stack on all 64-bit architectures
Mark Kettenis
2023-02-19
Add support for deep(er) idle states that can be entered using PSCI. For
Mark Kettenis
2023-02-16
Remove obsolete __HAVE_VM_PAGE_MD define - all platforms provide vm_page_md
Miod Vallat
2023-01-22
Simplify the (so far unused) apm_record_event() function a bit and use it
Mark Kettenis
2023-01-21
Make bus_dmamem_alloc_range(9) API available.
Mark Kettenis
2023-01-14
Implement access to EFI variables and ESRT through an ioctl(2) interface
Mark Kettenis
2023-01-09
Allwinner hardware sucks! The ARM generic timer on the A64 has a bug
Mark Kettenis
2022-12-31
Add machdep.lidaction to machdep names list.
Patrick Wildt
2022-12-23
Add detection of EPAN feature bit.
Mark Kettenis
2022-12-21
Pull enabling/disabling wakeup interrupt handling out of the aplintc(4)
Mark Kettenis
2022-12-10
Mitigate Spectre-BHB by using core-specific trampoline vectors. On some cores
Patrick Wildt
2022-12-09
Add detection for Spectre-BHB related CLRBHB, ECBHB and CSV2_3/HCXT
Patrick Wildt
2022-12-08
_C_LABEL() and _ASM_LABEL() are no longer useful in the "everything
Philip Guenther
2022-11-26
Add arm64 lid_action sysctl for Apple Silicon laptops.
Tobias Heider
2022-11-24
Expose the complete set of ID registers as defined in the current version
Mark Kettenis
2022-11-24
Document a few more ID register bits. This should add most of the stuff
Mark Kettenis
2022-11-21
Get rid of pmap_map_early(). This is part of my crusade against the use of
Mark Kettenis
2022-11-09
Implement wakeup interrupt support. For now this is only implemented for
Mark Kettenis
2022-11-08
KNF/whitespace - no code change
Mike Larkin
2022-11-08
arm64: switch to clockintr(9)
Scott Soule Cheloha
2022-11-08
Move definitions for CNTV_CTL_EL0 to armreg.h.
Mark Kettenis
2022-11-07
Implement db_write_text/bytes() which add support for ddb(4)'s breakpoints.
Martin Pieuchot
2022-10-04
Add a few more PSTATE bits.
Mark Kettenis
2022-08-30
Remove long unused WARN_REFERENCES macro; idea guenther@, ok jsg@ jca@
Miod Vallat
2022-08-29
use ansi volatile keyword, not __volatile
Jonathan Gray
2022-08-24
Add DIT CPU feature.
Mark Kettenis
2022-07-13
Implement the fundamentals for suspend/resume on arm64. This uses PSCI
Mark Kettenis
2022-07-02
remove machine/lock.h where unused
Jonathan Gray
2022-06-28
Remove unused field d_poll from struct cdevsw.
Visa Hankala
2022-06-16
Bump MAXCPUS to 256, which is the maximum number of cores on a dual socket
Mark Kettenis
2022-05-24
Address the clang 13 "changed binding to STB_WEAK" warning on arm64:
Philip Guenther
2022-03-23
Export the ID_AA64ISARn_EL1 registers to userspace through sysctl(2) such
Mark Kettenis
2022-03-21
Remove unused files which serve no purpose in OpenBSD; with and ok jsg@
Miod Vallat
2022-02-24
Fix PIC_SYM() macro: it never needs to token paste, so it's not
Philip Guenther
2022-02-23
unifdef __ELF__
Jonathan Gray
2022-02-04
Define __HAVE_PMAP_MPSAFE_ENTER_COW; the ARMv8 architecture requires
Mark Kettenis
2022-01-02
slignment -> alignment
Jonathan Gray
2022-01-01
Rewrite the kernel FPU handling code. The new code saves the FPU state
Mark Kettenis
2021-11-22
Hack alert! Apple M1 systems still don't work with an MP kernel.
Mark Kettenis
2021-09-02
Fix the TCR_TG0_xxx definitions and add TCR_TG0_4K to the initial setting
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-07-06
Introduce CPU_IS_RUNNING() and us it in scheduler-related code to prevent
Mark Kettenis
2021-06-11
Store the device tree node in the pcitag_t like we do on powerpc64 andi
Mark Kettenis
[next]