aboutsummaryrefslogtreecommitdiff
path: root/sys/arm64
Commit message (Expand)AuthorAgeFilesLines
* arm64: rockchip: armclk: Do not change parent freq if CLK_SET_DRYRUN is setEmmanuel Vadot2018-11-291-6/+6
* arm64: Add rk_i2c and rk805 to GENERICEmmanuel Vadot2018-11-281-0/+2
* Add RK805 PMIC SupportEmmanuel Vadot2018-11-282-0/+494
* rk_clk_composite: Fix set_muxEmmanuel Vadot2018-11-281-1/+1
* Prevent kernel stack disclosure in signal deliveryEric van Gyzen2018-11-261-0/+1
* arm64: Add evdev support to GENERICEmmanuel Vadot2018-11-261-0/+5
* Handle kernel superpage mappings in pmap_remove_l2().Mark Johnston2018-11-201-11/+45
* gitv3_its: fixes for multiple GIC ITS blocksJayachandran C.2018-11-191-12/+7
* Drop the legacy ELF brandinfo for the old rtld from arm64 and riscv.John Baldwin2018-11-071-15/+0
* Add the KUBSAN options to the arm64 and amd64 GENERIC kernel config files.Andrew Turner2018-11-061-0/+2
* Add a KPI for the delay while spinning on a spin lock.John Baldwin2018-11-051-0/+1
* Don't enter DDB for fatal traps before panic by default.John Baldwin2018-11-011-1/+1
* Add the ARMv8.3 SCTLR_EL1 fields.Andrew Turner2018-11-012-7/+16
* Add the ARMv8.3 HCR_EL2 register fields.Andrew Turner2018-11-011-0/+11
* Use the correct offsets for the trap frame in fork_trampoline.Andrew Turner2018-11-011-2/+2
* Compile in VERBOSE_SYSINIT support by default, remain silent by defaultKyle Evans2018-10-311-0/+1
* Always set the MP_QUIRK_CPULIST quirk under ACPI. This needs a run timeAndrew Turner2018-10-311-0/+1
* Use pmap_invalidate_all rather than invalidating 512 level 2 entries inAndrew Turner2018-10-311-4/+9
* Remove function prototypes for functions removed in r339943.Andrew Turner2018-10-311-4/+0
* Fix some style(9) issues in the arm64 pmap_mapbios/unmapbios. Split linesAndrew Turner2018-10-311-8/+15
* Remove the unused arm64_cpu driver.Andrew Turner2018-10-311-74/+0
* Consolidate identical ELF auxargs type defintions.Brooks Davis2018-10-221-31/+0
* Make it possible to disable NUMA support with a tunable.Mark Johnston2018-10-221-5/+6
* Stop advertising ARMv8.3 Pointer AuthenticationAndrew Turner2018-10-221-4/+4
* Fix the ID_AA64ISAR0_EL1 dot product field shift.Andrew Turner2018-10-221-1/+1
* Correctly set the DAIF bits in new threadsAndrew Turner2018-10-222-2/+8
* Address the warning regarding duplicate option 'GEOM_PART_GPT' whenMichael Tuexen2018-10-071-1/+0
* Add kernel ifunc support on arm64.Andrew Turner2018-10-013-2/+60
* arm64: Raise again L3 table for early devmapEmmanuel Vadot2018-10-011-1/+1
* Export ID_AA64ISAR{0,1}_EL1 to userland.Andrew Turner2018-09-281-0/+38
* Export ID_AA64PFR0_EL1 to userlandAndrew Turner2018-09-271-9/+113
* Move the undefined instruction handler to identcpu.c so we have accessAndrew Turner2018-09-273-130/+132
* Clear all of the VFP state in fill_fpregs().John Baldwin2018-09-191-1/+1
* Set ident for GENERIC-MMCCAM to not announce itself asBjoern A. Zeeb2018-09-141-0/+1
* Exclude the EFI framebuffer from phys_avail[] on arm64.Mark Johnston2018-09-081-0/+8
* Catch exceptions during EFI RT calls on amd64.Konstantin Belousov2018-09-022-0/+21
* Remove {max/min}_offset() macros, use vm_map_{max/min}() inlines.Konstantin Belousov2018-08-291-6/+6
* Eliminate the arena parameter to kmem_free(). Implicitly this corrects anAlan Cox2018-08-252-4/+2
* a10_timer: Update the driver so we can use it on other SoCEmmanuel Vadot2018-08-231-0/+3
* arm64: GENERIC: Compile allwinner dtbsEmmanuel Vadot2018-08-231-0/+3
* Prepare the kernel linker to handle PC-relative ifunc relocations.Mark Johnston2018-08-221-0/+7
* Add muge(4) to the arm64 GENERIC kernelOleksandr Tymoshenko2018-08-211-0/+1
* Eliminate kmem_malloc()'s unused arena parameter. (The arena parameterAlan Cox2018-08-212-4/+2
* Eliminate kmem_alloc_contig()'s unused arena parameter.Alan Cox2018-08-201-4/+3
* use sbuf so that lines are printed together... As aarch64 oftenJohn-Mark Gurney2018-08-191-167/+188
* arm64: allwinner: Add aw_syscon driver to GENERICEmmanuel Vadot2018-08-191-0/+1
* Oops. r338030 didn't eliminate the unused arena argument from all ofAlan Cox2018-08-181-3/+2
* Make 'device crypto' lines more consistent.John Baldwin2018-08-181-3/+1
* GPT is standard in x86 and arm64 land. Add it to DEFAULTS with theWarner Losh2018-08-171-0/+1
* Set the Execute Never flags in EFI device memory as required by the ARMv8Andrew Turner2018-08-151-3/+8