aboutsummaryrefslogtreecommitdiff
path: root/sys/arm64
Commit message (Expand)AuthorAgeFilesLines
* Set ident for GENERIC-MMCCAM to not announce itself asBjoern A. Zeeb2018-09-141-0/+1
* Exclude the EFI framebuffer from phys_avail[] on arm64.Mark Johnston2018-09-081-0/+8
* Catch exceptions during EFI RT calls on amd64.Konstantin Belousov2018-09-022-0/+21
* Remove {max/min}_offset() macros, use vm_map_{max/min}() inlines.Konstantin Belousov2018-08-291-6/+6
* Eliminate the arena parameter to kmem_free(). Implicitly this corrects anAlan Cox2018-08-252-4/+2
* a10_timer: Update the driver so we can use it on other SoCEmmanuel Vadot2018-08-231-0/+3
* arm64: GENERIC: Compile allwinner dtbsEmmanuel Vadot2018-08-231-0/+3
* Prepare the kernel linker to handle PC-relative ifunc relocations.Mark Johnston2018-08-221-0/+7
* Add muge(4) to the arm64 GENERIC kernelOleksandr Tymoshenko2018-08-211-0/+1
* Eliminate kmem_malloc()'s unused arena parameter. (The arena parameterAlan Cox2018-08-212-4/+2
* Eliminate kmem_alloc_contig()'s unused arena parameter.Alan Cox2018-08-201-4/+3
* use sbuf so that lines are printed together... As aarch64 oftenJohn-Mark Gurney2018-08-191-167/+188
* arm64: allwinner: Add aw_syscon driver to GENERICEmmanuel Vadot2018-08-191-0/+1
* Oops. r338030 didn't eliminate the unused arena argument from all ofAlan Cox2018-08-181-3/+2
* Make 'device crypto' lines more consistent.John Baldwin2018-08-181-3/+1
* GPT is standard in x86 and arm64 land. Add it to DEFAULTS with theWarner Losh2018-08-171-0/+1
* Set the Execute Never flags in EFI device memory as required by the ARMv8Andrew Turner2018-08-151-3/+8
* Add support to the Marvell Xenon SDHCI controller.Luiz Otavio O Souza2018-08-141-0/+1
* Use the correct PTE when changing the attribute of multiple pages.Luiz Otavio O Souza2018-08-141-1/+1
* Support reading from the arm64 ID registers from userspace.Andrew Turner2018-08-141-3/+130
* efirt: Don't enter EFI context early, convert addrs to KVA insteadKyle Evans2018-08-041-0/+13
* Add pmap_is_valid_memattr(9).Konstantin Belousov2018-08-011-0/+7
* nvmem: Add nvmem interface and helpersEmmanuel Vadot2018-07-311-0/+1
* Use int for the pcpu_ssbd argument. This is included from userland and mayAndrew Turner2018-07-312-3/+3
* Implement the SSBD (CVE-2018-3639) workaround on arm64Andrew Turner2018-07-314-1/+67
* Enable VIMAGE on arm64 again. A workaround for modules with static VNETAndrew Turner2018-07-301-1/+1
* Simplify the arm64 implementation of pmap_mincore().Mark Johnston2018-07-251-59/+28
* Eliminate a comment that doesn't apply to this pmap implementation.Alan Cox2018-07-211-9/+3
* Add support for pmap_enter(psind = 1) to the arm64 pmap.Mark Johnston2018-07-203-11/+237
* Initialize the L3 page's wire count correctly after a L2 entry demotion.Mark Johnston2018-07-201-0/+1
* arm64: Add vt_efifb to GENERICEmmanuel Vadot2018-07-191-0/+2
* Raise the size of L3 table for early devmap on arm64Emmanuel Vadot2018-07-192-2/+4
* Port r324665 and r325285 to arm64.Mark Johnston2018-07-182-22/+81
* Remove VM_FREELIST_ISADMA. It's not needed on these architectures.Warner Losh2018-07-171-10/+4
* Enable UART support for Xilinx Ultrascale+ SoCsMarcin Wojtas2018-07-131-0/+1
* ARM64: Add ThunderX2 CPU revision macro. Add ThunderX2 name in identcpu.cWojciech Macek2018-07-092-0/+3
* Reuse the PV entry when updating a mapping in pmap_enter().Mark Johnston2018-07-081-25/+42
* Export a breakpoint() function to userland for arm and arm64.John Baldwin2018-07-061-6/+6
* Regen arm64 linux sysent after r336043Ed Maste2018-07-062-3/+3
* Fix arm64 linuxulator clone() argument orderEd Maste2018-07-061-2/+2
* Back pcpu zone with domain correct pagesMatt Macy2018-07-061-2/+2
* Add stub arm64 linuxulator VDSO ldscriptEd Maste2018-06-281-0/+22
* Make cpu_set_syscall_retval common between the existing FreeBSD ABI andAndrew Turner2018-06-252-19/+4
* Initial arm64 linuxulator linux_sysvecEd Maste2018-06-251-0/+563
* Re-count available PV entries after reclaiming a PV chunk.Mark Johnston2018-06-231-2/+12
* Add pmap_mapdev_attr for arm64Emmanuel Vadot2018-06-202-1/+3
* if_rk_dwc: Disable setting delays for nowEmmanuel Vadot2018-06-201-1/+2
* rk_gpio: Read the correct register for gpio readEmmanuel Vadot2018-06-201-1/+1
* if_rk_dwc: Fix delays handlingEmmanuel Vadot2018-06-201-3/+4
* Move common GIC interrupt numbers to the common header. These are the sameAndrew Turner2018-06-191-8/+1