]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/arm64
Simplify VM and UMA startup by eliminating boot pages. Instead use careful
[FreeBSD/FreeBSD.git] / sys / arm64 /
2020-01-10 Jung-uk KimMFV: r356607
2020-01-10 Kyle EvansSet .ORDER for makesyscalls generated files
2020-01-09 Andrew TurnerAdd atomic_testandset/clear on arm64.
2020-01-08 Emmanuel Vadotrk805: Add regnode_status method
2020-01-08 Emmanuel Vadotrk808: Add min/max for the switch regulators
2020-01-06 Andrew TurnerAdd more Arm arm64 CPU identification values
2020-01-06 Martin MatuskaMFV r356415
2020-01-06 Pawel Biernackisysctl: mark more nodes as MPSAFE
2020-01-05 Martin MatuskaMFV r356365:
2020-01-04 Alan CoxWhen a copy-on-write fault occurs, pmap_enter() is...
2020-01-03 Andrew TurnerAdd the 8 and 16 bit atomic load/store functions with...
2020-01-02 Ian LeporeAdd the xdma framework and pl330 dma drivers to arm...
2020-01-02 Emmanuel Vadotarm64: rockchip: Add a module for rk_spi
2019-12-31 Edward Tomasz Napi... Add basic getcpu(2) support to linuxulator. The purpos...
2019-12-31 Cy SchubertMFV r356143:
2019-12-31 Martin MatuskaMFV r356163,r356197:
2019-12-30 Alan CoxDetermine whether the MMU hardware is capable of updati...
2019-12-30 Pawel Biernackilinux(4): implement copy_file_range(2)
2019-12-29 Edward Tomasz Napi... Implement Linux syslog(2) syscall; just enough to make...
2019-12-28 Emmanuel Vadotarm64: rockchip: Add driver for the io domain
2019-12-28 Emmanuel Vadotarm64: rockchip: rk808: Add remaining regulators
2019-12-24 Brandon Bergren[PowerPC] Implement Secure-PLT jump table processing...
2019-12-24 Scott LongIntroduce the concept of busdma tag templates. A templa...
2019-12-22 Dimitry AndricMerge llvm, clang, compiler-rt, libc++, libunwind,...
2019-12-21 Cy SchubertMFV r355890:
2019-12-21 Cy SchubertMFV r353143 (phillip):
2019-12-21 Cy SchubertMFV r353141 (by phillip):
2019-12-20 Dimitry AndricMerge diff elimination updates from r355953 into vendor...
2019-12-20 Alan CoxCorrect a mistakenly inverted condition in r355833.
2019-12-19 Andrew TurnerStop speculation past an eret instruction
2019-12-18 Alan CoxWhen pmap_enter_{l2,pde}() are called to create a kerne...
2019-12-17 Ian LeporeRemove unnecessary MODULE_DEPEND() from imx_i2c.c,...
2019-12-17 Emmanuel Vadotarm64: rockchip: rk_gpio: Fix pin number
2019-12-17 Emmanuel Vadotarm64: rockchip: rk_pinctrl: Fix clear bits in SYSCON_M...
2019-12-16 Jeff RobersonRepeat the spinlock_enter/exit pattern from amd64 on...
2019-12-16 Edward Tomasz Napi... Add compat.linux.emul_path, so it can be set to somethi...
2019-12-15 Alan CoxApply a small optimization to pmap_remove_l3_range...
2019-12-14 Michal MelounAdd driver for Rockchip PCIe root complex found in...
2019-12-14 Edward Tomasz Napi... Add sync_file_range(2) implementation to linux(4);...
2019-12-14 Edward Tomasz Napi... Regen after r355752.
2019-12-14 Edward Tomasz Napi... Fix definitions for linuxulator's sync_file_range(2).
2019-12-13 Jung-uk KimMFV: r355716
2019-12-12 Andrew TurnerAdd comments and macros to the tcr_el1 setting code...
2019-12-12 Emmanuel Vadotarm64: rockchip: rk_pinctrl: Fix parse_bias for RK3399
2019-12-12 Emmanuel Vadotarm64: rockchip: rk_pinctrl: Add bias parsing based...
2019-12-11 Emmanuel Vadotarm64: rk3328: Add the *clk_peri_niu clocks
2019-12-11 Emmanuel Vadotarm64: Add explicit devices for dwmmc variant
2019-12-10 Mark JohnstonIntroduce vm_page_astate.
2019-12-09 John BaldwinCopy out aux args after the argument and environment...
2019-12-09 Emmanuel Vadotarm64: Use the kenv provided by loader
2019-12-07 Michal MelounAdd support for booting kernel directly from U-Boot...
2019-12-06 Brooks Davissysent: Reduce duplication and improve readability.
2019-12-06 Luiz Otavio O SouzaAdd the SPI driver for the Marvell Armada 37x0 SoC.
2019-12-05 Alan CoxOn a context switch, handle the possibility that the...
2019-12-05 Ed MasteUpdate ELF Tool Chain to upstream r3769
2019-12-05 Luiz Otavio O SouzaAdd the I2C driver for the Armada 37x0.
2019-12-04 Warner LoshRegularize my copyright notice
2019-12-04 Li-Wen HsuFix arm64 build after r355373
2019-12-03 John BaldwinUse uintptr_t instead of register_t * for the stack...
2019-12-03 Emmanuel VadotRemove "all rights reserved" from copyright for the...
2019-12-03 Emmanuel Vadotarm64: rockchip: rl3399: Remove the ability to put...
2019-12-03 Emmanuel VadotImport DTS files for riscv from Linux 5.4
2019-12-02 Justin Hibbitsrevert r354714 "Boot arm64 kernel using booti command...
2019-11-29 Andrew TurnerUse the VM_MEMATTR macros to describe the MAIR offsets.
2019-11-28 Emmanuel Vadotarm64: rockchip: rk3328: Add TSADC clocks
2019-11-28 Emmanuel Vadotarm64: rockchip: tsadc: Do not free the sysctl context...
2019-11-28 Emmanuel VadotImport riscv DTS files
2019-11-28 Emmanuel VadotImport DTS files from Linux 5.4
2019-11-28 Michal MelounAdd driver for temperature sensors found in RK32898...
2019-11-27 Alan CoxThere is no reason why we need to pin the underlying...
2019-11-26 Michal MelounFinish implementation of RK3299 clocks.
2019-11-25 Xin LIMFV r355071: libbsdxml (expat) 2.2.9.
2019-11-23 Kyle Evansarm64/NOTES: add SOC_BRCM_BCM2838
2019-11-21 Andriy GaponMFV r354383: 10592 misc. metaslab and vdev related...
2019-11-21 Andrew TurnerAdd kcsan_md_unsupported from NetBSD.
2019-11-21 Andrew TurnerPort the NetBSD KCSAN runtime to FreeBSD.
2019-11-21 Andriy GaponMFV r354382,r354385: 10601 10757 Pool allocation classes
2019-11-20 Pedro F. GiffuniMFV 354917, 354918, 354919
2019-11-20 Alan CoxUntil every possible root cause for an "invalid ASID...
2019-11-19 Alan CoxAchieve two goals at once: (1) Avoid an unnecessary...
2019-11-19 Andrew TurnerReturn 0 from ptrace_set_pc as it now completes success...
2019-11-19 Andrew TurnerAllow ptrace to set the probram counter on arm64.
2019-11-19 Andrew TurnerFix the definition of bus_space_read_stream_8 on arm64.
2019-11-18 Kyle EvansConvert in-tree sysent targets to use new makesyscalls.lua
2019-11-18 John BaldwinCheck for errors from copyout() and suword*() in sv_cop...
2019-11-18 Mark JohnstonSet MALLOC_DEBUG_MAXZONES=1 in GENERIC-NODEBUG configur...
2019-11-18 Mark JohnstonImplement vm.pmap.kernel_maps for arm64.
2019-11-18 Mark JohnstonLet arm64 pmap_qenter() and pmap_kenter() unconditional...
2019-11-18 Andriy GaponMFV r354378,r354379,r354386: 10499 Multi-modifier prote...
2019-11-18 Xin LIMFV r354798:
2019-11-17 Alan CoxAchieve two goals at once: (1) Avoid an unnecessary...
2019-11-16 Conrad MeyerUpdate to Zstandard 1.4.4
2019-11-15 John BaldwinUse a sv_copyout_auxargs hook in the Linux ELF ABIs.
2019-11-15 John BaldwinAdd a sv_copyout_auxargs() hook in sysentvec.
2019-11-14 Justin HibbitsBoot arm64 kernel using booti command from U-boot.
2019-11-14 Kyle Evansarm64: busdma_bounce: fix BUS_DMA_ALLOCNOW for non...
2019-11-10 Xin LIMFV r354582: file 5.37.
2019-11-10 Alan CoxEliminate a redundant pmap_load() from pmap_remove_pages().
2019-11-10 Kyle Evansarm64: add SOC_BRCM_BCM2838, build it in GENERIC
2019-11-08 Michal MelounRemove explicit declaration of rk_clk_fract_set_freq...
next