aboutsummaryrefslogtreecommitdiff
path: root/sys/arm64
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update the ID_AA64MMFR2_EL1 register definitionsMitchell Horne2020-10-162-0/+94
* Simplify preload_dump() conditionMitchell Horne2020-10-151-2/+1
* arm64: Increase NIRQ to 16kD Scott Phillips2020-10-151-1/+1
* Avoid dump_avail[] redefinition.Konstantin Belousov2020-10-143-1/+4
* Remove direct user access from the arm64 copyinstrAndrew Turner2020-10-141-3/+1
* Fix write only mappings on arm64Andrew Turner2020-10-131-1/+1
* 10Gigabit Ethernet driver for AMD SoCEmmanuel Vadot2020-10-112-2/+2
* random(4) FenestrasX: Push root seed version to arc4random(3)Conrad Meyer2020-10-102-2/+3
* Create in-tree LINT filesWarner Losh2020-10-092-5/+4
* Add a routine to dump boot metadataMitchell Horne2020-10-081-0/+9
* Print symbol index for unsupported relocation typesMitchell Horne2020-10-071-1/+2
* Tweak arm64's cpu_fetch_syscall_args(). This should make it possibleEdward Tomasz Napierala2020-10-051-10/+11
* Fix LINT: Add backlight to NOTESEmmanuel Vadot2020-10-021-0/+3
* Add cd device to arm64 GENERICEd Maste2020-10-011-0/+1
* arm64: set the correct HWCAPMitchell Horne2020-09-291-1/+1
* Fix booting arm64 EFI with LINUX_BOOT_ABI enabled.Michal Meloun2020-09-281-7/+6
* Get rid of sa->narg. It serves no purpose; use sa->callp->sy_narg instead.Edward Tomasz Napierala2020-09-276-18/+13
* Check the result of the function, not the pointer to it.Michal Meloun2020-09-271-1/+1
* Add LINUX_BOOT_ABI back to arm64 GENERIC kernel.Michal Meloun2020-09-271-0/+1
* Reapply r366193 with proper commit log.Michal Meloun2020-09-271-2/+2
* Revert r366193, it was committed with unsaved commit log.Michal Meloun2020-09-271-2/+2
* Don't map same physical memory multiple times with different cache attributes.Michal Meloun2020-09-271-2/+2
* Don't try to print EFI memeory map if it doesn't exist.Michal Meloun2020-09-271-1/+2
* Regen after r366145.Edward Tomasz Napierala2020-09-252-292/+298
* Clean up the arm64 bus_dma_run_filterAndrew Turner2020-09-241-8/+6
* Ensure arm64 DMA alignment is passed from parents to childrenAndrew Turner2020-09-241-0/+1
* Bounce in more cases in the arm64 busdmaAndrew Turner2020-09-241-51/+106
* Ensure we always align and size arm64 busdma allocations to a cachelineAndrew Turner2020-09-241-12/+28
* Add a coherent flag on the arm64 dma map structAndrew Turner2020-09-241-19/+22
* Add bounce helpers to the arm64 busdmaAndrew Turner2020-09-241-13/+30
* Add a vmparam.h constant indicating pmap support for large pages.Mark Johnston2020-09-231-0/+5
* Add largepage support to the arm64 pmap.Mark Johnston2020-09-232-26/+202
* arm64/pmap: Sparsify pv_tableD Scott Phillips2020-09-211-18/+70
* Sparsify the vm_page_dump bitmapD Scott Phillips2020-09-212-1/+13
* Move vm_page_dump bitset array definition to MI codeD Scott Phillips2020-09-213-60/+18
* Weaken assertions in pmap_l1_to_l2() and pmap_l2_to_l3().Mark Johnston2020-09-211-4/+18
* Adjust DMA alignment for USB stack.Michal Meloun2020-09-201-0/+1