aboutsummaryrefslogtreecommitdiff
path: root/sys/arm64
Commit message (Expand)AuthorAgeFilesLines
* Enable stack gap on arm64Dawid Gorecki2021-10-211-0/+1
* Pass the ACPI ID when reading the ACPI domainAndrew Turner2021-10-201-1/+1
* Use the vm_radix_init() helper when initializing pmapsMark Johnston2021-10-202-3/+3
* Convert vm_page_alloc() callers to use vm_page_alloc_noobj().Mark Johnston2021-10-203-43/+22
* Stop reading the arm64 domain when it's knownAndrew Turner2021-10-121-3/+3
* Allocate arm64 per-CPU data in the correct domainAndrew Turner2021-10-114-18/+39
* Only demote when needed in the arm64 pmap_change_props_lockedAndrew Turner2021-10-111-31/+45
* Add pmap_change_prot on arm64Andrew Turner2021-10-112-13/+82
* Enable PPS_SYNC on amd64, arm64 and armv7Konstantin Belousov2021-10-101-0/+6
* arm, arm64, riscv: adjust top-level nexus commentMitchell Horne2021-10-081-3/+1
* arm64: move signal delivery code to exec_machdep.cKonstantin Belousov2021-10-083-588/+693
* arm64, riscv: Fix TRAF_PC() to return the PC, not the return address.John Baldwin2021-10-011-1/+1
* Add a gic interface to allocate MSI interruptsAndrew Turner2021-10-011-44/+73
* Allow ddb and dtrace use the DMAP region on arm64Andrew Turner2021-10-013-24/+46
* Also print symbols when printing arm64 registersAndrew Turner2021-10-011-14/+44
* arm64: std.nxp Add enetc NIC driverKornel Duleba2021-10-011-0/+3
* minidump: De-duplicate the progress barMitchell Horne2021-09-292-43/+6
* minidump: De-duplicate is_dumpable()Mitchell Horne2021-09-292-19/+5
* Add the arm64 table attributes and use themAndrew Turner2021-09-293-6/+29
* qoriq_therm.c: avoid a segfault on the error exit path.Ian Lepore2021-09-281-1/+2
* Add the clock for the imx8 thermal monitoring unit.Ian Lepore2021-09-282-0/+4
* Add ethernet to the standard drivers for imx8.Ian Lepore2021-09-281-0/+3
* arm64: Handle thumb2 thread entry point.Olivier Houchard2021-09-211-2/+4
* Drop cloudabiKonstantin Belousov2021-09-212-398/+0
* arm64: Handle 32bits breakpoint exception.Olivier Houchard2021-09-212-0/+4
* Fix the arm64 L2_BLOCK_MASK definitionAndrew Turner2021-09-211-1/+1
* arm: rockchip: rk3288: Use the macros that already exists in rk_cru.hEmmanuel Vadot2021-09-151-101/+2
* arm64: rockchip: rk3328: Add watchdog clockEmmanuel Vadot2021-09-151-0/+5
* arm64: rockchip: rk3328: Finish implementing clocksEmmanuel Vadot2021-09-151-1375/+703
* arm64: rockchip: clk: Add MUXRAW macrosEmmanuel Vadot2021-09-151-3/+6
* arm64: rockchip: clk_mux: Add support for mux in GRF type clockEmmanuel Vadot2021-09-153-4/+64
* arm64: Pass the right label to END() for handle_empty_exception.John Baldwin2021-09-151-1/+1
* arm64: Fix a logic bug in is_load_instr().John Baldwin2021-09-151-1/+1
* Use a 64 bit read to access GICR_TYPERAndrew Turner2021-09-151-1/+1
* Remove a bogus assertion from the gic driversAndrew Turner2021-09-141-2/+0
* Remove the DN flag from the initial arm64 fpcr valueAndrew Turner2021-09-141-1/+1
* Add support for gicv2m as a child of gicv3Andrew Turner2021-09-142-9/+83
* Restrict spsr updated in the arm64 set_regs*Andrew Turner2021-09-131-5/+8
* e6000sw: Build the driver as a kernel moduleHubert Mazur2021-09-131-1/+0
* qoriq_dw_pci: Fix typo in link status checking codeBartlomiej Grzesik2021-08-311-7/+1
* Create sys/reg.h for the common code previously in machine/reg.hAndrew Turner2021-08-303-23/+2
* arm64: retire bcopyMateusz Guzik2021-08-241-8/+2
* arm64: retire bzeroMateusz Guzik2021-08-231-206/+0
* Enable arm64 SError exceptions in the kernelAndrew Turner2021-08-125-18/+31
* Add the Apple arm64 implementer IDAndrew Turner2021-08-122-0/+2
* Sort the arm64 cpu_implementers list by nameAndrew Turner2021-08-121-4/+4
* linux(4): Regen for clone3 system call.Dmitry Chagin2021-08-123-3/+20
* linux(4): Implement clone3 system call.Dmitry Chagin2021-08-121-1/+4
* linux(4): Add struct clone_args for future clone3 system call.Dmitry Chagin2021-08-122-0/+2
* linux(4): Regen for clone syscall.Dmitry Chagin2021-08-122-12/+12