aboutsummaryrefslogtreecommitdiff
path: root/sys/arm64
Commit message (Expand)AuthorAgeFilesLines
...
* Introduce arm64 linuxulator stubsEd Maste2018-06-184-0/+303
* Regen arm64 linuxulator sysent files after r335323Ed Maste2018-06-184-2/+25
* arm64 linuxulator: add dup syscall entryEd Maste2018-06-181-1/+1
* arm64 linuxulator: add linux_dummy.c based on amd64Ed Maste2018-06-151-0/+177
* arm64: add arm64 linux.h based on i386 linuxulator and Linux headersEd Maste2018-06-151-0/+321
* rk_i2c: Add driver for the I2C controller present in RockChip SoCEmmanuel Vadot2018-06-141-0/+607
* rk3328: Add support for the i2c clocksEmmanuel Vadot2018-06-141-0/+125
* if_dwc_rk: Add DesignWare driver for RockChip SoCs.Emmanuel Vadot2018-06-142-0/+152
* rk_armclk: Add the write mask to the register mux valueEmmanuel Vadot2018-06-141-1/+1
* rk_pll: Add support for modeEmmanuel Vadot2018-06-143-0/+23
* rk_pinctrl: Only add gpio subnodeEmmanuel Vadot2018-06-141-0/+2
* Add ThunderX2 to the list of CPUs we need to apply the branch predictorAndrew Turner2018-06-131-0/+6
* Switch to the SMCCC function for branch predictor hardening. The previousAndrew Turner2018-06-131-2/+5
* Rename the ThunderX CPU identification macros to include the X. This is theAndrew Turner2018-06-135-13/+13
* Add more Cavium CPU part numbers.Andrew Turner2018-06-131-1/+7
* Add a driver for the BCM2835 Mini-UART as seen on the RPi3Diane Bruce2018-06-121-0/+1
* arm64: rockchip: Correctly set armclkEmmanuel Vadot2018-06-121-3/+4
* Remove the psci option from arm64. It is now a standard option as it isAndrew Turner2018-06-103-9/+0
* Clean up handling of unexpected exceptions. Previously we would issue aAndrew Turner2018-06-102-16/+43
* Restore release semantic for the old thread unlock on arm64.Konstantin Belousov2018-06-081-3/+2
* Since we don't enable BUF_TRACKING and FULL_BUF_TRACKING buffer debuggingKevin Lo2018-06-051-2/+0
* Move the code to print the EFI memory table to a new function and call itAndrew Turner2018-05-311-58/+67
* Fix the early spelling of bootverbose.Andrew Turner2018-05-311-1/+1
* Fix the memory attribute for EFI_MD_ATTR_UC on arm64.Andrew Turner2018-05-311-1/+1
* Remove max_pa, it's unused.Andrew Turner2018-05-301-4/+2
* Further limit when we call pmap_fault.Andrew Turner2018-05-301-7/+23
* Push down the locking in pmap_fault to just be around the calls toAndrew Turner2018-05-301-5/+3
* On ThunderX2 we need to be careful to only map the memory the firmwareAndrew Turner2018-05-291-12/+82
* arm64: fix atomic_fcmpset_16Emmanuel Vadot2018-05-281-1/+1
* arm64: Add atomic_fcmpset_8 and atomic_fcmpset_16Emmanuel Vadot2018-05-281-0/+48
* Create a new function to walk the EFI memory table & run a callback forAndrew Turner2018-05-281-14/+63
* Remove physmap from the arm64 machdep.h. This was missed in r334162.Andrew Turner2018-05-241-3/+0
* Allow us to read the physmap data into our own array and use this to buildAndrew Turner2018-05-242-92/+9
* Print the physmem tables under a verbose boot.Andrew Turner2018-05-241-0/+3
* Exclude memory from the /reserved-memory mappings with the no-map propertyAndrew Turner2018-05-241-0/+3
* arm64: rockchip: Add proper armclock supportEmmanuel Vadot2018-05-235-5/+374
* Add GET_STACK_USAGE() for arm64.Mark Johnston2018-05-231-0/+14
* Revert r334035 for now. It breaks the boot on some boards as er expect toAndrew Turner2018-05-221-82/+12
* On ThunderX2 we need to be careful to only map the memory the firmwareAndrew Turner2018-05-221-12/+82
* Stop using the DMAP region to map ACPI memory.Andrew Turner2018-05-221-3/+175
* Switch arm64 to use the same physmem code as 32-bit arm.Andrew Turner2018-05-222-85/+12
* Restrict the faulting addresses we call pmap_fault from to just those thatAndrew Turner2018-05-211-2/+10
* Enable kernel dump features in GENERIC for most platforms.Mark Johnston2018-05-191-0/+6
* Instead of ignoring the VFP registers, set the dumppcb's pcb_fpusavedOlivier Houchard2018-05-181-4/+3
* Enable the Qualcomm MSM UART driver. This is needed for some QualcommAndrew Turner2018-05-181-0/+1
* In pmap_get_tables(), check that the L2 is indeed a table before attemptingOlivier Houchard2018-05-171-0/+3
* In vfp_save_state(), don't bother trying to save the VFP registers if theOlivier Houchard2018-05-171-0/+9
* followup to r332730/r332752: set kdb_why to "trap" for fatal trapsAndriy Gapon2018-05-161-2/+10
* Increase the number of pages we allocate in the arm64 early boot. We areAndrew Turner2018-05-151-2/+2
* arm64: Add ALT_BREAK_TO_DEBUGGER to GENERICEmmanuel Vadot2018-05-102-2/+3