aboutsummaryrefslogtreecommitdiff
path: root/sys/arm64/include/param.h
Commit message (Expand)AuthorAgeFilesLines
* pci: cleanup __PCI_REROUTE_INTERRUPTSMitchell Horne2025-01-231-2/+0
* Centralize and simpify implemention of some VM macrosBrooks Davis2025-01-141-8/+0
* arm64: Support the L3 ATTR_CONTIGUOUS page size in pagesizes[]Alan Cox2024-07-131-1/+1
* sys: Remove ancient SCCS tags.Warner Losh2023-11-271-2/+0
* sys: Remove $FreeBSD$: one-line .h patternWarner Losh2023-08-161-1/+0
* arm64: increase MAXCPU to 1024, following amd64Ed Maste2023-08-151-1/+1
* arm64 lib32: prepare arm64 headers to redirect to armMike Karels2023-07-251-0/+6
* arm64: add KASAN supportKyle Evans2023-03-231-0/+4
* arm64: Disable per-thread stack-smashing protection in data_abort()Mark Johnston2022-11-071-0/+6
* Simplify setting a non-4k PAGE_SIZE on arm64Andrew Turner2022-08-101-5/+2
* arm64: Stop setting VM_BCACHE_SIZE_MAXMark Johnston2021-01-201-9/+0
* Rename the arm64 4k PAGE_* macrosAndrew Turner2020-12-231-3/+7
* [arm64] Bump MAXMEMDOM value to 8 to match amd64Oleksandr Tymoshenko2020-12-011-1/+1
* Add largepage support to the arm64 pmap.Mark Johnston2020-09-231-1/+1
* Define MAXCPU consistently between the kernel and KLDs.Mark Johnston2020-02-051-2/+2
* Add support for pmap_enter(psind = 1) to the arm64 pmap.Mark Johnston2018-07-201-1/+1
* Bump MAXCPUS on arm64. We are starting to see hardware with more than 96Andrew Turner2018-03-071-1/+1
* Add rudimentary support for building FreeBSD/arm64 with COMPAT_FREEBSD32.Ed Schouten2017-11-241-0/+3
* Mark each cpu in the appropriate cpuset_domain set. This allows devices toAndrew Turner2017-08-051-1/+1
* Increase CACHE_LINE_SHIFT to 7 as cache lines are 128 bytes on ThunderX.Andrew Turner2016-10-241-1/+1
* Force re-routing PCI interrupts (this is for legacy INTx not MSI).Bjoern A. Zeeb2016-03-021-0/+2
* Increase MAXCPU in ARM64Zbigniew Bodek2015-08-191-1/+1
* Introduce ITS support for ARM64Zbigniew Bodek2015-07-061-0/+4
* We will have fueword on arm64, mark as such in machine/param.h.Andrew Turner2015-04-071-4/+0
* Add the start of the arm64 machine headers. This is the subset needed toAndrew Turner2015-03-231-0/+125