aboutsummaryrefslogtreecommitdiff
path: root/sys/arm64/include/machdep.h
Commit message (Expand)AuthorAgeFilesLines
* arm64: Remove the E2H check from has_hypAndrew Turner2024-08-211-1/+0
* arm64: Add in_vhe() to find if the kernel is in VHEAndrew Turner2024-02-211-0/+1
* arm64: Make kern_delta unneeded in the boot paramsAndrew Turner2023-11-151-1/+0
* sys: Remove $FreeBSD$: two-line .h patternWarner Losh2023-08-161-2/+0
* arm64: disable the physical timer for now if HCR_EL2.E2H is setKyle Evans2023-03-031-0/+1
* Remove unneeded variables in the arm64 pmap bootstrapAndrew Turner2022-09-271-2/+0
* Use L2 blocks when in the identity mapAndrew Turner2021-03-031-0/+8
* Switch to an empty ttbr0 pagetable when the MMU is enabledAndrew Turner2020-09-031-0/+1
* Use EFI memory map to determine attributes for Acpi mappings on arm64.Andrew Turner2020-06-281-0/+1
* Mark the arm64 machdep.h as kernel onlyAndrew Turner2020-03-051-0/+4
* Store the boot exception level on arm64 so it can be queried laterAndrew Turner2020-03-031-0/+3
* Add support for booting kernel directly from U-Boot using booti command.Michal Meloun2019-12-071-0/+4
* revert r354714 "Boot arm64 kernel using booti command from U-boot."Justin Hibbits2019-12-021-4/+0
* Boot arm64 kernel using booti command from U-boot.Justin Hibbits2019-11-141-0/+4
* Remove physmap from the arm64 machdep.h. This was missed in r334162.Andrew Turner2018-05-241-3/+0
* Reliably enable debug exceptions on all CPUs.John Baldwin2017-08-121-0/+1
* Add a kernel variable to let the user to select their preferred orderAndrew Turner2016-08-011-0/+8
* arm64: pagezero improvementWojciech Macek2016-04-041-0/+1
* Add support for 4 level pagetables. The userland address space has beenAndrew Turner2016-03-311-0/+1
* Bring in the start of the arm64 kernel.Andrew Turner2015-04-131-0/+44