]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/arm64
Fix a mistaken conditional in mfi_tbolt_send_frame()
[FreeBSD/FreeBSD.git] / sys / arm64 /
2020-03-05 andrewMark the arm64 machdep.h as kernel only
2020-03-04 cyMFV r358616:
2020-03-03 andrewFix the spelling of aliasing.
2020-03-03 andrewMove the arm64 cache identification to identcpu.c
2020-03-03 andrewFix the spelling of the VIPT cache type field
2020-03-03 andrewStore the boot exception level on arm64 so it can be...
2020-03-02 andrewAdd a space missed in r358545
2020-03-02 andrewGenerate the offsets for struct arm64_bootparams and...
2020-03-02 mmMFV r358511,r358532:
2020-02-29 dimFix the following -Werror warning from clang 10.0.0:
2020-02-28 manudts: Update our copy for arm, arm64 and riscv dts to...
2020-02-26 andrewFix the cache type identification
2020-02-26 kaktusMark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT...
2020-02-26 andrewTeach the arm64 ident CPU code to print non-ID registers
2020-02-26 andrewGeneralise the arm64 ASID allocator.
2020-02-26 andrewStart to support multiple stages in the arm64 pmap.
2020-02-26 andrewAdd more arm64 CTR_EL0 register fields
2020-02-24 andrewSplit out the stage 1 pte bits and add the stage 2...
2020-02-24 cognetdebug_monitor: Avoid setting the PSR_D flag for 32bits...
2020-02-24 kaktusMark more nodes as CTLFLAG_MPSAFE or CTLFLAG_NEEDGIANT...
2020-02-24 manuarm64: rockchip: rk808: Only init regulator not enabled
2020-02-24 manuarm64: rockchip: rk_i2c: Bump to DELAY to 1000
2020-02-18 baptUpdate ncurses to 20200118
2020-02-14 mjgarm64: remove no longer needed atomic_load_ptr casts
2020-02-14 emasteUpgrade to OpenSSH 7.9p1.
2020-02-12 mmMFV r357783:
2020-02-11 brAdd PCI Express driver for the ARM Neoverse N1 System...
2020-02-11 delphijMFV r357712: file 5.38.
2020-02-08 andrewImplement the Linux/arm64 VDSO gettimeofday and clock_g...
2020-02-05 markjDefine MAXCPU consistently between the kernel and KLDs.
2020-02-05 emastelinuxulator: implement sendfile
2020-02-04 andrewPrint useful debug data on unhandled kernel fault on...
2020-02-03 markjDynamically select LSE-based atomic(9)s on arm64.
2020-02-03 markjAdd LSE-based atomic(9) implementations.
2020-02-03 markjAdd wrappers for arm64 atomics.
2020-02-03 markjProvide a single implementation for each of the arm64...
2020-02-03 andrewRemove the GICv3 ITS irq and replace it with an ID
2020-02-03 andrewUse a unique name for the GICv3 ITS vmem
2020-02-03 andrewDisable the use of the quantum cache in the GICv3 ITS
2020-01-31 markjReimplement stack capture of running threads on i386...
2020-01-31 andrewCall the MAPTI command earlier in the ITS driver
2020-01-31 andrewOnly create one ITS configuration table
2020-01-31 andrewIgnore the SMMUv3 and PMCG interrupt controller in...
2020-01-30 andrewShift the ITS processor ID after reading it.
2020-01-29 ganboldEnable USB3 support for Rockchip RK3328 SoC.
2020-01-29 ganboldAdd USB3 related clock definitions for Rockchip RK3328...
2020-01-23 markjPrint missing ID_AA64PFR{0,1}_EL1 register fields.
2020-01-23 markjarm64: Don't enable interrupts in init_secondary().
2020-01-21 markjAdd relocation handling required for -zifunc-noplt...
2020-01-19 manurk805: Add a regnode_init method
2020-01-18 kevanssysent targets: further cleanup and deduplication
2020-01-17 jhbSave and restore floating point registers in get/set_mc...
2020-01-16 manuarm64: rockchip: Add RK3399 PWM driver
2020-01-16 manuarm64: rockchip: Add new interface for rk_pinctrl
2020-01-10 kevansSet .ORDER for makesyscalls generated files
2020-01-09 andrewAdd atomic_testandset/clear on arm64.
2020-01-08 manurk805: Add regnode_status method
2020-01-08 manurk808: Add min/max for the switch regulators
2020-01-06 andrewAdd more Arm arm64 CPU identification values
2020-01-06 kaktussysctl: mark more nodes as MPSAFE
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.
next