aboutsummaryrefslogtreecommitdiff
path: root/sys/arm64
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rename assym.s to assym.incEd Maste2018-03-206-6/+6
* EFIRT: SetVirtualAddressMap with 1:1 mapping after exiting boot servicesKyle Evans2018-03-131-1/+1
* Use the correct address to write back to memory in the GICv3 ITS driver.Andrew Turner2018-03-091-1/+1
* Bump MAXCPUS on arm64. We are starting to see hardware with more than 96Andrew Turner2018-03-071-1/+1
* Create macros for the ACPI interrupt cross references. This is considered aAndrew Turner2018-03-074-5/+15
* Restrict the arm64 DMAP region to the 1G blocks where we have at leastAndrew Turner2018-03-071-12/+23
* Register each GICv3 ITS driver with a useful cross reference. We currentlyAndrew Turner2018-03-051-1/+1
* In the ACPI GICv3 attach function call device_get_children to get the listAndrew Turner2018-03-051-0/+3
* Unify bulk free operations in several pmaps.Konstantin Belousov2018-03-041-18/+6
* Move setting the IRQ base and length into the common GICv3 ITS attachAndrew Turner2018-03-031-7/+5
* Add the missing GICv3 dev info struct to the ACPI dev info.Previously weAndrew Turner2018-03-031-0/+2
* Count the number of children in the GICv3 ACPI attachment. This is neededAndrew Turner2018-03-021-0/+3
* Allow releasing APs to take more time, as long as we are making progress.Andrew Turner2018-02-281-3/+14
* Count the number of GIC redistributors in the ACPI tables. The GICv3 driverAndrew Turner2018-02-281-2/+38
* rk_cru: Add missing breakEmmanuel Vadot2018-02-261-0/+1
* rk3328: Add support for this SoCEmmanuel Vadot2018-02-2612-0/+1781
* In do_ast, make sure the interrupts are enabled before calling ast().Olivier Houchard2018-02-261-1/+4
* Greatly reduce the number of #ifdefs supporting the TCP_RFC7413 kernel option.Patrick Kelsey2018-02-261-0/+1
* Correctly set the 16kB page size field in the ITS BASER register. SomeAndrew Turner2018-02-241-2/+2
* Remove unused error return from API that cannot failConrad Meyer2018-02-232-5/+5
* Do not include float interfaces when using libsa.Warner Losh2018-02-231-0/+2
* vm_wait() rework.Konstantin Belousov2018-02-201-2/+2
* Make v_wire_count a per-cpu counter(9) counter. This eliminates aJeff Roberson2018-02-122-10/+8
* Move __va_list and related defines to sys/sys/_types.hWarner Losh2018-02-121-14/+0
* Use vm_page_unwire_noq() instead of directly modifying page wire counts.Mark Johnston2018-02-082-19/+6
* Only promote userspace mappings to superpages. This was dropped in r328510,Andrew Turner2018-02-011-6/+7
* Remove #endif forgotten in r328510.Michal Meloun2018-01-281-1/+0
* Fix handling of I-cache sync operationsMichal Meloun2018-01-282-26/+62
* Fix pmap_fault().Michal Meloun2018-01-271-2/+6
* Revert r327828, r327949, r327953, r328016-r328026, r328041:Pedro F. Giffuni2018-01-211-2/+2