summaryrefslogtreecommitdiff
path: root/sys/arm64
Commit message (Expand)AuthorAgeFilesLines
* 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
* arm64: Remove a racy KASSERT from pmap_remove_pages()Mark Johnston2020-10-271-2/+0
* Fix misnomer - linux_to_bsd_errno() does the exact opposite.Edward Tomasz Napierala2020-10-271-4/+2
* audit: also correctly audit linux_execve()Kyle Evans2020-10-261-0/+3
* Add IOMMU support to GICv3 Interrupt Translation Service (ITS) driver.Ruslan Bukin2020-10-251-1/+52
* Micro-optimize uma_small_alloc(). Replace bzero(..., PAGE_SIZE) byAlan Cox2020-10-221-3/+2
* [hwpmc] Fix call chain capture for ARM64Oleksandr Tymoshenko2020-10-221-1/+1
* arm64: add uhci to GENERICEd Maste2020-10-201-0/+1
* Remove unused labels from the arm64 casueword*Andrew Turner2020-10-191-6/+6
* Split the common arm64 fu* and su* asm to a macroAndrew Turner2020-10-191-32/+15
* Move the arm64 userspace access checks to macrosAndrew Turner2020-10-192-40/+26
* arm64: export a few more HWCAPsMitchell Horne2020-10-161-1/+13