summaryrefslogtreecommitdiff
path: root/sys/arm64/include/param.h
AgeCommit message (Expand)Author
2025-12-10Add sys/_align.h replacing machine/_align.hBrooks Davis
2025-01-23pci: cleanup __PCI_REROUTE_INTERRUPTSMitchell Horne
2025-01-14Centralize and simpify implemention of some VM macrosBrooks Davis
2024-07-13arm64: Support the L3 ATTR_CONTIGUOUS page size in pagesizes[]Alan Cox
2023-11-26sys: Remove ancient SCCS tags.Warner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .h patternWarner Losh
2023-08-15arm64: increase MAXCPU to 1024, following amd64Ed Maste
2023-07-25arm64 lib32: prepare arm64 headers to redirect to armMike Karels
2023-03-23arm64: add KASAN supportKyle Evans
2022-11-07arm64: Disable per-thread stack-smashing protection in data_abort()Mark Johnston
2022-08-10Simplify setting a non-4k PAGE_SIZE on arm64Andrew Turner
2021-01-19arm64: Stop setting VM_BCACHE_SIZE_MAXMark Johnston
2020-12-23Rename the arm64 4k PAGE_* macrosAndrew Turner
2020-12-01[arm64] Bump MAXMEMDOM value to 8 to match amd64Oleksandr Tymoshenko
2020-09-23Add largepage support to the arm64 pmap.Mark Johnston
2020-02-05Define MAXCPU consistently between the kernel and KLDs.Mark Johnston
2018-07-20Add support for pmap_enter(psind = 1) to the arm64 pmap.Mark Johnston
2018-03-07Bump MAXCPUS on arm64. We are starting to see hardware with more than 96Andrew Turner
2017-11-24Add rudimentary support for building FreeBSD/arm64 with COMPAT_FREEBSD32.Ed Schouten
2017-08-05Mark each cpu in the appropriate cpuset_domain set. This allows devices toAndrew Turner
2016-10-24Increase CACHE_LINE_SHIFT to 7 as cache lines are 128 bytes on ThunderX.Andrew Turner
2016-03-02Force re-routing PCI interrupts (this is for legacy INTx not MSI).Bjoern A. Zeeb
2015-08-19Increase MAXCPU in ARM64Zbigniew Bodek
2015-07-06Introduce ITS support for ARM64Zbigniew Bodek
2015-04-07We will have fueword on arm64, mark as such in machine/param.h.Andrew Turner
2015-03-23Add the start of the arm64 machine headers. This is the subset needed toAndrew Turner