]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/arm64
sys/{x86,amd64}: remove one of doubled ;s
[FreeBSD/FreeBSD.git] / sys / arm64 /
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...
2019-05-30 brooksmakesyscalls.sh: always use absolute path for syscalls...
2019-05-30 jchandraarm64 gicv3_its: Fix a typo
2019-05-30 jchandragicv3_its: do LPI init only once per CPU
2019-05-30 jchandragicv3_its: refactor LPI init into a new function
2019-05-30 jchandragic_v3: consolidate per-cpu redistributor information
2019-05-26 jchandraarm64 nexus: remove incorrect warning
2019-05-21 cemInclude ktr.h in more compilation units
2019-05-20 mmMFV r347989:
2019-05-20 cemExtract eventfilter declarations to sys/_eventfilter.h
2019-05-17 dougmImplement the ffs and fls functions, and their longer...
2019-05-16 kibRemove resolver_qual from DEFINE_IFUNC/DEFINE_UIFUNC...
2019-05-16 tychonAllow loading the same DMA address multiple times witho...
2019-05-16 jhibbitsarm64: Add the rename interpreter path for compat32...
2019-05-16 kibarm64: bzero buffer for ucontext in freebsd32_swapconte...
2019-05-13 asomersMFHead @347527
2019-05-13 dchaginLinuxulator depends on a fundamental kernel settings...
2019-05-10 manuarm64: rockchip: Don't always put PLL to normal mode
2019-05-09 gallatinRemove IPSEC from GENERIC due to performance issues
2019-05-08 manudts: Import files from Linux 5.1
2019-05-08 manuAdd support for USB 3.0 XHCI via ACPI
2019-05-08 kevanstun/tap: merge and rename to `tuntap`
2019-05-07 emastemake sysent after r347228
2019-05-06 emasteReformat arm64 linux syscalls.master per current style
next