aboutsummaryrefslogtreecommitdiff
path: root/sys/arm64
Commit message (Expand)AuthorAgeFilesLines
* 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
* arm64: rockchip: cru: Call clk_set_assignedEmmanuel Vadot2018-05-071-0/+5
* arm64: rockchip: clk: Add support to reparent to clk_compositeEmmanuel Vadot2018-05-071-2/+33
* arm64: rk3328: Add pll rates tablesEmmanuel Vadot2018-05-071-0/+402
* arm64: rk: Add support for setting pll rateEmmanuel Vadot2018-05-072-30/+113
* arm64: rockchip: rk3328: Add armclk clockEmmanuel Vadot2018-05-071-14/+37
* Print the dump progress indicator after calling dump_start().Mark Johnston2018-05-011-3/+3
* arm64: rockchip: rk_gpio fix rk_gpio_pin_config32Emmanuel Vadot2018-04-261-2/+5
* arm64: rockchip: Add gpio controller driverEmmanuel Vadot2018-04-261-0/+426
* arm64: rockchip: RK3328 CRU Add gpio gatesEmmanuel Vadot2018-04-261-5/+15
* arm64: rockchip: Rk3328 CRU Fix some offset for gatesEmmanuel Vadot2018-04-261-3/+3
* arm64: rockchip: Add pinctrl driverEmmanuel Vadot2018-04-261-0/+475
* arm64: rockchip: Add GRF driverEmmanuel Vadot2018-04-261-0/+81
* arm64 linuxulator: add generated sysent filesEd Maste2018-04-265-0/+9023
* Add arm64 Linux syscall tableEd Maste2018-04-263-0/+544
* Remove the unused fuwintr() and suiwintr() functions.Brooks Davis2018-04-172-55/+0
* Enable Qualcomm Debug Subsystem (QDSS) block on MSM8916 SoC.Ruslan Bukin2018-04-102-0/+151
* Fix one more OF_getprop_alloc instance missed in r332310Oleksandr Tymoshenko2018-04-081-1/+1
* Move most of the contents of opt_compat.h to opt_global.h.Brooks Davis2018-04-061-1/+0
* Add support for the Coresight technology from ARM Ltd.Ruslan Bukin2018-04-0512-0/+2147
* Fix arm64 buildkernel target with "nooptions KDB"Oleksandr Tymoshenko2018-04-041-0/+4