aboutsummaryrefslogtreecommitdiff
path: root/sys/arm64
Commit message (Expand)AuthorAgeFilesLines
...
* Tegra210: Connect to GENERIC kernel.Michal Meloun2020-12-301-2/+10
* Tegra210: Add lost-in-merge fixes:Michal Meloun2020-12-302-2/+2
* ARM64: Port FreeBSD to Nvidia Jetson TX1 and Nano.Michal Meloun2020-12-2815-0/+10717
* Use the base address for early arm64 page tablesAndrew Turner2020-12-261-1/+1
* Move the literal pool to the end of asm functionsAndrew Turner2020-12-231-1/+1
* Mark all arm64 locore functions with ENTRY/LENTRYAndrew Turner2020-12-231-13/+20
* Add LENTRY and LEND to arm64Andrew Turner2020-12-231-3/+6
* Use the new PAGE_SIZE_4K in the GICv3 driverAndrew Turner2020-12-231-2/+2
* Rename the arm64 4k PAGE_* macrosAndrew Turner2020-12-231-3/+7
* More the arm64 early page tables and stack to .bssAndrew Turner2020-12-231-5/+7
* Improve address generation in the early arm64 bootAndrew Turner2020-12-231-11/+22
* Skip the vm.pmap.kernel_maps sysctl by default.John Baldwin2020-12-181-1/+1
* arm64: rk3399: Export the watchdog clockEmmanuel Vadot2020-12-181-0/+5
* Fix whitespace in comment modified by r368697Jessica Clarke2020-12-161-1/+1
* Allocate right number of pages for the bounced buffers crossing the page.Michal Meloun2020-12-161-5/+13
* Enable ROUTE_MPATH support in GENERIC kernels.Alexander V. Chernikov2020-12-141-0/+1
* Verify (and fix) the context_id argument passed to the mpentry () by PSCI.Michal Meloun2020-12-141-0/+15
* arm64: fix struct l_sigaction_t layoutMitchell Horne2020-12-081-1/+1
* Check that the frame pointer is within the current stack.John Baldwin2020-12-085-21/+21
* Use a macro to find the offset of kern_ttbr0Andrew Turner2020-12-082-1/+2
* Free the arm64 bootparams memory after initarmAndrew Turner2020-12-081-0/+2
* Ensure the boot CPU is CPU 0 on arm64Andrew Turner2020-12-071-39/+66
* Simplify startup of secondary cores and store MPIDR register to pcpu.Michal Meloun2020-12-053-68/+35
* Add basic support for Freescale LX2160A SoC.Michal Meloun2020-12-054-0/+917
* Connect DTB files based on LX2160A SoC to build.Michal Meloun2020-12-051-1/+1
* Add CFI start/end proc directives to arm64, i386, and ppcConrad Meyer2020-12-053-2/+12
* Add support for RK3288 SoC.Michal Meloun2020-12-049-1/+1663
* [arm64] Bump MAXMEMDOM value to 8 to match amd64Oleksandr Tymoshenko2020-12-011-1/+1
* Use uintptr_t instead of uint64_t for pointers in stack frames.John Baldwin2020-12-015-20/+20
* arm64: Do not rely on SPCR table to detect acpiEmmanuel Vadot2020-11-261-1/+1
* arm64: Check if we have a map before checking the flagsEmmanuel Vadot2020-11-241-1/+1
* Linuxolator: Replace use of eventhandlers by sysent hooks.Konstantin Belousov2020-11-231-0/+3
* Fall back to use the GICR address from the generic interrupt structAndrew Turner2020-11-191-0/+47
* 'make sysent' for r367773Conrad Meyer2020-11-173-6/+60
* linux(4): Implement name_to_handle_at(), open_by_handle_at()Conrad Meyer2020-11-171-2/+12
* Stop calling gic_v3_detach when we haven't called gic_v3_attachAndrew Turner2020-11-171-3/+4
* Allow the GICv3 ACPI driver to attach to a GICv4Andrew Turner2020-11-171-2/+9
* Introduce IOMMU support for arm64 platform.Ruslan Bukin2020-11-169-0/+3523
* imx7gpc: Remove unused functionsEmmanuel Vadot2020-11-161-14/+0
* arm64: bs_sr_<N> take IIBjoern A. Zeeb2020-11-091-12/+8
* linux(4): Deduplicate unimpl/dummy syscall handlersConrad Meyer2020-11-052-167/+63
* Stop trying to bounce in memory allocated by bus dmaAndrew Turner2020-11-051-0/+4
* arm64: implement bs_sr_<N>Bjoern A. Zeeb2020-11-041-4/+48
* Add the pmap.h changes missed in r367320Andrew Turner2020-11-041-1/+3
* Allow the creation of 3 level page tables on arm64Andrew Turner2020-11-041-7/+44
* Add routines for ARM System MMU (SMMU) pmap management.Ruslan Bukin2020-11-022-0/+184
* Tidy up the #includes. Recent changes, such as the introduction ofAlan Cox2020-11-021-4/+0
* Improve loading of multipage aligned buffers.Michal Meloun2020-11-021-15/+37
* o Add the domain member to the struct bus_dma_tag_common as required byRuslan Bukin2020-10-271-0/+2
* Take the ITS device lock around gicv3_its_release_irqsrc() since thatRuslan Bukin2020-10-271-0/+2