summaryrefslogtreecommitdiff
path: root/sys/arm/include/param.h
AgeCommit message (Expand)Author
2025-12-10Add sys/_align.h replacing machine/_align.hBrooks Davis
2025-11-28sys: remove comment for armv5/6Minsoo Choo
2025-05-02subr_devmap: Reduce the use of the static devmapAndrew Turner
2025-01-23pci: cleanup __PCI_REROUTE_INTERRUPTSMitchell Horne
2025-01-14Centralize and simpify implemention of some VM macrosBrooks Davis
2024-09-11arm: Assume __ARM_ARCH == 7Andrew Turner
2023-11-26sys: Remove ancient SCCS tags.Warner Losh
2023-08-16sys: Remove $FreeBSD$: one-line .h patternWarner Losh
2021-09-01Revert "arm: Bump KSTACK_PAGES default to match i386/amd64"Kevin Bowling
2021-07-20arm: Bump KSTACK_PAGES default to match i386/amd64Kevin Bowling
2020-06-15Simplify MACHINE_ARCH to be a single string.John Baldwin
2020-02-05Define MAXCPU consistently between the kernel and KLDs.Mark Johnston
2017-11-18spdx: initial adoption of licensing ID tags.Pedro F. Giffuni
2017-10-06Oversight on armv7 bulk commit: Make MACHINE_ARCH be armv7 for newWarner Losh
2016-06-21Revert the recent armv6 changes to ALIGNED_POINTER(), restoring theIan Lepore
2016-05-26Disable alignment faults on armv6, adjust various alignment-related macrosIan Lepore
2016-05-25Include machine/acle-compat.h in cdefs.h on arm if the compiler doesn'tIan Lepore
2016-05-20Remove hf appending code from param.h for machine arch name.Warner Losh
2016-01-29Remove NPTEPG definition which is not used anywhere now afterSvatopluk Kraus
2015-10-15ARM userspace accessors, e.g. {s,f}uword(9), copy{in,out}(9),Konstantin Belousov
2015-08-10Make kstack_pages a tunable on arm, x86, and powepc. On i386, theKonstantin Belousov
2014-10-28Add fueword(9) and casueword(9) functions. They are like fuword(9)Konstantin Belousov
2014-08-14From https://sourceware.org/ml/newlib/2014/msg00113.htmlWarner Losh
2014-03-22Simplify how we build MACHINE_ARCH. There are 3 options that may be setAndrew Turner
2014-03-09Remove all traces of support for ARM chips prior to the arm9 series. WeIan Lepore
2014-03-09Remove all dregs of a per-thread undefined-exception-mode stack. This isIan Lepore
2013-08-26Introduce superpages support for ARMv6/v7.Rafal Jaworowski
2013-05-07Rename VM_NDOMAIN into MAXMEMDOM and move it into machine/param.h inAttilio Rao
2013-03-09__FreeBSD_ARCH_armv6__ is undefined on clang. We can use __ARM_ARCH inAndrew Turner
2012-08-15Merging projects/armv6, part 1Oleksandr Tymoshenko
2012-06-13trim trailing whitespaceWarner Losh
2012-05-06Fix the MACHINE_ARCH for big endian arm to be armeb.Warner Losh
2011-07-19Add the possibility to specify from kernel configs MAXCPU value.Attilio Rao
2009-09-18Add a new sysctl for reporting all of the supported page sizes.Alan Cox
2009-09-08Get rid of the _NO_NAMESPACE_POLLUTION kludge by creating anPoul-Henning Kamp
2009-07-05Cleanup ALIGNED_POINTER:Sam Leffler
2009-04-20Don't conditionally define CACHE_LINE_SHIFT, as we anticipate sizingRobert Watson
2009-04-19Add description and cautionary note regarding CACHE_LINE_SIZE.Robert Watson
2009-04-19For each architecture, define CACHE_LINE_SHIFT and a derivedRobert Watson
2008-03-27When building a kernel module, define MAXCPU the same as SMP soJohn Birrell
2006-01-09By popular demand, move __HAVE_ACPI and __PCI_REROUTE_INTERRUPT intoWarner Losh
2005-12-06Drop _MACHINE_ARCH and _MACHINE defines (not to be confused withRuslan Ermilov
2004-11-20Get the kernel stack right now that the u-area is gone.Olivier Houchard
2004-11-20Remove UAREA_PAGES and USPACE definitions. The definitions ofDavid Schultz
2004-11-04Decrease KSTACK_PAGES and UAREA_PAGES.Olivier Houchard
2004-09-23Define STACKALIGNBYTES and STACKALIGN.Olivier Houchard
2004-05-14Import FreeBSD/arm kernel bits.Olivier Houchard
2002-09-17Initiate deorbit burn for the i386-only a.out related support. Moves arePeter Wemm
2002-05-14Move MI stuff out of MD param.h files.Poul-Henning Kamp
2002-05-14Remove the unused definitions of ctod() and dotc().Poul-Henning Kamp