aboutsummaryrefslogtreecommitdiff
path: root/sys/arm64
Commit message (Expand)AuthorAgeFilesLines
* Remove remnant of arm's ELF trampolineMitchell Horne2020-05-311-22/+2
* genet: workaround for problem with ICMPv6 echo repliesMike Karels2020-05-301-0/+34
* genet: fix issues with transmit checksum offloadMike Karels2020-05-301-16/+43
* Support creating and using arm64 pmap at stage 2Andrew Turner2020-05-275-57/+309
* ice(4): Introduce new driver for Intel E800 Ethernet controllersEric Joyner2020-05-261-0/+2
* copystr(9): Move to deprecate (attempt #2)Conrad Meyer2020-05-251-61/+0
* Introduce VF610 I2C controller support.Marcin Wojtas2020-05-251-0/+1
* Add GPIO support for QorIQ boards.Marcin Wojtas2020-05-252-0/+587
* Add LS1046A clockgen driver.Marcin Wojtas2020-05-252-0/+256
* Add QorIQ platform clockgen driver.Marcin Wojtas2020-05-254-0/+620
* Stop performing a full icache sync when the DIC and IDC flags are setAndrew Turner2020-05-193-4/+50
* Create MSI/MSI-X isrcs as needed in the GICv3 ITS driverAndrew Turner2020-05-191-17/+92
* Remove arm64_idcache_wbinv_range as it's unused.Andrew Turner2020-05-152-10/+0
* Call acpi_pxm_set_proximity_info() slightly earlier on x86.Mark Johnston2020-05-141-2/+0
* Fix the name reported when the core supports a 64-bit CCIDXAndrew Turner2020-05-121-1/+1
* Revert r360944 and r360946 until reported issues can be resolvedConrad Meyer2020-05-121-0/+61
* copystr(9): Move to deprecate [2/2]Conrad Meyer2020-05-111-61/+0
* Simplify arm64's pmap_bootstrap() a bit.Mark Johnston2020-05-061-32/+6
* Export tracing facility of GIC500 ITS block.Michal Meloun2020-04-292-0/+105
* Don't try to re-initialize already preseted regulator.Michal Meloun2020-04-291-1/+10
* Multiple fixes for rockchip iodomain driver:Michal Meloun2020-04-291-3/+18
* arm64: rockchip: rk805: Use a tailq for the attached regulatorEmmanuel Vadot2020-04-251-8/+17
* Reorder initialization steps for given pin.Michal Meloun2020-04-251-23/+22
* Fix handling of 1GB mappings in the arm64 minidump code.Mark Johnston2020-04-241-24/+28
* Remove an obsolete TODO comment from several minidump implementations.Mark Johnston2020-04-241-1/+0
* arm64: rockchip: Fix TSADC on RK3328Emmanuel Vadot2020-04-231-12/+10
* Add genet driver for Raspberry Pi 4B EthernetMike Karels2020-04-224-0/+1904
* Convert arm's physmem interface to MI codeMitchell Horne2020-04-192-13/+11
* Convert canary, execpathp, and pagesizes to pointers.Brooks Davis2020-04-161-6/+6
* Centralize compatability translation macros.Brooks Davis2020-04-141-8/+2
* Add MDIO PHY driver for NS2 ARM64 platform.Wojciech Macek2020-04-063-0/+795
* Retire procfs-based process debugging.John Baldwin2020-04-011-1/+0
* Expand generic subword atomic primitivesConrad Meyer2020-03-251-0/+9
* Remove the secondary_stacks array in arm64 and riscv kernels.Mark Johnston2020-03-242-18/+59
* [PowerPC][Book-E] Fix missing load base in elf_cpu_parse_dynamic().Brandon Bergren2020-03-181-1/+1
* Add the missing brackets to the logical expression.Michal Meloun2020-03-091-2/+2
* Add more are64 special register fieldsAndrew Turner2020-03-061-6/+54
* Update the hypervisor registersAndrew Turner2020-03-062-20/+98
* Mark the arm64 machdep.h as kernel onlyAndrew Turner2020-03-051-0/+4
* Fix the spelling of aliasing.Andrew Turner2020-03-032-3/+3
* Move the arm64 cache identification to identcpu.cAndrew Turner2020-03-034-13/+59
* Fix the spelling of the VIPT cache type fieldAndrew Turner2020-03-032-3/+3
* Store the boot exception level on arm64 so it can be queried laterAndrew Turner2020-03-034-3/+18
* Add a space missed in r358545Andrew Turner2020-03-021-1/+1
* Generate the offsets for struct arm64_bootparams and use it in locore.SAndrew Turner2020-03-022-6/+16
* Fix the following -Werror warning from clang 10.0.0:Dimitry Andric2020-02-291-1/+1
* Fix the cache type identificationAndrew Turner2020-02-261-2/+2
* Mark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT (17 of many)Pawel Biernacki2020-02-262-5/+8
* Teach the arm64 ident CPU code to print non-ID registersAndrew Turner2020-02-261-7/+75
* Generalise the arm64 ASID allocator.Andrew Turner2020-02-262-53/+91