aboutsummaryrefslogtreecommitdiff
path: root/sys/arm64
Commit message (Expand)AuthorAgeFilesLines
* Correct a mistakenly inverted condition in r355833.Alan Cox2019-12-201-1/+1
* Stop speculation past an eret instructionAndrew Turner2019-12-193-5/+17
* When pmap_enter_{l2,pde}() are called to create a kernel mapping, they areAlan Cox2019-12-181-76/+100
* Remove unnecessary MODULE_DEPEND() from imx_i2c.c, and also from rk_i2cIan Lepore2019-12-171-1/+0
* arm64: rockchip: rk_gpio: Fix pin numberEmmanuel Vadot2019-12-171-1/+1
* arm64: rockchip: rk_pinctrl: Fix clear bits in SYSCON_MODIFYEmmanuel Vadot2019-12-171-2/+2
* Repeat the spinlock_enter/exit pattern from amd64 on other architectures toJeff Roberson2019-12-161-3/+4
* Add compat.linux.emul_path, so it can be set to something otherEdward Tomasz Napierala2019-12-161-1/+2
* Apply a small optimization to pmap_remove_l3_range(). Specifically, hoist aAlan Cox2019-12-151-2/+4
* Add driver for Rockchip PCIe root complex found in RK3399 SOC.Michal Meloun2019-12-142-0/+1780
* Add sync_file_range(2) implementation to linux(4); it's a thin wrapperEdward Tomasz Napierala2019-12-141-1/+0
* Regen after r355752.Edward Tomasz Napierala2019-12-143-3/+30
* Fix definitions for linuxulator's sync_file_range(2).Edward Tomasz Napierala2019-12-141-1/+6
* Add comments and macros to the tcr_el1 setting code to help understand it.Andrew Turner2019-12-122-6/+18
* arm64: rockchip: rk_pinctrl: Fix parse_bias for RK3399Emmanuel Vadot2019-12-121-10/+24
* arm64: rockchip: rk_pinctrl: Add bias parsing based on the SoC typeEmmanuel Vadot2019-12-121-15/+35
* arm64: rk3328: Add the *clk_peri_niu clocksEmmanuel Vadot2019-12-111-0/+2
* arm64: Add explicit devices for dwmmc variantEmmanuel Vadot2019-12-111-0/+2
* Introduce vm_page_astate.Mark Johnston2019-12-102-4/+4
* Copy out aux args after the argument and environment vectors.John Baldwin2019-12-091-8/+17
* arm64: Use the kenv provided by loaderEmmanuel Vadot2019-12-091-1/+1
* Add support for booting kernel directly from U-Boot using booti command.Michal Meloun2019-12-074-13/+358
* sysent: Reduce duplication and improve readability.Brooks Davis2019-12-061-4/+12
* Add the SPI driver for the Marvell Armada 37x0 SoC.Luiz Otavio O Souza2019-12-061-0/+1
* On a context switch, handle the possibility that the old thread wasAlan Cox2019-12-051-1/+11
* Add the I2C driver for the Armada 37x0.Luiz Otavio O Souza2019-12-051-0/+1
* Regularize my copyright noticeWarner Losh2019-12-041-2/+1
* Fix arm64 build after r355373Li-Wen Hsu2019-12-041-1/+1
* Use uintptr_t instead of register_t * for the stack base.John Baldwin2019-12-035-34/+39
* Remove "all rights reserved" from copyright for the file I own.Emmanuel Vadot2019-12-0316-16/+0
* arm64: rockchip: rl3399: Remove the ability to put the PLL in normal mode at ...Emmanuel Vadot2019-12-033-24/+8
* revert r354714 "Boot arm64 kernel using booti command from U-boot."Justin Hibbits2019-12-025-413/+10
* Use the VM_MEMATTR macros to describe the MAIR offsets.Andrew Turner2019-11-292-32/+28
* arm64: rockchip: rk3328: Add TSADC clocksEmmanuel Vadot2019-11-281-0/+23
* arm64: rockchip: tsadc: Do not free the sysctl context is it wasn't createdEmmanuel Vadot2019-11-281-2/+3
* Add driver for temperature sensors found in RK32898, RK3328 and RK3399 SoC's.Michal Meloun2019-11-282-0/+837
* There is no reason why we need to pin the underlying thread to its currentAlan Cox2019-11-271-15/+2
* Finish implementation of RK3299 clocks.Michal Meloun2019-11-263-1857/+1578
* arm64/NOTES: add SOC_BRCM_BCM2838Kyle Evans2019-11-231-0/+1
* Add kcsan_md_unsupported from NetBSD.Andrew Turner2019-11-211-0/+6
* Port the NetBSD KCSAN runtime to FreeBSD.Andrew Turner2019-11-218-3/+127
* Until every possible root cause for an "invalid ASID" assertion failure isAlan Cox2019-11-201-0/+2
* Achieve two goals at once: (1) Avoid an unnecessary broadcast TLBAlan Cox2019-11-191-2/+3
* Return 0 from ptrace_set_pc as it now completes successfully.Andrew Turner2019-11-191-1/+1
* Allow ptrace to set the probram counter on arm64.Andrew Turner2019-11-191-1/+1
* Fix the definition of bus_space_read_stream_8 on arm64.Andrew Turner2019-11-191-1/+1
* Convert in-tree sysent targets to use new makesyscalls.luaKyle Evans2019-11-181-2/+4
* Check for errors from copyout() and suword*() in sv_copyout_args/strings.John Baldwin2019-11-181-24/+45
* Set MALLOC_DEBUG_MAXZONES=1 in GENERIC-NODEBUG configurations.Mark Johnston2019-11-181-0/+1
* Implement vm.pmap.kernel_maps for arm64.Mark Johnston2019-11-181-0/+210