]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/arm64
Return -1 consistently if an error occurs.
[FreeBSD/FreeBSD.git] / sys / arm64 /
2020-01-04 alcWhen a copy-on-write fault occurs, pmap_enter() is...
2020-01-03 andrewAdd the 8 and 16 bit atomic load/store functions with...
2020-01-02 ianAdd the xdma framework and pl330 dma drivers to arm...
2020-01-02 manuarm64: rockchip: Add a module for rk_spi
2019-12-31 traszAdd basic getcpu(2) support to linuxulator. The purpos...
2019-12-31 cyMFV r356143:
2019-12-31 mmMFV r356163,r356197:
2019-12-30 alcDetermine whether the MMU hardware is capable of updati...
2019-12-30 kaktuslinux(4): implement copy_file_range(2)
2019-12-29 traszImplement Linux syslog(2) syscall; just enough to make...
2019-12-28 manuarm64: rockchip: Add driver for the io domain
2019-12-28 manuarm64: rockchip: rk808: Add remaining regulators
2019-12-24 bdragon[PowerPC] Implement Secure-PLT jump table processing...
2019-12-24 scottlIntroduce the concept of busdma tag templates. A templa...
2019-12-22 dimMerge llvm, clang, compiler-rt, libc++, libunwind,...
2019-12-21 cyMFV r353143 (phillip):
2019-12-21 cyMFV r353141 (by phillip):
2019-12-20 alcCorrect a mistakenly inverted condition in r355833.
2019-12-19 andrewStop speculation past an eret instruction
2019-12-18 alcWhen pmap_enter_{l2,pde}() are called to create a kerne...
2019-12-17 ianRemove unnecessary MODULE_DEPEND() from imx_i2c.c,...
2019-12-17 manuarm64: rockchip: rk_gpio: Fix pin number
2019-12-17 manuarm64: rockchip: rk_pinctrl: Fix clear bits in SYSCON_M...
2019-12-16 jeffRepeat the spinlock_enter/exit pattern from amd64 on...
2019-12-16 traszAdd compat.linux.emul_path, so it can be set to somethi...
2019-12-15 alcApply a small optimization to pmap_remove_l3_range...
2019-12-14 mmelAdd driver for Rockchip PCIe root complex found in...
2019-12-14 traszAdd sync_file_range(2) implementation to linux(4);...
2019-12-14 traszRegen after r355752.
2019-12-14 traszFix definitions for linuxulator's sync_file_range(2).
2019-12-12 andrewAdd comments and macros to the tcr_el1 setting code...
2019-12-12 manuarm64: rockchip: rk_pinctrl: Fix parse_bias for RK3399
2019-12-12 manuarm64: rockchip: rk_pinctrl: Add bias parsing based...
2019-12-11 manuarm64: rk3328: Add the *clk_peri_niu clocks
2019-12-11 manuarm64: Add explicit devices for dwmmc variant
2019-12-10 markjIntroduce vm_page_astate.
2019-12-09 jhbCopy out aux args after the argument and environment...
2019-12-09 manuarm64: Use the kenv provided by loader
2019-12-07 mmelAdd support for booting kernel directly from U-Boot...
2019-12-06 brookssysent: Reduce duplication and improve readability.
2019-12-06 loosAdd the SPI driver for the Marvell Armada 37x0 SoC.
2019-12-05 alcOn a context switch, handle the possibility that the...
2019-12-05 emasteUpdate ELF Tool Chain to upstream r3769
2019-12-05 loosAdd the I2C driver for the Armada 37x0.
2019-12-04 impRegularize my copyright notice
2019-12-04 lwhsuFix arm64 build after r355373
2019-12-03 jhbUse uintptr_t instead of register_t * for the stack...
2019-12-03 manuRemove "all rights reserved" from copyright for the...
2019-12-03 manuarm64: rockchip: rl3399: Remove the ability to put...
2019-12-03 manuImport DTS files for riscv from Linux 5.4
2019-12-02 jhibbitsrevert r354714 "Boot arm64 kernel using booti command...
2019-11-29 andrewUse the VM_MEMATTR macros to describe the MAIR offsets.
2019-11-28 manuarm64: rockchip: rk3328: Add TSADC clocks
2019-11-28 manuarm64: rockchip: tsadc: Do not free the sysctl context...
2019-11-28 manuImport riscv DTS files
2019-11-28 manuImport DTS files from Linux 5.4
2019-11-28 mmelAdd driver for temperature sensors found in RK32898...
2019-11-27 alcThere is no reason why we need to pin the underlying...
2019-11-26 mmelFinish implementation of RK3299 clocks.
2019-11-25 delphijMFV r355071: libbsdxml (expat) 2.2.9.
2019-11-23 kevansarm64/NOTES: add SOC_BRCM_BCM2838
2019-11-21 andrewAdd kcsan_md_unsupported from NetBSD.
2019-11-21 andrewPort the NetBSD KCSAN runtime to FreeBSD.
2019-11-20 pfgMFV 354917, 354918, 354919
2019-11-20 alcUntil every possible root cause for an "invalid ASID...
2019-11-19 alcAchieve two goals at once: (1) Avoid an unnecessary...
2019-11-19 andrewReturn 0 from ptrace_set_pc as it now completes success...
2019-11-19 andrewAllow ptrace to set the probram counter on arm64.
2019-11-19 andrewFix the definition of bus_space_read_stream_8 on arm64.
2019-11-18 kevansConvert in-tree sysent targets to use new makesyscalls.lua
2019-11-18 jhbCheck for errors from copyout() and suword*() in sv_cop...
2019-11-18 markjSet MALLOC_DEBUG_MAXZONES=1 in GENERIC-NODEBUG configur...
2019-11-18 markjImplement vm.pmap.kernel_maps for arm64.
2019-11-18 markjLet arm64 pmap_qenter() and pmap_kenter() unconditional...
2019-11-18 avgMFV r354378,r354379,r354386: 10499 Multi-modifier prote...
2019-11-17 alcAchieve two goals at once: (1) Avoid an unnecessary...
2019-11-16 cemUpdate to Zstandard 1.4.4
2019-11-15 jhbUse a sv_copyout_auxargs hook in the Linux ELF ABIs.
2019-11-15 jhbAdd a sv_copyout_auxargs() hook in sysentvec.
2019-11-14 jhibbitsBoot arm64 kernel using booti command from U-boot.
2019-11-14 kevansarm64: busdma_bounce: fix BUS_DMA_ALLOCNOW for non...
2019-11-10 delphijMFV r354582: file 5.37.
2019-11-10 alcEliminate a redundant pmap_load() from pmap_remove_pages().
2019-11-10 kevansarm64: add SOC_BRCM_BCM2838, build it in GENERIC
2019-11-08 mmelRemove explicit declaration of rk_clk_fract_set_freq...
2019-11-08 mmelTidy up Rockchip composite clock.
2019-11-08 mmelEnhance Rockchip clocks implementation.
2019-11-08 mmelCleanup Rockchip clocks implementation.
2019-11-07 andrewAdd more 8 and 16 bit variants of the the atomic(9...
2019-11-07 philImport libxo-1.3.0:
2019-11-06 manuregulator: Add regulator_check_voltage function
2019-11-04 emastearm64 linuxulator: default to RW stack (no X)
2019-11-03 andrewMove the struct debug_monitor_state out of _KERNEL.
2019-11-03 alcUtilize ASIDs to reduce both the direct and indirect...
2019-11-03 andrewAdd support for setting hardware breakpoints from ptrac...
2019-10-31 mwFix pmap_change_attr() on arm64 to allow KV addresses
2019-10-31 markjFix a typo in r353895.
2019-10-30 andrewSet the userspace execute never bit on kernel mappings.
2019-10-30 jhibbitsARM64: Treat alignment faults as bus errors
2019-10-30 andrewAllow exceptions to be masked when in userspace
next