]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/arm64
fusefs: fix some minor issues with fuse_vnode_setparent
[FreeBSD/FreeBSD.git] / sys / arm64 /
2019-09-13 brAdd support for Intel Stratix 10 platform.
2019-09-11 emasteUpdate comments and ordering in linux*_dummy.c
2019-09-11 emastelinuxulator: add stub arm64 linux_genassym.c
2019-09-11 emastelinuxulator: memfd_create first appeared in Linux 3.17
2019-09-11 emastelinuxulator: seccomp syscall first appeared in Linux...
2019-09-11 emastelinux: add trivial renameat2 implementation
2019-09-11 emasteregen linuxulator sysent after r352208
2019-09-11 emastemake linux_renameat2 args consistent with linux_renameat
2019-09-10 jkimMerge OpenSSL 1.1.1d.
2019-09-10 baptImport libedit 2019-09-10
2019-09-09 markjChange synchonization rules for vm_page reference counting.
2019-09-04 brInclude dwgpio to the build.
2019-08-29 kibCentralize __pcpu definitions.
2019-08-27 manuarm64: rk3399: pinctrl: Add gpio banks and fix iomux
2019-08-27 manuarm64: rk3328: pinctrl: Add gpio banks and fix iomux
2019-08-27 mmelAdd support for RK3288 into existing RockChip drivers.
2019-08-26 tuexenIdentify eMAG CPU used in Ampere Computing systems.
2019-08-22 cyMFV r346563:
2019-08-18 mmelImprove rk_pinctrl driver:
2019-08-18 mmelImprove rk_i2c driver:
2019-08-16 manuarm64: Add EspressoBin DTB to the build
2019-08-16 emasteaarch64: make pmap_change_attr public like on other...
2019-08-16 jeffMove phys_avail definition into MI code. It is consume...
2019-08-12 impukbdmap.h rule was identical on all platforms, so move...
2019-08-12 impFloppy driver really only works on x86
2019-08-12 impMove sc out of the global file
2019-08-08 impFirst pass at a LINT for arm64.
2019-08-08 impMake arm64 32-bit mode compile with COMPAT_43
2019-08-08 cemUpdate to Zstandard 1.4.2
2019-08-08 alcOrdinarily, during a superpage promotion or demotion...
2019-08-07 asomersfusefs: merge from projects/fuse2
2019-08-05 alcEnable superpage promotion within the kernel pmap.
2019-08-02 alcBecause of AArch64's weak memory consistency model...
2019-08-01 markjUse ATTR_DBM even when hardware dirty bit management...
2019-07-31 alcIn pmap_advise(), when we encounter a superpage mapping...
2019-07-30 asomersMFHead @350453
2019-07-30 emastelinuxulator: rename linux_locore.s to .asm
2019-07-30 brAdd support for the SD/MMC controller found in Terasic...
2019-07-30 asomersMFHead @350426
2019-07-29 markjHave arm64's pmap_fault() handle WnR faults on dirty...
2019-07-29 markjRemove an unneeded trunc_page() in pmap_fault().
2019-07-29 brAdd glue driver for Altera SOCFPGA Ethernet MAC (EMAC...
2019-07-28 asomersMFHead @r350386
2019-07-26 alcImplement pmap_advise(). (Without a working pmap_advis...
2019-07-25 alcSimplify the handling of superpages in pmap_clear_modif...
2019-07-23 andrewAs with r350241 use the new UL macro on the main regist...
2019-07-23 andrewEnsure the arm64 ID register fields are 64 bit types.
2019-07-21 alcWith the introduction of software dirty bit emulation...
2019-07-21 alcIntroduce pmap_store(), and use it to replace pmap_load...
2019-07-20 manuarm64: Implement HWCAP
2019-07-20 ganboldAdd driver for Rockchip RK3399 eMMC PHY.
2019-07-18 andrewRename arm64 macros in preperation for a script to...
2019-07-16 markjAlways use the software DBM bit for now.
2019-07-16 markjFix the arm64 page table entry attribute mask.
2019-07-16 markjPropagate attribute changes during demotion.
2019-07-15 jhbDon't pass error from syscallenter() to syscallret().
2019-07-15 markjImplement software access and dirty bit management...
2019-07-13 alcRevert r349442, which was a workaround for bus errors...
2019-07-12 kibProvide protection against starvation of the ll/sc...
2019-07-12 markjApply some light cleanup to uses of pmap_pte_dirty().
2019-07-11 markjFix some ISS bit definitions for data aborts.
2019-07-11 alcAccording to Section D5.10.3 "Maintenance requirements...
2019-07-10 markjRename pmap_page_dirty() to pmap_pte_dirty().
2019-07-09 alcIntroduce pmap_clear(), which zeroes a page table entry...
2019-07-08 markjMerge the vm_page hold and wire mechanisms.
2019-07-07 alcThree changes to pmap_enter():
2019-07-05 alcRestructure cache_handle_range to avoid repeated barrie...
2019-07-04 desUpgrade Unbound to 1.9.2.
2019-07-03 ganboldSubclass Rockchip's General Register Files driver from...
2019-07-02 alcImplement pmap_copy(). (This includes the changes...
2019-07-01 manuarm64: efi: Map memory IO region as device
2019-06-30 npDisplay the approximate space needed when a minidump...
2019-06-28 mmMFV r349454:
2019-06-27 asomersMFHead @349476
2019-06-26 cognetIn get_fpcontext32() and set_fpcontext32(), we can...
2019-06-26 alcRevert one of the changes from r349323. Specifically...
2019-06-26 cognetFix debugging of 32bits arm binaries on arm64.
2019-06-24 jchandraarm64 acpi_iort: add some error handling
2019-06-24 jchandraarm64 gicv3_its: enable all ITS blocks for a CPU
2019-06-24 jchandraarm64 gic: Drop unused GICV3_IVAR_REDIST_VADDR
2019-06-23 alcpmap_enter_quick_locked() never replaces a valid mappin...
2019-06-22 alcIntroduce pmap_remove_l3_range() and use it in two...
2019-06-21 cemsys: Remove DEV_RANDOM device option
2019-06-20 asomersMFHead @349234
2019-06-19 alcCorrect an error in r349122. pmap_unwire() should...
2019-06-17 mmMFV r349134:
2019-06-17 alcEliminate a redundant call to pmap_invalidate_page...
2019-06-16 alcThree changes to arm64's pmap_unwire():
2019-06-16 alcThree enhancements to arm64's pmap_protect():
2019-06-15 alcPreviously, when pmap_remove_pages() destroyed a dirty...
2019-06-15 julianLightly hide the 'var' inside the macros to read the...
2019-06-14 alcBatch the TLB invalidations that are performed by pmap_...
2019-06-14 alcChange the arm64 pmap so that updates to the global...
2019-06-12 alcChange pmap_demote_l2_locked() so that it removes the...
2019-06-10 bzA bit of code hygiene (no functional changes).
2019-06-10 loosAdd the GPIO driver for the North/South bridge in Marve...
2019-06-09 alcImplement an alternative solution to the amd64 and...
2019-06-06 asomersMFHead @348740
2019-06-03 tychonvery large dma mappings can cause integer overflow
2019-06-02 impMerge from upstream at 4189ef5d from https://github...
next