aboutsummaryrefslogtreecommitdiff
path: root/sys/arm/include/param.h
Commit message (Expand)AuthorAgeFilesLines
* Revert the recent armv6 changes to ALIGNED_POINTER(), restoring theIan Lepore2016-06-211-7/+7
* Disable alignment faults on armv6, adjust various alignment-related macrosIan Lepore2016-05-261-0/+8
* Include machine/acle-compat.h in cdefs.h on arm if the compiler doesn'tIan Lepore2016-05-251-1/+0
* Remove hf appending code from param.h for machine arch name.Warner Losh2016-05-201-7/+1
* Remove NPTEPG definition which is not used anywhere now afterSvatopluk Kraus2016-01-291-1/+0
* ARM userspace accessors, e.g. {s,f}uword(9), copy{in,out}(9),Konstantin Belousov2015-10-151-4/+0
* Make kstack_pages a tunable on arm, x86, and powepc. On i386, theKonstantin Belousov2015-08-101-1/+1
* Add fueword(9) and casueword(9) functions. They are like fuword(9)Konstantin Belousov2014-10-281-0/+4
* From https://sourceware.org/ml/newlib/2014/msg00113.htmlWarner Losh2014-08-141-2/+3
* Simplify how we build MACHINE_ARCH. There are 3 options that may be setAndrew Turner2014-03-221-9/+15
* Remove all traces of support for ARM chips prior to the arm9 series. WeIan Lepore2014-03-091-1/+0
* Remove all dregs of a per-thread undefined-exception-mode stack. This isIan Lepore2014-03-091-4/+2
* Introduce superpages support for ARMv6/v7.Rafal Jaworowski2013-08-261-3/+4
* Rename VM_NDOMAIN into MAXMEMDOM and move it into machine/param.h inAttilio Rao2013-05-071-0/+4
* __FreeBSD_ARCH_armv6__ is undefined on clang. We can use __ARM_ARCH inAndrew Turner2013-03-091-1/+1
* Merging projects/armv6, part 1Oleksandr Tymoshenko2012-08-151-1/+9
* trim trailing whitespaceWarner Losh2012-06-131-2/+2
* Fix the MACHINE_ARCH for big endian arm to be armeb.Warner Losh2012-05-061-0/+4
* Add the possibility to specify from kernel configs MAXCPU value.Attilio Rao2011-07-191-0/+2
* Add a new sysctl for reporting all of the supported page sizes.Alan Cox2009-09-181-0/+2
* Get rid of the _NO_NAMESPACE_POLLUTION kludge by creating anPoul-Henning Kamp2009-09-081-18/+5
* Cleanup ALIGNED_POINTER:Sam Leffler2009-07-051-0/+7
* Don't conditionally define CACHE_LINE_SHIFT, as we anticipate sizingRobert Watson2009-04-201-2/+0
* Add description and cautionary note regarding CACHE_LINE_SIZE.Robert Watson2009-04-191-0/+4
* For each architecture, define CACHE_LINE_SHIFT and a derivedRobert Watson2009-04-191-0/+5
* When building a kernel module, define MAXCPU the same as SMP soJohn Birrell2008-03-271-2/+2
* By popular demand, move __HAVE_ACPI and __PCI_REROUTE_INTERRUPT intoWarner Losh2006-01-091-0/+2
* Drop _MACHINE_ARCH and _MACHINE defines (not to be confused withRuslan Ermilov2005-12-061-6/+0
* Get the kernel stack right now that the u-area is gone.Olivier Houchard2004-11-201-1/+1
* Remove UAREA_PAGES and USPACE definitions. The definitions ofDavid Schultz2004-11-201-9/+1
* Decrease KSTACK_PAGES and UAREA_PAGES.Olivier Houchard2004-11-041-2/+2
* Define STACKALIGNBYTES and STACKALIGN.Olivier Houchard2004-09-231-0/+2
* Import FreeBSD/arm kernel bits.Olivier Houchard2004-05-141-11/+31
* Initiate deorbit burn for the i386-only a.out related support. Moves arePeter Wemm2002-09-171-7/+0
* Move MI stuff out of MD param.h files.Poul-Henning Kamp2002-05-141-48/+0
* Remove the unused definitions of ctod() and dotc().Poul-Henning Kamp2002-05-141-4/+0
* StrongARM platform-specific definitions.David E. O'Brien2001-01-041-0/+175