aboutsummaryrefslogtreecommitdiff
path: root/sys/arm64
Commit message (Expand)AuthorAgeFilesLines
* Fix pmap_change_attr() on arm64 to allow KV addressesMarcin Wojtas2019-10-311-1/+2
* Fix a typo in r353895.Mark Johnston2019-10-311-1/+1
* Set the userspace execute never bit on kernel mappings.Andrew Turner2019-10-302-2/+11
* ARM64: Treat alignment faults as bus errorsJustin Hibbits2019-10-301-0/+13
* Allow exceptions to be masked when in userspaceAndrew Turner2019-10-303-2/+4
* Allow the userspace ID register fields to be read from the kernelAndrew Turner2019-10-303-1/+38
* Use a lowercase name for arm64 special registers so they don't conflictAndrew Turner2019-10-305-9/+9
* Move the MRS instruction decode macros to armreg.hAndrew Turner2019-10-302-17/+17
* Update the debug monitor handling to work after userspace has startedAndrew Turner2019-10-306-115/+145
* Use an array of handlers in the data and instruction abortsAndrew Turner2019-10-301-7/+44
* Add two files missed in r354170Andrew Turner2019-10-302-17/+17
* Rename the macros to extract a single arm64 ID field.Andrew Turner2019-10-302-58/+58
* arm64: rockchip: typec_phy: Rename timeout to retryEmmanuel Vadot2019-10-291-3/+3
* arm64: rk3399: add SPI driver and include it in GENERIC configOleksandr Tymoshenko2019-10-252-0/+484
* arm64: rk3399: Add clock and gate for SPI clocksOleksandr Tymoshenko2019-10-251-0/+156
* Fix use of uninitialised variable.Peter Jeremy2019-10-251-3/+6
* arm64: rockchip: Add RK3399 TypeC phy driverEmmanuel Vadot2019-10-252-0/+475
* arm64: rockchip: Add rk_dwc3 driverEmmanuel Vadot2019-10-252-0/+202
* arm64: rk3399: Add clock and gate for usb3 clocksEmmanuel Vadot2019-10-251-0/+176
* Remove the arm4 ID register masks, they are not needed after r353641.Andrew Turner2019-10-251-7/+0
* Make special register names lowercase so they don't conflict with futureAndrew Turner2019-10-251-9/+9
* arm64: enable options NUMA in GENERICEd Maste2019-10-231-0/+1
* Stop enabling interrupts when reentering kdb on arm64Andrew Turner2019-10-231-1/+2
* Apply r353893 to arm64.Mark Johnston2019-10-222-1/+4
* Update Armada 8k drivers to cover newly imported DT and latest changesMichal Meloun2019-10-201-0/+1
* linux: futex_mtx should follow futex_listYuri Pankov2019-10-181-4/+0
* Split out a more generic debugnet(4) from netdump(4)Conrad Meyer2019-10-171-0/+1
* Remove page locking from pmap_mincore().Mark Johnston2019-10-161-11/+9
* Use tables to store the information to decode the arm64 ID registers.Andrew Turner2019-10-161-793/+552
* (6/6) Convert pmap to expect busy in write related operations now that allJeff Roberson2019-10-151-21/+6
* (3/6) Add a shared object busy synchronization mechanism that blocks new pageJeff Roberson2019-10-151-2/+2
* arm64: Add Synopsys DWC3 driverEmmanuel Vadot2019-10-141-0/+1
* arm64: allwinner: Add aw_dwc3 driverEmmanuel Vadot2019-10-141-0/+1
* arm64: allwinner: Add Allwinner H6 SupportEmmanuel Vadot2019-10-141-0/+1
* Sort the id_aa64*_fields arrays to be in alphanumerical order.Andrew Turner2019-10-141-11/+11
* gcore: Add aarch64 32-bit core supportJustin Hibbits2019-10-111-0/+4
* Eliminate an unused declaration. The variable in question is only definedAlan Cox2019-10-071-1/+0
* Eliminate a redundant bzero(). The l0 page table page was already zeroedAlan Cox2019-10-071-1/+0
* arm64: rockchip: usb2phy: Add set/get modeEmmanuel Vadot2019-10-051-1/+44
* The implementation of arm64_tlb_flushID_SE() was removed from cpufunc_asm.SAlan Cox2019-10-041-1/+0
* Remove aw_ehci from NOTES to fix LINT kernel builds after r353063.John Baldwin2019-10-031-1/+0
* allwinner: Remove a10_ehci driverEmmanuel Vadot2019-10-031-1/+0
* arm64: rockchip: rk805: Switch to iicdev_{readfrom,writeto}Emmanuel Vadot2019-10-011-12/+4
* In short, pmap_enter_quick_locked("user space", ..., VM_PROT_READ) doesn'tAlan Cox2019-10-011-2/+2
* arm64: rockchip: rk_clk_pll: Check mode on recalcEmmanuel Vadot2019-09-301-1/+16
* arm64: rockchip: correct reset valueEmmanuel Vadot2019-09-301-4/+3
* arm64: rockchip: Add usb2phy driverEmmanuel Vadot2019-09-282-0/+375
* arm64: rockchip: Fix map_gpioEmmanuel Vadot2019-09-281-3/+3
* arm64: rockchip: Implement resetsEmmanuel Vadot2019-09-285-20/+34
* arm64: rockchip: rk3399: Add usb2 clocksEmmanuel Vadot2019-09-281-0/+14